Extract 10000 tweets from Twitter using twitteR package including retweets. Subset the retweets and the original tweets into a separate file Plot the retweets and the original tweets using bar graph in vertical manner. Include legends

install library

library(twitteR)
library(tm)
## Loading required package: NLP
library(tidytext)
library(ggplot2)
## 
## Attaching package: 'ggplot2'
## The following object is masked from 'package:NLP':
## 
##     annotate
library(plotly)
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
library(RColorBrewer)
library(dplyr)
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:twitteR':
## 
##     id, location
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
library(wordcloud)
library(wordcloud2)
library(tidyr)

setup credentials

 CONSUMER_KEY <- "DcdqJsM1Ofn5Fqh6ScRe09h1Y"
CONSUMER_SECRET <- "BhRCZ0sR0tIcAtCsMTo30FRMElZvi9mOR5ItaprKbLSWthDbqI"
ACCESS_TOKEN <- "1594988417439305728-uYsYMoXYpMON9nk7qv89xiK9OQ2Gzi"
ACCESS_SECRET <- "Qy2ngnEOvhzXJHiy587E0jZkHveHohdSodad3g5YdWzkT"
setup_twitter_oauth(consumer_secret = CONSUMER_SECRET,
                   consumer_key = CONSUMER_KEY,
                 access_token = ACCESS_TOKEN,
                 access_secret = ACCESS_SECRET)
## [1] "Using direct authentication"

Extract tweets

tweets <- searchTwitter("kpop", 
                             n = 10000,
                             lang = "en",
                             since = "2022-11-27",
                             until = "2022-12-10",
                             retryOnRateLimit=120)


tweets
## [[1]]
## [1] "shexav_: RT @Eleeeeez: 2022 is the worst year of kpop"
## 
## [[2]]
## [1] "mimosatzuyu: RT @kimwowbaby: kpop peaked here i'm afraid, she will never be beaten\nhttps://t.co/xylhAoBHE8"
## 
## [[3]]
## [1] "rii1yuu: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[4]]
## [1] "cesaarmo: RT @harreylovesbts: @Koreaboo Taeyang is his inspiration growing up since jimin was only a kid then. There is no competition since they bel…"
## 
## [[5]]
## [1] "Taehyungiiee211: RT @NewJeansCharts: .@UPROXX has selected ‘New Jeans’ as one of the Best K-Pop Albums of 2022!🔥\n\n“NewJeans were newcomers that became overn…"
## 
## [[6]]
## [1] "fixed_oawn: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[7]]
## [1] "H0NESTLIARS: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8]]
## [1] "sebongieee_17: RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV"
## 
## [[9]]
## [1] "lilismanduu: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[10]]
## [1] "88gd5: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[11]]
## [1] "namjoonie1998: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[12]]
## [1] "Lenlen_218: RT @HALLYUIL923: You HALLYU chingu Ezra didn't want to miss out on Day 2 of Be You 2 that she flew to Manila to cheer for her love Changmin…"
## 
## [[13]]
## [1] "heeyfonda: RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…"
## 
## [[14]]
## [1] "jlbppink: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[15]]
## [1] "PINKLOV3R_: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[16]]
## [1] "Nusaba_jahan: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[17]]
## [1] "carmyverse: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[18]]
## [1] "sunghoo_s: RT @Only7empest: [221208] DRAGON - ending fairy SIMPLY KPOP CON-TOUR #TEMPEST #템페스트 #TPST #テンペスト https://t.co/q1V37N7SIW"
## 
## [[19]]
## [1] "silentt_cryy: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[20]]
## [1] "jik00ko: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[21]]
## [1] "keynasawayama: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[22]]
## [1] "fillecorsee: RT @supportasahi: I have been following kpop for a long time, I strongly disagree with the treatment of knet towards idols.  But I support…"
## 
## [[23]]
## [1] "levantjenamore: RT @i94seo: [🎧] — looking for active edtwt moots !\n\n. . . not new , just moved accts\n— 17 , she her\n— ednos\n— i like reading &amp; kpop \n\n♡ and…"
## 
## [[24]]
## [1] "radiomusings: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[25]]
## [1] "WayNeezens1: RT @M_M_Socks: I've already seen so many angry posts demanding statements, info, and legal action from SM. Part of the kpop product is to c…"
## 
## [[26]]
## [1] "eng_rj_: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[27]]
## [1] "ahnyeongz: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[28]]
## [1] "tekookcute: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[29]]
## [1] "ariana_lves: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[30]]
## [1] "flowersfordes: Even kpop fans will rally behind a cause and do great things with their energy but Depp stans will spend all day ma… https://t.co/FwxpgkMPAT"
## 
## [[31]]
## [1] "k_hernak: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[32]]
## [1] "lilyming3: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[33]]
## [1] "kyeomshu3: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[34]]
## [1] "CK03082: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[35]]
## [1] "chaneIjeans: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[36]]
## [1] "KhusnulLatifa11: RT @vote4kths: 🚨 [DAILY TASK] ACOTY/MOST LOVED KPOP \n\n🔺Twitter:\n•1 tweet/retweet = 1 social media vote\n\n🔺Facebook: \n•1 FB comment = 5 socia…"
## 
## [[37]]
## [1] "kamgeii: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[38]]
## [1] "twominkids: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[39]]
## [1] "janroseampo_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[40]]
## [1] "ChanpoolSimp: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[41]]
## [1] "yllan52025257: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[42]]
## [1] "yonkiminmyfeels: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[43]]
## [1] "nikistoes: RT @WONSHIESTY: nobody in kpop has ever visualised like they vizualsed as visualizers of the visuals https://t.co/tsqHKcU5Vw"
## 
## [[44]]
## [1] "isaymeow__: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[45]]
## [1] "loveWOOSEOK02: RT @pickit_kpop: #pickit ❌ #김우석 #KIMWOOSEOK\n#キムウソク #金友蓆 #คิมอูซอก #3RD_DESIRE_Reve\n\n[📢] Weekly Update\n@KWS_official_ x @pickit_kpop\n\n📲PICKI…"
## 
## [[46]]
## [1] "94peach: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[47]]
## [1] "RaffyBirthday: RT @jm_jobutopaki: [SKL] proud of myself today kasi i made progress in my thesis, contacted my sources for a paper, had lunch and chikahan…"
## 
## [[48]]
## [1] "ioveobi: kpop stans are so  dumb and insane LOLLLL https://t.co/QyQLtVWgRW"
## 
## [[49]]
## [1] "yiss____: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[50]]
## [1] "seongbongseon: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[51]]
## [1] "kktechi: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[52]]
## [1] "JennyKimJung: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[53]]
## [1] "realroyalkard: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[54]]
## [1] "SEOCB1SY: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[55]]
## [1] "kpop_love13_17: RT @cake_x_official: [Teaser] Global #CARAT VLOG for SEVENTEEN's concert tour in Korea\n\nLet's join the journey to meet #SEVENTEEN 🚎\n\n12. 12…"
## 
## [[56]]
## [1] "annchachana: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[57]]
## [1] "millimilx: RT @theGuyInNewYork: OK, @KPOPBroadway, if every ticket is sold out through Sunday, any way you would reconsider…and #saveKPOPBroadway? - a…"
## 
## [[58]]
## [1] "13e_BTS: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[59]]
## [1] "minjoonluvr: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[60]]
## [1] "featfetish: who here on both kpop twitter and mcyt twitter"
## 
## [[61]]
## [1] "Lummy3514: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[62]]
## [1] "binnsbritannyg1: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[63]]
## [1] "Angelan47649232: @kpop_king97 @KshowAnalysis @MBCMusicCore .@MBCMusicCore Jungkook has more YouTube Views than any nominated artist… https://t.co/KHpe4szPrA"
## 
## [[64]]
## [1] "tanniestinyy: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[65]]
## [1] "Nanafslr: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[66]]
## [1] "YWCHX28_memory: see the last stage of VAGABOND, made me cry because the part where it was cut was not cut like what happened at WHO… https://t.co/lHgvZjC6vt"
## 
## [[67]]
## [1] "ramyenniwa: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[68]]
## [1] "TtaIsHere: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[69]]
## [1] "imdongba: RT @whatthekpop1: #SuperJunior releases the second MV teaser for 'Celebrate'. #kpop \n\nhttps://t.co/lfHgAxdxJH https://t.co/DiCM92Qy9a"
## 
## [[70]]
## [1] "scaracuIt: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[71]]
## [1] "Pikakihyun: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[72]]
## [1] "onlineluvrgirl: translation for my european moots: football fans are more rabid than kpop fans"
## 
## [[73]]
## [1] "notlytkin: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[74]]
## [1] "PammyTrashy: RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…"
## 
## [[75]]
## [1] "whatthekpop1: Happy birthday to #ELAST's #Rano! 🎉 #kpop https://t.co/QFRltkI2bT"
## 
## [[76]]
## [1] "Kpop_Newsss: Multi-Talented Artist: 5 Of Lee Junho’s K-Dramas You Don’t Want To Miss https://t.co/xo8ZEgVibk"
## 
## [[77]]
## [1] "chocchipskook: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[78]]
## [1] "96yeoyan: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[79]]
## [1] "Stays30up: Just leaving this here. This isn’t just about Woojin or Jinni, it’s deeper than that. It’s about how people can be… https://t.co/03TXbsrF6q"
## 
## [[80]]
## [1] "joonsfavdimple: RT @raplinegold: just watched a video compilation of english speaking people being shocked by kpop idols being fluent in english and the id…"
## 
## [[81]]
## [1] "Angelan47649232: @kpop_king97 @KshowAnalysis @MBCMusicCore .@MBCMusicCore Jungkook has more YouTube Views than any nominated artist… https://t.co/fq4p2lOoTg"
## 
## [[82]]
## [1] "i2soobi: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[83]]
## [1] "MYVENOMISPINK: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[84]]
## [1] "96speachy: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[85]]
## [1] "Victoria_gray7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[86]]
## [1] "caeysong: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[87]]
## [1] "goddessnaevis: RT @psychoseulgi: ae1 is going to make big waves and change kpop me thinks😳"
## 
## [[88]]
## [1] "BRforJin: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[89]]
## [1] "onlineluvrgirl: soccer fans are more rabid than kpop fans"
## 
## [[90]]
## [1] "LAHATNABIASKO: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[91]]
## [1] "SIALZJ98: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[92]]
## [1] "elbities: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[93]]
## [1] "haeyobbi: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[94]]
## [1] "eng_rj_: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[95]]
## [1] "hobipoutt: RT @jooheoneater: Kpop stans love to infantilize the Korean public it’s very fucking weird."
## 
## [[96]]
## [1] "vantpain: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[97]]
## [1] "Sarnobyl_88: I miss @SinmyoonTV where did my og kpop bestie go???"
## 
## [[98]]
## [1] "jongin_ki_jogan: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[99]]
## [1] "msgvjh: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[100]]
## [1] "Garcia369599211: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[101]]
## [1] "reaaallfebyy: Love All artist Kpop!"
## 
## [[102]]
## [1] "alwaysformomo: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[103]]
## [1] "Marcela85101088: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[104]]
## [1] "maxidennt: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[105]]
## [1] "qqvincent_kpop: @youlove_0119 @pinkfantasy_kr @pinkfantasy_jp How cute! 🥰"
## 
## [[106]]
## [1] "whojiu: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[107]]
## [1] "blackpinkbazaar: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[108]]
## [1] "soolil1__: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[109]]
## [1] "HONEY_JAMZZZ: RT @WONSHIESTY: nobody in kpop has ever visualised like they vizualsed as visualizers of the visuals https://t.co/tsqHKcU5Vw"
## 
## [[110]]
## [1] "Victoria_gray7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[111]]
## [1] "Skaasai121: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[112]]
## [1] "rii1yuu: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[113]]
## [1] "HUANGY1EN: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[114]]
## [1] "fearthebunnies: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[115]]
## [1] "rjsprintt: @nunuclitoris THAT KPOP STAN WE WERE MUTUALS WITH"
## 
## [[116]]
## [1] "BobMitc16673832: RT @Y3naVing: ·˚♡ — Kpop Thinspo dump  ⋆.࿔˖\n ᝰ for edtwt only ⸝⸝ 🕯️\n\n࣪𓂃 ִִֶֶָָ𓏲࣪-𓂃ˑ𔘓 🦢\n\n🏷️: edtwt thinspo skinnyspo diet workout calories t…"
## 
## [[117]]
## [1] "chinxchan__: I am sooo happy to attend my first kpop concert with you girls. Thank you and see you again soon. 🫶 https://t.co/e5XeuQvsP3"
## 
## [[118]]
## [1] "BTSARMYFOVEVE: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[119]]
## [1] "Krystella011: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[120]]
## [1] "phmjeans: a full on american english speaker did not get any “hidden” message while listening to cookie, not to mention cooki… https://t.co/0qydQlJLez"
## 
## [[121]]
## [1] "jocer_ph: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[122]]
## [1] "VelezAyli: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[123]]
## [1] "kookwvo: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[124]]
## [1] "sasaeaug: RT @Foivechxn: Imagine people spoke about football the way kpop fans speak about idols and groups"
## 
## [[125]]
## [1] "yulinarchoi: RT @starfess: Are you one of the people who know this legendary kpop song ?? ❤\n\n-hi\n https://t.co/1rFGxTwJdG"
## 
## [[126]]
## [1] "Syi_ra_naii: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[127]]
## [1] "tintintheworld: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[128]]
## [1] "chickdounfeel: RT @deisikseu: Day6 placed 9x in the November 2022 Circle Charts\n\nTwo spots in the Global Kpop Charts + two spots in the digital chart + tw…"
## 
## [[129]]
## [1] "javixmochi: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[130]]
## [1] "neinmuse: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[131]]
## [1] "seuIie: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[132]]
## [1] "BTSARMYFOVEVE: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[133]]
## [1] "MusicPrincesss: @archiveney @lancerevoo50 Exactly. Britney is legally free. She has all her rights back. Now if you want to talk ab… https://t.co/moGUmSPSLQ"
## 
## [[134]]
## [1] "RJim7BE: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[135]]
## [1] "daydreamertee: RT @starfess: Are you one of the people who know this legendary kpop song ?? ❤\n\n-hi\n https://t.co/1rFGxTwJdG"
## 
## [[136]]
## [1] "RLJJ_BERR15060: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[137]]
## [1] "littlelordbratt: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[138]]
## [1] "simpforyato: sobbing over my kpop boy’s enlistment for the 967432567th time"
## 
## [[139]]
## [1] "rmy486: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[140]]
## [1] "jmjoayo13: RT @itJIMIN1013: 12.Kpoplife(~12/31)\n\n1&gt;King of Kpop🆘️\nhttps://t.co/lsS89eBIgk\n\n2&gt;KPOP Male Idol\nhttps://t.co/doy8UVLe52\n\n3&gt;KPOP Heartthrob…"
## 
## [[141]]
## [1] "manamchara: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[142]]
## [1] "JisooyaaLuv: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[143]]
## [1] "yge_tak6: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[144]]
## [1] "bl0ssomhwa: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[145]]
## [1] "Nabongbongs: RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…"
## 
## [[146]]
## [1] "centerennik: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[147]]
## [1] "pomp_omp: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[148]]
## [1] "thekdigest: Study with KPOP Vol.3 | 4 Hour Study Session 📚 | Piano Playlist for Concentration &amp; Focus https://t.co/PjLzxA3QYd"
## 
## [[149]]
## [1] "negcoelho: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[150]]
## [1] "nbbabydom: RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…"
## 
## [[151]]
## [1] "chuunsi: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[152]]
## [1] "C_Hamilton95: 1/? \n\nWatching a documentary on Virtual Kpop idols and idk who she is, presumably a CEO.. and her reason for favouring them is..."
## 
## [[153]]
## [1] "RMCOMUNA: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80… https://t.co/6Y16wU45FH"
## 
## [[154]]
## [1] "pcystarr: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[155]]
## [1] "ecnbii: RT @KEB_INTL: [📸] 221209 Kwon Eunbi silver_rain.__ Instagram Update\n\n\"@/mubeat_kpop ❄️Kwon Myu Ra's Winter🎄❄️☃️🎄❄️☃️🎄\"\n\n(Kwon Myu Ra = Kwon…"
## 
## [[156]]
## [1] "AHSUJUSSI: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[157]]
## [1] "ALESSIACASSAND2: RT @ygngg: trade kpop users with me #ygngg #baemon \ns3lling my username @ygngg ideal for a fanbase dm me!"
## 
## [[158]]
## [1] "naemyu2: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[159]]
## [1] "tentenwishbone: RT @kuyan9: 🌟Who is The King Of KPOP 2022 \n❺位https://t.co/G8HBetRmFz…\n🌟The Best Leader in KPOP 2022\n❸位https://t.co/ref1pOATvU…\n🌟KPOP Heartt…"
## 
## [[160]]
## [1] "yeokshi__: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[161]]
## [1] "meojihye: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[162]]
## [1] "jihuunayeonnie_: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[163]]
## [1] "V8MPlRE: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[164]]
## [1] "EsuMegane: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[165]]
## [1] "Reginew120: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[166]]
## [1] "yoonvitamin: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[167]]
## [1] "namminjoongi: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[168]]
## [1] "imthatguyhim: @TrueAllKnower @BolWrld Nigga listens to kpop I’m crine💀💀💀💀"
## 
## [[169]]
## [1] "HONGYUZILLA: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[170]]
## [1] "linhuist: RT @gg_WACK: If kpop fans are still confused, a while ago other jpop fans were also confused (we stole one of their girls) so we wrote this…"
## 
## [[171]]
## [1] "LeeHyowons: its not a want anymore, i NEED kpop stan twitter to discover ryujei. https://t.co/1ZHfbEGhs3"
## 
## [[172]]
## [1] "lilyknowr: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[173]]
## [1] "wh0rangdan: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[174]]
## [1] "minjoonluvr: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[175]]
## [1] "Betoglow_: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[176]]
## [1] "love_jimine1013: RT @jiminluv1365244: 12.KpopLifes☆(~12/31)\n\nKing of Kpop 🆘️\nhttps://t.co/7NDJc1CuV2\n\nBest KPOP Male Idol\nhttps://t.co/Pbyx6xb0SL\n\nKPOP Hear…"
## 
## [[177]]
## [1] "jzchocochip: RT @inseongwifeu: (Recorder🎥: @naomiksor )\nHere’s my take on \n🔒 #BACKDOWN 🦶\n#kpop #backdown_challenge #P1Harmony #P1H #piwon #P1ECE #SETIN…"
## 
## [[178]]
## [1] "jayjakehoon_: RT @WONSHIESTY: nobody in kpop has ever visualised like they vizualsed as visualizers of the visuals https://t.co/tsqHKcU5Vw"
## 
## [[179]]
## [1] "Analizacastro76: RT @jiminluv1365244: 12.KpopLifes☆(~12/31)\n\nKing of Kpop 🆘️\nhttps://t.co/7NDJc1CuV2\n\nBest KPOP Male Idol\nhttps://t.co/Pbyx6xb0SL\n\nKPOP Hear…"
## 
## [[180]]
## [1] "itsmehoney94: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[181]]
## [1] "celqhoon: RT @mjfelipe: Catch our interview with KPop group ENHYPEN on how much they appreciate their Filo Engenes, learning words like 'pogi' &amp; 'mah…"
## 
## [[182]]
## [1] "choicheollie: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[183]]
## [1] "ecnbii: RT @KEB_INTL: [📸] 221209 Kwon Eunbi silver_rain.__ Instagram Update\n\n\"@/mubeat_kpop ❄️Kwon Myu Ra's Winter🎄❄️☃️🎄❄️☃️🎄\"\n\n(Kwon Myu Ra = Kwon…"
## 
## [[184]]
## [1] "rubyylcz: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[185]]
## [1] "bel_0503: RT @jungcookie_twt: 12/09/22\n\nTo my first love, the GODS and OG KINGS of Kpop @TVXQ Thank you for completing my fangirl heart. 🥰 Witnessing…"
## 
## [[186]]
## [1] "jihuunayeonnie_: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[187]]
## [1] "yejiblackheart: RT @yowskzitzy: I was just playing a fashion dress up game and this pop up. I SHOUTED \"WTF YEJI??\" It's her Loco outfit. Then i look at the…"
## 
## [[188]]
## [1] "pilsbun: is there anything in kpop that will ever be as spooky and pretty as orgel by shinee"
## 
## [[189]]
## [1] "jungkookjes1: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[190]]
## [1] "Kpop_Ninangs: RT @joimee24: Received my Arena Magazine today   @Kpop_Ninangs Thank you po! 🥰 https://t.co/BSKF3CWw0M"
## 
## [[191]]
## [1] "starryksy_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[192]]
## [1] "clownst35999059: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[193]]
## [1] "Helmi933590422: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[194]]
## [1] "RedQuee66993515: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[195]]
## [1] "mhiemajin: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[196]]
## [1] "skizskyy: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[197]]
## [1] "sha_isintopablo: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[198]]
## [1] "kthsacnh: my top 10 kpop releases of this year in no particular order 🧸"
## 
## [[199]]
## [1] "My_Pannnacotta: RT @HALLYUIL923: You HALLYU chingu Ezra didn't want to miss out on Day 2 of Be You 2 that she flew to Manila to cheer for her love Changmin…"
## 
## [[200]]
## [1] "alxmltistn_0: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[201]]
## [1] "julybubmg: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[202]]
## [1] "TRSRMKR96: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/eM6o4JcGuI"
## 
## [[203]]
## [1] "eyooit5yrsimp: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[204]]
## [1] "g0ldenpaws: RT @ohmsbff: idk why it always ends up as an argument between “solo stans” which btw i hate the word so so much since they’re not a group s…"
## 
## [[205]]
## [1] "BG8816: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[206]]
## [1] "RedQuee66993515: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[207]]
## [1] "LaylaaaWs: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[208]]
## [1] "oobtrusivee: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[209]]
## [1] "hwaIights: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[210]]
## [1] "RKIVEM0N0: @ohyeahpaulchin BTS ISNT KPOP well done!"
## 
## [[211]]
## [1] "stnatives408: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[212]]
## [1] "Kpop_Ninangs: RT @itsmesexylui: Unboxing Day! Thank you so much @Kpop_Ninangs  #BudolniNinang https://t.co/ygbyF5tkxY"
## 
## [[213]]
## [1] "kehnopsya: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[214]]
## [1] "svntnflrt: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[215]]
## [1] "SUNDAl5Y: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[216]]
## [1] "lalisabebo: RT @lalalisaM_327_: Lisa is included in the list of the top 50 most followed Instagram in the world, and Lisa is the only KPop artist on th…"
## 
## [[217]]
## [1] "Kpop_Ninangs: RT @AllForCHS: #rienmails ~ 💌\n\nhello, @Kpop_Ninangs!! my albums are here na po!! waahhh!! thank you so so much, ninangs!! &lt;33 smooth lang n…"
## 
## [[218]]
## [1] "bbhchun: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[219]]
## [1] "Kpop_Ninangs: RT @daybysunlight: my treasure arena magazine finally came home!! ❤️🤩\n\ntysm @Kpop_Ninangs for the smooth and fast transaction!! 🥰 https://t…"
## 
## [[220]]
## [1] "JoselineCabre14: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[221]]
## [1] "daily_kpop_: RT @nmixxpics_: Jinni trained for SEVEN years and she even stopped her school to focus on her career and finally debut with NMIXX\n\nshe alwa…"
## 
## [[222]]
## [1] "jungkookmoles97: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[223]]
## [1] "faerielixiie: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[224]]
## [1] "suhodorable: RT @myriadofstars: I feel like Mirotic and its fanchant in particular is the oral traditional of the Kpop community that gets passed down f…"
## 
## [[225]]
## [1] "MelianLo: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[226]]
## [1] "xpastelcherry: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[227]]
## [1] "cakeaespas: RT @psychoseulgi: ae1 is going to make big waves and change kpop me thinks😳"
## 
## [[228]]
## [1] "sssorn_wild_ent: they're still using yeeun and clc in kpop thumbnails eye- https://t.co/vQHzazOrmY"
## 
## [[229]]
## [1] "childegamerr: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[230]]
## [1] "Kpop_Ninangs: RT @pjhoonism: happy mail 𓏔 ✶\n\nArena Homme magazine has finally arrived. Thank you so much po @Kpop_Ninangs 🥹 \n\n#BudolniNinang https://t.co…"
## 
## [[231]]
## [1] "wonderIisa97: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[232]]
## [1] "floblossomstar: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[233]]
## [1] "MIDZY_04_S_A: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[234]]
## [1] "Kpop_EBANSx2: RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…"
## 
## [[235]]
## [1] "Kpop_Ninangs: RT @x_chaee: Arena Homme+ x TREASURE came home today!💎🖤 Thank you so much po @Kpop_Ninangs 🫶\n\n#BudolniNinang https://t.co/spDSZz2Zz8"
## 
## [[236]]
## [1] "Liz__u_u: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[237]]
## [1] "Realityup_id: ONLY 25K \nKEYCHAIN STRAP KPOP ALA SUPREME\nPROMO DAN READY STOCK TERBATAS!!\n\nMURAH MERIAH DAN GOOD QUALITY\nCUS ORDER… https://t.co/YSmiA3kyJn"
## 
## [[238]]
## [1] "Realityup_id: ONLY 25K \nKEYCHAIN STRAP KPOP ALA SUPREME\nPROMO DAN READY STOCK TERBATAS!!\n\nMURAH MERIAH DAN GOOD QUALITY\nCUS ORDER… https://t.co/2SlQrL7M9Z"
## 
## [[239]]
## [1] "HongAtiny: RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…"
## 
## [[240]]
## [1] "Kpop_EBANSx2: RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…"
## 
## [[241]]
## [1] "Judelhr17: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[242]]
## [1] "eunayksy: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[243]]
## [1] "Kpop_Ninangs: RT @meow_harley: Received ARENA MAG from: @Kpop_Ninangs\n#BudolniNinang \n\nThank you so much Po! https://t.co/jWoY8VRp9G"
## 
## [[244]]
## [1] "Mitasoni1: RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…"
## 
## [[245]]
## [1] "Kpop_EBANSx2: RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…"
## 
## [[246]]
## [1] "Kpop_EBANSx2: RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…"
## 
## [[247]]
## [1] "Kpop_EBANSx2: RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…"
## 
## [[248]]
## [1] "Alex_local_owl: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[249]]
## [1] "mikael_btob: RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…"
## 
## [[250]]
## [1] "adachiseoki: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[251]]
## [1] "shainawent: one would know i'm comfortable with someone if i start blabbering shit like kpop even without them asking"
## 
## [[252]]
## [1] "szmeterlingxoxo: @KatyHatesOnions @RIHINDUSTRY @AboutMusicYT of all people you are talking bout inbreeding when youre kpop stan plz… https://t.co/57SOepIuzr"
## 
## [[253]]
## [1] "Kpop_EBANSx2: RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…"
## 
## [[254]]
## [1] "herseyho: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[255]]
## [1] "mincva_jk: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[256]]
## [1] "Kpop_Ninangs: RT @_trsrM: Our albums have arrived. Thank you for the safe packaging! Thank you as well for the affordable prices of the album, for the sm…"
## 
## [[257]]
## [1] "hoshverse: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[258]]
## [1] "whatthekpop1: #SuperJunior releases the second MV teaser for 'Celebrate'. #kpop \n\nhttps://t.co/lfHgAxdxJH https://t.co/DiCM92Qy9a"
## 
## [[259]]
## [1] "Kpop_EBANSx2: RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…"
## 
## [[260]]
## [1] "PiedPipermy: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[261]]
## [1] "kissmeltt: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[262]]
## [1] "cinnanmorolI: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[263]]
## [1] "BlinkChun: @Genius_kor 4/10 blackpink songs, Queens of kpop\n\nI vote for #ShutDown by @BLACKPINK on this year’s #BopOfTheYear!"
## 
## [[264]]
## [1] "AhmedAh71191162: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[265]]
## [1] "Kpop_EBANSx2: RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…"
## 
## [[266]]
## [1] "honeynmmm: RT @wheeinji: @kpopsapphic ace of kpop \nhttps://t.co/SjwFsu8BjS"
## 
## [[267]]
## [1] "kpoptrash_02: RT @juhaksupremacy: done with kpop bc wtf this year has been a hot mess"
## 
## [[268]]
## [1] "doughytete: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[269]]
## [1] "imfIawIess: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[270]]
## [1] "Kpop_EBANSx2: RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…"
## 
## [[271]]
## [1] "infiltery: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[272]]
## [1] "Juse1510: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[273]]
## [1] "93millionG: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[274]]
## [1] "mimosatzuyu: I was looking for this song too. kpop perfection https://t.co/KPHWkGBd1J"
## 
## [[275]]
## [1] "Kpop_EBANSx2: RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…"
## 
## [[276]]
## [1] "daily_kpop_: RT @babyblueorange: no bc like i really believe they think that after the interview, no one's filming anything, and then they do this and b…"
## 
## [[277]]
## [1] "maki000212: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[278]]
## [1] "7_1306: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[279]]
## [1] "dancer_air: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[280]]
## [1] "BontySarah2: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[281]]
## [1] "kate_luvs_kpop: RT @Ktwt_: IN CASE Y’ALL FORGOT THESE CRUMBS EXIST. STOP TWISTING STORIES. #andTEAM_K https://t.co/YWLRmMtD3O"
## 
## [[282]]
## [1] "wolfbunny9297: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[283]]
## [1] "7_1306: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[284]]
## [1] "hyunecastle: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[285]]
## [1] "Wonuu_min: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[286]]
## [1] "Kpop_Multi1: @rawrwoongie Excuse me Goddess, I want to thank you for blessing us with your beauty."
## 
## [[287]]
## [1] "formyteez: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[288]]
## [1] "gitssr: RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants \"ddiung,…"
## 
## [[289]]
## [1] "ThahminaM: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[290]]
## [1] "daily_kpop_: RT @nmixxpics_: NMIXX WILL ALWAYS BE SEVEN https://t.co/CEdVIf78Zk"
## 
## [[291]]
## [1] "laurra_laurr: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[292]]
## [1] "tayaushi: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[293]]
## [1] "sonatinesignal: fift o harry’s house western y kpop formula of love o &amp; https://t.co/5PIv9twoRc"
## 
## [[294]]
## [1] "littlelovesosoo: RT @lalalisaM_327_: Lisa is included in the list of the top 50 most followed Instagram in the world, and Lisa is the only KPop artist on th…"
## 
## [[295]]
## [1] "boldqq: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[296]]
## [1] "_Mayan_Empire_: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[297]]
## [1] "laurra_laurr: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[298]]
## [1] "fantasyunho: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[299]]
## [1] "potatostan01: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[300]]
## [1] "LKCENTRAL: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[301]]
## [1] "mila_vermouth: RT @FurryGintan: Tiger Fursuit Dancer covered MAMAMOO-ILLELLA\nHope Hwa sa can see this🥰\n#KPOP #MAMAMOO #ILLELLA #Gintan #银碳 #HwaSa https://…"
## 
## [[302]]
## [1] "nyafterglow: about me: you can call me naju, i'm 22 years old, my pronouns are she/her. i speak pt-br and eng and understand spa… https://t.co/WLhVCfBEv1"
## 
## [[303]]
## [1] "JoselineCabre14: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[304]]
## [1] "potatostan01: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[305]]
## [1] "owhsorry: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[306]]
## [1] "universeocb: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[307]]
## [1] "Camillecerbito: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[308]]
## [1] "BravoMaradiaga: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[309]]
## [1] "SuxanytaSu: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[310]]
## [1] "antonella137856: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[311]]
## [1] "MCasoose: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[312]]
## [1] "PAK_01: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[313]]
## [1] "OPQRiyawatii: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[314]]
## [1] "arianasocialite: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[315]]
## [1] "kate_luvs_kpop: Anytime I have a random pain in my body, my mind convinces me that I’m dying"
## 
## [[316]]
## [1] "jpersonax: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[317]]
## [1] "sunqyeom: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[318]]
## [1] "EIiaaia: RT @aerisshop: welcome to @aerisshop ~\n\npremium accs\nload to gcash trades\npautang service\nbuy n sell phones\n\ndm me to avail &lt;3\n\nt. wts lfb…"
## 
## [[319]]
## [1] "antiromantic57: although this year was pretty bad for kpop let’s not forget about the good things that happened too"
## 
## [[320]]
## [1] "jumppenguin93: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[321]]
## [1] "THXnoona: RT @hyunsoo_j0916: More press coverage for our boys this week! \n\n✨9 Best Kpop Debuts of 2022 (Pinkvilla): https://t.co/tdzVPsZOAt\n\n✨Lines i…"
## 
## [[322]]
## [1] "jk_kookie_13: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[323]]
## [1] "ynjunbliss: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[324]]
## [1] "makingdemands: i love bossy people pls recommend ur bossiest kpop boys"
## 
## [[325]]
## [1] "Steph_ot7: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[326]]
## [1] "NoonaWonwoo: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[327]]
## [1] "taebinkailover: Bighit Music and Hybe Labels artist carrying the whole KPop industry. https://t.co/zibC09UqqR https://t.co/blETKjNbYu"
## 
## [[328]]
## [1] "formyteez: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[329]]
## [1] "DepressedLegg: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[330]]
## [1] "choibeomgyusbf: Kpop fans will really take One bad preformance by an idol and jump to say they suck and should quit like. Be fuckin for real"
## 
## [[331]]
## [1] "mitortoise: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[332]]
## [1] "Kaname86: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[333]]
## [1] "seashe11e: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[334]]
## [1] "4bbhnie: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[335]]
## [1] "MY19961210: RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…"
## 
## [[336]]
## [1] "vkhamphoune: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[337]]
## [1] "lomaaze: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[338]]
## [1] "ApzEnha7: RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…"
## 
## [[339]]
## [1] "Sasamei4: RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…"
## 
## [[340]]
## [1] "wtvtfvl: @nutrasha ITS JUST HOW IT IS. MY BROTHER RELENTLESSLY BULLIED ME FOR WATCHING KDRAMA AND LISTENJNG TO KPOP AND NOW… https://t.co/yz4WMbzcDh"
## 
## [[341]]
## [1] "kjshive: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[342]]
## [1] "namjoon_baby007: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[343]]
## [1] "eggonnoodle: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[344]]
## [1] "kelly85727851: RT @p1hits: keeho watches kpop 4th gen vocal analysis on youtube to see if he's there, he is so real 😭🤣 \n\n#P1Harmony #피원하모니 #기호 https://t.c…"
## 
## [[345]]
## [1] "muffinsyum_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[346]]
## [1] "shxxootme: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[347]]
## [1] "NCTwan27: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[348]]
## [1] "Teentanie: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[349]]
## [1] "BlueRaven_00: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[350]]
## [1] "whereareankles: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[351]]
## [1] "lindaarhhh: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[352]]
## [1] "aBC9rIlF1LsLTNo: RT @nSSign_fan: Honestly the best surprise ever in  K-pop audition program \n\n#kpop #nSSign #loveshot #EXO \n#audition #Dance #fypシ https://t…"
## 
## [[353]]
## [1] "sisiseventeen: RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV"
## 
## [[354]]
## [1] "funtimetree: @bignaughtys_ @weakheroes i call that the kpop colosseum"
## 
## [[355]]
## [1] "gabs_dtra: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[356]]
## [1] "elfsweetymoon: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[357]]
## [1] "bunhyunji: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[358]]
## [1] "maniccpixiegirl: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[359]]
## [1] "Harriet09186771: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[360]]
## [1] "mibt1997: Who would have thought I would finally see the legendary BoA. 💛 Like isa talaga siya sa mga kpop artist na gusto ko… https://t.co/R1GKI6OJ7C"
## 
## [[361]]
## [1] "nwjnclusive: newjeans getting all 3 of their tts on these critic's rankings, and their debut album on these '2022 top' lists🤭🤭 a… https://t.co/6d9UWxBKVz"
## 
## [[362]]
## [1] "huwanabeeniloey: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[363]]
## [1] "DaniferGanzon: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[364]]
## [1] "obvyeo: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[365]]
## [1] "AhmadShiddiqN: Yoasobi got introduced to casual music listener in Indonesia is like Day6 (especially You're Beautiful) is loved by… https://t.co/Cb3YIIwzEg"
## 
## [[366]]
## [1] "Aizhee3: RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…"
## 
## [[367]]
## [1] "V714301: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[368]]
## [1] "SaritaBhoi8: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[369]]
## [1] "leupvon: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[370]]
## [1] "any_crab: RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…"
## 
## [[371]]
## [1] "Emily_Blake__: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…"
## 
## [[372]]
## [1] "iacarat17: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[373]]
## [1] "warofsugas: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[374]]
## [1] "ludimila_098: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[375]]
## [1] "ruruuwatanabe: Im so jealous cuz in my old school they are doing kpop cover performance competitions i miss it so much💔 I WANT TO… https://t.co/3rBWFeMGgx"
## 
## [[376]]
## [1] "botdodiluc: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[377]]
## [1] "wantBTStoes: RT @130613fate: Kiss my A$$ kpop stans &amp; the ones  blabbering on tiktok https://t.co/KmIHNIL4DP"
## 
## [[378]]
## [1] "slgtrdvmitdolls: @grflver2 i literally hate kpop https://t.co/NsUfmHjqdq"
## 
## [[379]]
## [1] "ArtsyCraftYT: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[380]]
## [1] "LalisaM0327: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[381]]
## [1] "DeboraHyon3: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[382]]
## [1] "mazeofmoomin: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[383]]
## [1] "Fuega23: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[384]]
## [1] "vnenoz: @dickgayson69 grayson refused to share his spotify wrapped cause he exclusively listens to bubblegum kpop"
## 
## [[385]]
## [1] "KnivesChaudown: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[386]]
## [1] "nokyeomsmoony: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[387]]
## [1] "isssssaaaa: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[388]]
## [1] "nakazuhao: RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…"
## 
## [[389]]
## [1] "taecorei: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[390]]
## [1] "skytramps: it never gets old watching western musicians react to kpop skill/production. Like, there's a reason it's like that."
## 
## [[391]]
## [1] "GOLDENROSE6756: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[392]]
## [1] "LKook2222: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[393]]
## [1] "linda_yang0524: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[394]]
## [1] "KashaLac96: RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…"
## 
## [[395]]
## [1] "304_kpop: RT @n1chochill: Perfect example of the \n“I like pancakes”\n“So you hate waffles??!” Conversation"
## 
## [[396]]
## [1] "zxvindx_: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[397]]
## [1] "kwonseonyeong: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[398]]
## [1] "chifuyusbaddie: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[399]]
## [1] "HARlANADAYDREAM: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[400]]
## [1] "lf4tk: RT @neonlii: another thread of kpop meanspo i found on twt and pinterest that makes me laugh \n\n🏷️ edtwt edtwtthread meanspo https://t.co/ul…"
## 
## [[401]]
## [1] "Kazer_Beam: @orikkunn holy shit this might turn me into a. kpop stan"
## 
## [[402]]
## [1] "Kaja_Kpop: @JennFischetto Oh yes!  💯"
## 
## [[403]]
## [1] "carolsteaparty: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[404]]
## [1] "Mimi02904200: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[405]]
## [1] "rshhlee: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[406]]
## [1] "CarloCardone5: RT @DestinationPre1: 🎁SPECIAL GLOBAL DEBUT🎁\n#DestinationPre1 #Special_Global_Debut\n\n—————————————\n#Shazam #SonyMusic_Kpop #weverseofficial…"
## 
## [[407]]
## [1] "RIKAPRINT: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[408]]
## [1] "DaniferGanzon: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[409]]
## [1] "quakityluv: RT @jinakgay: dont yall find it weird how kpop stans use mandatory military enlistment as a drag and it is always targeted to seokjin like"
## 
## [[410]]
## [1] "jangwonyoungbff: RT @WONSHIESTY: nobody in kpop has ever visualised like they vizualsed as visualizers of the visuals https://t.co/tsqHKcU5Vw"
## 
## [[411]]
## [1] "hancheolics: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[412]]
## [1] "smkinBigdoinks: The Jinni situation is so fcked like Jype was so fast at casting her out. Under 24hrs. And the fandom will move on… https://t.co/APhIUB2OcC"
## 
## [[413]]
## [1] "c_josh8: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[414]]
## [1] "Tears_ToTiara: RT @aescentre: best face in kpop https://t.co/P1oYFqE0Vj"
## 
## [[415]]
## [1] "HongArwen: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[416]]
## [1] "mekeyJD: @PLAYYPENN guess he was waiting for me to comeback with some stan twt type of replies. I told him that it's his pre… https://t.co/PNOrBsgASi"
## 
## [[417]]
## [1] "ydavey: @ho_howard I saw KPOP twice and the lighting never made my Chinese American eyes squint."
## 
## [[418]]
## [1] "sonqyuvin: RT @starfess: Are you one of the people who know this legendary kpop song ?? ❤\n\n-hi\n https://t.co/1rFGxTwJdG"
## 
## [[419]]
## [1] "TaoRin_VVHL0502: my Instagram is now public, I'm making a new personal account to keep this one for music, Kpop, cpop, ZTAO, Super J… https://t.co/cmmIfIMKqP"
## 
## [[420]]
## [1] "Noowee_YUNHO: RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…"
## 
## [[421]]
## [1] "mongemini42: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[422]]
## [1] "minghaosgiggle: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[423]]
## [1] "AtpDanna: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[424]]
## [1] "ApplePatronum: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[425]]
## [1] "Vhope2134: RT @whatthekpop1: #ASTRO's #MOONBIN_SANHA unit unveils #Sanha's first set of concept photos for their 3rd mini album 'Incense'. #kpop https…"
## 
## [[426]]
## [1] "J_Kooraline: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[427]]
## [1] "AngelicaNahomi9: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[428]]
## [1] "jjeoshuu: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[429]]
## [1] "xoEX0xo: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[430]]
## [1] "ApzEnha7: RT @madefor_en: reiley, an america singer said that the kpop artist he wants to collab with is jake!  https://t.co/FiL98j13Wa"
## 
## [[431]]
## [1] "PatoInYourArea: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[432]]
## [1] "coffeewknow: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[433]]
## [1] "hcnybvtter: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[434]]
## [1] "DP1995_: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[435]]
## [1] "jaeyunieverse00: RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…"
## 
## [[436]]
## [1] "Lisaaaaayaa1: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[437]]
## [1] "p1ece0fpe4ce: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[438]]
## [1] "Blackcartu: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[439]]
## [1] "gaabb_37: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[440]]
## [1] "tgkdniel: RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…"
## 
## [[441]]
## [1] "lunat230: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[442]]
## [1] "GiggyDaBomb: @supuwustar erm… this isnt a kpop opinion… awkard!"
## 
## [[443]]
## [1] "gajr_: @eternallyxnoas @TribalPapi my faves bts = 1st kpop group to lose Grammys once and twice"
## 
## [[444]]
## [1] "lairieI: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[445]]
## [1] "BitchbutBlink: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[446]]
## [1] "brandeeloves: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[447]]
## [1] "ChimmyTata07: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[448]]
## [1] "coloredseung: very annoyed y’all told kpop fans that clc disbanded https://t.co/bjHe21ZWPl"
## 
## [[449]]
## [1] "prim_1677: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[450]]
## [1] "MateoPe68303315: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[451]]
## [1] "xmbrk1_027: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[452]]
## [1] "jinygatinhos: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[453]]
## [1] "momrespecter: every time a kpop boy shows up on my tumblr dash im like maggie do you know this man?"
## 
## [[454]]
## [1] "AnMiru06: RT @nazsneak: Taeyang being one of the best vocalists in kpop so you guys have fun! https://t.co/Wq1ynpsJMk"
## 
## [[455]]
## [1] "HOBI_IS_MY_ULT: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[456]]
## [1] "MateoPe68303315: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[457]]
## [1] "haddiemong: RT @liIy4eva: this might just be the most cursed kpop collab stage in history https://t.co/ybh8en5HmH"
## 
## [[458]]
## [1] "paktsanyeol: RT @xiuminonlyfans: good night to my emotional support kpop boy xiumin 🥺🫶🏻 https://t.co/kbCcvTAUtp"
## 
## [[459]]
## [1] "marrl20: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[460]]
## [1] "kpopradiopy: 18. RIE \"BECAUSE\"\n19. HWANG MIN HYUN \"SO BEAUTIFUL\"\n20. YOUNG SAENG \"MI CASA SU CASA\"\n\n#KpopRadioInternacional… https://t.co/fIEOfqKjfr"
## 
## [[461]]
## [1] "8788gigi: RT @GD_got_my: So in HISTORY T.O.P will become the first Man/Kpop Artist/Idol/K-rapper/Actor to go to SPACE"
## 
## [[462]]
## [1] "lalalalalamei: RT @lisamanobal_327: • And here comes 'MENTOR LISA' or LISA Laoshi of YWY on #JENNIE plus cutest and coolest moments with #ROSÉ, This clips…"
## 
## [[463]]
## [1] "icejellybutter: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[464]]
## [1] "sleepysoleil: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[465]]
## [1] "lesyeuxdenat: best kpop release of the year im crying \nhttps://t.co/OA880ocglb"
## 
## [[466]]
## [1] "Iwanttoseclude: RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6"
## 
## [[467]]
## [1] "LuMilan5: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[468]]
## [1] "joonjinie_: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[469]]
## [1] "lovediveleven: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[470]]
## [1] "CINAMR0LL: me when i'm in \"disrespecting other people's music tastes\" competition and kpop stans r my opponents https://t.co/EFhiBzZBPm"
## 
## [[471]]
## [1] "Helena_nabi: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[472]]
## [1] "manamchara: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[473]]
## [1] "iHugMoa: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[474]]
## [1] "thesafirerose: RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…"
## 
## [[475]]
## [1] "ARMYS4OREVER: RT @SerieTV46: \"RUN BTS\" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams."
## 
## [[476]]
## [1] "alexand10468742: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[477]]
## [1] "panita041: RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…"
## 
## [[478]]
## [1] "Jugkook_forever: RT @stopkmpls: BTS bigger than kpop."
## 
## [[479]]
## [1] "thiskmsojung: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[480]]
## [1] "thornspinks: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[481]]
## [1] "_nhanna98: RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…"
## 
## [[482]]
## [1] "freaaaaaks: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[483]]
## [1] "jiunglover420: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[484]]
## [1] "Helena_nabi: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[485]]
## [1] "j5nhuis: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[486]]
## [1] "yujinloml2: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[487]]
## [1] "lmda1217: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[488]]
## [1] "seungcheolscbd: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[489]]
## [1] "oddpulp: kpop 2023 predictions\nred velvet nu metal comeback"
## 
## [[490]]
## [1] "NoLimitMx: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[491]]
## [1] "ironsbyun: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[492]]
## [1] "lovediveleven: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[493]]
## [1] "tinimoonchild: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[494]]
## [1] "gragonpk_: RT @UPROXX: 🔥 #PIXY (@official_pixy) - 'Reborn'\n\nPIXY, a 5-piece ensemble, thrive &amp; take pride in bringing dark pop into K-Pop, as they shi…"
## 
## [[495]]
## [1] "boringannoying: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[496]]
## [1] "saaaptrr2_: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[497]]
## [1] "Aidemstarz: RT @DokiMBB: Because VLive will close soon, let me remind you the best VLive in kpop history, after this live kpop wasn't the same anymore.…"
## 
## [[498]]
## [1] "sasa__twt: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[499]]
## [1] "AnneBri8: RT @joysooyoungpics: [VIDEO] JOY 'Birthday' Fancams Playlist💚\n\nMake sure to watch, like, comment, and share all of Joy's fancams!\n\n👉https:/…"
## 
## [[500]]
## [1] "KMarina611: RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…"
## 
## [[501]]
## [1] "jiantae95: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[502]]
## [1] "demygirlies: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[503]]
## [1] "WANG7_VAV: RT @inseongwifeu: (Recorder🎥: @naomiksor )\nHere’s my take on \n🔒 #BACKDOWN 🦶\n#kpop #backdown_challenge #P1Harmony #P1H #piwon #P1ECE #SETIN…"
## 
## [[504]]
## [1] "ilovethvante: RT @kthvord: #1 super villain of kpop (updated) https://t.co/5J07roUGXm"
## 
## [[505]]
## [1] "DioramaRemini: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[506]]
## [1] "mellokwang: RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH"
## 
## [[507]]
## [1] "moonchildmoona: okay everybody pause and hear me out. if we're doing bts kpop collabs..... jimin x chungha"
## 
## [[508]]
## [1] "Pink_Niara: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[509]]
## [1] "1117Mazetiny: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[510]]
## [1] "rendchy: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[511]]
## [1] "Abihannie1: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[512]]
## [1] "wonwoosspace: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[513]]
## [1] "ptg_831: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[514]]
## [1] "seungmingender: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[515]]
## [1] "jazzyjam64_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[516]]
## [1] "ilykunct: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[517]]
## [1] "itschkk: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[518]]
## [1] "juuung_one: me confidently saying I won’t spend thousands for kpop groups but look heto ako kinakabahan sa ticket selling hahhaha👀"
## 
## [[519]]
## [1] "riguelwife4ever: RT @liastwerk: the bullying in kpop needs to stop, y’all are making artist lose their passion and dedication for music with the terrible co…"
## 
## [[520]]
## [1] "PPilin: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[521]]
## [1] "bloomrenjun: everytime i listen to a kpop song spotify shuffles to an ive title track.. they know me too well"
## 
## [[522]]
## [1] "SarahRebell: “People haven't seen much of the diversity and the depth and the complexity of Asian people, which helps create emp… https://t.co/LAaCzlbUWg"
## 
## [[523]]
## [1] "Jimin_Talented: RT @jiminluv1365244: 12.KpopLifes☆(~12/31)\n\nKing of Kpop 🆘️\nhttps://t.co/7NDJc1CuV2\n\nBest KPOP Male Idol\nhttps://t.co/Pbyx6xb0SL\n\nKPOP Hear…"
## 
## [[524]]
## [1] "wonyselca: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[525]]
## [1] "athrahbatrisyia: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[526]]
## [1] "ravkook7: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[527]]
## [1] "L0v3rWonny: RT @jeans_0901: @reikkomia done. \nshe's the real evil act of kpop for sure. Yet, somehow, it's kakao that's getting more hate"
## 
## [[528]]
## [1] "Kpop_MemeBasket: RT @Jacksepticeye: SURPRISE!! Jack Black will be showing up for Thankmas as well, I’m freaking out!! https://t.co/5FEOhN25Q7"
## 
## [[529]]
## [1] "JIKUU1358: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[530]]
## [1] "blakee1x: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[531]]
## [1] "nasheexx_: RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…"
## 
## [[532]]
## [1] "tyunningbees: i’m glad we’ve all come together and put aside our differences to say that shinee has the best discography in all o… https://t.co/ynmJOmLAJQ"
## 
## [[533]]
## [1] "_xyzjoon: RT @jihyocrop: bts // for youth proof live performance (3:05 timestamp)\nkpop cropped mv https://t.co/MdGXKZTbJC"
## 
## [[534]]
## [1] "ANGYOT713: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[535]]
## [1] "Alli06384060: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[536]]
## [1] "cheoluvrs: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[537]]
## [1] "PatchaBoice: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[538]]
## [1] "GumballGirl4: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[539]]
## [1] "iijigeum: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[540]]
## [1] "choisansbitch_: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[541]]
## [1] "ayundyashine_: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[542]]
## [1] "swiftie_spoon: RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…"
## 
## [[543]]
## [1] "rinabaebae_: RT @filmsbygays: all they gonna see in my camera roll is a bunch of screenshots of alba baptista and kpop idols 🤷🏻‍♀️  https://t.co/gPpUj8F…"
## 
## [[544]]
## [1] "kpop_samcheon: This side of Chenle - continuously providing comfort and reassurance to Jisung and other members - is one of many r… https://t.co/Yt0xtuaBwa"
## 
## [[545]]
## [1] "HTMH965: RT @fae_______: “BIGBANG are not known outside Korea”\n\n1. I’m a US VIP\n2. Still Life entered top 5 iTunes USA\n3.Rolling Stone, Time Out, Ny…"
## 
## [[546]]
## [1] "yeoception_: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[547]]
## [1] "minaBtss0T7: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[548]]
## [1] "chase_shiki: RT @d_pow414: I’m still WTS my ONEUS ticket for the Atlanta concert. I can no longer go and need it gone. Selling for $80, which is a bit l…"
## 
## [[549]]
## [1] "chabela1946: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[550]]
## [1] "minsupd: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[551]]
## [1] "woomashiru: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[552]]
## [1] "ydavey: My prediction for the future of @KPOPBroadway. Once the album for the show is released, there will be a demand for… https://t.co/hR10WqMopy"
## 
## [[553]]
## [1] "209791jjk: RT @Daily_JK97: 📊 Jungkook reached a NEW PEAK of 22,014,347 Monthly Listeners &amp; currently the highest Kpop Soloist on Spotify, gaining 238,…"
## 
## [[554]]
## [1] "yllan52025257: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[555]]
## [1] "yzkdpr: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[556]]
## [1] "lvk_iska: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[557]]
## [1] "H3y_Sug4r: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[558]]
## [1] "JiminParksMyCar: @moajunie Ahh as in a Korean member debut in a jpop group rather than a Kpop one"
## 
## [[559]]
## [1] "mushino_P: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[560]]
## [1] "whatthekpop1: #ASTRO's #MOONBIN_SANHA unit unveils #Sanha's first set of concept photos for their 3rd mini album 'Incense'. #kpop https://t.co/lZtjkNASDk"
## 
## [[561]]
## [1] "aappriliaaa: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[562]]
## [1] "sonyeoshittdae: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[563]]
## [1] "WyattmcmanusAL: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[564]]
## [1] "love_joon7: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[565]]
## [1] "Jerfess25848356: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[566]]
## [1] "phmjeans: New York Times Best Songs of 2022\n\nJon Caramanica’s top 22 (Jon Caramanica is a pop music critic for The New York T… https://t.co/q8u5MXq3Hp"
## 
## [[567]]
## [1] "ltstayc: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[568]]
## [1] "kate_luvs_kpop: I took two naps"
## 
## [[569]]
## [1] "Tazmin_00: Introducing my sims for my kpop series which will be taking place live on my twitch!"
## 
## [[570]]
## [1] "kagekishoujo: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[571]]
## [1] "ot5moaaa: RT @ywnloops: the BEST rap in the entire kpop industry. https://t.co/qAAyH1ysCl"
## 
## [[572]]
## [1] "stephpark5: V(BTS)'s Profile, Popularity Ranking &amp; Latest Trends【KPOP JUICE!!】 https://t.co/AhohynWhBu #KPOPJUICE via @KPOP_JUICE_JP"
## 
## [[573]]
## [1] "felixlogy: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[574]]
## [1] "chase_shiki: RT @tenderyv: hey fantasy or anyone attending sf9 show in LA. i will be selling kpop albums WITH INCLUSIONS for $15 each. all of them come…"
## 
## [[575]]
## [1] "_Cutie_Joonie_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[576]]
## [1] "WyattmcmanusAL: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[577]]
## [1] "lungc4ncer: i need to follow more acc but there are just so many kpop stans and i dont know anything about kpop or care enough fr"
## 
## [[578]]
## [1] "rkiveptwfa: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[579]]
## [1] "choisansbitch_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[580]]
## [1] "paupaustd: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[581]]
## [1] "Reginew120: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[582]]
## [1] "ApzEnha7: RT @IoveIyjaeyun: reiley an american singer mentioned #JAKE in his question \" if you would like to collab with any other kpop idols ? if so…"
## 
## [[583]]
## [1] "robinsfleur: @ruk6was we need to study the kpop to football pipeline"
## 
## [[584]]
## [1] "primataegi: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[585]]
## [1] "smt0kki: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[586]]
## [1] "seungcerry: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[587]]
## [1] "neutralgurl: RT @amethystgrp: Crown - txt \n\nTeaser | cover by amethyst\n\n#txt #crown #Beomgyu #SOOBIN #heuningkai #Taehyun #Yeonjun #cover #kpop #covergr…"
## 
## [[588]]
## [1] "____aquariusbae: if only i dont have responsibilities to pay for, i would be full time enjoying my kpop life but i just cant. i want… https://t.co/ekpetUNfVP"
## 
## [[589]]
## [1] "daetothebaek: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[590]]
## [1] "Kpop_MemeBasket: RT @bobvids: LET HIS ENERGY GIVE YOU LIFE https://t.co/UT0P5VtWfV"
## 
## [[591]]
## [1] "askim_hyunjin: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[592]]
## [1] "LOVETOLOVE241: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[593]]
## [1] "greyforpay: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[594]]
## [1] "SpearBaby9: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[595]]
## [1] "209791jjk: RT @Daily_JK97: 📊 “Left and Right” has surpassed 414M streams on Spotify on its 167th day, the fastest song by Kpop &amp; Korean soloist to do…"
## 
## [[596]]
## [1] "rii1yuu: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[597]]
## [1] "yoo9in: \"what was ur last concert and how was it\" - Last concert was monsta x and it was my first Kpop concert and it was a… https://t.co/vO0cOqoTqx"
## 
## [[598]]
## [1] "hoseokworldss: I need to be on the side of kpop twt which agrees that shinee is the blueprint"
## 
## [[599]]
## [1] "katie_rowley_7: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[600]]
## [1] "feat_bri: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[601]]
## [1] "jimerijaan: RT @Kimchristine15: Everyday Jigirl's struggles...\n🥹\n#jichangwook #KPOP #beautiful https://t.co/RIUGfZrOnv"
## 
## [[602]]
## [1] "angierg_16: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[603]]
## [1] "nowwhatw: - The biggest first week debut in spotify By kpop soloist https://t.co/LiEgZXSBEa"
## 
## [[604]]
## [1] "theory_diamond: RT @DestinationPre1: 🎁SPECIAL GLOBAL DEBUT🎁\n#DestinationPre1 #Special_Global_Debut\n\n—————————————\n#Shazam #SonyMusic_Kpop #weverseofficial…"
## 
## [[605]]
## [1] "zeromiletoyou: I wonder why God sent them to me, but i stan seventeen on the age when im not stanning idols for being idols. Their… https://t.co/gzPgSHp0qy"
## 
## [[606]]
## [1] "requiemarane: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[607]]
## [1] "lalalisaM_327_: Lisa is included in the list of the top 50 most followed Instagram in the world, and Lisa is the only KPop artist o… https://t.co/G8Jgq66lRQ"
## 
## [[608]]
## [1] "Michelle121721: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[609]]
## [1] "sunqyeom: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[610]]
## [1] "yaneliii_7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[611]]
## [1] "adorable_athies: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[612]]
## [1] "wweraw2008: RT @nexuswidow: how do kpop stans manage to make everything about kpop… like what do you mean Blackpink is the reason why Brazil got elimin…"
## 
## [[613]]
## [1] "hezzitation: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[614]]
## [1] "Diotima380: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[615]]
## [1] "miumiulace: I hope you throw yourself from a cliff — I dont think any kpop ido would want you saying that to someone 🤭 https://t.co/0nBXxuj3X4"
## 
## [[616]]
## [1] "perseovchris: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[617]]
## [1] "jiminstattoo7: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[618]]
## [1] "DeboraHyon3: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[619]]
## [1] "erinnnygyu: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[620]]
## [1] "fruit_bowI: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[621]]
## [1] "RMStreamingHost: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[622]]
## [1] "monbinprotector: RT @omorihate: moonbin truly is one of the best male performers in kpop"
## 
## [[623]]
## [1] "rmeunego: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[624]]
## [1] "madhatake: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[625]]
## [1] "ROnce82720813: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[626]]
## [1] "knjmineok: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[627]]
## [1] "ackermanpath: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[628]]
## [1] "carat_stan: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[629]]
## [1] "ateez_moon: ARTBEAT IS A KPOP GROUP NOW?"
## 
## [[630]]
## [1] "Larissas27_: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[631]]
## [1] "rawwsua: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[632]]
## [1] "ahgasemania: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[633]]
## [1] "cheolseungshine: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[634]]
## [1] "kpop_samcheon: RT @chenji_diary: \"are you tired? cheer up!\" \n\"are you scared? it's okay, hyung will protect you!\"\n\"don't give up on me, i'll end up gettin…"
## 
## [[635]]
## [1] "uzilamirza: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[636]]
## [1] "acinorev000: RT @anjheelee: thank you for my kpop boys, universe! https://t.co/TmqaIB5pxH"
## 
## [[637]]
## [1] "Sutiny_Dalsua: RT @billlie__love: Kpop being weird these day like there ton short youtube in my tl about \"Leak information from sasaeng part nth\" 😒"
## 
## [[638]]
## [1] "JungHala7: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[639]]
## [1] "lalalalisa_mac: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[640]]
## [1] "Pinklikepinkk: RT @ysljks: reminding everyone that @BTS_twt \n\n• FIRST kpop group to cover time magazine\n• FIRST kpop group to be named entertainer of the…"
## 
## [[641]]
## [1] "yassy_rodriguez: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[642]]
## [1] "QueenMONORules: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[643]]
## [1] "CesiyaStill: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[644]]
## [1] "NSjjv09: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[645]]
## [1] "lalalalisa_mac: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[646]]
## [1] "lilylili_bp: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[647]]
## [1] "stanIeecameo: Richarlison really infiltrated kpop twitter 😮‍💨"
## 
## [[648]]
## [1] "diekei_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[649]]
## [1] "kpop_samcheon: RT @sportbible: Croatia. Population 3.9 million. \n\nWorld Cup final 2018. World Cup semi final 2022. \n\nTake. A. Bow. 🇭🇷 https://t.co/AaltkqS…"
## 
## [[650]]
## [1] "hosheers: RT @MyBias_Gyu: How many more artist should be aware about how you treat their fans, @livenationph? Every minute you're losing your busines…"
## 
## [[651]]
## [1] "HelenaC_93: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[652]]
## [1] "blossominseo: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[653]]
## [1] "kthwony: ic interest check\n\ncrochet doll / head\n- can customized \n\nwts lf wtb ph bts blackpink itzy aespa redvelvet twice ex… https://t.co/OKqPZUlNEe"
## 
## [[654]]
## [1] "luvlyyawnzzn: RT @ywnloops: the BEST rap in the entire kpop industry. https://t.co/qAAyH1ysCl"
## 
## [[655]]
## [1] "Lannaleth: RT @PapayaPanic: I can’t believe Block B is coming back to save kpop Omg I legit screamed."
## 
## [[656]]
## [1] "70stydiaOffice: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[657]]
## [1] "_lilbitofblack: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[658]]
## [1] "kangtaDNI: RT @jellyOT9: and this is why boa will always be the queen of kpop https://t.co/7SrnjHqZGQ"
## 
## [[659]]
## [1] "minjilemon_: RT @NewJeansCharts: .@UPROXX has selected ‘New Jeans’ as one of the Best K-Pop Albums of 2022!🔥\n\n“NewJeans were newcomers that became overn…"
## 
## [[660]]
## [1] "adoreush: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[661]]
## [1] "blackmarvel23: RT @milseum: hi !! i'm lee, new to #studytwt #studytwtph and i'm looking for mutuals and bffs ^ ___ ^  let's be friends &lt;3 \n\n☁️ she/they, 0…"
## 
## [[662]]
## [1] "naytionsnayeon: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[663]]
## [1] "NEWJE4NS: NEWJEANS BEING THE ONLY KPOP GROUP THERE WOHOOO https://t.co/iI1lQVjxBa"
## 
## [[664]]
## [1] "cxnfessi0n: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[665]]
## [1] "spicyz_heesun: RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…"
## 
## [[666]]
## [1] "kyla_birdie: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[667]]
## [1] "namj0onnie: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[668]]
## [1] "c_art_y: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[669]]
## [1] "_Pja13_: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[670]]
## [1] "WerJunhuiJ: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[671]]
## [1] "Lin_IU_jieunfan: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[672]]
## [1] "Seokjaneee: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[673]]
## [1] "azzaeell: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/PeWkuYV6vK"
## 
## [[674]]
## [1] "joongomango: I had my boyfriend listen and read the lyrics to cookie by new jeans (he is not a kpop fan.) he even said that lyri… https://t.co/a9GsCQeyfB"
## 
## [[675]]
## [1] "ghouliisch: Forced my grandma to listen to video game Kpop and she was too polite to tell me she hated it so I took advantage a… https://t.co/sVgE7hM46G"
## 
## [[676]]
## [1] "Emperor_Freeza_: RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…"
## 
## [[677]]
## [1] "stan_local: RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n\"Key understood the assignment, and aced it with h…"
## 
## [[678]]
## [1] "TeTeYontan625: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[679]]
## [1] "fanboiYani_1230: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[680]]
## [1] "bb_arianinyaaaa: RT @xiuminonlyfans: good night to my emotional support kpop boy xiumin 🥺🫶🏻 https://t.co/kbCcvTAUtp"
## 
## [[681]]
## [1] "honeybearybee: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[682]]
## [1] "dazedance2: him using his kpop group's account with 2 million followers to talk about some stromae is sooo https://t.co/spI9Wt8XKz"
## 
## [[683]]
## [1] "2huenings: txt still has the best discography in kpop doesnt matter how much yall deny it 😊"
## 
## [[684]]
## [1] "cyan4jy: @randomkpop___ @AmizaSherry Been a kpop fan for so long. Been stanning numerous groups since. It was Produce 101 th… https://t.co/EeBiytXEcI"
## 
## [[685]]
## [1] "NEWJE4NS: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[686]]
## [1] "MingiDen: one of the biggest mystery in kpop https://t.co/ennM7ZLlBx"
## 
## [[687]]
## [1] "miawwrin: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[688]]
## [1] "crynnary: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[689]]
## [1] "madsider: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[690]]
## [1] "rmnewsdata: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[691]]
## [1] "hwaabyeol: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[692]]
## [1] "jjongfemboy: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[693]]
## [1] "armylovebts7_: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[694]]
## [1] "seawaterwitch: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[695]]
## [1] "blue_blue_blu00: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[696]]
## [1] "theeaerialist: RT @psychoseulgi: ae1 is going to make big waves and change kpop me thinks😳"
## 
## [[697]]
## [1] "jeans_0901: @reikkomia done. \nshe's the real evil act of kpop for sure. Yet, somehow, it's kakao that's getting more hate"
## 
## [[698]]
## [1] "simplysavage_: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[699]]
## [1] "qyetcorner: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[700]]
## [1] "0104__05: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[701]]
## [1] "fridasts17: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[702]]
## [1] "hooniversestar: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[703]]
## [1] "yjhshuaa: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[704]]
## [1] "jkkook970901: RT @SerieTV46: Top 15 most streamed song by Kpop Artist on Spotify of 7 December 2022:\n\n#JUNGKOOK, #RM, @BLACKPINK, @le_sserafim, #JIN, @Ne…"
## 
## [[705]]
## [1] "vonzlends: RT @vonzlends: 🍡 :: lending service open • 12.10\n\n— ₱500 max for new : flexi for trusted \n— 1-2 days dop\n— 13% per day rates \n— vv selectiv…"
## 
## [[706]]
## [1] "wonwooed29: RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…"
## 
## [[707]]
## [1] "homohotline: @kazinastay kpop just sucks atp"
## 
## [[708]]
## [1] "jooniepetals: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[709]]
## [1] "h8nsool_mp3: not gonna lie this is some of the best kpop we'll ever get https://t.co/zQnsdWQEy0"
## 
## [[710]]
## [1] "rxsemxn: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[711]]
## [1] "ren_shawol: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[712]]
## [1] "mangohubba: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[713]]
## [1] "jeanfric03: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[714]]
## [1] "yloyloyloy: @btschart_data @taegiLover__ @mags_1821 @kim75463428 @Koobidivines 40% off? are you kidding me? it is a collaborati… https://t.co/WkgbUbpHsM"
## 
## [[715]]
## [1] "kate_luvs_kpop: RT @nksunbaem: ni-ki with K on the phone\n\nni-ki congratulated K and &amp;team for their debut showcase. K greeted ni-ki a happy birthday. He al…"
## 
## [[716]]
## [1] "S_w__k: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[717]]
## [1] "bubsluvie: like my kpop collector self cant deal with 9 spors being randomly distributed, please"
## 
## [[718]]
## [1] "kate_luvs_kpop: @ENHYPENSJAY I mean, that’s expected. What else should they call them?"
## 
## [[719]]
## [1] "RamaSene11: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[720]]
## [1] "moonhwa98: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[721]]
## [1] "allyyysonnn_: RT @squiddey02: What did us Floridians do to the kpop industry that they have to leave us out of everything"
## 
## [[722]]
## [1] "Izuki0509: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[723]]
## [1] "antisocialbabey: RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…"
## 
## [[724]]
## [1] "itsAndroidWolf: RT @Honey06_13: @iridescencemyg When other famous Kpop idols have gone, other soldiers would try to take secret pictures or videos and sell…"
## 
## [[725]]
## [1] "Hanya_2j3j: RT @virionkisei: 🎧 Covered some Kpop wuuut 🎧\n\n\"I'm glad you're resting and taking care of yours-\"\nYou don't understand, if I'm not producti…"
## 
## [[726]]
## [1] "TOOKIGENES: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[727]]
## [1] "TWlNKBOT: trying to decide what kpop albums to buy is like trying to choose a favorite child"
## 
## [[728]]
## [1] "Milcah87814169: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[729]]
## [1] "jung_andyy: RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…"
## 
## [[730]]
## [1] "vampgyul: @blkpareo kpop groups need to start bringing back the random voice in SOME songs"
## 
## [[731]]
## [1] "PRINCESLYNN9: RT @SerieTV46: \"Shut Down\" by @BLACKPINK it's the most viewed Kpop Group MV in last 24 hours on Youtube with 1.4M views."
## 
## [[732]]
## [1] "j__essicax: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[733]]
## [1] "tariew21: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[734]]
## [1] "CallMeAuranna: RT @AROYALPITCH: I don’t know who might need to hear this but I have read all the pjo books outside of toa and further. \n\nI’m well aware th…"
## 
## [[735]]
## [1] "vicszxq: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[736]]
## [1] "AlterTriz: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[737]]
## [1] "selenophileAtin: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[738]]
## [1] "sonamoaa: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[739]]
## [1] "silvrhoneytae: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[740]]
## [1] "nctzensaid: RT @KpopWithV: Holiday #KPOP Album Giveaway \n[Open to 🇺🇲🇨🇦]\n\n1. What's your favorite kpop moment/release/project from 2022\n2.Which album wo…"
## 
## [[741]]
## [1] "chaegayyoung: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[742]]
## [1] "itsmeurpare: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[743]]
## [1] "1985Bootsaya: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[744]]
## [1] "desdeel2015: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[745]]
## [1] "dyhmoon: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[746]]
## [1] "visforvivi: i never forgive the kpop industry for everyone and their nugu mother doing a retro concept"
## 
## [[747]]
## [1] "attentionakgae: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[748]]
## [1] "ohmyymymy: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[749]]
## [1] "jjtkook: RT @BTSEMPIRES: Indigo and Jack in the box are the Top2 highest critically acclaimed albums by Kpop/Korean soloists on Metacritic 🔥 https:/…"
## 
## [[750]]
## [1] "RealJou1es: RT @ParkBomBuzz: Grand Wave Kpop Music Festival has been finally rescheduled to January 14th, 2023! \n\nIt was initially put on hold due to t…"
## 
## [[751]]
## [1] "carlespilette: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[752]]
## [1] "hyunjinllama: RT @kpophappenings_: when that kpop boy surprised his younger sister by going to their home country without her knowing"
## 
## [[753]]
## [1] "xiuweetdayforme: RT @XiuVotingsGuide: Update OnceAweekMFM Kpop Top 3 Songs\n\n#XIUMIN_BrandNew 7th week at top 1! 🥳\n\nThe song will be played between 1am-3am k…"
## 
## [[754]]
## [1] "theonlybaepsae: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[755]]
## [1] "archivesforJIN_: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[756]]
## [1] "1985Bootsaya: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[757]]
## [1] "rifxhans: RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…"
## 
## [[758]]
## [1] "ksoolina: Delusional time:\n\nMaybe sm is dropping these christmas collab albums bc the main mariah carey's of kpop are leaving… https://t.co/jpcLXA3Adv"
## 
## [[759]]
## [1] "jinmisoop99: RT @subinpalette: #subin: best glow up in kpop history. https://t.co/ztzfgKxBZo"
## 
## [[760]]
## [1] "Jessie02209264: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[761]]
## [1] "amethystgrp: Crown - txt \n\nTeaser | cover by amethyst\n\n#txt #crown #Beomgyu #SOOBIN #heuningkai #Taehyun #Yeonjun #cover #kpop… https://t.co/Mxlp0ptH4P"
## 
## [[762]]
## [1] "aquazzSky: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[763]]
## [1] "miawwrin: RT @NewJeansCharts: .@UPROXX has selected ‘New Jeans’ as one of the Best K-Pop Albums of 2022!🔥\n\n“NewJeans were newcomers that became overn…"
## 
## [[764]]
## [1] "igotJMJPCBKGOT7: RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…"
## 
## [[765]]
## [1] "r_hel_: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[766]]
## [1] "aye_aye864: Kang Daniel coming to Manchester in January but its a Thursday? Would have actually loved to go but there's no way… https://t.co/BHeqkcLOZH"
## 
## [[767]]
## [1] "GYUURlYA: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[768]]
## [1] "houhousistarsun: RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…"
## 
## [[769]]
## [1] "enhypnwalls: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[770]]
## [1] "ryinz21: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[771]]
## [1] "qyuvers: wait jinni let’s nmixx what is happening in kpop ?!"
## 
## [[772]]
## [1] "hoseokworldss: Genuinely one of the best kpop songs of all time and I’m going to hear it LIVE are we fucking getting this https://t.co/M1nWYazyPB"
## 
## [[773]]
## [1] "bbkaaaye: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[774]]
## [1] "kkurah319: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[775]]
## [1] "Edbs19: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[776]]
## [1] "T4Blink: Lisa is the most followed kpop idol"
## 
## [[777]]
## [1] "Dwy_teume: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[778]]
## [1] "ainaablasco: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[779]]
## [1] "tenxlisa: the tweet that said wayv are gonna be in those ‘unluckiest groups in kpop’ videos after 3 years https://t.co/pXBYXS0SbV"
## 
## [[780]]
## [1] "lameqilah: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[781]]
## [1] "jkvsbts: RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…"
## 
## [[782]]
## [1] "BabygirlTashhh: @H1ppin Trickster ♡\n\nI'm bias because his lore is he's a kpop idol and he killed his group mates in a fire in the s… https://t.co/vQxi4EunEn"
## 
## [[783]]
## [1] "btsogtnfk: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[784]]
## [1] "_Cawty_: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[785]]
## [1] "jlb_thatsme: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[786]]
## [1] "3racha_han: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[787]]
## [1] "davidtorres1114: RT @jennyhanx: LET ME INTRODUCE YOU KPOP WORLD OUR VERY HANDSOME CEO CHOI SEUNGHYUN A.K.A #TTTOP FROM #BIGBANG @YG_GlobalVIP https://t.co/r…"
## 
## [[788]]
## [1] "roiskies: RT @zhellllllllllll: #lapillus included in kpop rising of #spotify … 🔥🔥🔥\n\n#lapillus #라필루스 #GRATATA #그라타타 https://t.co/X3DqQzWCAh"
## 
## [[789]]
## [1] "romeojjun: i always think ab that one video where someone says that kpop stans are the biggest communists😭😭😭 everything HAS to… https://t.co/uPBy6SUDGl"
## 
## [[790]]
## [1] "ROnce82720813: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[791]]
## [1] "joysfairy: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[792]]
## [1] "Angelan47649232: @kpop_king97 @JKMagicVN_ @MBCMusicCore Hello @MBCMusicCore , Jungkook has more YouTube Views than any nominated art… https://t.co/rRpvoxWQ69"
## 
## [[793]]
## [1] "DKwxy0908: RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…"
## 
## [[794]]
## [1] "a_lyalo: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[795]]
## [1] "Gabrielacc712: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[796]]
## [1] "Aya83250491: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[797]]
## [1] "ya_mary_yach: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[798]]
## [1] "ilovebngpinks: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[799]]
## [1] "ilovetae95thv: RT @taetaevoting_jp: ❤︎ テテDaily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1QYrh\n▶︎ https://t.co/iw7S3kMCn3\njuice\n▶︎ https://t.co/0k65503ogj\nK kpop\n▶︎…"
## 
## [[800]]
## [1] "KP865993632: RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP"
## 
## [[801]]
## [1] "vfanhere: RT @taetaevoting_jp: ❤︎ テテDaily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1QYrh\n▶︎ https://t.co/iw7S3kMCn3\njuice\n▶︎ https://t.co/0k65503ogj\nK kpop\n▶︎…"
## 
## [[802]]
## [1] "Catalina8803: @DualityofHan @soupcanarchist Add a Kpop Stan and Beyonce fan group"
## 
## [[803]]
## [1] "Minyounglove2: RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 4\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…"
## 
## [[804]]
## [1] "JancysDayeon: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[805]]
## [1] "Minyounglove2: RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 3\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…"
## 
## [[806]]
## [1] "pixsIay: @Madnesszeno not just you, whenever i see a tiktok dance or a kpop dance i go \"OH THIS CHARACTER WOULD SO DO THIS\""
## 
## [[807]]
## [1] "alexi366143: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[808]]
## [1] "d8llix: they’ve done sm shit towards SO MANY kpop idols/group they only enjoy the drama dont waste ur time watching their vid, block/report them"
## 
## [[809]]
## [1] "Minyounglove2: RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 2\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…"
## 
## [[810]]
## [1] "ifjaebum: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[811]]
## [1] "peachyyy_just: RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…"
## 
## [[812]]
## [1] "manobunnyx: RT @liastwerk: the bullying in kpop needs to stop, y’all are making artist lose their passion and dedication for music with the terrible co…"
## 
## [[813]]
## [1] "ningningwashere: RT @aexorator: Kpop is really kpop right now https://t.co/nakuihuDZH"
## 
## [[814]]
## [1] "VIIIVVIIIVII: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[815]]
## [1] "jiminsbratt: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[816]]
## [1] "lalalalis9999: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[817]]
## [1] "filtermoonughh: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[818]]
## [1] "vfanhere: RT @curtispatricia7: #V is first Korean KPop soloist to have 2 songs stream over 200,000,000 each Spotify. Christmas Tree is also the most…"
## 
## [[819]]
## [1] "hispanics4boo: Too many kpop groups had such good comebacks genuinely but didn’t get the hype bc they didn’t have a tiktok trend t… https://t.co/BiMG1ymSqa"
## 
## [[820]]
## [1] "Imbluegrey1: RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…"
## 
## [[821]]
## [1] "Piya2Niya: RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop"
## 
## [[822]]
## [1] "avodoraa: RT @LelianaKep1: @allkpop When JYPE terminated her contract so suddenly without given any proper explanation did they seriously expect kpop…"
## 
## [[823]]
## [1] "Minyounglove2: RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 1\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…"
## 
## [[824]]
## [1] "tormentodamore: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[825]]
## [1] "kate_luvs_kpop: RT @Rey26982194: [📰] Seunghee guessing every move but still pulling through,Yujin smiling every step,Seungyeon improvising but still ate,So…"
## 
## [[826]]
## [1] "maknae_min: RT @HALLYUIL923: You HALLYU chingu Ezra didn't want to miss out on Day 2 of Be You 2 that she flew to Manila to cheer for her love Changmin…"
## 
## [[827]]
## [1] "niaccke: RT @jellyOT9: and this is why boa will always be the queen of kpop https://t.co/7SrnjHqZGQ"
## 
## [[828]]
## [1] "Iouiseynx: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[829]]
## [1] "7winterbunny: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[830]]
## [1] "chxppedskxn: I got into kpop in 2015 through my friends https://t.co/fm6IprFcAX"
## 
## [[831]]
## [1] "Gabrielacc712: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[832]]
## [1] "yoongitwin: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[833]]
## [1] "Iuvblur: i’ve been a kpop fan for 7 years damn https://t.co/haV4fAv3xt"
## 
## [[834]]
## [1] "Vic9_9_9_: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[835]]
## [1] "e__ssooo_: RT @Tashal55: (G)I-DLE Spotify Kpop ON story update 🥰 https://t.co/1Qs1KQ2rf9"
## 
## [[836]]
## [1] "MadameBangtan7: @im2old4thisotp Kpop Band Windshield Foldable... https://t.co/jsUIEtZ0jo"
## 
## [[837]]
## [1] "HANGSANG_13TS: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[838]]
## [1] "slytherinparkjm: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[839]]
## [1] "ayikazz: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[840]]
## [1] "7isthenumber: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[841]]
## [1] "neovulturetech: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[842]]
## [1] "minjoonluvr: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[843]]
## [1] "NahomiCarreon: RT @DokiMBB: Because VLive will close soon, let me remind you the best VLive in kpop history, after this live kpop wasn't the same anymore.…"
## 
## [[844]]
## [1] "jellyOT9: and this is why boa will always be the queen of kpop https://t.co/7SrnjHqZGQ"
## 
## [[845]]
## [1] "feraIhusband: also i write rpf and talk about non kpop groups as well so if that also bothers you you can unfollow as well don’t… https://t.co/R551pKaSjb"
## 
## [[846]]
## [1] "Rotem_Vizman: RT @Kpopmap: The New Diamonds Of K-Pop - Top 10 Rising Idols Who We Predict Will Be The Next Big Thing 💎\nhttps://t.co/h8OLiEUc2j\n\n#DKZ #Jae…"
## 
## [[847]]
## [1] "psychoseulgi: ae1 is going to make big waves and change kpop me thinks😳"
## 
## [[848]]
## [1] "saworii9: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[849]]
## [1] "Larissas27_: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[850]]
## [1] "wwmikayao_o: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[851]]
## [1] "teteebabybear: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[852]]
## [1] "Weird_Moos: RT @Chiara_moomoo: I really hate kpop stans. Why everything is about numbers for y'all? l listen to artists that have been making music the…"
## 
## [[853]]
## [1] "vfanhere: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[854]]
## [1] "jennyabana09: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[855]]
## [1] "kpopspamandmore: Ngl some of y’all are weird for how y’all acting over kpop. It’s upsetting when a group loses a member(s) or disban… https://t.co/swWZfvnRes"
## 
## [[856]]
## [1] "linozico: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[857]]
## [1] "eshbhie99: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[858]]
## [1] "taronegerIton: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[859]]
## [1] "ivepantheress: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[860]]
## [1] "diavanegas699: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[861]]
## [1] "ClaraParent1: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[862]]
## [1] "ARMYBLINKJOY: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[863]]
## [1] "cardone_studio: RT @DestinationPre1: 🎁SPECIAL GLOBAL DEBUT🎁\n#DestinationPre1 #Special_Global_Debut\n\n—————————————\n#Shazam #SonyMusic_Kpop #weverseofficial…"
## 
## [[864]]
## [1] "kitsuneborahae: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[865]]
## [1] "kyjwonp_: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[866]]
## [1] "_sarawatlism_: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[867]]
## [1] "izzhiey_: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[868]]
## [1] "tastypijza: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[869]]
## [1] "NickRegnier: RT @BroadwayWorld: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathering…"
## 
## [[870]]
## [1] "johanwinkwink: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[871]]
## [1] "MaryaMonstaX92: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[872]]
## [1] "roundmyhood: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[873]]
## [1] "phobiangel: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[874]]
## [1] "supuwustar: it’s kind fucked that kpop profits off of many other cultures yet all kpopies do is try and police the appropriatio… https://t.co/f3RyaVskPV"
## 
## [[875]]
## [1] "eisavvy: AND LETS TALK ABOUT THAT SAMPLE. a lot of kpop which samples classical music sorta just,, throws it in there. a nic… https://t.co/TveMQzMeVB"
## 
## [[876]]
## [1] "clownbirds: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[877]]
## [1] "Kaushle22180596: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[878]]
## [1] "vinsukun: Oda is gonna be the new kpop queen on MM’s tiktok account I just know it"
## 
## [[879]]
## [1] "naeviswol: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[880]]
## [1] "Dayanigarcia16: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[881]]
## [1] "SvetaTrinite: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[882]]
## [1] "junhuivlgs: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[883]]
## [1] "Diana99613878: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[884]]
## [1] "wonusempai: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[885]]
## [1] "BJS5825: RT @NylonMag: From the warm synths of “On The Way” and the '90s boy band harmonies on “Teddy Bear”  — @NCTsmtown_DREAM gave us pop nostalgi…"
## 
## [[886]]
## [1] "pkjmthv: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[887]]
## [1] "SHINeeW09: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[888]]
## [1] "Kaushle22180596: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[889]]
## [1] "ARMYBLINKJOY: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[890]]
## [1] "cookiepeaches_: RT @_kurukaa_: heyy, i'm kinda new in the kpop twt, and i'm tryna find some moots, so yeah :) i stan lots of groups, but skz, ateez, p1h, m…"
## 
## [[891]]
## [1] "keiyeoptae: the best kpop song. idc https://t.co/VCKIKJk6uK"
## 
## [[892]]
## [1] "viexfansph: RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…"
## 
## [[893]]
## [1] "intaksgiggles: RT @werepixies: these kpop ticket prices are getting out of hand ima just say that…"
## 
## [[894]]
## [1] "ceo_of_chaos: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[895]]
## [1] "plylstsforjk: 🧺 | Votos diarios\n\nNehannn: https://t.co/TArEgDZzf5…\nKpop juice: https://t.co/b5NWhSC2w2…\nMelon Artist Popularity A… https://t.co/9hrYymu6cV"
## 
## [[896]]
## [1] "mingyujunseo: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[897]]
## [1] "HoseokAS3: RT @JhopeAImighty_: IU, a kpop veteran, getting shocked about the amount of 'promo' (if we can even call it that), that Jack In The Box got…"
## 
## [[898]]
## [1] "kpop_noob11: RT @UNIVERSEITZY: #ITZY has won first place for 'Cheshire' at Music Bank! \n\nThis is their first win for this title so far. Congratulations…"
## 
## [[899]]
## [1] "shobaejuunana: RT @heaventherr: anime mix aesthetic ft fever by ateez, hyouka yuri on ice a silent voice zero two kyoukai no kanata beyond the boundary ba…"
## 
## [[900]]
## [1] "snoopchwe: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[901]]
## [1] "theqweenizzy: RT @nootcreations: @theqweenizzy @_FinoBB_ i do mostly fan art :^) anime/manga, music/kpop, drag, tv shows, movies, u name it! here's mob (…"
## 
## [[902]]
## [1] "eriphyIe: @pcymilkers when you say casual kpop listener who are you referring to? Random intl kpop fans or???? Because if the… https://t.co/ugwCcd7bdJ"
## 
## [[903]]
## [1] "nanayaheul: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[904]]
## [1] "jnkwayne: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[905]]
## [1] "seesawsol: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[906]]
## [1] "Ngan990616: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[907]]
## [1] "hyucksunsets: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[908]]
## [1] "love_joon7: RT @CelebConfirmed: ICYMI: #BTS’s #RM performed some of the latest tracks from his first solo album #Indigo at the #DiaBeacon art museum in…"
## 
## [[909]]
## [1] "gays4yuri: everybody in kpop tryna have their pop punk moment thinking theyre doing this https://t.co/Wr0EG6rLg5"
## 
## [[910]]
## [1] "ghostingrry: now i have a job and money i want to start buying kpop albums"
## 
## [[911]]
## [1] "777ashkjs: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[912]]
## [1] "MingiDen: RT @haha_fixon: My brother was watching a new anime and he texted me all excited “watch this anime is good and ateez sing the intro”\n\nMe ho…"
## 
## [[913]]
## [1] "yeolisiast: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[914]]
## [1] "treisvisoes: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[915]]
## [1] "olik_panggabean: RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF"
## 
## [[916]]
## [1] "isthervltn: RT @liastwerk: the bullying in kpop needs to stop, y’all are making artist lose their passion and dedication for music with the terrible co…"
## 
## [[917]]
## [1] "_uwonzz: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[918]]
## [1] "flwr_tae: i hate kpop stans sza comes out with a song about wanting a BIG man like overweight chubby men and theyre making ed… https://t.co/Fre3NpTNP3"
## 
## [[919]]
## [1] "cardamommy_666: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[920]]
## [1] "kate_luvs_kpop: @RagingPanda321 Today"
## 
## [[921]]
## [1] "liulyz_: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[922]]
## [1] "KangEyeeren: RT @minjiubunny: everyone saying that 2022 is the worst year in kpop, but we know is the best year for Dreamcatcher 😏"
## 
## [[923]]
## [1] "yemmyalexa: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[924]]
## [1] "holyshawol: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[925]]
## [1] "hyukashley: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[926]]
## [1] "cosmicsensitive: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[927]]
## [1] "sunnevalifsi: What would you choose No K-drama for the rest-of your life or no Kpop #QUESTION #KPOP  #KPOP"
## 
## [[928]]
## [1] "txtpink0804: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[929]]
## [1] "DestinationPre1: 🎁SPECIAL GLOBAL DEBUT🎁\n#DestinationPre1 #Special_Global_Debut\n\n—————————————\n#Shazam #SonyMusic_Kpop… https://t.co/2AzI8Q0yov"
## 
## [[930]]
## [1] "yeppi6xskz: RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…"
## 
## [[931]]
## [1] "Cartisma_: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[932]]
## [1] "danielle3j: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[933]]
## [1] "bamgyutoori: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[934]]
## [1] "karinUrbV: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[935]]
## [1] "GODMORAX: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[936]]
## [1] "dcmgSHINee: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[937]]
## [1] "yoongimiau0: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[938]]
## [1] "noabonito: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[939]]
## [1] "dhnblue: RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants \"ddiung,…"
## 
## [[940]]
## [1] "misscinetose: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[941]]
## [1] "JOONineteen: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[942]]
## [1] "bamgyutoori: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[943]]
## [1] "babypinksboo: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[944]]
## [1] "taniesglow: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[945]]
## [1] "GOLDENWOONG_: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[946]]
## [1] "ckpiDubu: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[947]]
## [1] "FangirlJ_: I can’t keep up with all of kpop but isn’t that Ten from WayV? Are the other 2 from WayV too? Who’s the one that sc… https://t.co/3UnO501uVM"
## 
## [[948]]
## [1] "karinUrbV: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[949]]
## [1] "belugrafionmon1: @SonyMusic_Kpop @AppleMusic That's awesome 🥰🥺#KPOP #KRNB #SOULBYSEL\n #소울바이서울\n#NVRMND_IM #NVRMND\n#MONSTA_X #MONSTAX… https://t.co/EouV61mkWU"
## 
## [[950]]
## [1] "iisimongg: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[951]]
## [1] "purplews_: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[952]]
## [1] "ainaablasco: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[953]]
## [1] "spacebi_: RT @legendarysisiw: @bangtancookiee whatta joke. 🥴 taeyang has the best vocals in kpop fr. \n\nhttps://t.co/n5jtn65Kdf"
## 
## [[954]]
## [1] "Yungmi7777777: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[955]]
## [1] "s00youngs: when kpop fans don’t speak &gt;&gt;&gt;&gt;&gt;"
## 
## [[956]]
## [1] "idleis6: @ongnielstigma @atiny_og yeah we will see, gidle had two of the biggest kpop hits this year, they had multiple mode… https://t.co/rfCXY3KxLv"
## 
## [[957]]
## [1] "Kookmin74: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[958]]
## [1] "Kpop_Oracle: @xiaokeonhwa I've seen it work well for sm too"
## 
## [[959]]
## [1] "tozakysn: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[960]]
## [1] "llcwllg: RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…"
## 
## [[961]]
## [1] "melovejungkoo: RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…"
## 
## [[962]]
## [1] "aninhaverso: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[963]]
## [1] "jadeeeeee_gel: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[964]]
## [1] "chosoloist: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[965]]
## [1] "chanheeitboy: RT @starrymya: of course kpop twt will only focus on the negative when it comes to everglow. where were yall when they had not just one but…"
## 
## [[966]]
## [1] "manobunnyx: RT @likearoyaI: i was a blink back when bp debuted and seeing the way kpop fans treat ive.. it’s literally the same thing word for word bar…"
## 
## [[967]]
## [1] "luvminhong: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[968]]
## [1] "sweetboyjk: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[969]]
## [1] "jinnietralala: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[970]]
## [1] "idatepower: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[971]]
## [1] "ggjimini: RT @newjified: kpop girl that can pull off ginger hair the best and why is it haerin https://t.co/ffZ5kBcybL"
## 
## [[972]]
## [1] "ruisrajin: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[973]]
## [1] "blackbusterr: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[974]]
## [1] "KSkVsLENM71BHS8: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[975]]
## [1] "MzFee20: RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…"
## 
## [[976]]
## [1] "13hr08: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[977]]
## [1] "Iovingyooh: RT @kunseishu: Happy birthday to the mother of kpop female rapper https://t.co/92jKS3i4sw"
## 
## [[978]]
## [1] "LiliesPH13: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[979]]
## [1] "Taeni29: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[980]]
## [1] "buzztinlovely: RT @producergikwang: 5000 days since gikwang debuted and changed the whole kpop industry\ntruly the most talented and well rounded idol to e…"
## 
## [[981]]
## [1] "JjongCaprio____: RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…"
## 
## [[982]]
## [1] "odeiopunk: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[983]]
## [1] "trampolinecats: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[984]]
## [1] "EGIRLRHAELLA: RT @aescentre: best face in kpop https://t.co/P1oYFqE0Vj"
## 
## [[985]]
## [1] "yoontangerine93: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[986]]
## [1] "jenaissantn: RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…"
## 
## [[987]]
## [1] "alyssins: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[988]]
## [1] "mongemini42: RT @kkulkyun2609: Since Monsta X comeback is nxt yr &amp; we mbbs really tweet a lot and kpop stans usually drag us into fanwars, how about we…"
## 
## [[989]]
## [1] "lalalalavs_m: RT @lisamanobal_327: ➖ it's your option to chose on which angle you want on this coming back Pole Dance Lisa. ❤️‍🔥\n\nCOLOGNE LIEBT LALISA\n\n#…"
## 
## [[990]]
## [1] "geassxclover: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[991]]
## [1] "AlexISAleXa96_: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[992]]
## [1] "thedoughnanapro: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[993]]
## [1] "julybubmg: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[994]]
## [1] "4_skret: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[995]]
## [1] "daissysun: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[996]]
## [1] "hwallrounder: @Alilove4hwa There are so many good examples showcasing why he needs modeling gigs. Even the way he walks and the w… https://t.co/6MNsWaFIzh"
## 
## [[997]]
## [1] "77Tutus: that’s right btxt carriers of kpop!! https://t.co/EGXKyWLG77"
## 
## [[998]]
## [1] "xxmoon22: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[999]]
## [1] "vcuthope: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1000]]
## [1] "daetoiIe: do we know when taemin is coming back kpop needs to be saved"
## 
## [[1001]]
## [1] "CarolineTayse: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[1002]]
## [1] "BnHg70312166: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1003]]
## [1] "MSmith94011110: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[1004]]
## [1] "songmingisgf: my sexuality are my silly goofy kpop men and women"
## 
## [[1005]]
## [1] "BTS_twt_mono7: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[1006]]
## [1] "hanyanaxxx: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1007]]
## [1] "panyai94: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[1008]]
## [1] "ryu_cats: RT @CHAERYEONG_INTL: [UPDATE] SBS KPOP ZOOM’s weekly magazine\n\n🔗 https://t.co/pjNTo0Q0WN\n\n#채령 #CHAERYEONG #ITZY #ITZY_CHESHIRE @ITZYofficia…"
## 
## [[1009]]
## [1] "GreenV53000781: RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…"
## 
## [[1010]]
## [1] "inarea218: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[1011]]
## [1] "serialainexp: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1012]]
## [1] "_jjunsw__: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[1013]]
## [1] "puanshinee: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[1014]]
## [1] "WAITING4SKZ: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[1015]]
## [1] "hxpebxy: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1016]]
## [1] "xingqiuviadinho: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1017]]
## [1] "heyenha: RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…"
## 
## [[1018]]
## [1] "yelyjkk: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1019]]
## [1] "fairyfangirlie: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[1020]]
## [1] "stray_anpanman: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1021]]
## [1] "ceIestice: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1022]]
## [1] "zerotak2_prince: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[1023]]
## [1] "wintertelleyy: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[1024]]
## [1] "dudiiiiieeee: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[1025]]
## [1] "ivypile: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1026]]
## [1] "seagull_squishy: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[1027]]
## [1] "ArifSerine: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1028]]
## [1] "drxyun: tags: @itsjustmellic @haleyunho @gimme_kpop @HongTeez98 @atyAtz24 @Daisy24102018 @jinnmingi @belowyunho @darliingzz… https://t.co/15BEk6VdNs"
## 
## [[1029]]
## [1] "livinaday: RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…"
## 
## [[1030]]
## [1] "chovsouris: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[1031]]
## [1] "flwryshj: jackie chan made a kpop group?"
## 
## [[1032]]
## [1] "_jidziaa_: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1033]]
## [1] "crownvarb: RT @liIy4eva: this might just be the most cursed kpop collab stage in history https://t.co/ybh8en5HmH"
## 
## [[1034]]
## [1] "0615jaewon: RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…"
## 
## [[1035]]
## [1] "segureo_chan: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1036]]
## [1] "smvworld: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1037]]
## [1] "helisomeu: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1038]]
## [1] "msjaleh_: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[1039]]
## [1] "lalalalavs_m: RT @lisamanobal_327: • And here comes 'MENTOR LISA' or LISA Laoshi of YWY on #JENNIE plus cutest and coolest moments with #ROSÉ, This clips…"
## 
## [[1040]]
## [1] "ayundyashine_: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[1041]]
## [1] "NSjjv09: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1042]]
## [1] "moon_joonie94: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[1043]]
## [1] "xkaixexox: RT @ForChenUnion: [INFO] Grand Wave Kpop Music Festival in Malaysia will be rescheduled to Jan 14th 2023.\nChen is one of the artist line-up…"
## 
## [[1044]]
## [1] "woniemilktea: RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…"
## 
## [[1045]]
## [1] "keehosbobaa: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[1046]]
## [1] "Yoselinteumi: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1047]]
## [1] "sngsng_aa: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[1048]]
## [1] "myflowerfun: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[1049]]
## [1] "yejisoju: If cocona was in kpop she would literally end so many 4th gen rappers LIKEEEEE that’s talent right here! A 06 liner… https://t.co/K5o3WSaZwl"
## 
## [[1050]]
## [1] "kwonderfulness: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1051]]
## [1] "haha_fixon: My brother was watching a new anime and he texted me all excited “watch this anime is good and ateez sing the intro… https://t.co/5jVuYA9Gxy"
## 
## [[1052]]
## [1] "ipurpleyoufv: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1053]]
## [1] "luvsknjoon: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1054]]
## [1] "lalalalavs_m: RT @lisamanobal_327: ➖ she is so poise even she just wiping out her sweat, \nQueen things. 👑💗\n\nCOLOGNE LIEBT LALISA\n\n#LISA #MONEY #LALISA #B…"
## 
## [[1055]]
## [1] "theakkindaboys: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[1056]]
## [1] "trustfundgyu: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[1057]]
## [1] "fixforeternity: MCND\nERIC NAM\nATEEZ D-1\nKPOP FLEX D-1\nTHE BOYZ\nHALLYUPOPFEST D-1&amp;2\nROCKING DOLL\nJUNNY\nWASIA PROJECT\nASH ISLAND\nBLIT… https://t.co/VHiGuMHbG3"
## 
## [[1058]]
## [1] "enbyhwas: RT @starrymya: of course kpop twt will only focus on the negative when it comes to everglow. where were yall when they had not just one but…"
## 
## [[1059]]
## [1] "OviPipi: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[1060]]
## [1] "ZueRojas: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[1061]]
## [1] "xiaotoge: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1062]]
## [1] "minjilemon_: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1063]]
## [1] "VAMPCB97: if you had to fuck a kpop song what song are you picking"
## 
## [[1064]]
## [1] "juniorglee2010: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[1065]]
## [1] "ArifSerine: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1066]]
## [1] "tw_kpop_: RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…"
## 
## [[1067]]
## [1] "JuliC_O: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1068]]
## [1] "_wxyzeen: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[1069]]
## [1] "everydaydayw: RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants \"ddiung,…"
## 
## [[1070]]
## [1] "bulletandproof: @stallseok ?? they're acting like ANYONE in kpop or any artists at all are like bts and other fandoms bonds are anything like armys 🧍🏽🧍🏽"
## 
## [[1071]]
## [1] "confusdliam: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[1072]]
## [1] "2fuzzg: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[1073]]
## [1] "Djulia_teez_enh: RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…"
## 
## [[1074]]
## [1] "lavendxrhaze: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1075]]
## [1] "nurawadah9604: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[1076]]
## [1] "JoyceJoyceBi: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[1077]]
## [1] "narakoyuki: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1078]]
## [1] "hani_cc17: RT @svtcontents: @pledis_17 📰 SECTOR 17 is on UPROXX's Best K-Pop Albums 2022 List! \n\n🖇️https://t.co/TWl2csgBPx https://t.co/I2vid9v3z3"
## 
## [[1079]]
## [1] "fixonmylove: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[1080]]
## [1] "ArifSerine: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[1081]]
## [1] "Elen01091997: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1082]]
## [1] "Bngtn_7777777: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1083]]
## [1] "diseasers: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1084]]
## [1] "thistnxworld: @Vane04092 Hi Vaaane! We’re happy to have you here 💞 \nI’m a baby at kpop too (1yr old 🥹) but if you want my dm is o… https://t.co/mPqFWkL6Uy"
## 
## [[1085]]
## [1] "mwnkis: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1086]]
## [1] "nwcelestial: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[1087]]
## [1] "ELPI0327: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1088]]
## [1] "Dya_Hiyyih: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[1089]]
## [1] "hourlymoka: RT @hakushotafan: guys in your opinion whats the best song ever created in kpop"
## 
## [[1090]]
## [1] "lima_pishbol: RT @ALEXAsaki: Dong Youngbae is a KPOP blueprint. The idol of your idols. 🙂"
## 
## [[1091]]
## [1] "TatianaxMalik: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1092]]
## [1] "ainaablasco: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[1093]]
## [1] "peach_fuuzz: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1094]]
## [1] "tt_yume_roki: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[1095]]
## [1] "Rova_07: RT @stallseok: y’all it’s normal for artist to take years off of music especially when they have a rush of being worldwide icons like i can…"
## 
## [[1096]]
## [1] "ryissaluvr: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1097]]
## [1] "uli_modu_hamkke: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[1098]]
## [1] "oIivialgbt: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1099]]
## [1] "moonandenhypen: RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…"
## 
## [[1100]]
## [1] "junggukshyy: RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…"
## 
## [[1101]]
## [1] "lalalalavs_m: RT @aliciaxcalm: thank you for tonight, it was so amazing @BLACKPINK 💗 i can’t believe i got to see my favorite group live after being a fa…"
## 
## [[1102]]
## [1] "sugaryouknowm_e: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1103]]
## [1] "Mod_love_JJ: RT @rize0t7addict: “The Astronaut” by #JIN has officially been credited with the 1x MILLION Certification on Gaon(Circle) for accumulating…"
## 
## [[1104]]
## [1] "lili_love28: RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop"
## 
## [[1105]]
## [1] "Cubito53195399: RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 5\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…"
## 
## [[1106]]
## [1] "butterly__7: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1107]]
## [1] "SHlNGEE: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[1108]]
## [1] "Cubito53195399: RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 4\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…"
## 
## [[1109]]
## [1] "shixunwae: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[1110]]
## [1] "i2ghirga: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1111]]
## [1] "towaslirl: @Amyhtcb \"omg you look like a kpop idol\" 😬 bro wahh"
## 
## [[1112]]
## [1] "jennyabana09: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[1113]]
## [1] "teumeboii95: RT @retarouvailles: Can we keep as number 1 please? Just until Dec 23  https://t.co/ARpaZTZlSF"
## 
## [[1114]]
## [1] "xnireah: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1115]]
## [1] "aylaluvsjk: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[1116]]
## [1] "godlycirce: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[1117]]
## [1] "Cubito53195399: RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 3\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…"
## 
## [[1118]]
## [1] "Cubito53195399: RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 2\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…"
## 
## [[1119]]
## [1] "Streamaccounts1: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[1120]]
## [1] "aimeestern: Secured the goods for KPOP round 3 tonight 🥰🥰🥰 STANDING ROOM IS GONNA BE A PARTY I CANT WAIT"
## 
## [[1121]]
## [1] "Cubito53195399: RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 1\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…"
## 
## [[1122]]
## [1] "gaylittlehats: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1123]]
## [1] "kkmama68020905: RT @kuyan9: 🌟Who is The King Of KPOP 2022 \n❺位https://t.co/G8HBetRmFz…\n🌟The Best Leader in KPOP 2022\n❸位https://t.co/ref1pOATvU…\n🌟KPOP Heartt…"
## 
## [[1124]]
## [1] "cahryl_: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[1125]]
## [1] "jezamng: RT @honey0sito: I feel like the longer I stay in kpop, the farther I stray from fandoms. Y’all will fight about everything &amp; anything becau…"
## 
## [[1126]]
## [1] "sirenserens: RT @suicride: haiii!! i'm to #studyacc and i'm looking for new moots! \nabout me —&gt;\n✰ call me acha\n✰ she/they; \n✰ INTP\n✰ 9th grade\n✰ music,…"
## 
## [[1127]]
## [1] "kawaikyungsona: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[1128]]
## [1] "falliinfl0wer_: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[1129]]
## [1] "vope_613: RT @stopkmpls: Most streamed song by kpop act this year is dynamite, longest charting is L&amp;R,most streamed album by group is proof,most str…"
## 
## [[1130]]
## [1] "xxclndnclxx: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[1131]]
## [1] "human_68k: i should check out more kpop in general but this is fun i like what's going on in the prechorus :)"
## 
## [[1132]]
## [1] "jwoocito: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1133]]
## [1] "JiLucyP08115692: RT @ToyToy1392: Today's the last day to donate for Kai Day Cupsleeve Event! \n\nDono Link: https://t.co/jonn9N3LU3\nThere's still a time to fu…"
## 
## [[1134]]
## [1] "jiminstattoo7: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[1135]]
## [1] "snwyfae: RT @sunjayist: hello! this is not kpop related but if anyone’s interested, my friend is selling fanmade access cards for love on tour manil…"
## 
## [[1136]]
## [1] "darkmoon134340: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1137]]
## [1] "gyuldaengrideul: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[1138]]
## [1] "iryu_jin: @idalsobit12 @_slayyeon How the real Kpop can disband ? If you don’t know they are ‘ The Last Man Standing  ‘"
## 
## [[1139]]
## [1] "yxwKu7V2KLRRVt5: Jay Park X 1MILLION / Jay Park - All I Wanna Do (Feat.Hoody, Loco) https://t.co/HJ58V00QA1 via YouTube\n\n#follobackforfolloback #kpop"
## 
## [[1140]]
## [1] "tallie_dewey: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[1141]]
## [1] "ohmyooni: omg i‘m so sorry :( kpop is really falling apart idk https://t.co/NpZH8ZTx0Q"
## 
## [[1142]]
## [1] "yxwKu7V2KLRRVt5: Jay Park X 1MILLION / Jay Park - All I Wanna Do (Feat.Hoody, Loco) https://t.co/HJ58UZJNy1 via YouTube\n\n#follobackforfolloback #kpop"
## 
## [[1143]]
## [1] "SONNYmahalima: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[1144]]
## [1] "pomdrty: RT @sourdohoshy: redefined kpop and everything https://t.co/bknRAy2ES6"
## 
## [[1145]]
## [1] "Sou31215236: RT @koreatimescokr: #BTS leader #RM's solo album puts spotlight on late artist Yun Hyong-keun  \n#solo #kpop #Indigo #newalbum\n\nhttps://t.co…"
## 
## [[1146]]
## [1] "JoyceJoyceBi: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1147]]
## [1] "sobok_95_: RT @jiminluv1365244: 12.KpopLifes☆(~12/31)\n\nKing of Kpop 🆘️\nhttps://t.co/7NDJc1CuV2\n\nBest KPOP Male Idol\nhttps://t.co/Pbyx6xb0SL\n\nKPOP Hear…"
## 
## [[1148]]
## [1] "honeyaixa: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[1149]]
## [1] "bubblyejun: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[1150]]
## [1] "morosexual_lovi: Kpop photocards really make the best references https://t.co/7lByn5UArZ"
## 
## [[1151]]
## [1] "moonroha__: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[1152]]
## [1] "mochilandBTS: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1153]]
## [1] "Yoondooj1: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[1154]]
## [1] "snghoonlvr: RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…"
## 
## [[1155]]
## [1] "aiming_rose: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[1156]]
## [1] "annaevergarden: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[1157]]
## [1] "tanithrea: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[1158]]
## [1] "wfjjoon: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1159]]
## [1] "Chompoo08286552: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[1160]]
## [1] "isapest: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1161]]
## [1] "BatladyKatie: RT @seoho245: guysss i made something hihi👉🏻👈🏻\nbeen wanting to do this but i cant find one   on pinterest \n\nTOMOON KPOP Profile template🌙🌍…"
## 
## [[1162]]
## [1] "lmda1217: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[1163]]
## [1] "Hope52_: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1164]]
## [1] "jeonwoongss: kpop is really never going to be able to top this one https://t.co/uq48ljb9ys https://t.co/onksaXM55U"
## 
## [[1165]]
## [1] "NurAmin1991: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1166]]
## [1] "badwitchmaris: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1167]]
## [1] "EunsoonYang: RT @itJIMIN1013: 12.Kpoplife(~12/31)\n\n1&gt;King of Kpop🆘️\nhttps://t.co/lsS89eBIgk\n\n2&gt;KPOP Male Idol\nhttps://t.co/doy8UVLe52\n\n3&gt;KPOP Heartthrob…"
## 
## [[1168]]
## [1] "pshoonharem: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[1169]]
## [1] "Kpop_Multi1: @MultiStanFerret Hubby said colon critters"
## 
## [[1170]]
## [1] "sanniesworld21: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[1171]]
## [1] "bololodecake: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1172]]
## [1] "hyuckmgi: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[1173]]
## [1] "oyahchavez: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1174]]
## [1] "ko187923: RT @poffincals: @staarvuurst ikr same! i hate kpop so much...!worst genre EVER!"
## 
## [[1175]]
## [1] "klgvtk: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1176]]
## [1] "sooftmh: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[1177]]
## [1] "charmanhiyyih: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[1178]]
## [1] "harrytruce: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1179]]
## [1] "tecknode: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[1180]]
## [1] "citylights2154: Nearly 20 years in the industry and these guys still steal people's hearts. 🥹 The og kpop kings. 👑👑 Not only to Kr… https://t.co/1CNTY86tiv"
## 
## [[1181]]
## [1] "thayeasy: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1182]]
## [1] "liebejklm: RT @bngpinkloops: #BLACKPINK #BTS bigger than kpop https://t.co/daaUv1U9R4"
## 
## [[1183]]
## [1] "Kpop_Multi1: @MultiStanFerret ANAL ELVES 🤣🤣🤣🤣"
## 
## [[1184]]
## [1] "neomoonvv: RT @dalsogucci: Watching videos on recent concert etiquette nowadays. At least it isn't just Orbits/Kpop stans like it's universal that y'a…"
## 
## [[1185]]
## [1] "rmfuyu: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1186]]
## [1] "dez0603: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1187]]
## [1] "bIesswonu: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1188]]
## [1] "jk_xjadex: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1189]]
## [1] "jangwonyoungbff: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1190]]
## [1] "NobelBangwool: That fact that there aren't more major movies/tv shows about kpop idols is actually insane. Like, I would FULLY obs… https://t.co/Vtynd5thAN"
## 
## [[1191]]
## [1] "pinxluc: RT @blktingz: hiii I'm looking for more blk kpop mutuals. Other than that I also want Flo stans, Barbz, Hotties and Spice Cabinet mutuals.…"
## 
## [[1192]]
## [1] "jjjot486: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[1193]]
## [1] "Lim6Pn: RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…"
## 
## [[1194]]
## [1] "tienokthen: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[1195]]
## [1] "a_softheart: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[1196]]
## [1] "kookSveppir: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1197]]
## [1] "sunmetawin: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1198]]
## [1] "izzhiey_: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[1199]]
## [1] "mangaaremylife: One of the few kpop songs i can actually sing https://t.co/qkz5TVPKnk"
## 
## [[1200]]
## [1] "kimrahmahwang: RT @309KTYSS: NYLON lists Taeyeon’s INVU as one of 'The Best K-POP Albums of 2022' 🏹\n\n🔗 https://t.co/XfMI4CaZEU\n#Taeyeon #태연 #INVU @TAEYEON…"
## 
## [[1201]]
## [1] "zimzaIabitchh: RT @kunseishu: Happy birthday to the mother of kpop female rapper https://t.co/92jKS3i4sw"
## 
## [[1202]]
## [1] "litlemeow__: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1203]]
## [1] "starry_mamamoo4: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[1204]]
## [1] "rutita95: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1205]]
## [1] "nectoclock: who do yall think of when people say \"all rounder?\" in kpop /gen"
## 
## [[1206]]
## [1] "eastsea: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1207]]
## [1] "pluiedefeuilles: A bunch of old men in their 50s trying to judge teenagers on their everyday lifestyle in the name of 'training' for… https://t.co/YR5WELxgCZ"
## 
## [[1208]]
## [1] "ParyiaReine24: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[1209]]
## [1] "mrdarthfall: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[1210]]
## [1] "yeosanglixie: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[1211]]
## [1] "hyunjinlivre: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1212]]
## [1] "Danibanix26: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1213]]
## [1] "blktingz: hiii I'm looking for more blk kpop mutuals. Other than that I also want Flo stans, Barbz, Hotties and Spice Cabinet… https://t.co/JiPLZqXDvl"
## 
## [[1214]]
## [1] "ipurpleya7: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[1215]]
## [1] "seukjei: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1216]]
## [1] "notforyousun: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1217]]
## [1] "cariaubagus: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1218]]
## [1] "Rosiesfeels: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[1219]]
## [1] "LeleheartsKPop: @Kpop_Multi1 I mean, I don't care if it is normal. I do it anyway. LMAO"
## 
## [[1220]]
## [1] "kpop_saveslives: RT @timebalms: this is literally still the funniest thing i’ve ever seen in my whole entire life https://t.co/Qb83ReKvd6"
## 
## [[1221]]
## [1] "puellalunae: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[1222]]
## [1] "Manon22L: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1223]]
## [1] "nillisaflower: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[1224]]
## [1] "MiekoGavia: RT @evanmaltby: 🚨 I have a ticket to tonight's KPOP (8pm) I can no longer use! DM me? 🚨"
## 
## [[1225]]
## [1] "EmilseMujerAraa: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[1226]]
## [1] "trashinyouryard: RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…"
## 
## [[1227]]
## [1] "4ourMoon: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[1228]]
## [1] "JAY4YOON: RT @stopkmpls: Most streamed song by kpop act this year is dynamite, longest charting is L&amp;R,most streamed album by group is proof,most str…"
## 
## [[1229]]
## [1] "DAP_121: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[1230]]
## [1] "wingzard: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[1231]]
## [1] "kpop_saveslives: RT @thankfulforchan: chan saw how exhausted jeongin got and he tried to hold him 😢 https://t.co/amvZSmD2da"
## 
## [[1232]]
## [1] "thatssdestiny: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[1233]]
## [1] "yoonclouds_: RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…"
## 
## [[1234]]
## [1] "cuteribo: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[1235]]
## [1] "human_68k: the only kpop song that's stuck with me personally is https://t.co/YOL43vmZbW https://t.co/OWdFn8tO1r"
## 
## [[1236]]
## [1] "billlie__love: Kpop being weird these day like there ton short youtube in my tl about \"Leak information from sasaeng part nth\" 😒"
## 
## [[1237]]
## [1] "Isiskimm1: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1238]]
## [1] "chulchie: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[1239]]
## [1] "Blinkan01675823: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[1240]]
## [1] "jnkaibears: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1241]]
## [1] "jessstter: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[1242]]
## [1] "bulletandproof: RT @stallseok: y’all it’s normal for artist to take years off of music especially when they have a rush of being worldwide icons like i can…"
## 
## [[1243]]
## [1] "Strawbracha: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[1244]]
## [1] "1njD5YNGITPgauD: RT @BangkokPostNews: #YUTA of @NCTsmtown_127 promises today that the band will leave their fans with unforgettable memories on their return…"
## 
## [[1245]]
## [1] "Natsunoz: RT @TrueBadAsh: Ugh I love living in a world where kpop exists"
## 
## [[1246]]
## [1] "siska_fit: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1247]]
## [1] "chosofr: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1248]]
## [1] "THV20000206: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1249]]
## [1] "wonpilverso: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1250]]
## [1] "yagor__: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1251]]
## [1] "rayalexanderq: RT @kunseishu: Happy birthday to the mother of kpop female rapper https://t.co/92jKS3i4sw"
## 
## [[1252]]
## [1] "illioooi: RT @itsLIVEofficial: &lt;COMING UP NEXT&gt;\n#원호 - #CRAZY &amp; #on_on\n#WONHO - Crazy &amp; On &amp; On\n@official__wonho\n\n#잇츠라이브 #KPOP #itsLive https://t.co/y…"
## 
## [[1253]]
## [1] "LeleheartsKPop: Watch the recent video with Holland and two Korean women. \n\nIt is about his sexual orientation, but even the women… https://t.co/i02kzTqqfL"
## 
## [[1254]]
## [1] "miura239888454: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[1255]]
## [1] "deryvils: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1256]]
## [1] "marybtsgirl: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[1257]]
## [1] "justinnie1022: RT @aerisshop: welcome to @aerisshop ~\n\npremium accs\nload to gcash trades\npautang service\nbuy n sell phones\n\ndm me to avail &lt;3\n\nt. wts lfb…"
## 
## [[1258]]
## [1] "mimosatzuyu: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[1259]]
## [1] "AvilaElisajane: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[1260]]
## [1] "narukoshiratori: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[1261]]
## [1] "Oxlucky_bigwin: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[1262]]
## [1] "telepathy_soty: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1263]]
## [1] "4gnfandhc: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[1264]]
## [1] "ienbbang: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1265]]
## [1] "aska1230tae: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[1266]]
## [1] "armengggay: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1267]]
## [1] "plethorakoo: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[1268]]
## [1] "d0twrld: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[1269]]
## [1] "ravenhyune: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[1270]]
## [1] "FAlRYLlX: miss when i first got into kpop and all i did was watch funny compilations on youtube"
## 
## [[1271]]
## [1] "FansKook: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[1272]]
## [1] "ymarcusjr: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1273]]
## [1] "wakaaniki: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[1274]]
## [1] "ozstacks42: RT @raplinegold: just watched a video compilation of english speaking people being shocked by kpop idols being fluent in english and the id…"
## 
## [[1275]]
## [1] "kaioexo: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1276]]
## [1] "icedrnilk: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1277]]
## [1] "sheepqarden: RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…"
## 
## [[1278]]
## [1] "jkslovejoon: RT @stallseok: y’all it’s normal for artist to take years off of music especially when they have a rush of being worldwide icons like i can…"
## 
## [[1279]]
## [1] "olivethehobbit: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1280]]
## [1] "wingsmaze: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1281]]
## [1] "NJoonie09: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[1282]]
## [1] "nokeyboardd: kicking out idols from korean entertainment companies best trend atm 💀 #kpop #JINNI"
## 
## [[1283]]
## [1] "kadateehagu: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[1284]]
## [1] "kyungseist: never forget when rosé antis we’re dragging rosie in the qrts of oomfs post saying kyungsoo and rosé were their fav… https://t.co/cOmlGsc7iJ"
## 
## [[1285]]
## [1] "alienvernhhj: When you and your hubby are both kpop stans 🙌🏼🥰😍 @MajimaruS https://t.co/MsmJfHwjL8"
## 
## [[1286]]
## [1] "apostokkinot: RT @newjified: kpop girl that can pull off ginger hair the best and why is it haerin https://t.co/ffZ5kBcybL"
## 
## [[1287]]
## [1] "P1NK__VENOM: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[1288]]
## [1] "oddenha: RT @WONSHIESTY: nobody in kpop has ever visualised like they vizualsed as visualizers of the visuals https://t.co/tsqHKcU5Vw"
## 
## [[1289]]
## [1] "moarmyboba: RT @kpopidolevents: ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I San D…"
## 
## [[1290]]
## [1] "ReveluvSouma: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[1291]]
## [1] "owtea_12: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/5FywMwYAJv"
## 
## [[1292]]
## [1] "moarmyboba: RT @kpopidolevents: ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I San D…"
## 
## [[1293]]
## [1] "kimbabnude: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[1294]]
## [1] "NikiAbe38: RT @NI_KIGLOBAL: [🗳] 221209 • KPOP Juice \n\nVote for #NI_KI on Kpop juice, a daily popularity ranking for your idols! Get 10 votes free dail…"
## 
## [[1295]]
## [1] "MultiStanFerret: @Kpop_Multi1 Yess! Crotch Goblins, Anal Elves and Bitch Babies."
## 
## [[1296]]
## [1] "Kurumi71069749: RT @duckvotes: 🐥KPOPMAP🐥\n\nHAPPY #NI_KI DAY 💜\n\n📌Who is Your Favorite Male Japanese Kpop Idol←⚠️🐥💦\nhttps://t.co/ThLlhVifsm\n\n📌Members Populari…"
## 
## [[1297]]
## [1] "bgyuphoria: kpop stans when they see someone praising their faves https://t.co/7ccDt9ztSn https://t.co/Njrxs5f7iI"
## 
## [[1298]]
## [1] "YazVivas1: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1299]]
## [1] "dopilrye: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[1300]]
## [1] "hanniboni: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1301]]
## [1] "lalisa_pink16: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1302]]
## [1] "paulalaness: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[1303]]
## [1] "Maru24678: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[1304]]
## [1] "moonstar4890: RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…"
## 
## [[1305]]
## [1] "Sammie_129s: RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n\"Key understood the assignment, and aced it with h…"
## 
## [[1306]]
## [1] "nishhhx_x: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1307]]
## [1] "auliaaaa_naa: RT @kpophappenings_: when that kpop boy held a surprise fan meeting, distributed breakfast boxes to fans and asked them not to sit on cold…"
## 
## [[1308]]
## [1] "ssamssam811: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[1309]]
## [1] "lesliearavena2: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1310]]
## [1] "LalisaM0327: RT @LlLlK0l: Ain't my fave who chose to have a kdrama debut before choosing solo debut. That's a downright mega low in IDOL's life consider…"
## 
## [[1311]]
## [1] "IamONLYB21: RT @CelebConfirmed: ICYMI: #BTS’s #RM performed some of the latest tracks from his first solo album #Indigo at the #DiaBeacon art museum in…"
## 
## [[1312]]
## [1] "StarBoiceMin: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1313]]
## [1] "wonhomilbbang: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[1314]]
## [1] "AderRolon: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[1315]]
## [1] "P1NK__VENOM: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1316]]
## [1] "Jelly_ann29: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1317]]
## [1] "beefleat: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1318]]
## [1] "frogpout: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[1319]]
## [1] "Blurryshrek: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1320]]
## [1] "ssamssam811: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[1321]]
## [1] "dreamyjunhui: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[1322]]
## [1] "Kaja_Kpop: I hope Jordan Klepper becomes the new Daily Show host."
## 
## [[1323]]
## [1] "univrsejeon: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1324]]
## [1] "ayanechiu: RT @VhanChuaRCPC: Chiquita being recognized twice as one of the best kpop songs of 2022 just makes me wish even more that Woollim gave the…"
## 
## [[1325]]
## [1] "Jacey0812: RT @TheFizaHalim: The thing about SEA countries is that kpop is super famous since forever but not everyone can do concerts here. You first…"
## 
## [[1326]]
## [1] "Lyjikim: RT @SerieTV46: \"Shut Down\" by @BLACKPINK it's the most viewed Kpop Group MV in last 24 hours on Youtube with 1.4M views."
## 
## [[1327]]
## [1] "Kpop_Ama: RT @moastreams: [221210]\n\nJoin our @scener party today if you can! Host will be hosting 9hrs straight. Let's increase the views even by lit…"
## 
## [[1328]]
## [1] "yehsusanie: RT @aydilwakem: how the hell this kpop girl group doesn't have a visual hole? LIKE LOOK AT THEM? https://t.co/9aIgeGxRfB"
## 
## [[1329]]
## [1] "PizaLili: RT @purki_promoter: BoA Better dance cover by Dosie \n#PURPLE_KISS #kpop #BoA \n\nhttps://t.co/6ZQZvq9ni7"
## 
## [[1330]]
## [1] "Kpop_Newsss: BIGHIT MUSIC Releases Official Statement Regarding BTS’s Jin’s Military Enlistment https://t.co/yeTLZK5Gq6"
## 
## [[1331]]
## [1] "sheltermochi: what Messi said to the microphone in kpop songs, translated for the community:\n\nLe Sserafim - Fearless \nDumb dumb -… https://t.co/6zWCcyf2LX"
## 
## [[1332]]
## [1] "imajin92: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[1333]]
## [1] "BPCSstay: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1334]]
## [1] "nuizaaaaa2: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1335]]
## [1] "kimrahmahwang: RT @NylonMag: With the euphoric electro highs of “Forever 1” to the playful R&amp;B of “Seventeen,\" @GirlsGeneration's first album in five year…"
## 
## [[1336]]
## [1] "vureoi: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1337]]
## [1] "parksolon: RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…"
## 
## [[1338]]
## [1] "hitdidifferent: as an nctzen (derogatory) and specifically a weishennie (slur) i have never known peace so like ??? just accept the… https://t.co/jtnZolAvr1"
## 
## [[1339]]
## [1] "ditashz: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1340]]
## [1] "KYuri_soup: RT @LSSRFMcharts: .@UPROXX named @le_sserafim \"FEARLESS\" as one of the Best K-Pop Albums of 2022! 🖤🔥\n\n🔗: https://t.co/iSUKbkfvoy \n\n\"The EP…"
## 
## [[1341]]
## [1] "jisoomyeonho: @pannchoa KPop stans react to P@nnchoa admin's recent visuals https://t.co/I6KnHEAWGi"
## 
## [[1342]]
## [1] "changminiecutie: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[1343]]
## [1] "kunibt7: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[1344]]
## [1] "seungminsmol: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1345]]
## [1] "heartwantsj: RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…"
## 
## [[1346]]
## [1] "lelelove_112201: RT @khchenleo: chenle carrying kpop industry https://t.co/vJLdJUSk1G"
## 
## [[1347]]
## [1] "JaeKoonz: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1348]]
## [1] "pinkihwa: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[1349]]
## [1] "hyojeongae: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[1350]]
## [1] "jiminluv1365244: 12.KpopLifes☆(~12/31)\n\nKing of Kpop 🆘️\nhttps://t.co/7NDJc1CuV2\n\nBest KPOP Male Idol\nhttps://t.co/Pbyx6xb0SL\n\nKPOP H… https://t.co/Kv15nhRjKf"
## 
## [[1351]]
## [1] "rogue_taeminbot: RT @M_M_Socks: I've already seen so many angry posts demanding statements, info, and legal action from SM. Part of the kpop product is to c…"
## 
## [[1352]]
## [1] "RhythmKoo: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[1353]]
## [1] "ch8bin: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1354]]
## [1] "ceoniels: RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…"
## 
## [[1355]]
## [1] "Kpop_Multi1: @tivrulski For real no one is doing it"
## 
## [[1356]]
## [1] "sooyaroy: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1357]]
## [1] "WONSHIESTY: nobody in kpop has ever visualised like they vizualsed as visualizers of the visuals https://t.co/tsqHKcU5Vw"
## 
## [[1358]]
## [1] "Abby40823567: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[1359]]
## [1] "heatakgi: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[1360]]
## [1] "wywyg0309: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[1361]]
## [1] "chaoticr1se: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1362]]
## [1] "harunouchiha03: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1363]]
## [1] "huebainana: So this isn't xenophobic???? Kpop stans are wild https://t.co/5DSbsIjUfk"
## 
## [[1364]]
## [1] "Jisoonceagain: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[1365]]
## [1] "frz3rbRnotaku1: RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…"
## 
## [[1366]]
## [1] "PixelPecanPie: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1367]]
## [1] "ohmyymymy: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1368]]
## [1] "kttaehye: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1369]]
## [1] "yunhos_bubbles: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[1370]]
## [1] "yeonchill: goddam here come the kpop stans to ruin the mood"
## 
## [[1371]]
## [1] "Abby40823567: RT @SerieTV46: \"RUN BTS\" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams."
## 
## [[1372]]
## [1] "SANDRUXISS: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[1373]]
## [1] "politaaa0703: RT @99zthink: allen is truly one of kpop’s best all rounders"
## 
## [[1374]]
## [1] "rabwins97: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[1375]]
## [1] "Skeyle22BTS: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[1376]]
## [1] "Musikawrites: RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…"
## 
## [[1377]]
## [1] "kksek81: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[1378]]
## [1] "tsutsu0216: RT @kuyan9: 🌟Who is The King Of KPOP 2022 \n❺位https://t.co/G8HBetRmFz…\n🌟The Best Leader in KPOP 2022\n❸位https://t.co/ref1pOATvU…\n🌟KPOP Heartt…"
## 
## [[1379]]
## [1] "jst_rin: RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…"
## 
## [[1380]]
## [1] "peksjsqieukqlsj: RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…"
## 
## [[1381]]
## [1] "kgwangsan: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[1382]]
## [1] "DianaNi04722551: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1383]]
## [1] "JungwonDaily_: RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…"
## 
## [[1384]]
## [1] "EM0TYUN: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[1385]]
## [1] "peksjsqieukqlsj: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1386]]
## [1] "DaianeAliceSou1: RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…"
## 
## [[1387]]
## [1] "sopebaragi: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[1388]]
## [1] "kimjongdilf: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[1389]]
## [1] "myhappiness1932: RT @togejustvibin: MONEY is arguably the most successful song by a KPOP ACT on Germany. That live performance will go INSANE! 🔥"
## 
## [[1390]]
## [1] "liquor_ksj: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1391]]
## [1] "Mai_Blanca: RT @Kingjunghoseok2: #jhope's '#JackInTheBox' has surpassed 320M streams on Spotify, becoming the fastest ALBUM by a Korean/kpop Soloist in…"
## 
## [[1392]]
## [1] "kehnopsya: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[1393]]
## [1] "PeachDanity: RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…"
## 
## [[1394]]
## [1] "stinkyvernon: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[1395]]
## [1] "btssoftieot7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1396]]
## [1] "arthurwen10: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1397]]
## [1] "hiyyihmelon: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[1398]]
## [1] "iadoreme21: @chuuisinmywalls @vrmy061313 @artisticrozay @PopBase The best vocalist in kpop so what's your point here?!!"
## 
## [[1399]]
## [1] "btspop123: @verseynk This isn’t kpop lmao 🤣"
## 
## [[1400]]
## [1] "joonskosmos: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[1401]]
## [1] "jmlejend: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[1402]]
## [1] "HolidayMatsuri: Calling all Idols, DJs, Kpop enthusiasts, and performers for the Lumica Mini Stage!\n\nLumica brings to #holmat2022 a… https://t.co/IZYlJ8IUs1"
## 
## [[1403]]
## [1] "blaqkswan: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1404]]
## [1] "chwangpics: RT @HALLYUIL923: You HALLYU chingu Ezra didn't want to miss out on Day 2 of Be You 2 that she flew to Manila to cheer for her love Changmin…"
## 
## [[1405]]
## [1] "lovestaystrykz: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1406]]
## [1] "sunshinehak_: If you’re a Pisces, who are your kpop biases ? I wanna know if we are all similar 😆"
## 
## [[1407]]
## [1] "yoongipretty_7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1408]]
## [1] "fabiano_leo21: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1409]]
## [1] "thunderouz325: RT @strayshazam: \" GOD'S MENU\" by @Stray_Kids has now surpassed \" 620k shazams.\n\nIt remains the Most Shazamed Song by a 4th Generation Kpop…"
## 
## [[1410]]
## [1] "norikosumiyasu: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[1411]]
## [1] "huangguazun: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1412]]
## [1] "TonakonP: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[1413]]
## [1] "annchachana: RT @lisamanobal_327: • LISA was the most searched #BLACKPINK member on #YouTube and #Google both Worldwide and in Germany during their conc…"
## 
## [[1414]]
## [1] "Universalshinin: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[1415]]
## [1] "6idlegay: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1416]]
## [1] "itmayhappens: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1417]]
## [1] "JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it o… https://t.co/30A0Cot1XQ"
## 
## [[1418]]
## [1] "Amena81044965: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[1419]]
## [1] "poffincals: @staarvuurst ikr same! i hate kpop so much...!worst genre EVER!"
## 
## [[1420]]
## [1] "nilleveblue: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1421]]
## [1] "h05hi_kw0n_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1422]]
## [1] "minsajae: RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…"
## 
## [[1423]]
## [1] "dctz777: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[1424]]
## [1] "heyshuahae: RT @sourdohoshy: redefined kpop and everything https://t.co/bknRAy2ES6"
## 
## [[1425]]
## [1] "salmark_: RT @dotaebby: I am so sorry but this how kpop fans feel when our fave didnt incl MY in their tour list 😃"
## 
## [[1426]]
## [1] "L58512: RT @LIONlDLE: \"Soyeon, the rapper kicking down doors for generations of women kpop idols yet to come.\"\n:')\n\nhttps://t.co/gpjvAuBiaD\n\n@G_I_D…"
## 
## [[1427]]
## [1] "kpop__lover0011: RT @jollywonie: They really wait till the time ni-ki about to sleep for the surprise to get an actual reaction, since he's been expecting f…"
## 
## [[1428]]
## [1] "btserendipitiy: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1429]]
## [1] "Sirone_Ru: RT @virionkisei: 🎧 Covered some Kpop wuuut 🎧\n\n\"I'm glad you're resting and taking care of yours-\"\nYou don't understand, if I'm not producti…"
## 
## [[1430]]
## [1] "C1nnaMingi: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[1431]]
## [1] "dwboura: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1432]]
## [1] "zeltehin: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[1433]]
## [1] "Itmegugu: RT @KPredictionn: an idol member who left their group could open an social media page(like insta or twitter, something like that)\n#kpoppred…"
## 
## [[1434]]
## [1] "JoonieNamu4: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[1435]]
## [1] "_Cawty_: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[1436]]
## [1] "kookjinni520: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[1437]]
## [1] "povjeans: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1438]]
## [1] "KTHsJJKsJHSs: RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…"
## 
## [[1439]]
## [1] "arohas_br: RT @kpopreviewed: #CHOBOM, #JINJIN_ROCKY, #MOONBIN_SANHA, #MAMAMOO+, #NCT127 &amp; #NCTDREAM are nominated for Best Subunit in the 2022 KPOPREV…"
## 
## [[1440]]
## [1] "LPC17577708: RT @smiiliingkookie: It's so impressive to see the most successful kpop soloist making history every day on Spotify, with 3 record hits rel…"
## 
## [[1441]]
## [1] "veennustt_: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1442]]
## [1] "Kpop_Multi1: We need to normalize calling inconsiderate and rude minors crotch goblins. https://t.co/BJypghAACe"
## 
## [[1443]]
## [1] "pyeongsanshin: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1444]]
## [1] "EdmilsonRosa19: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1445]]
## [1] "gothbfmark: RT @M_M_Socks: I've already seen so many angry posts demanding statements, info, and legal action from SM. Part of the kpop product is to c…"
## 
## [[1446]]
## [1] "_vvblu: RT @newjified: kpop girl that can pull off ginger hair the best and why is it haerin https://t.co/ffZ5kBcybL"
## 
## [[1447]]
## [1] "soopink_: RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…"
## 
## [[1448]]
## [1] "djarinns: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1449]]
## [1] "wnling: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1450]]
## [1] "sterbitencurt: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1451]]
## [1] "caratplush: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[1452]]
## [1] "mingostars: it won't be the same but it will be just fine without one person, with these types of big kpop groups"
## 
## [[1453]]
## [1] "Nicollky: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[1454]]
## [1] "mdmdmdmd122: RT @duckvotes: 🐥KPOPMAP🐥\n\nHAPPY #NI_KI DAY 💜\n\n📌Who is Your Favorite Male Japanese Kpop Idol←⚠️🐥💦\nhttps://t.co/ThLlhVifsm\n\n📌Members Populari…"
## 
## [[1455]]
## [1] "Lentejit4s: RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…"
## 
## [[1456]]
## [1] "LILIANA30204433: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[1457]]
## [1] "1997O211: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1458]]
## [1] "CartBuggie: @grntealiz i cant stand kpop"
## 
## [[1459]]
## [1] "KCJADGALAXY: RT @nohhyolucy: I will make a thread showing that wekimeki is one of the most synchronized groups in kpop 😼💗"
## 
## [[1460]]
## [1] "petaleskz: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[1461]]
## [1] "onlysuhflowers: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[1462]]
## [1] "myflowerfun: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1463]]
## [1] "tinytting: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[1464]]
## [1] "lovestaystrykz: RT @hyunhosgf: people constantly talking about how bad groups like nct 127, nmixx and skz's music is are no better than the locals who are…"
## 
## [[1465]]
## [1] "ghoulcreature: being into kpop as a teen fucked my perception of age so bad i was like oh so after 24 im a hag and my life is over sounds about right"
## 
## [[1466]]
## [1] "yangshinwon: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[1467]]
## [1] "Realityup_id: ONLY 25K \nKEYCHAIN STRAP KPOP \n STOCK TERBATAS!!\n\nMURAH MERIAH DAN GOOD QUALITY\nCUS ORDER!!  https://t.co/GX2NAD1DTs"
## 
## [[1468]]
## [1] "jinnielovesclub: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[1469]]
## [1] "skz8blueprint: RT @queeri_official: Submission 3\n2nd Winner of KPOP Idol Looks Like An Anime\n#HYUNJIN #STRAYKIDS \n\n🏆Jogja City Mall Directory Board\n\nHow t…"
## 
## [[1470]]
## [1] "shuafications: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[1471]]
## [1] "mamamoopkcc: RT @elsserafim: le sserafim mama dance break proves they’re one of the best performers in 4th gen kpop https://t.co/sJHwTRJLIX"
## 
## [[1472]]
## [1] "jangwonyoungbff: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[1473]]
## [1] "Jungkook_FM97: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[1474]]
## [1] "enBangtan1330: RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…"
## 
## [[1475]]
## [1] "captainsmullet: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[1476]]
## [1] "won_everyone: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1477]]
## [1] "bagthebaguettee: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1478]]
## [1] "HlYYlHRTS: kep1er actually have the most stunning visuals in kpop but you will never hear anyone talking about it bc they just… https://t.co/e6jx84BJEO"
## 
## [[1479]]
## [1] "itzayumi_: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[1480]]
## [1] "tdcstar2: RT @Kpopmap: 7 Male K-Pop Idols Who Look Fashionable In A Hoodie\n https://t.co/muB9kO6beo\n\n #kpop #MinGyu #TaeYong #JuYeon #YeonJun #MinHyu…"
## 
## [[1481]]
## [1] "strrkive: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1482]]
## [1] "angelica_bailey: RT @withyunsik: there are so many things i would like to say... i am very proud of omega x, they are facing what no idol should go through,…"
## 
## [[1483]]
## [1] "fendimogul: that snl song is about fine chubby men not no damn kpop boy"
## 
## [[1484]]
## [1] "_still_life02: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1485]]
## [1] "xionienyang: RT @seoho245: guysss i made something hihi👉🏻👈🏻\nbeen wanting to do this but i cant find one   on pinterest \n\nTOMOON KPOP Profile template🌙🌍…"
## 
## [[1486]]
## [1] "yohancheol: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[1487]]
## [1] "kimoonjin04: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1488]]
## [1] "Pejuang76416012: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1489]]
## [1] "ABYSSfourth: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1490]]
## [1] "moonshooky: guys my english teacher sent me feedback on the research paper i did on kpop and she said it was so fantastic that… https://t.co/DZF9R909YG"
## 
## [[1491]]
## [1] "lvsevelynhugo: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1492]]
## [1] "jomansd: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[1493]]
## [1] "ttorisoon: RT @franniyoo_n: THAT ONES Kpop stans don’t actually get it.\nYou can put Seventeen to do a choreography doesn’t matter wich one and they wi…"
## 
## [[1494]]
## [1] "changminiecutie: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[1495]]
## [1] "nootcreations: @theqweenizzy @_FinoBB_ i do mostly fan art :^) anime/manga, music/kpop, drag, tv shows, movies, u name it! here's… https://t.co/ECZZIlb13h"
## 
## [[1496]]
## [1] "TheKpopverse: RT @ToyToy1392: Today's the last day to donate for Kai Day Cupsleeve Event! \n\nDono Link: https://t.co/jonn9N3LU3\nThere's still a time to fu…"
## 
## [[1497]]
## [1] "booboobelike: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1498]]
## [1] "aajajp: RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants \"ddiung,…"
## 
## [[1499]]
## [1] "bawzziii_: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1500]]
## [1] "youwearenes: RT @exoscmdump: Not wanting to sound like a Kpop stan but Tay would most certainly set y’all on fire to keep New warm and the funniest is t…"
## 
## [[1501]]
## [1] "jewnko: Paved the way for how kpop sounds now  https://t.co/riQGDpb0NC https://t.co/pAX2rrRVQ9"
## 
## [[1502]]
## [1] "bangnaldowow: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[1503]]
## [1] "iskgem: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[1504]]
## [1] "mimosatzuyu: one of my first kpop releases and this rly sealed the deal that I’m in this kpop shit for life https://t.co/cMRWbz3iF5"
## 
## [[1505]]
## [1] "wtvtfvl: @nutrasha You in the group circle recommending a kpop song getting judged 😭😭"
## 
## [[1506]]
## [1] "kyuniel_holic: RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…"
## 
## [[1507]]
## [1] "marxalbedo: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1508]]
## [1] "KoyaMoya1696: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1509]]
## [1] "kjmssami32: RT @BIGBANGAfrica1: HE IS GOING TO THE MOON. THE FIRST CIVILIAN OF HIS COUNTRY! HE DESERVES A TWITTER TOPIC ON HIS NAME! \n\n@Twitter @Twitte…"
## 
## [[1510]]
## [1] "myouiku: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1511]]
## [1] "BnHg70312166: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[1512]]
## [1] "rapbyu: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[1513]]
## [1] "yoonjjonghanie: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[1514]]
## [1] "timewarpnut: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[1515]]
## [1] "sezkdlin: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1516]]
## [1] "stellar4life: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[1517]]
## [1] "bluengreyjjk: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[1518]]
## [1] "BBVitaz: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[1519]]
## [1] "enfysblessed: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[1520]]
## [1] "Juyeonisseur: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[1521]]
## [1] "janmangmitag: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[1522]]
## [1] "margotroebbie: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1523]]
## [1] "flowerykshop: [PO] Masker Kpop (Available; BAP, BIGBANG,\nBTS, EXO, SHINEE) IDR 40.000 Please contact\nus for more details^^"
## 
## [[1524]]
## [1] "Yonaaaa12: RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…"
## 
## [[1525]]
## [1] "attractivehazel: RT @shownumania: @tubbirfess @tanyakanrl Noooo, who's her KPop boy"
## 
## [[1526]]
## [1] "exoselectricki1: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[1527]]
## [1] "PixelPecanPie: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[1528]]
## [1] "Betterthan_Kpop: 【Reset (#大神 ost) - by #平原綾香】\n\n#音楽 #Kpopより良い曲\n#music #BetterThanKpop #BetterThanBTS\nhttps://t.co/d2GFXrIAqW"
## 
## [[1529]]
## [1] "youngeam100: RT @pickit_kpop: #pickit ❌ #김우석 #KIMWOOSEOK\n#キムウソク #金友蓆 #คิมอูซอก #3RD_DESIRE_Reve\n\n[📢] Weekly Update\n@KWS_official_ x @pickit_kpop\n\n📲PICKI…"
## 
## [[1530]]
## [1] "BTS_My7Heavens: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1531]]
## [1] "mimosatzuyu: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[1532]]
## [1] "JAESJINS: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1533]]
## [1] "skzinthebldg: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1534]]
## [1] "peksjsqieukqlsj: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[1535]]
## [1] "acharchived: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/SDVIeutXgY"
## 
## [[1536]]
## [1] "juhakzzz: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[1537]]
## [1] "partnerinvain: @kat_salaam @TrollFootball They are not kpop idol, they are footballers, they have to think about it"
## 
## [[1538]]
## [1] "lilxy96: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1539]]
## [1] "amantdestell: RT @solarisstell: My PPOP fansite training on my KPOP mains. Not the best because I wanna see them with my own eyes. https://t.co/4pyTEMxXwp"
## 
## [[1540]]
## [1] "Lemizzzzz: @newjeans_ Guys u need to understand that kpop stans especially gg stans are targeting new jeans bcoz of jealousy a… https://t.co/wd8DLVan04"
## 
## [[1541]]
## [1] "skittytales: This is so true tho I’ve never seen kpop fans forget a shitty man’s history so thoroughly before or since https://t.co/ahbIZW5Toh"
## 
## [[1542]]
## [1] "vonzlends: 🍡 :: lending service open • 12.10\n\n— ₱500 max for new : flexi for trusted \n— 1-2 days dop\n— 13% per day rates \n— vv… https://t.co/bKGVZ92Q3F"
## 
## [[1543]]
## [1] "hannjsng: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[1544]]
## [1] "bbysseungsqrl: help all these kpop topics and suddenly vr shows up at the bottom 💀"
## 
## [[1545]]
## [1] "minjisunshine: i love kpop piano covers ....... like so much"
## 
## [[1546]]
## [1] "peksjsqieukqlsj: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[1547]]
## [1] "sprklyseuls: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1548]]
## [1] "Xtineb3Xtineb: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[1549]]
## [1] "luna_luna_123: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1550]]
## [1] "vicxjerez: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1551]]
## [1] "anya_641: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[1552]]
## [1] "richarluizson: RT @boostlegold: richarlison andrade brasil hexa copa do mundo girls generation snsd gee kpop edit fancam fc https://t.co/MLgmjcwxKW"
## 
## [[1553]]
## [1] "DAP_121: RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop"
## 
## [[1554]]
## [1] "Kpop_Ama: RT @Bamtoriwxz: @TOP100KPOP I vote for #BEOMGYU from #TXT for #TOP100MostHandsomeFace https://t.co/bZhB69W26f"
## 
## [[1555]]
## [1] "lalalalavs_m: RT @lisamanobal_327: \" THE SHOW STOPPER LISA 🤘🏻❤️‍🔥 \"\n───── ⋆♡⋆ ───── \n\nCOLOGNE LIEBT LALISA\n\n#LISA #MONEY #LALISA #BLACKPINK #Kpop #Blinks…"
## 
## [[1556]]
## [1] "l00natunes: RT @kwntrsgf: why do kpop idols always have the ugliest pets"
## 
## [[1557]]
## [1] "yeoswear: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1558]]
## [1] "Namu_wifey01: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[1559]]
## [1] "Daggeriver: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[1560]]
## [1] "imboredbleh2: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1561]]
## [1] "sjhjsm_ss: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[1562]]
## [1] "duduchuchuBE: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1563]]
## [1] "sanamocreia: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1564]]
## [1] "sebonjjae: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[1565]]
## [1] "rafruity: f2f extremamente camp... giving kpop bside take on pop/rock"
## 
## [[1566]]
## [1] "wills_axe: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[1567]]
## [1] "yoonjjonghanie: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1568]]
## [1] "ksjinhour: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[1569]]
## [1] "gabsstereo: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1570]]
## [1] "SweetBunnyCooki: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1571]]
## [1] "Kpop_Ama: RT @Gummysmile0106: @TOP100KPOP I vote #HUENINGKAI of (#TXT) for #TOP100MostHandsomeFace https://t.co/fp3iUHHZkg"
## 
## [[1572]]
## [1] "wills_axe: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[1573]]
## [1] "Kpop_Ama: RT @Gummysmile0106: @TOP100KPOP I vote #YEONJUN of (#TXT) for #TOP100MostHandsomeFace https://t.co/T8rTUB03uC"
## 
## [[1574]]
## [1] "DangOniichan: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[1575]]
## [1] "shoubaksu: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1576]]
## [1] "citra37879404: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[1577]]
## [1] "Chiara_moomoo: I really hate kpop stans. Why everything is about numbers for y'all? l listen to artists that have been making musi… https://t.co/woMoNkUxyU"
## 
## [[1578]]
## [1] "pomu_inu: RT @taetaevoting_jp: ❤︎ テテDaily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1QYrh\n▶︎ https://t.co/iw7S3kMCn3\njuice\n▶︎ https://t.co/0k65503ogj\nK kpop\n▶︎…"
## 
## [[1579]]
## [1] "CCaffeine7: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1580]]
## [1] "bluehmms: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1581]]
## [1] "Kpop_Ama: RT @Gummysmile0106: @TOP100KPOP I vote #SOOBIN of (#TXT) for #TOP100MostHandsomeFace https://t.co/Bsvsgz4ppj"
## 
## [[1582]]
## [1] "rs211pcy: RT @chaeshi_555: Kpop will never have another Roseanne Park 🖤🔥 https://t.co/sCcRZ4Slkq"
## 
## [[1583]]
## [1] "Kpop_Ama: RT @ssy450: @TOP100KPOP I vote for #TAEHYUN of #TXT for\n#TOP100MostHandsomeFace https://t.co/acgLz3zuFD"
## 
## [[1584]]
## [1] "beautygoogie: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1585]]
## [1] "xion_hwan: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[1586]]
## [1] "taniesglow: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[1587]]
## [1] "balagapj2197: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1588]]
## [1] "Kpop_Ama: RT @Gummysmile0106: @TOP100KPOP I vote #BEOMGYU of (#TXT) for #TOP100MostHandsomeFace https://t.co/87xXGyAMSb"
## 
## [[1589]]
## [1] "HlYYlHRTS: she’s literally one of the most stunning visuals in kpop but nobody even notices her https://t.co/hBn42rnbq7"
## 
## [[1590]]
## [1] "jjoanaaaaa: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1591]]
## [1] "blingblinganelf: RT @sheisaneon_: ah i miss him who in kpop makes music like this https://t.co/rv75aLHjgU"
## 
## [[1592]]
## [1] "pjayjiny: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1593]]
## [1] "Maru24678: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[1594]]
## [1] "summicho55: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1595]]
## [1] "Just_PTG_It_Yo: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[1596]]
## [1] "jiwonsprite: saw some of the footballers y’all were hyping up 🙃 safe to say none of you can talk to me when i post about my kpop boy"
## 
## [[1597]]
## [1] "stardust__pjm: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[1598]]
## [1] "_la_0613: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[1599]]
## [1] "blinkeubabyL: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1600]]
## [1] "astrohanics: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1601]]
## [1] "Kpop_Ama: RT @soobrangdaeng: @TOP100KPOP I vote #SOOBIN of #TXT for #TOP100MostHandsomeFace https://t.co/B3mGJ9K2O3"
## 
## [[1602]]
## [1] "joxbebe: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1603]]
## [1] "wenclairsita: the amount of kpop choreography that I know is worrying"
## 
## [[1604]]
## [1] "mimosatzuyu: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[1605]]
## [1] "solecito_hobii7: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1606]]
## [1] "kittygangg11: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[1607]]
## [1] "lanyinhuang: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[1608]]
## [1] "Yoonquesito: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1609]]
## [1] "isabuitrago49: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[1610]]
## [1] "exoselectricki1: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[1611]]
## [1] "rialovessvt: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1612]]
## [1] "magickoya: im crying that this tweet popped off bc the quotes were all locals before and now its bts + random kpop fancams 😭… https://t.co/FZtoHO4Rml"
## 
## [[1613]]
## [1] "inunvrs: did you hear that yuto from pentagon is the first japanese rapper in kpop? i heard yuto from pentagon is the first… https://t.co/H1OjN3rK4w"
## 
## [[1614]]
## [1] "3to3ahceah: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/jUJquI9MoQ"
## 
## [[1615]]
## [1] "_kookie_dough__: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1616]]
## [1] "folkswy: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1617]]
## [1] "fangirlnamedzx: RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…"
## 
## [[1618]]
## [1] "foxeology: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1619]]
## [1] "beanless_toast: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[1620]]
## [1] "Jezv14: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[1621]]
## [1] "isrkivee: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[1622]]
## [1] "v3rnoona: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[1623]]
## [1] "akuinisiapa_09: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1624]]
## [1] "naoxmon: RT @Tashal55: (G)I-DLE Spotify Kpop ON story update 🥰 https://t.co/1Qs1KQ2rf9"
## 
## [[1625]]
## [1] "chorongies: favorite kpop cat ladies (UPDATED)\n\n#1 chorong (+1🔺)\n#2 sunny (-1🔻)\n#3 seola (NEW🔥)"
## 
## [[1626]]
## [1] "nierepIicant: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[1627]]
## [1] "nmr_kpop: RT @IVE_twt: ♥️SINGLES♥️\n\n#IVE #아이브 #LIZ #리즈 https://t.co/CkztkF6M0l"
## 
## [[1628]]
## [1] "ravenhyune: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1629]]
## [1] "changwook46: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1630]]
## [1] "HERMESC0R3: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[1631]]
## [1] "jichangsdimple: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[1632]]
## [1] "Zena135790: RT @sugarpanda_0419: @pannchoa when you miss 2nd gen kpop stages... 🥲"
## 
## [[1633]]
## [1] "Y2KVNT: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[1634]]
## [1] "mbvtxt: its kinda insane how txt has one of the highest monthly listeners in kpop without any cb for long time"
## 
## [[1635]]
## [1] "99SMINKI: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[1636]]
## [1] "KCJADGALAXY: RT @pixyrinji: pixy are nugu from an unknown company but Lola is recognised as one of the best 4th gen rappers and Reborn as one of the bes…"
## 
## [[1637]]
## [1] "btshodai: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1638]]
## [1] "knwssick: RT @skitzyluvbot: it's  time  for  kpop  stans  and  companies  to  start  treating  idols  like  human  beings"
## 
## [[1639]]
## [1] "LvsGonep: RT @BLACKPINKSTATS5: .@BLACKPINK was 2022’s 2nd top trending comeback (2nd most searched) in the U.S. according to @GoogleTrends. It was th…"
## 
## [[1640]]
## [1] "Fernamgru: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[1641]]
## [1] "DOGAAAA00: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1642]]
## [1] "___khalidah: RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF"
## 
## [[1643]]
## [1] "kirishitori: RT @honeydam507: New diamond of Kpop, Icon, idol, \nviral sensation (&amp; once one of yg’s gteatest assets) ✨\n #방예담 https://t.co/W3tJMe1E2V"
## 
## [[1644]]
## [1] "beatlspoetry: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1645]]
## [1] "awhyunwoo: JINNI LEFT?!?! Be so astronomically for fucking real right now… I’m so dee oh en ee with kpop"
## 
## [[1646]]
## [1] "Bangtans_Dream7: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1647]]
## [1] "spiriteday: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1648]]
## [1] "antifragile_twt: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1649]]
## [1] "MinSugaHajima: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[1650]]
## [1] "jeonggukpathy: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[1651]]
## [1] "moonlitjoy: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1652]]
## [1] "pascual_the_Row: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[1653]]
## [1] "Lisaaayaaa1: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[1654]]
## [1] "julylove9598: RT @Daily_JK97: 📊 “Left and Right” has surpassed 414M streams on Spotify on its 167th day, the fastest song by Kpop &amp; Korean soloist to do…"
## 
## [[1655]]
## [1] "sawrangaraw: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1656]]
## [1] "Msara_13: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1657]]
## [1] "dahlialost: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1658]]
## [1] "nyuthereal: nah cause i have this girl in my class that also likes kpop and i asked her if she listened to anti fragile and she… https://t.co/MTxqigl7YZ"
## 
## [[1659]]
## [1] "AgnesMe42401924: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1660]]
## [1] "Kpop_Multi1: Like real talk, this is saying \"I liked that song.\" when you didn't. This is a legit crime, making false accusation… https://t.co/7zjwKG67Xb"
## 
## [[1661]]
## [1] "whatspoppingrl: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[1662]]
## [1] "BL4CKPINK_Blink: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1663]]
## [1] "leah_tres: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1664]]
## [1] "yourownsurgeon: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1665]]
## [1] "toffyberryth: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1666]]
## [1] "lum1nus_moon: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[1667]]
## [1] "ceintaku: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1668]]
## [1] "eggonnoodle: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[1669]]
## [1] "Carmen128: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1670]]
## [1] "tariew21: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[1671]]
## [1] "frqnzis: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1672]]
## [1] "inizahra23: RT @UPROXX: 🔥 #LESSERAFIM (@le_sserafim) - 'FEARLESS'\n\n'FEARLESS' serves as a sonic introduction to LE SSERAFIM’s sophisticated pop tones &amp;…"
## 
## [[1673]]
## [1] "202205_astrobin: RT @omorihate: moonbin truly is one of the best male performers in kpop"
## 
## [[1674]]
## [1] "NgaL75613908: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1675]]
## [1] "markjoshuaPH: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1676]]
## [1] "PixelPecanPie: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[1677]]
## [1] "bangtanjoahjoah: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[1678]]
## [1] "IMZY94: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[1679]]
## [1] "Diana__009: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[1680]]
## [1] "athenajk01: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[1681]]
## [1] "sanlovesgays: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[1682]]
## [1] "richrlson: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1683]]
## [1] "jaeotterchoi: RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…"
## 
## [[1684]]
## [1] "chocobetter_: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[1685]]
## [1] "Bangtanboyzz15: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[1686]]
## [1] "floeries: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[1687]]
## [1] "_saintjennie: All of these Korean gossip sites need to *** and kpop stans need to stop giving them the clout they WANT https://t.co/WnBQLKbD7F"
## 
## [[1688]]
## [1] "nuizaaaaa2: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[1689]]
## [1] "PamPamKTH: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1690]]
## [1] "kpop_love13_17: RT @_haofolder_: They sit on the same table🙂 https://t.co/tPGfNuzyjI"
## 
## [[1691]]
## [1] "LaimeCatalina: RT @SerieTV46: \"Shut Down\" by @BLACKPINK it's the most viewed Kpop Group MV in last 24 hours on Youtube with 1.4M views."
## 
## [[1692]]
## [1] "ginseook: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1693]]
## [1] "adorehao: got my spicy outfit for our performance at kpop night tonight 😭 just gotta find accessories https://t.co/N01AKTb5Db"
## 
## [[1694]]
## [1] "pendex_kpop: RT @IDLEfiles: this means more to me than any of the meaningless opinions on here… soyeon being in dazed 100. tomboy and nxde got so popula…"
## 
## [[1695]]
## [1] "SephKendrick: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1696]]
## [1] "lostboyjoong: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[1697]]
## [1] "franniyoo_n: THAT ONES Kpop stans don’t actually get it.\nYou can put Seventeen to do a choreography doesn’t matter wich one and… https://t.co/NvFmb59oYh"
## 
## [[1698]]
## [1] "seokjin1017: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[1699]]
## [1] "fltrtheo: what is a kpop song u guys cannot stand at all"
## 
## [[1700]]
## [1] "pjyxsoul: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1701]]
## [1] "isucknamstits: @lisa2nightt @taegiLover__ @mo56378516 @AboutMusicYT BTS outstream every kpop grpup with 12 songs, what are u talkin about"
## 
## [[1702]]
## [1] "laurenceyoj_: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1703]]
## [1] "Dulce_MoonSun: RT @RM_Peru: 🎥Peruvian dance challenge for 'Still Life' on TIKTOK🇵🇪\n\nJeaneth Loayza, a Peruvian dancer, choreographer and KPOP dancer instr…"
## 
## [[1704]]
## [1] "lostboyjoong: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[1705]]
## [1] "BL4CKPINK_Blink: RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…"
## 
## [[1706]]
## [1] "muffinmine: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1707]]
## [1] "blkpareo: noone does kpop like this anymore"
## 
## [[1708]]
## [1] "PTGHE4VEN: RT @MUSIKMENFESS: # imo, they're one of the kpop groups that make the best music! what's your favorite song from their discography? https:/…"
## 
## [[1709]]
## [1] "JISOOKIMQUEEN_: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[1710]]
## [1] "mariamikaela23: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1711]]
## [1] "rvmalgeumi: RT @joysooyoungpics: [VIDEO] A new Joy 'Birthday' Fancam from Music Bank has been uploaded. Make sure to watch, like, share, and comment su…"
## 
## [[1712]]
## [1] "lovctheory: kpop idols fitting between the railing at music bank ,, a dumb thinspo thread\n———————————\n🏷️— edtwt , thinspo , th1… https://t.co/XuIW83yfJw"
## 
## [[1713]]
## [1] "djinnns: RT @jinakgay: dont yall find it weird how kpop stans use mandatory military enlistment as a drag and it is always targeted to seokjin like"
## 
## [[1714]]
## [1] "kpop_love13_17: RT @hourlysoonwooo: Wonwoo unprompted : so hoshi \n\n#호시 #원우 #원홋 https://t.co/y6lEHk8sO9"
## 
## [[1715]]
## [1] "illyoursyeol: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[1716]]
## [1] "CandaceTX: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[1717]]
## [1] "y61OI4fWlWZqsTC: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[1718]]
## [1] "130moodher: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1719]]
## [1] "johnharoldcanta: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1720]]
## [1] "myouiku: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1721]]
## [1] "soliviowelm: RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP"
## 
## [[1722]]
## [1] "uran_0312: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[1723]]
## [1] "sweetpotato1024: RT @Kpopmap: 7 Male K-Pop Idols Who Look Fashionable In A Hoodie\n https://t.co/muB9kO6beo\n\n #kpop #MinGyu #TaeYong #JuYeon #YeonJun #MinHyu…"
## 
## [[1724]]
## [1] "DIAMINl: IVE is the 5th Harmony of kpop 😭 https://t.co/vBBGhaKgp7"
## 
## [[1725]]
## [1] "tetekookie__: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1726]]
## [1] "BLASIANROYLTY: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1727]]
## [1] "yjmaeri: the internalized misogyny within the kpop industry and in kpop fandoms is something i can never wrap my head around… https://t.co/5qivbaouPR"
## 
## [[1728]]
## [1] "itjshua: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1729]]
## [1] "89SK2: CONGRATULATIONS 😊🖤🎉👏🥰\nMV of #JIN @bts_bighit reached 50M views!! #KPOP\n#TheAstronaut - 51M https://t.co/bWyFxUudkf"
## 
## [[1730]]
## [1] "grazietae: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1731]]
## [1] "tataers: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1732]]
## [1] "TBBackus: RT @evanmaltby: 🚨 I have a ticket to tonight's KPOP (8pm) I can no longer use! DM me? 🚨"
## 
## [[1733]]
## [1] "invu_barcode: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[1734]]
## [1] "Y2KVNT: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[1735]]
## [1] "queen_rainicorn: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[1736]]
## [1] "woIftrapva: shes also an anime fan and a lover of kpop. shes so real https://t.co/nM5cDdD4VG"
## 
## [[1737]]
## [1] "nisaland23: RT @idle4life: Soyeon makes more money from royalties than your whole fcking group.. now don't bark...\n\nThey'll come \"my favs have more cre…"
## 
## [[1738]]
## [1] "realegako: RT @everhuta: because btob revolutionised kpop with missing you. #btob https://t.co/eRWFswEenS"
## 
## [[1739]]
## [1] "lvrofjeon: RT @chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1740]]
## [1] "just_zeroT: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[1741]]
## [1] "starving4lone: @Solaerz @kittwwy im not into kpop but im pretty sure! i think most idols have eating disorders"
## 
## [[1742]]
## [1] "linosflow3r: like i mean it when i say there is NO. HOPE. FOR. KPOP. STANS!"
## 
## [[1743]]
## [1] "chartdata_twt: .@BTS_twt Jungkook is the \"Most Popular Kpop Star\" on Tumblr in 2022."
## 
## [[1744]]
## [1] "BnHg70312166: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1745]]
## [1] "SINGVANTE_: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1746]]
## [1] "MukthapuramGirl: RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop"
## 
## [[1747]]
## [1] "nwjnclusive: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1748]]
## [1] "Lianfi1: RT @stream4taekook: \"Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…"
## 
## [[1749]]
## [1] "biasonline: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1750]]
## [1] "Irem64630076: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1751]]
## [1] "taaffeitemoths: @thryloz61 @JonesNoWonder @thyburneracct @ModerateWill @AKMETV @NeverDive10 @MattWallace888 they think criticizing… https://t.co/ahS7POKH0K"
## 
## [[1752]]
## [1] "savagepinks8: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[1753]]
## [1] "mayziziii: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1754]]
## [1] "st0l3n3gg: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1755]]
## [1] "Skz_CB97_ot8: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[1756]]
## [1] "cloudydill: RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…"
## 
## [[1757]]
## [1] "pbangtanlandia: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1758]]
## [1] "britheminaj: real kpop! https://t.co/IGJ2F6p4tz"
## 
## [[1759]]
## [1] "kayleenmariex: I so badly wish I could see kpop again"
## 
## [[1760]]
## [1] "minimemingi: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[1761]]
## [1] "Yolie0909: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1762]]
## [1] "Yaso880: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1763]]
## [1] "Gitgit327: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1764]]
## [1] "Lovelyflower52: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[1765]]
## [1] "deddeosun: Awali harimu dengan report akun jahat. Eaaaak, everyone with eyes will see how talented sunoo is. Even i-land produ… https://t.co/C9LOrriOdM"
## 
## [[1766]]
## [1] "blueberriesung: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[1767]]
## [1] "vvintaebear_: low qn and smooth internet pls huhu utang na loob first time ko pupunta ng concert in my 8 years of being a kpop stan"
## 
## [[1768]]
## [1] "yeonsunrise: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[1769]]
## [1] "BE0MGYUIST: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[1770]]
## [1] "seethemintysky: RT @evgpink: I’m getting really fucking fed up with kpop stans. You all are bullying a 15 yr old girl because of THIS? Her crying over winn…"
## 
## [[1771]]
## [1] "Anastas1880: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1772]]
## [1] "reydanieeel: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1773]]
## [1] "wonandshi: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[1774]]
## [1] "aceroIIa: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1775]]
## [1] "bbyjeongin: RT @g0tdreamies: all the people who followed me after the toofy edit,,, I’m sorry I’m a red velvet enjoyer so you will see kpop on your tl…"
## 
## [[1776]]
## [1] "viziblecreator: kpop //\n\nnever in my life did i think i would witness a love live x kpop (nayeon - pop) crossover"
## 
## [[1777]]
## [1] "DreamiesWorld: RT @NCTDREAMrecords: ‘Beatbox - The 2nd Album Repackage’ were chosen as The 20 Best K-Pop Releases Of 2022 by NYLON!🎉\n\n#NCTDREAM grow up wi…"
## 
## [[1778]]
## [1] "Leejenofordays: GOING TO A KPOP SHOP TOMORROW SO EXCITED EVEN IF IM GOING SOLO 😌🤞"
## 
## [[1779]]
## [1] "bangtanboysbay1: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[1780]]
## [1] "1Tzhq1EmNFQm3df: RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop"
## 
## [[1781]]
## [1] "duduchuchuBE: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[1782]]
## [1] "haruscb: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[1783]]
## [1] "hymnforbea: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1784]]
## [1] "ChyanneCapps5: RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…"
## 
## [[1785]]
## [1] "Niramon12292714: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[1786]]
## [1] "Louis81104904: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[1787]]
## [1] "sunnevalifsi: SHOUTOUT TO JIHOONSCARAT SHE MAKES GOOD INFORMITIVE KPOP VIDEOS ON KPOP IDOLS ON YOUTUBE!\n#KPOP\n https://t.co/1sYEgtpHKd"
## 
## [[1788]]
## [1] "Mzuwkao: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[1789]]
## [1] "hannicode: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1790]]
## [1] "mariamikaela23: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1791]]
## [1] "i4sooky: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1792]]
## [1] "motsvmin: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1793]]
## [1] "yeccloud: RT @kyuudere13: I/nang aint perfect but if only these kpoppers understood how challenging it was to bring kpop to PH back then, how SS2 was…"
## 
## [[1794]]
## [1] "unosarah1: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[1795]]
## [1] "grrores: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[1796]]
## [1] "VernicaBalles12: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1797]]
## [1] "KPopAuntAngie: RT @redditkpop: NEWS: We’re With You: Kara’s Ji-young leaves group’s comeback album at late member Ha-ra’s resting place #kpopnews https://…"
## 
## [[1798]]
## [1] "UknowTank: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[1799]]
## [1] "jeysonayestas: RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E"
## 
## [[1800]]
## [1] "ad0retzu: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[1801]]
## [1] "zy_aida: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1802]]
## [1] "kris_KNJ: RT @Pk_bts_land: Biggest Weekly Debut by a Kpop Act on Spotify Pakistan : \n\n#1. Dreamers - 134,150 \n#2. Wild Flower - 122,079 😭💜\n#3. The As…"
## 
## [[1803]]
## [1] "jjongdimples: stop I think kpop flex jay makes me lose my mind I amhatwmylfiehah"
## 
## [[1804]]
## [1] "realegako: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[1805]]
## [1] "junwunista: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[1806]]
## [1] "liIsevn: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1807]]
## [1] "mjin_ksjin: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[1808]]
## [1] "XVII___Carat: RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV"
## 
## [[1809]]
## [1] "Shawol_ID5: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[1810]]
## [1] "yeojisouI: RT @kunseishu: Happy birthday to the mother of kpop female rapper https://t.co/92jKS3i4sw"
## 
## [[1811]]
## [1] "seungminho__: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[1812]]
## [1] "IcyPetitsPois: RT @wuxilovesyou: also, beiyuan listens to obsecure underground bands because he thinks it fits his mysterious persona but he actually enjo…"
## 
## [[1813]]
## [1] "Elodie_kpop_: @MrobinS19 @Jtaegikook2 @JaehanPeach The clownery of that man 🤣🤣"
## 
## [[1814]]
## [1] "iyeniiverse: @bammiesflower @nichirren Been in kpop since 2011 and it wasnt really a big problem if it wasnt two groups where th… https://t.co/W14bgSTawz"
## 
## [[1815]]
## [1] "wt_hung: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1816]]
## [1] "kpop_love13_17: RT @_haofolder_: As always minghao looking gorgeous https://t.co/5XuYuvZ2vw"
## 
## [[1817]]
## [1] "hannisbunnies: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1818]]
## [1] "jkshandtats: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[1819]]
## [1] "kkurazuhamirin_: RT @Attention_spy: [📊| UPROXX has listed \"New Jeans\" by \n@NewJeans_ADOR as one of the K-Pop albums of 2022 👏👑\n\n🔗: https://t.co/qWK9TtnK5g…"
## 
## [[1820]]
## [1] "Yeim_177: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[1821]]
## [1] "jenojayden: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[1822]]
## [1] "Elmejorheladero: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1823]]
## [1] "luvasahixo: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[1824]]
## [1] "marcz_501: @mjfelipe Kaw na lahat MJ from bl to kpop"
## 
## [[1825]]
## [1] "astro_mon7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1826]]
## [1] "RhythmKoo: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…"
## 
## [[1827]]
## [1] "bigboner127: me going out with  my 5 kpop related key rings all on a singular bag"
## 
## [[1828]]
## [1] "shineformejimin: RT @vitaarieka: @hinatime_ Gg stans have this weird hate for boy groups, they're litteraly the most sexist part of kpop fans\n\nTheir fav gir…"
## 
## [[1829]]
## [1] "KimLiMa2021: I find foreign politics fascinating and when it gets too ridiculous and stressful … back to my happy place…#kpop… https://t.co/OZUJD3fnlw"
## 
## [[1830]]
## [1] "moonroha__: RT @dotaebby: I am so sorry but this how kpop fans feel when our fave didnt incl MY in their tour list 😃"
## 
## [[1831]]
## [1] "KimTaeJin959212: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1832]]
## [1] "chanlachanlahae: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1833]]
## [1] "pepperoni_pijja: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1834]]
## [1] "Ioonatztheworld: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[1835]]
## [1] "chuf4e: RT @wuxilovesyou: also, beiyuan listens to obsecure underground bands because he thinks it fits his mysterious persona but he actually enjo…"
## 
## [[1836]]
## [1] "moonstar4890: RT @kibumnismo: List made by a brazilian journalist about this year's best kpop projects. Gasoline by Key is ranked #6 and Dice by Onew is…"
## 
## [[1837]]
## [1] "Tyacyn: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[1838]]
## [1] "LeeannyojO: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[1839]]
## [1] "goromyon: @ganpares waiting for wackboyz to do this and have kpop gifs fill up their qrts"
## 
## [[1840]]
## [1] "Binniethep00h: RT @omorihate: moonbin truly is one of the best male performers in kpop"
## 
## [[1841]]
## [1] "mengqoreng: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/vgotAOHvYG"
## 
## [[1842]]
## [1] "ShyMeay: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[1843]]
## [1] "ir_gsshn: RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…"
## 
## [[1844]]
## [1] "Elodie_kpop_: @MrobinS19 @Julchen_DAFM @LunaNoona_GB @Jtaegikook2 Gah I’d go more if there were people to look at 👀🤦‍♀️"
## 
## [[1845]]
## [1] "favmultichic: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[1846]]
## [1] "ech0void: 2018: gashina - sunmi\n2019: twit - hwasa\n2020: un village - baekhyun \n2021: need (ooo-eee) - løren\n2022: beatbox -… https://t.co/OjfdC7rHrI"
## 
## [[1847]]
## [1] "jiminangel31: RT @EunsoonYang: KING OF KPOP PARK JIMIN \n\nI vote #JIMIN for Asian Celebrity of the Year #ACOTY2022 #NETIZENSREPORT #ACOTY2022JIMIN @thenre…"
## 
## [[1848]]
## [1] "AutomaticDaisy: New Kpop group announced! Y Y T a 6 member Foreign group. MV releases in mid November Concept: Video Game Badass ... I'm disapointed"
## 
## [[1849]]
## [1] "sunnie_shining: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1850]]
## [1] "Kpop_Multi1: RT @citizensoldiero: “Tattoos” drops with our new album Scarecrow on Dec 14th‼️  Presave now👉https://t.co/cpVmIbVHM7 https://t.co/J3KNJl13xz"
## 
## [[1851]]
## [1] "lisa_tz93: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[1852]]
## [1] "neringiukasss: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1853]]
## [1] "hyukakitkat: RT @newjified: kpop girl that can pull off ginger hair the best and why is it haerin https://t.co/ffZ5kBcybL"
## 
## [[1854]]
## [1] "JrayMLao: RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…"
## 
## [[1855]]
## [1] "AndreaKong7: RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop"
## 
## [[1856]]
## [1] "rainsooj: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[1857]]
## [1] "nwjnsrkive: RT @newjified: kpop girl that can pull off ginger hair the best and why is it haerin https://t.co/ffZ5kBcybL"
## 
## [[1858]]
## [1] "lindadoruiz: RT @BroadwayWorld: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathering…"
## 
## [[1859]]
## [1] "moonchildfangir: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1860]]
## [1] "_openveins: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1861]]
## [1] "DebunkedAlice: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[1862]]
## [1] "shinee_armint: RT @kpophappenings_: when that kpop boy did a photoshoot and call it “Color: Freedom” wearing YSL LGBT shirt, put “free love” tattoo on his…"
## 
## [[1863]]
## [1] "callme_dipsy: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1864]]
## [1] "newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cook… https://t.co/KPDUBihrrY"
## 
## [[1865]]
## [1] "kpop_love13_17: RT @onthecloud_the8: 20221203-04 BE THE SUN in Nagoya \n#디에잇 #徐明浩 #THE8 https://t.co/sk4VYIFlKP"
## 
## [[1866]]
## [1] "Lorena65704328: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[1867]]
## [1] "Vans_kyuness7: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[1868]]
## [1] "moonchildfangir: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1869]]
## [1] "Fan_Of_TA: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[1870]]
## [1] "jking2597: RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…"
## 
## [[1871]]
## [1] "myg__lvr: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[1872]]
## [1] "wsvtrbl: RT @everhuta: because btob revolutionised kpop with missing you. #btob https://t.co/eRWFswEenS"
## 
## [[1873]]
## [1] "Niramon12292714: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[1874]]
## [1] "Jackgyeombeom: RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…"
## 
## [[1875]]
## [1] "dalbitinthesky: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1876]]
## [1] "skzultimatee: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[1877]]
## [1] "cynklai: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[1878]]
## [1] "loverofbtsmiles: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[1879]]
## [1] "jinjinluvclub: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[1880]]
## [1] "shineemambaia: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[1881]]
## [1] "LiliesPH13: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1882]]
## [1] "ikonnforeverr: RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…"
## 
## [[1883]]
## [1] "AnjaliB18290468: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[1884]]
## [1] "ssspearbin: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[1885]]
## [1] "aeyaxinori: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/sHHnYJGRIY"
## 
## [[1886]]
## [1] "freshmeatinseup: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[1887]]
## [1] "hwangskzhyunjin: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1888]]
## [1] "TETEFL0WER: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[1889]]
## [1] "LovingLisaDay: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[1890]]
## [1] "hwaluvswoo: RT @ywnloops: the BEST rap in the entire kpop industry. https://t.co/qAAyH1ysCl"
## 
## [[1891]]
## [1] "jiubora: i met one guy.. he's so kind and he's fine if i love kpop and kdramas like he is okay i can do whatever i want and… https://t.co/VTOabVbyQi"
## 
## [[1892]]
## [1] "jisoosgurl: watch out kpop idols who are inactive for years tweet a \"hello, twitter\" again just to be not tagged as inactive HS… https://t.co/W7FtlCzHLK"
## 
## [[1893]]
## [1] "chsrbin: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1894]]
## [1] "minayeonfilter: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1895]]
## [1] "myoui_jihyo: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1896]]
## [1] "luizaaakkkj: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1897]]
## [1] "Bt7suga: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1898]]
## [1] "starchanyeoIs: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1899]]
## [1] "belummikirin: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1900]]
## [1] "avero2125: RT @BIGBANGAfrica1: HE IS GOING TO THE MOON. THE FIRST CIVILIAN OF HIS COUNTRY! HE PAVED THE WAY! HIS TWITTER TOPIC DESERVES!\n\n@Twitter @Tw…"
## 
## [[1901]]
## [1] "OneRowoon: RT @hyoshin0807: [Eng] SF9 Rumination Showcase 211122\n\n1: https://t.co/j3yDDrb5Yq\n2: https://t.co/CY4Nhccuut\n3: https://t.co/Bf4p9aCWp2\n4:…"
## 
## [[1902]]
## [1] "whoknowsjiao: @tsizumi22 been into kpop only since 2019 but def the worst for me"
## 
## [[1903]]
## [1] "Baeosi_xy: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[1904]]
## [1] "TheCeruleanRose: @idolcast Interesting and useful article. I wonder how one might be able to even begin to estimate how many unique… https://t.co/T7kxFu8Xoc"
## 
## [[1905]]
## [1] "cockimnida: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[1906]]
## [1] "sunnevalifsi: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1907]]
## [1] "wheein_theemood: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1908]]
## [1] "lje0318: RT @hyoshin0807: Track stage of Rumination showcase\n\nTrauma : https://t.co/fUQP93uWBA\nTear drop: https://t.co/mrj3Jj1oxn\nHey Hi Bye: https:…"
## 
## [[1909]]
## [1] "Dulce58725228: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[1910]]
## [1] "sftyjakeyy: RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…"
## 
## [[1911]]
## [1] "joonmahao_: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[1912]]
## [1] "svtdkwhipped: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[1913]]
## [1] "sp1cy_cookie: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[1914]]
## [1] "yarae37: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1915]]
## [1] "webweaver444: RT @dearhyckie: [restarting] [day 6]\n\nhii i’m mars &amp; i’m looking for kpop moots☆彡\n\n⋆ about me!: she/they, 17, aquarius \n⋆ stan list!: i ult…"
## 
## [[1916]]
## [1] "Jjk97_Jm95: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[1917]]
## [1] "ayoleeminknow: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[1918]]
## [1] "DarkSideAdvcate: @sheeminied @Cherchez_la_Zo AfroBeats, Afrobeat, KPOP, and Amapiano are influenced by FBA Music"
## 
## [[1919]]
## [1] "libeluladevidro: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1920]]
## [1] "shinn_aime: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[1921]]
## [1] "Nicollky: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[1922]]
## [1] "LiliesPH13: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1923]]
## [1] "Qatrunnada__: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[1924]]
## [1] "wuups: RT @shownumania: @tubbirfess @tanyakanrl Noooo, who's her KPop boy"
## 
## [[1925]]
## [1] "hooneytoast: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[1926]]
## [1] "bangthxeternal: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[1927]]
## [1] "mine_mono: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[1928]]
## [1] "nan1994rm11: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1929]]
## [1] "AngelRainVelas1: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[1930]]
## [1] "EternalPTGMX: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[1931]]
## [1] "nan1994rm11: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[1932]]
## [1] "newjified: kpop girl that can pull off ginger hair the best and why is it haerin https://t.co/ffZ5kBcybL"
## 
## [[1933]]
## [1] "pebepe12: RT @arsonide_: woke up with covid symptoms today so my parents banished me to the garage to take a few tests so I'm just doing kpop dances…"
## 
## [[1934]]
## [1] "wsvtrbl: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[1935]]
## [1] "Joypeekaboo12: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[1936]]
## [1] "psy001013: RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop"
## 
## [[1937]]
## [1] "orbitoxicated: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[1938]]
## [1] "darIingnana: RT @M_M_Socks: I've already seen so many angry posts demanding statements, info, and legal action from SM. Part of the kpop product is to c…"
## 
## [[1939]]
## [1] "agustdyu: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1940]]
## [1] "wooziscloud: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1941]]
## [1] "KimTaeJin959212: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[1942]]
## [1] "vpsp25: RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…"
## 
## [[1943]]
## [1] "lunarboysj: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[1944]]
## [1] "ari_coffeelove: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[1945]]
## [1] "hyj7535: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[1946]]
## [1] "yjsfebruary: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[1947]]
## [1] "st0l3n3gg: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[1948]]
## [1] "burntdin0nugget: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[1949]]
## [1] "LanaByoonlee: RT @itsLIVEofficial: &lt;COMING UP NEXT&gt;\n#원호 - #CRAZY &amp; #on_on\n#WONHO - Crazy &amp; On &amp; On\n@official__wonho\n\n#잇츠라이브 #KPOP #itsLive https://t.co/y…"
## 
## [[1950]]
## [1] "kpoppie_anonnie: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[1951]]
## [1] "cupidkiss1: The only thing that rlly angers me when having a fight here specially in fucking kpop twtter is when they say \"get… https://t.co/hyjiLKcU9C"
## 
## [[1952]]
## [1] "vpsp25: RT @radian_wizone: LE SSERAFIM MAMA dance break shows they’re one of the best performers in 4th gen kpop 🔥💪\n\nhttps://t.co/MbMdA9UHJw"
## 
## [[1953]]
## [1] "AOlASHITO: @tobitheog lol no it’s kpop talk 😭"
## 
## [[1954]]
## [1] "iO2KOOK: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1955]]
## [1] "fatleo97: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1956]]
## [1] "nan1994rm11: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1957]]
## [1] "hurifurry: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1958]]
## [1] "Justweird127: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[1959]]
## [1] "haechanspatella: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[1960]]
## [1] "inseostay: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[1961]]
## [1] "k1mm1nseok: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[1962]]
## [1] "iloveyeosomuch: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[1963]]
## [1] "mrsiansanity: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[1964]]
## [1] "iamgianrrnr: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[1965]]
## [1] "muqeeri: that’s why i listen to kpop and jpop a lot https://t.co/vJrVtG0F05"
## 
## [[1966]]
## [1] "kidtearz: i always forget it means behind the scenes and think everyone is talking about kpop all the time, i dont even liste… https://t.co/5iM2qAnuRh"
## 
## [[1967]]
## [1] "hoshi_tigergaze: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[1968]]
## [1] "kpopconceptbot: L O A D I N G // 💗 Serving up indifferent Folk punk realness: An MV filmed in a dark basement in The Netherlands. M… https://t.co/mEqOntJruv"
## 
## [[1969]]
## [1] "7_mynumber: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[1970]]
## [1] "Mzuwkao: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[1971]]
## [1] "babunyaxiaoting: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[1972]]
## [1] "AR2FARZL: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[1973]]
## [1] "michaengie: RT @pinathemenguin: fandoms of every kpop group hating on twice the ENTIRE YEAR,talking shit about them,literally judging every move they m…"
## 
## [[1974]]
## [1] "NKFL240894: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[1975]]
## [1] "VeraAquino07: RT @xiyyyywi: 📢📢Selling Idol Champ Ruby &amp; Blue Chamsims📢📢\n\nBLUE CHAMSIMS: SHOW CHAMPION AVAILABLE 25,000💙\n\n1,200💙=$1/54\n\nNote:\ncan only vot…"
## 
## [[1976]]
## [1] "agustclip_: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[1977]]
## [1] "nhanha1809: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1978]]
## [1] "Hobi_hobirap: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[1979]]
## [1] "JJK00KY: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1980]]
## [1] "urmultifangirl_: RT @kyuudere13: I/nang aint perfect but if only these kpoppers understood how challenging it was to bring kpop to PH back then, how SS2 was…"
## 
## [[1981]]
## [1] "byeolbitxing: @idleis6 idle have great music and the awards to back it up but why do you feel the need to bring down other groups… https://t.co/SqgL5K3vwp"
## 
## [[1982]]
## [1] "Kittu38496897: RT @jjkonlyace: @allkpop the most popular and successful kpop soloist in the world! 🔥👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK \nhttps://t.co/lwZwhSb…"
## 
## [[1983]]
## [1] "Arminoderso: I kind of dislike BTS. \n#Opinion #BTS #KPOP #Korea"
## 
## [[1984]]
## [1] "yveounjun: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[1985]]
## [1] "_fallenstarborn: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[1986]]
## [1] "jijitreyeu: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[1987]]
## [1] "rhyluvs: MY NEW FAVOURITE THING IS KPOP EDITORS EDITING FOOTBALL PLAYERS TO BUBBLEGUM KPOP SONGS LIKE PAQUETA AND TWICE SLAYS SM 🤭🤭🤭🤭🤭🤭"
## 
## [[1988]]
## [1] "sagi501: 2014 is still the worst kpop year .. https://t.co/A47sXBRR1J"
## 
## [[1989]]
## [1] "jinssia7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[1990]]
## [1] "OliviaQuispeQu1: RT @jjkonlyace: @allkpop the most popular and successful kpop soloist in the world! 🔥👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK \nhttps://t.co/lwZwhSb…"
## 
## [[1991]]
## [1] "Ninajune87: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[1992]]
## [1] "chelssul: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[1993]]
## [1] "_HeyDay_019: RT @TheFizaHalim: The thing about SEA countries is that kpop is super famous since forever but not everyone can do concerts here. You first…"
## 
## [[1994]]
## [1] "adorablejk26: RT @SerieTV46: Top 15 most streamed song by Kpop Artist on Spotify of 7 December 2022:\n\n#JUNGKOOK, #RM, @BLACKPINK, @le_sserafim, #JIN, @Ne…"
## 
## [[1995]]
## [1] "Zero_YO88: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[1996]]
## [1] "seulgienjoyer: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1997]]
## [1] "littlearep: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[1998]]
## [1] "Hotshortie11: @btsfanmomma I still hate the word Kpop!"
## 
## [[1999]]
## [1] "jl1296: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2000]]
## [1] "NagaTupin_cc: RT @evgpink: I’m getting really fucking fed up with kpop stans. You all are bullying a 15 yr old girl because of THIS? Her crying over winn…"
## 
## [[2001]]
## [1] "namu_ten: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[2002]]
## [1] "kkimkkat: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2003]]
## [1] "burntdin0nugget: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2004]]
## [1] "hantrampa: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[2005]]
## [1] "aeying: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[2006]]
## [1] "KCJADGALAXY: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[2007]]
## [1] "athenajk01: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2008]]
## [1] "lalataetaeV: RT @faceofkpopV: lmao taehyung is the most talked about kpop idol even in football! be it the fans or the football team themselves they onl…"
## 
## [[2009]]
## [1] "maruaos: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2010]]
## [1] "_youresobea: RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…"
## 
## [[2011]]
## [1] "MAK3RACHA: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[2012]]
## [1] "JoonieNamu4: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[2013]]
## [1] "meowkittypirate: RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…"
## 
## [[2014]]
## [1] "WizCarat01: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2015]]
## [1] "bellasqturn: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2016]]
## [1] "VibingOn: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[2017]]
## [1] "maddoxsin5: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[2018]]
## [1] "renismo: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2019]]
## [1] "Ppps43632969: RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…"
## 
## [[2020]]
## [1] "skzinlife: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2021]]
## [1] "sp1cy_cookie: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[2022]]
## [1] "kthxjg: RT @SerieTV46: Top 15 most streamed song by Kpop Artist on Spotify of 7 December 2022:\n\n#JUNGKOOK, #RM, @BLACKPINK, @le_sserafim, #JIN, @Ne…"
## 
## [[2023]]
## [1] "exoselectricki1: RT @kwntrsgf: why do kpop idols always have the ugliest pets"
## 
## [[2024]]
## [1] "_forJHOPEBTS: RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…"
## 
## [[2025]]
## [1] "Wengbroom: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[2026]]
## [1] "cj_cabo: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2027]]
## [1] "jngsngfilm: RT @p1wonies: op said that keeho often tell ppl about jongseob being the winner of kpop star, he’s not teasing him, hes just really proud o…"
## 
## [[2028]]
## [1] "phuwinator: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[2029]]
## [1] "rak_Jungkook: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[2030]]
## [1] "solitudejk: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[2031]]
## [1] "kookoo595: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2032]]
## [1] "noonaurr: RT @togejustvibin: BEST KPOP SONG OF 2022\nhttps://t.co/QOqt6PTVED"
## 
## [[2033]]
## [1] "HONEYHEONl: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[2034]]
## [1] "kpop_love13_17: RT @CHINATHE8BAR: 221209 Minghao dy update\n\n#세븐틴   #SEVENTEEN  #디에잇 #서명호 #minghao #THE8  #ディエイト #ミンハオ @pledis_17 https://t.co/hOsiMctOJ4"
## 
## [[2035]]
## [1] "diwaniapple: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[2036]]
## [1] "ateezdomain: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2037]]
## [1] "_amiradeannaa: RT @tiffany_rose___: it’s been years but the visuals of after school’s nana &amp; kara’s gyuri remain superior. the goddesses of kpop 🖤✨ https:…"
## 
## [[2038]]
## [1] "kamiraskz: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[2039]]
## [1] "omiwankenobi1: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[2040]]
## [1] "t25dDC9amZfHy5W: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[2041]]
## [1] "lovehwrry: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2042]]
## [1] "xiaovuitton: REAL KPOP. https://t.co/GyxhEvYPJO https://t.co/uGXfTNavSa https://t.co/TASC2MQPiN https://t.co/xo7HZEgxmU https://t.co/P8UcyGsnZO"
## 
## [[2043]]
## [1] "analoves_bp: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[2044]]
## [1] "AppleKDan: RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…"
## 
## [[2045]]
## [1] "joicerafa: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[2046]]
## [1] "bleuminghours: @soobinbeloved Also there's literally a bg that was abused by their company and now going to trial for it, like kpo… https://t.co/McZNOcyeqm"
## 
## [[2047]]
## [1] "mlejav: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2048]]
## [1] "fennec_foxies: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2049]]
## [1] "kimicka13: Are you really telling me...and yes I am THIS far behind...that Eunha, Yeonjung, and Soobin's cover of Hold My Hand… https://t.co/WLbdATtSzB"
## 
## [[2050]]
## [1] "foryoulalice: RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop"
## 
## [[2051]]
## [1] "doctor_boo_: RT @iiZydrate: FACE REVEAL / KPOP ALBUM UNBOXING / HOPEFULLY SILENT HILL LATER https://t.co/epux6tNTmz"
## 
## [[2052]]
## [1] "anjheelee: thank you for my kpop boys, universe! https://t.co/TmqaIB5pxH"
## 
## [[2053]]
## [1] "dc_eks: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[2054]]
## [1] "NSjjv09: RT @SerieTV46: \"RUN BTS\" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams."
## 
## [[2055]]
## [1] "Ace_of_Kpop: @jungkook97_only BIGHIT RESPECT JUNGKOOK\n#RESPECTJUNGKOOK\n#JK_개인활동_제대로지원해"
## 
## [[2056]]
## [1] "17inamillion: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2057]]
## [1] "sugaglossi: @PLAYYPENN Reminds me of the time I dated someone who was an ex army/2nd gen kpop stan- yeah I broke up with them a while ago 😒😒"
## 
## [[2058]]
## [1] "moonlight_arson: RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…"
## 
## [[2059]]
## [1] "_ana_c: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2060]]
## [1] "dummyvannah: I’m in my bffs replies as if my favorite kpop mf posted but worse"
## 
## [[2061]]
## [1] "janiyespaps: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[2062]]
## [1] "kthxjg: RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…"
## 
## [[2063]]
## [1] "thinkinboutjun: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2064]]
## [1] "M_0__N_a: WTF is happing in Kpop right now?!?!"
## 
## [[2065]]
## [1] "SimJaeYunBestie: RT @minchansidebae: “Everything in kpop is scripted” then what the hell are straykids writers doing bruh \n~ a thread https://t.co/v5XynCOvSj"
## 
## [[2066]]
## [1] "sukhoontrash: RT @KEI4HWAN: top 1 most satisfying videos in kpop 🫶\n\nhttps://t.co/uU3GowDKz7"
## 
## [[2067]]
## [1] "nubita09tfn: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[2068]]
## [1] "ChyanneCapps5: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[2069]]
## [1] "Sanyinjiaoo: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[2070]]
## [1] "fadsout7999: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2071]]
## [1] "rinkarriet: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2072]]
## [1] "hrtsoobin: why do these kpop stans want tubatu to be their token bg that acts like a gg so bad let them evolve let them explor… https://t.co/LLWaUiXoxj"
## 
## [[2073]]
## [1] "roseartae: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2074]]
## [1] "JamilaM131: RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…"
## 
## [[2075]]
## [1] "zelgadi: RT @Tashal55: (G)I-DLE Spotify Kpop ON story update 🥰 https://t.co/1Qs1KQ2rf9"
## 
## [[2076]]
## [1] "ynqwon: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2077]]
## [1] "kattwts: RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…"
## 
## [[2078]]
## [1] "BL4CKPINK_Blink: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2079]]
## [1] "princelippie: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2080]]
## [1] "d2kingdom: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2081]]
## [1] "KVtanny: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2082]]
## [1] "mesmerizingmoo: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2083]]
## [1] "AisYeJiwon: RT @euphoriaviz: Ppl don't realize that having casual listeners &amp; core fandom are 2 completely different things. Everglow has a lot of casu…"
## 
## [[2084]]
## [1] "jhdrctlntn: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[2085]]
## [1] "bekki_kookie: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2086]]
## [1] "Naouknow2154: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[2087]]
## [1] "ghmja1: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[2088]]
## [1] "sinbmygf: it's been soo long since I don't see any kpop related stuff apart from specific events like Kara's comeback or some… https://t.co/iWd2wlNUCV"
## 
## [[2089]]
## [1] "VjmJin: Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for Yoshi under Musi… https://t.co/hUbnUMEDWf"
## 
## [[2090]]
## [1] "OliviaQuispeQu1: RT @smiiliingkookie: Jungkook became the highest Kpop soloist with 22M monthly listeners on Spotify! +600M streams, +5.2M followers and exp…"
## 
## [[2091]]
## [1] "kentojiaer: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2092]]
## [1] "Ruckiie: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[2093]]
## [1] "uraliengf: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[2094]]
## [1] "dalgonajimin: kpop accounts actually feuding over the world cup is really funny"
## 
## [[2095]]
## [1] "huaxlian: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2096]]
## [1] "rak_Jungkook: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[2097]]
## [1] "_cutiehwa_: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[2098]]
## [1] "Taehyun_Pastels: WHAT THE FUCK IS GOING ON IN KPOP"
## 
## [[2099]]
## [1] "yoshiisukyo: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/CGUQO5UVEf"
## 
## [[2100]]
## [1] "kkulbangtanfm: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2101]]
## [1] "jxdanquah: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[2102]]
## [1] "i_wuffff_uu: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2103]]
## [1] "JenJen0705: RT @Kimchristine15: Everyday Jigirl's struggles...\n🥹\n#jichangwook #KPOP #beautiful https://t.co/RIUGfZrOnv"
## 
## [[2104]]
## [1] "MariaAhgase: RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…"
## 
## [[2105]]
## [1] "143yiyi_: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2106]]
## [1] "zerotakworld: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[2107]]
## [1] "jinkunrjjin: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[2108]]
## [1] "DeboraHyon3: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[2109]]
## [1] "junjisbin: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[2110]]
## [1] "kayleenmariex: RT @BroadwayWorld: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathering…"
## 
## [[2111]]
## [1] "VanillaPerla972: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2112]]
## [1] "auliaryzki: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[2113]]
## [1] "yubank_britney: RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…"
## 
## [[2114]]
## [1] "THEFINALPAM: Was about to make a tweet saying they’re “the best at kpop” which is a statement that doesn’t exactly make sense. But I still think is true"
## 
## [[2115]]
## [1] "epiphany_nike: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2116]]
## [1] "xGilbi: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[2117]]
## [1] "XCVIIhunter: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[2118]]
## [1] "sweetnightvmins: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[2119]]
## [1] "joanis_tumbada: RT @bngpinkloops: #BLACKPINK #BTS bigger than kpop https://t.co/daaUv1U9R4"
## 
## [[2120]]
## [1] "jichutie: RT @togejustvibin: BEST KPOP SONG OF 2022\nhttps://t.co/QOqt6PTVED"
## 
## [[2121]]
## [1] "seokjiwa: RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n\"Key understood the assignment, and aced it with h…"
## 
## [[2122]]
## [1] "beloved_ochi: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/4pOw1rjNTZ"
## 
## [[2123]]
## [1] "rose_vxo: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2124]]
## [1] "julescreve: @kpop_spotify also well this one is more like a request but can you do top 10 twice songs daily on spotify? our spotify fanbases are gone..."
## 
## [[2125]]
## [1] "aktrsure: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/Sa8JKFxrG3"
## 
## [[2126]]
## [1] "gracelagado: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[2127]]
## [1] "sngjnluvbot: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2128]]
## [1] "Yeoniestarlight: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2129]]
## [1] "HOBI242: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2130]]
## [1] "Bambamwaifeu: RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…"
## 
## [[2131]]
## [1] "helloangellx: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[2132]]
## [1] "Q9pCwhKHNC5E1ZL: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[2133]]
## [1] "fairydaseull: i once thought maknae was an actual single person who was in evry kpop group whn i first got into kpop"
## 
## [[2134]]
## [1] "Acekyu3: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/4qRNLOoWru"
## 
## [[2135]]
## [1] "MariaAhgase: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2136]]
## [1] "ifoundthebag: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2137]]
## [1] "PMonthip: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2138]]
## [1] "seamlesskyubin: @fuchukioku still the best kpop song ever too"
## 
## [[2139]]
## [1] "1026I4: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2140]]
## [1] "debi_ananta: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2141]]
## [1] "aor_jutha: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[2142]]
## [1] "NFiaMoo: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2143]]
## [1] "hymnforbea: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2144]]
## [1] "littlemixerfo15: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2145]]
## [1] "isang2u: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2146]]
## [1] "Kjkyoshiikun: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/itmS92wEd0"
## 
## [[2147]]
## [1] "Francesca_Iosso: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[2148]]
## [1] "sangyulover: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[2149]]
## [1] "PaprikCorn: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[2150]]
## [1] "swiftcfe: RT @belajarri: Helloo! I'm looking for new #studytwt mutuals &amp; study buddies ! (˵ ͡° ͜ʖ ͡°˵)🦖\n\n🦕 ☰ Call me zi/ji! \n🐸 ☰ 09', 8th grade \n🦕 ☰…"
## 
## [[2151]]
## [1] "Kjkyoshiikun: RT @yoshinorihourly: Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for Yoshi under Musisi…"
## 
## [[2152]]
## [1] "mariianana801: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2153]]
## [1] "selfishyuck: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[2154]]
## [1] "eallyy_sa: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[2155]]
## [1] "rak_Jungkook: RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…"
## 
## [[2156]]
## [1] "somesunng: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2157]]
## [1] "j_onewee930: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2158]]
## [1] "malewifejun: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2159]]
## [1] "heavenlyfifi: me seeing exo a lot more here than on my acc kpop stan acc is so funny"
## 
## [[2160]]
## [1] "baoo_chouu: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2161]]
## [1] "amhaezingdh: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[2162]]
## [1] "DanielaReyes199: RT @TheKpopverse: #CARAT’s and #kpop fans, @NortheastCarats will be hosting “BooShua Craft Night” a Seungkwan &amp; Joshua birthday cupsleeve e…"
## 
## [[2163]]
## [1] "monochaes: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[2164]]
## [1] "DearMoonTonight: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[2165]]
## [1] "V3LVETW00SAN: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[2166]]
## [1] "wassup106: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2167]]
## [1] "Elodie_kpop_: @MrobinS19 @Jtaegikook2 @JaehanPeach Outrageous 🤯 what’s his game !?"
## 
## [[2168]]
## [1] "hyj7535_pyt0513: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[2169]]
## [1] "MAXIMUSDDY: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2170]]
## [1] "julescreve: @kpop_spotify please still continue the 2021 list..."
## 
## [[2171]]
## [1] "DangOniichan: 1,3, and 4 are me throughout my day but 2 is me for like 3 seconds when a little Kpop boy posts a pic or something"
## 
## [[2172]]
## [1] "ti_twin12: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2173]]
## [1] "infires707: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[2174]]
## [1] "yakouseiii: @cierabyul Just an idea but maybe don't follow kpop news sources then 😂"
## 
## [[2175]]
## [1] "princesoobinn: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2176]]
## [1] "hvanxi: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[2177]]
## [1] "xprssnsbymela: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[2178]]
## [1] "DEM0NKAEYA: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2179]]
## [1] "iHeartLeeKnow: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2180]]
## [1] "realegako: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[2181]]
## [1] "STARKINDUSTR1ES: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2182]]
## [1] "HappinessLs0327: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[2183]]
## [1] "haeswifts: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2184]]
## [1] "satanicbaek: already had a ticket to kpop on bway  closing on sunday but someone i know offered me a free ticket to the matinee tomorrow too 😭 i'm not ok"
## 
## [[2185]]
## [1] "blIuengrey: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2186]]
## [1] "exosearchbot: oh sehun is one of the best rappers in kpop!"
## 
## [[2187]]
## [1] "JamilaM131: RT @MyKpopHuntress: GRAND WAVE KPOP MUSIC FESTIVAL will be resumed to 14th JAN 2023 with the same lineup &amp; venue!\n\nLINEUP ✨ HYO (GG), DJ So…"
## 
## [[2188]]
## [1] "SpookyDanielle: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2189]]
## [1] "sweett_yoongi: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2190]]
## [1] "Jashmin_Fyona27: RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…"
## 
## [[2191]]
## [1] "KurlieKy: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2192]]
## [1] "uraliengf: RT @hakushotafan: guys in your opinion whats the best song ever created in kpop"
## 
## [[2193]]
## [1] "Hugh_iink: RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop"
## 
## [[2194]]
## [1] "atzdontstop: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[2195]]
## [1] "nhanha1809: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[2196]]
## [1] "brablackpink: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[2197]]
## [1] "winhasfound_: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[2198]]
## [1] "bleupolar: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[2199]]
## [1] "notazipper: @rae_ast Sorry im an anti romantic #antiromantic #txt #kpop"
## 
## [[2200]]
## [1] "lazseana: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2201]]
## [1] "11of1194: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[2202]]
## [1] "IM_HA6: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[2203]]
## [1] "wooyobollo: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[2204]]
## [1] "linzeigh: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2205]]
## [1] "daikive: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2206]]
## [1] "l1eevv: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2207]]
## [1] "ltstayc: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2208]]
## [1] "naryaselh: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2209]]
## [1] "gyehyeon69: there’s a job opening at my college that’s just a 2 hr weekly thingy on their radio station. i am going to take ove… https://t.co/XJTCqlF9tL"
## 
## [[2210]]
## [1] "antagnoo: not even a kpop idol https://t.co/zbhbjDIOSz"
## 
## [[2211]]
## [1] "7DRMT: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2212]]
## [1] "beomaegyo: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2213]]
## [1] "VibingOn: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2214]]
## [1] "Gynma777: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2215]]
## [1] "hwasasboots: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[2216]]
## [1] "IM_HA6: RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs"
## 
## [[2217]]
## [1] "redditkpop: NEWS: We’re With You: Kara’s Ji-young leaves group’s comeback album at late member Ha-ra’s resting place #kpopnews https://t.co/OO0Up6wAjc"
## 
## [[2218]]
## [1] "maxinesparkle: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2219]]
## [1] "bambbejo: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[2220]]
## [1] "Mel4Jin7: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[2221]]
## [1] "NSjjv09: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2222]]
## [1] "chlsy_xx: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[2223]]
## [1] "kaibacaxi: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2224]]
## [1] "toyotasamry: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[2225]]
## [1] "hiyyih_latte: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2226]]
## [1] "felicl00: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2227]]
## [1] "AEPishere: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2228]]
## [1] "sunnevalifsi: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2229]]
## [1] "HoaThn13: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[2230]]
## [1] "Marco22375982: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2231]]
## [1] "sweett_yoongi: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2232]]
## [1] "jwfarns: RT @jennyhanx: LET ME INTRODUCE YOU KPOP WORLD OUR VERY HANDSOME CEO CHOI SEUNGHYUN A.K.A #TTTOP FROM #BIGBANG @YG_GlobalVIP https://t.co/r…"
## 
## [[2233]]
## [1] "MariaElvia64: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2234]]
## [1] "sunflowergahy: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[2235]]
## [1] "fruity_maze: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[2236]]
## [1] "Hope_is_bored: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2237]]
## [1] "jaeny__: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[2238]]
## [1] "anthngbtstr8: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2239]]
## [1] "paouliya: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2240]]
## [1] "periwinklehao: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[2241]]
## [1] "kpop_love13_17: RT @_TRaveller_8: 221204 ☀️Be The Sun☀️in Nagoya\n\n✨\n\n#디에잇 #THE8 \n#서명호 #徐明浩 #ミンハオ\n#세븐틴      #SEVENTEEN https://t.co/qqqEjEIcRA"
## 
## [[2242]]
## [1] "naevizz: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2243]]
## [1] "alpacanyajinwwh: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[2244]]
## [1] "blessie_lampa: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2245]]
## [1] "Seochangbin1108: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2246]]
## [1] "Kpop_Oracle: It's kind of funny... I used to be too scared to do bubble, but now I have Woohyun, Leedo, and as of today Dawon 😅"
## 
## [[2247]]
## [1] "myhanjii: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[2248]]
## [1] "lordsevenths: RT @wuxilovesyou: also, beiyuan listens to obsecure underground bands because he thinks it fits his mysterious persona but he actually enjo…"
## 
## [[2249]]
## [1] "keiranikole: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[2250]]
## [1] "Jeongin_026: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[2251]]
## [1] "Mo0nica69: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[2252]]
## [1] "PaperBagEric: You say Kpop I say cakepop. https://t.co/2lp5VGvH8M"
## 
## [[2253]]
## [1] "teaxeee: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2254]]
## [1] "ArcticEllie: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2255]]
## [1] "eclipsmate: RT @harreylovesbts: @Koreaboo Taeyang is his inspiration growing up since jimin was only a kid then. There is no competition since they bel…"
## 
## [[2256]]
## [1] "sme_sweetie: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2257]]
## [1] "abyssjin_613: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[2258]]
## [1] "cherrowlet: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[2259]]
## [1] "jking2597: RT @smiiliingkookie: Jungkook is collecting all the ‘first and only Kpop, Korean soloist to’ that there’s to reach. He has been conquering…"
## 
## [[2260]]
## [1] "alexis17514949: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[2261]]
## [1] "arsdor: RT @xiyyyywi: 📢📢Selling Idol Champ Ruby &amp; Blue Chamsims📢📢\n\nBLUE CHAMSIMS: SHOW CHAMPION AVAILABLE 25,000💙\n\n1,200💙=$1/54\n\nNote:\ncan only vot…"
## 
## [[2262]]
## [1] "mariayells: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[2263]]
## [1] "JamilaM131: RT @StoryKover: [🇲🇾]New Update]GRAND WAVE KPOP MUSIC FESTIVAL in Malaysia\n\n📆 14.01.2023 7.30pm\n🏟 Surf Beach, Sunway Lagoon\nLINEUP ✨ HYO (GG…"
## 
## [[2264]]
## [1] "serendipitte: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2265]]
## [1] "kxzBTwMes5imZxH: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2266]]
## [1] "KaiXoo22: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[2267]]
## [1] "LeandroDeLucca6: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2268]]
## [1] "daisy_lilfreak: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[2269]]
## [1] "caszsia: RT @shownumania: @tubbirfess @tanyakanrl Noooo, who's her KPop boy"
## 
## [[2270]]
## [1] "annkplsn: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2271]]
## [1] "i10082002: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2272]]
## [1] "noona_413N: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[2273]]
## [1] "MaceyWalker5: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[2274]]
## [1] "mxaglave: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2275]]
## [1] "yhtwins: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[2276]]
## [1] "x_heenimx: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2277]]
## [1] "shelbey_nkx: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[2278]]
## [1] "kakyoshi_: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/iARbEsrpOO"
## 
## [[2279]]
## [1] "MaceyWalker5: RT @CelebConfirmed: ICYMI: #BTS’s #RM performed some of the latest tracks from his first solo album #Indigo at the #DiaBeacon art museum in…"
## 
## [[2280]]
## [1] "jhseokmeu: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2281]]
## [1] "VibingOn: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2282]]
## [1] "304BUNNYHOE: @R0XD1E IN MY DEFENSE MY FIRST KPOP SONG I EVER LISTENED TO WAS ZIMZALABIM BY RV SO IM USED TO MUSIC LIKE THAT ¥|£|¥]¥}+]"
## 
## [[2283]]
## [1] "dani525304: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[2284]]
## [1] "LazyLikeHoy: RT @Koreaboo: SAVE KPOP: Broadway Show To Close Shortly After Its Opening\n\n#SaveKPOPBroadway #KPOPBroadway\n\nhttps://t.co/6MJ0AXYqcF"
## 
## [[2285]]
## [1] "Kpop_Newsss: Fans Are Furious After Seeing Filming Set That Collapsed And Injured NCT’s Johnny, Jaehyun and Jungwoo https://t.co/AnUpPhzIYj"
## 
## [[2286]]
## [1] "nofilternabi: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[2287]]
## [1] "sofarawaytae: kpop stan’s are so easily brainwashed by company statements it’s actually impressive these PR people are insanely g… https://t.co/Z00YtOt5ur"
## 
## [[2288]]
## [1] "Biofernie55: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2289]]
## [1] "royaItae: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[2290]]
## [1] "feversequence: Best music video in Kpop and I’m serious  https://t.co/pTkqJTDzPm"
## 
## [[2291]]
## [1] "MXW577Zer0: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[2292]]
## [1] "intoxicatedrry: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[2293]]
## [1] "yjmswrld: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[2294]]
## [1] "dawonmother: gorgeous song, unique concept yet SO kpop, most perfect group lineup ever seen, gorgeous choreo, incredible vocals,… https://t.co/oJlBZNdhyM"
## 
## [[2295]]
## [1] "Akane_Tann613: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2296]]
## [1] "Trsrmae: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/5Ns5Kog9fl"
## 
## [[2297]]
## [1] "yesungkyutaeki: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[2298]]
## [1] "circusmainshow: i just met a hyunjin biased stay at a kpop club because of her shoes and we did make the staypose"
## 
## [[2299]]
## [1] "Tea4Spill: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[2300]]
## [1] "MaceyWalker5: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[2301]]
## [1] "libraaqua21: RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…"
## 
## [[2302]]
## [1] "wingrls: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2303]]
## [1] "notjail2: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[2304]]
## [1] "ayamlimajuta: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[2305]]
## [1] "haechanspatella: I agree totally, but why would you accost me with Taemin being graceful af in the thumbnail and clip, now I'm sad :… https://t.co/iuXmKWFFZa"
## 
## [[2306]]
## [1] "VALENTlNEG1RL: @daisyyoons ahh i hope u can find it! the barnes and noble by me stopped selling kpop albums for some reason 💔💔"
## 
## [[2307]]
## [1] "jstlittlebebe: It is my escape from my problematic life; thanks to kpop i changed myself a lot I made some great friends, it is a… https://t.co/RdTLyqJ6H8"
## 
## [[2308]]
## [1] "mexi_flo: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[2309]]
## [1] "m0mmyc0mmie: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[2310]]
## [1] "PaolaaEsquivel: RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants \"ddiung,…"
## 
## [[2311]]
## [1] "wonjunnie: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2312]]
## [1] "blessie_lampa: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2313]]
## [1] "gwchnksj: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[2314]]
## [1] "2eunbi_kovmin: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[2315]]
## [1] "keiranikole: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2316]]
## [1] "kbigon97: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[2317]]
## [1] "j0hnnyln: kpop stans need to stop saying BBL as shorthand for bubble i read that shit wrong every time"
## 
## [[2318]]
## [1] "hope_taji: Now they're after Jinni just like Woojin and so many others. This is sickening and I'm quite sure there'll be kpop… https://t.co/veA4rUC8Y8"
## 
## [[2319]]
## [1] "1japanfan: @isafagtron MAYBE ITS JUST A PREDICTION LIKE A LOT STAN INTERNATIONALLY AND KOREA AT LEAST KNOWS ABOUT THEM TO AN E… https://t.co/y6bGtYibL8"
## 
## [[2320]]
## [1] "iamlaiza__: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[2321]]
## [1] "gracelagado: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2322]]
## [1] "redlalisa: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[2323]]
## [1] "gowonmygirl: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[2324]]
## [1] "daredoevil: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2325]]
## [1] "kepchoo: @isoobinns ITS SO HARD TO FIND HORSEY KPOP STANS 😭 have i just found my people"
## 
## [[2326]]
## [1] "kkyulogy: RT @sourdohoshy: redefined kpop and everything https://t.co/bknRAy2ES6"
## 
## [[2327]]
## [1] "keiranikole: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[2328]]
## [1] "uk_holic_2154: RT @kuyan9: 🌟Who is The King Of KPOP 2022 \n❺位https://t.co/G8HBetRmFz…\n🌟The Best Leader in KPOP 2022\n❸位https://t.co/ref1pOATvU…\n🌟KPOP Heartt…"
## 
## [[2329]]
## [1] "angelyeonjjun: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[2330]]
## [1] "L151717: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[2331]]
## [1] "ArMoonBebe: allthe pillars of things i love are gone. anime is behind many paywalls. kpop is only on youtubenow??? anything i c… https://t.co/QLSvHO1dQl"
## 
## [[2332]]
## [1] "kartikaco_: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2333]]
## [1] "shotaruwu1: idk about best song in kpop but 2 fast is a vibe 🕺🎶 https://t.co/59Y4tzZ8El https://t.co/SYdhBbcYNu"
## 
## [[2334]]
## [1] "virgoslayz: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[2335]]
## [1] "2to0N: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2336]]
## [1] "tearinmyvante: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[2337]]
## [1] "zyYzren: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[2338]]
## [1] "oddeycicle: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2339]]
## [1] "Yralabdullah: A moment of listening to the old Kpop songs “2007 - 2011” makes you feel the old days 💓\nThis feels good."
## 
## [[2340]]
## [1] "sunooddeonuuu: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[2341]]
## [1] "LosThighsDelJK: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2342]]
## [1] "leeeknow5: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[2343]]
## [1] "myuteume: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/oWwjtjjbiY"
## 
## [[2344]]
## [1] "EnemecioJulia: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2345]]
## [1] "EvergreenRouge: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2346]]
## [1] "MXW577Zer0: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[2347]]
## [1] "daekookjk: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2348]]
## [1] "iamonIine: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[2349]]
## [1] "mexi_flo: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[2350]]
## [1] "nmixxcheer: @sullhwangs no its not it is way worse daily naver is written by some kpop stan from twitter they are not even an author"
## 
## [[2351]]
## [1] "shyglizzer: RT @fancams_kpops: yeri fancam \"birthday\" 🌟\n© kbs kpop\n#RedVelvet #YERI https://t.co/VanxITKCim"
## 
## [[2352]]
## [1] "C4SE_W0RLD1117: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[2353]]
## [1] "shuahoney: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[2354]]
## [1] "sojungles: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2355]]
## [1] "AmmyXDee: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2356]]
## [1] "solbooist: @_yellownovember I really don’t listen to full kpop albums besides seventeen so I haven’t!!!"
## 
## [[2357]]
## [1] "MaceyWalker5: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[2358]]
## [1] "OliviaQuispeQu1: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[2359]]
## [1] "LillianSSantos: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2360]]
## [1] "vaAJc1YD898JAUr: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2361]]
## [1] "MaceyWalker5: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2362]]
## [1] "frantumaglias: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2363]]
## [1] "jbdefsyg: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2364]]
## [1] "lalisamymuse: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2365]]
## [1] "Nevergonadance: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2366]]
## [1] "MaceyWalker5: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[2367]]
## [1] "matryosyhka: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2368]]
## [1] "anothertallz: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[2369]]
## [1] "LazyLikeHoy: RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…"
## 
## [[2370]]
## [1] "KANINKOOO: @misacakke Kpop abs gif made it? 😭 I still want to talk to them"
## 
## [[2371]]
## [1] "101Angelus: RT @lowkeyminho: HI biginnings! I created a BIG guide since I couldn't find any newer ones! It's a funny guide so I hope you guys can watch…"
## 
## [[2372]]
## [1] "aia_meg: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2373]]
## [1] "mariemiaes19791: RT @jms_Vocalist: taeyang ?? is he a soloist or a group?? what kpop group?? \nplsss i need to know abt this collab news that i just heard 😭😭…"
## 
## [[2374]]
## [1] "theshortandlong: @MilesKlee mine died at the gym + a palpable feeling of mortal dread registered as I had to hear these mouthbreathe… https://t.co/FZstaTmwzj"
## 
## [[2375]]
## [1] "itsalexfierro: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2376]]
## [1] "kidultwannie: RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV"
## 
## [[2377]]
## [1] "AR2FARZL: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[2378]]
## [1] "mon_byun: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2379]]
## [1] "Duality_Queen: @JooniesGalaxy No but for real. Sports fans can scream and cry about their sportsball and it's normal, but god forb… https://t.co/jv3EvDDIQl"
## 
## [[2380]]
## [1] "vTaminEU: RT @euphoriaviz: Ppl don't realize that having casual listeners &amp; core fandom are 2 completely different things. Everglow has a lot of casu…"
## 
## [[2381]]
## [1] "SewageCrow: I saw the guy with dyed hair anf for a moment thought this was some INSANE kpop band debut 💀 https://t.co/c27hU5Gumz"
## 
## [[2382]]
## [1] "Jonas1DKidrauhl: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2383]]
## [1] "moon_chaerinn: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2384]]
## [1] "KPOP_JUICE_EN: K-pop Daily Votes Ranking✨✨\n\n【12/9】\n36 #Jaemin (↑9)\n37 #YUMA (↓3)\n38 #Patrick (↑13)\n39 #RM (↑3)\n40 #KINJOSUKAI \n\nhttps://t.co/fhCRXp73RW"
## 
## [[2385]]
## [1] "iam_mal99: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2386]]
## [1] "audrey__fangirl: @joonkkore That one netflix fandom and also Kpop fans"
## 
## [[2387]]
## [1] "ginapaulklee: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[2388]]
## [1] "jjongpang: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[2389]]
## [1] "kuyan9: 🌟Who is The King Of KPOP 2022 \n❺位https://t.co/G8HBetRmFz…\n🌟The Best Leader in KPOP 2022\n❸位https://t.co/ref1pOATvU…… https://t.co/YqHFzCfUSF"
## 
## [[2390]]
## [1] "hyj7535t: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[2391]]
## [1] "kidultwannie: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[2392]]
## [1] "Pikachu30002: RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…"
## 
## [[2393]]
## [1] "trashinyouryard: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[2394]]
## [1] "mslittlemonste3: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2395]]
## [1] "hilokauls: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2396]]
## [1] "fruity_maze: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2397]]
## [1] "TaranjotKaur13: RT @callmebyyourjin: the whole sza issue was so bad specially for black armys bc on top of that lady lying for not reason, kpop &amp; western s…"
## 
## [[2398]]
## [1] "sullhwangs: daily naver is equivalent to seeing these kinds of posts on pannchoa or allkpop btw… and the source is SOJANG no on… https://t.co/3c366oK6Gs"
## 
## [[2399]]
## [1] "baconspcy: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[2400]]
## [1] "Biofernie55: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2401]]
## [1] "MaceyWalker5: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[2402]]
## [1] "yutaluvr420: REAL KPOP https://t.co/ZeAyFKLkXA https://t.co/PKhhpfsBhI"
## 
## [[2403]]
## [1] "injunsmine: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2404]]
## [1] "JustLikeCinthia: RT @hyoshin0807: Track stage of Rumination showcase\n\nTrauma : https://t.co/fUQP93uWBA\nTear drop: https://t.co/mrj3Jj1oxn\nHey Hi Bye: https:…"
## 
## [[2405]]
## [1] "Nani60514402: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[2406]]
## [1] "TWICZENNIE: nct do thr best ballads &amp; r&amp;b in kpop"
## 
## [[2407]]
## [1] "Alienbri: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[2408]]
## [1] "inarot3f: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2409]]
## [1] "Marco22375982: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2410]]
## [1] "rmremojk: @thvmysinger @Oreyvas Jk destroyed any kpop artist including your fav too lmao"
## 
## [[2411]]
## [1] "_tsBangtan: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2412]]
## [1] "taenglicious_ss: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[2413]]
## [1] "my_kibum: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[2414]]
## [1] "ERR0R1NS1DE: rock bands should make photo cards the way kpop groups do... @TheWarningBand2 im looking at you"
## 
## [[2415]]
## [1] "joong_web: @hongteezer what bothers me most is that the teezers are always so respectful and just trying to do their thing and… https://t.co/olRqoyEyiR"
## 
## [[2416]]
## [1] "AggroiaShashi: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[2417]]
## [1] "crazyforlisa: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[2418]]
## [1] "hanniespace: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[2419]]
## [1] "AggroiaShashi: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[2420]]
## [1] "lizarj04: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[2421]]
## [1] "kiminbebe: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[2422]]
## [1] "bbubbu_ing: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2423]]
## [1] "mangosweet78999: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2424]]
## [1] "kay_laniii: @fangirlwithdawn I went to a few kpop stores today 🫠"
## 
## [[2425]]
## [1] "momo_chan85: RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…"
## 
## [[2426]]
## [1] "ArtmusicJK: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[2427]]
## [1] "Im_pao_mw: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[2428]]
## [1] "xoxo_forninho: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2429]]
## [1] "hobiheart94: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[2430]]
## [1] "hanniespace: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[2431]]
## [1] "impeezlygigi: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[2432]]
## [1] "lilacgguks: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2433]]
## [1] "soffo_tof: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[2434]]
## [1] "ASDFGHJKBELA: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[2435]]
## [1] "LodidodiTata: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2436]]
## [1] "exopIanetas: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2437]]
## [1] "gotheroda: kpop perfection \nhttps://t.co/XPEnEv9u5r https://t.co/H8opmBSLLe"
## 
## [[2438]]
## [1] "catsbyul: \"why should i be forced to respect religions\" you shouldn't. you should have MORALS. any normal human being dont ha… https://t.co/obYC1pqJTw"
## 
## [[2439]]
## [1] "Almondpyro: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2440]]
## [1] "DenkaS: RT @Meirrrea: SF9 doing a world tour w/o doing a world tour:\n- Unikon/SK (03.07)\n- Hallyupopfest/England (10.07)\n- Japan Fanmeeting/ Japan…"
## 
## [[2441]]
## [1] "aurxliiia: RT @youngheunnie: Yall wanted proof #nova from #mepc don't support war? Here it is. Her dance crew posted this statement under their cover/…"
## 
## [[2442]]
## [1] "TitaLita67: RT @PleinDeVie_7: Global domination is real! 🔥\n\nSB19's aura &amp; perf after WYAT Tour screamed passion! ❤️‍🔥\nI like the new WYAT intro!\n\nSeein…"
## 
## [[2443]]
## [1] "nisazaira20fs: TOP 10 Most Viewed KPOP Girl Group MV November 2022\n\nhttps://t.co/eKW2Ev0SQ1\n\n#KARA #RedVelvet #NATURE #ITZY #wooah… https://t.co/5AjqaxijVT"
## 
## [[2444]]
## [1] "LenaTho26583552: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[2445]]
## [1] "Ndkfabi: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[2446]]
## [1] "NOOClTY: wheeee theyre really calling anybody a kpop idol nowadays atp post my name on here too https://t.co/AIAwAvlUMV"
## 
## [[2447]]
## [1] "paradxsekisss: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[2448]]
## [1] "rosies_lilies: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[2449]]
## [1] "qiannqiu: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2450]]
## [1] "PhoenixStar73: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2451]]
## [1] "plumizu: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2452]]
## [1] "S24319: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[2453]]
## [1] "shobearhugs: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2454]]
## [1] "deesappear_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2455]]
## [1] "thisismathhyung: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/i7KPuj3Cvv"
## 
## [[2456]]
## [1] "Iammissbadass: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2457]]
## [1] "kent0ie: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[2458]]
## [1] "Senjadesa3: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[2459]]
## [1] "misacakke: @KANINKOOO Kpop Abs GIF"
## 
## [[2460]]
## [1] "LOVESEEUN_: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2461]]
## [1] "AteezWi47947037: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[2462]]
## [1] "StuffofLegend13: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2463]]
## [1] "EmoOpor: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[2464]]
## [1] "LeeeRocka: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[2465]]
## [1] "S24319: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[2466]]
## [1] "drewscaresses: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2467]]
## [1] "MichWen548: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2468]]
## [1] "evermorevmin: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2469]]
## [1] "znrtikah: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2470]]
## [1] "kasumiyoona2: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[2471]]
## [1] "mirxskz: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[2472]]
## [1] "cocomei0928: RT @bl8hm: @Daily_JK97 @BTS_twt JUNGKOOK KING OF KPOP\n#Dreamers #Jungkook @BTS_twt https://t.co/jXXwIMreLs"
## 
## [[2473]]
## [1] "S4_GYEJEOL: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[2474]]
## [1] "koyanamuni: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2475]]
## [1] "C4SE_W0RLD1117: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2476]]
## [1] "jeon_shook_: I will not watch or listen to or consume everything just cause it’s BL, or Kpop or Anime or Music 😭 if I know the q… https://t.co/77q38tRDTa"
## 
## [[2477]]
## [1] "17JMcarat: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[2478]]
## [1] "CalicoCat03: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2479]]
## [1] "cixreasons: Kpop stans be like omg don’t bring up ex members they’re not even connected to the group anymore but then proceed t… https://t.co/blJZyeeWNV"
## 
## [[2480]]
## [1] "nase_eli: RT @PleinDeVie_7: Global domination is real! 🔥\n\nSB19's aura &amp; perf after WYAT Tour screamed passion! ❤️‍🔥\nI like the new WYAT intro!\n\nSeein…"
## 
## [[2481]]
## [1] "thanosmfstan: @charts_k @BTS_twt Who's the top kpop soloist?"
## 
## [[2482]]
## [1] "Lily30846185: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2483]]
## [1] "chanarsbit: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[2484]]
## [1] "RekomendasiKpop: KPOP DESK INSPIRATION ✨\n\n___ a thread\n\nPhoto by Pinterest. https://t.co/0t0xYoDjaL"
## 
## [[2485]]
## [1] "njysvmkBTS: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2486]]
## [1] "Jiyongitboy: RT @csbshour: hoping for an 'essence of kpop' live later today 🙏 \nhttps://t.co/ZuLB3SJT1o"
## 
## [[2487]]
## [1] "yeowdea: Is this KPOP concert that I’m gonna attempt to see in Houston also gonna be unethical. First LOONA now NCT 127?????… https://t.co/V6W0zAg4Oj"
## 
## [[2488]]
## [1] "bangtangguk78: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2489]]
## [1] "yeosangisaangel: RT @mingaya_TEEZ: Bruh tl is a mess there's a whole war going on cuz of todays match like damn can we chill and can kpop stans stop being s…"
## 
## [[2490]]
## [1] "moodyxgoon: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[2491]]
## [1] "cleglows: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[2492]]
## [1] "proanaformyself: There needs to be a documentary on the kpop fan to Eating disorder pipeline. Why r half of Ed TWT kpop stans 😭"
## 
## [[2493]]
## [1] "Hoops227_ASMR: RT @Hoops227_ASMR: https://t.co/sjritwLV1R 227's YouTube Chili' #Blackpink! Hoops227TV https://t.co/rCqOD0iGWG #KPOP!🎶 https://t.co/obxO6Me…"
## 
## [[2494]]
## [1] "ForeverBabyAmy: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[2495]]
## [1] "jayssociation: @11minjae That’s exactly the reason why im so crazy right now, bc its actually possible to have a chance with him u… https://t.co/BUOfgVRlTe"
## 
## [[2496]]
## [1] "ban_kpop: @LostArkFan2007 this the reason why valorant won best e-sports game at the game awards"
## 
## [[2497]]
## [1] "softrosekay: RT @yubinification: 1. pop? pop! - csr\nthis is simultaneously soty, aoty and roty. they revived my all time favourite concept in kpop and d…"
## 
## [[2498]]
## [1] "Senjadesa3: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[2499]]
## [1] "hunny_potts: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2500]]
## [1] "BubbleBootycall: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[2501]]
## [1] "exowuxian: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2502]]
## [1] "QuadrupleJ_vrs: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2503]]
## [1] "0514_NeyNey: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[2504]]
## [1] "namjoon_baby007: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[2505]]
## [1] "LueeePark: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[2506]]
## [1] "ciitsym: @taehyungzbot @moonyastromos I never said that. I support the kpop stan grind."
## 
## [[2507]]
## [1] "izzyhasart: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[2508]]
## [1] "imdeaaaaa: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[2509]]
## [1] "captainmingi: RT @iioveyas: no kpop song has kpopped more than this song https://t.co/ZWeswewKPY"
## 
## [[2510]]
## [1] "IeefeIixy: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2511]]
## [1] "99seasonz: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[2512]]
## [1] "Ouchhmyfeels: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[2513]]
## [1] "purple_disease7: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[2514]]
## [1] "justme09245196: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[2515]]
## [1] "maria_roma1: @Kpop_Herald @Realtaeyang @BTS_twt @ygent_official Show us the proof."
## 
## [[2516]]
## [1] "jkvsbts: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2517]]
## [1] "Mari_Hanah: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[2518]]
## [1] "oh_mybangtannie: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[2519]]
## [1] "Karla63503183: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2520]]
## [1] "JuliusKim04: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2521]]
## [1] "skyrosehoya: it sucks so much how everyones saying stayc fell off when i remember jst a year ago i was watching videos how stayc… https://t.co/oqrlreqn8a"
## 
## [[2522]]
## [1] "notjustanysalad: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2523]]
## [1] "zvr_lock: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[2524]]
## [1] "landylandyra: Actually, one more thing! Feel free to FOLLOW MY INSTAGRAM if you want to 💕 I post A LOT about Kpop-concerts, but a… https://t.co/EHdAWAFvPS"
## 
## [[2525]]
## [1] "Kpop_Project_SP: RT @konnect_danielk: 🎈𝐇𝐀𝐏𝐏𝐘 𝐊𝐀𝐍𝐆𝐃𝐀𝐍𝐈𝐄𝐋 𝐃𝐀𝐘🎈\n\n#강다니엘 #KANGDANIEL\n#HappyDanielDay https://t.co/oDbn18rdKD"
## 
## [[2526]]
## [1] "Nyucita17: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[2527]]
## [1] "soleilianna: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[2528]]
## [1] "LYULYO: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2529]]
## [1] "twelvernon: @yujuIesbian this is fr just how kpop stans are"
## 
## [[2530]]
## [1] "waveheeseung: @allkpop Why would anyone believe what sojang says? If you’ve been in kpop for awhile you know who they are and all… https://t.co/wX06b9nxXW"
## 
## [[2531]]
## [1] "buddywooah: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[2532]]
## [1] "yealyah: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2533]]
## [1] "yvesbutakera: RT @kwntrsgf: why do kpop idols always have the ugliest pets"
## 
## [[2534]]
## [1] "usmc40471: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[2535]]
## [1] "tigergaze__: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[2536]]
## [1] "Oscaruwu518: RT @iconiclisoo: “It’s clear that blackpink is more than a kpop group, they’ve become a global brand of their own and in 2022 they are TIME…"
## 
## [[2537]]
## [1] "heladierre: RT @mhereonlyforbts: The way the presenter  were talking about \"artist that received all 4 daesang (platinum award) at once\" and the way al…"
## 
## [[2538]]
## [1] "diocalypse: like... this is so kpop.... it feels so right"
## 
## [[2539]]
## [1] "paledrivers: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[2540]]
## [1] "breakthrough_m: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2541]]
## [1] "C4SE_W0RLD1117: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2542]]
## [1] "wintersceneryv: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2543]]
## [1] "fIopaki: RT @thisuserisahomo: @fIopaki this is so kpop stan of you"
## 
## [[2544]]
## [1] "thursdchild: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2545]]
## [1] "C1nnaMingi: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2546]]
## [1] "simplysavage_: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2547]]
## [1] "She_Predicts: Gidle, ITZY, and I*ZONE stage collabs are my favorite thing that has happened in 4th gen kpop"
## 
## [[2548]]
## [1] "mochiboram: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[2549]]
## [1] "charIottebronn: RT @evanmaltby: 🚨 I have a ticket to tonight's KPOP (8pm) I can no longer use! DM me? 🚨"
## 
## [[2550]]
## [1] "mslittlemonste3: RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…"
## 
## [[2551]]
## [1] "hopeworldjitbox: RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…"
## 
## [[2552]]
## [1] "paledrivers: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2553]]
## [1] "taembabycheese: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[2554]]
## [1] "gukkjhs: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[2555]]
## [1] "jiminmoster: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[2556]]
## [1] "takemeup2space: RT @Emilie_Moulinie: To celebrate our dear flaming charisma !! Congrats Minho !! 🔥❤️\n\n#SHINee #MINHO #CHASE #KPOP #fanart #kpopfanart #illu…"
## 
## [[2557]]
## [1] "mygalorii: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2558]]
## [1] "DELULURACHA: I met a carat at the Kpop Store and I got read to filth. She was like I bet you’re a Wonwoo bias and I stood there like 🧍🏻"
## 
## [[2559]]
## [1] "raplinegold: @AAvidReader97 i honestly am not there for bts or kpop at all, but since i like vids when it shows up it keeps show… https://t.co/fX10dljPjd"
## 
## [[2560]]
## [1] "cjoy07deluna: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2561]]
## [1] "jookiho: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2562]]
## [1] "Im_pao_mw: RT @itsLIVEofficial: &lt;COMING UP NEXT&gt;\n#원호 - #CRAZY &amp; #on_on\n#WONHO - Crazy &amp; On &amp; On\n@official__wonho\n\n#잇츠라이브 #KPOP #itsLive https://t.co/y…"
## 
## [[2563]]
## [1] "OliviaQuispeQu1: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[2564]]
## [1] "heysulbee: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[2565]]
## [1] "cryingoverATEEZ: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[2566]]
## [1] "jaegioob: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2567]]
## [1] "jelly_be0m: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2568]]
## [1] "thehpgbornpink: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2569]]
## [1] "dama_enjambrosa: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[2570]]
## [1] "softjnkye: RT @fairybngpink: #BANGPINK : bigger than kpop https://t.co/iwvWVN1FLL"
## 
## [[2571]]
## [1] "itsdlevy: RT @evanmaltby: 🚨 I have a ticket to tonight's KPOP (8pm) I can no longer use! DM me? 🚨"
## 
## [[2572]]
## [1] "love_joon7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2573]]
## [1] "00zbonita: @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/tlVa1fVPrl"
## 
## [[2574]]
## [1] "natsiess: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2575]]
## [1] "_lmjustfine: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2576]]
## [1] "evanmaltby: 🚨 I have a ticket to tonight's KPOP (8pm) I can no longer use! DM me? 🚨"
## 
## [[2577]]
## [1] "SkorpionUK: RT @Daisy__Kim: The funniest part is that these loud Western kpop stans are always dismissing Asian fans and the Asian market as \"lesser\" w…"
## 
## [[2578]]
## [1] "taytaymipatrona: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2579]]
## [1] "astronautksj7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2580]]
## [1] "zquirosb: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2581]]
## [1] "slut4sebaek: is your phone background a kpop idol"
## 
## [[2582]]
## [1] "pompomlil34: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[2583]]
## [1] "NSB_Kpop_Bears: RT @t3alpurp: To all of those people like \"it should have been Lucas\" \"hope Lucas gets hurt next\" I hope you rot in hell."
## 
## [[2584]]
## [1] "slaychunghaslay: RT @NME: Artists set to perform at @mikfestival in Paris next February include CL, Chung Ha, BtoB and more https://t.co/3HinBdWtzq"
## 
## [[2585]]
## [1] "_imyeng: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[2586]]
## [1] "YAWARMY_: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2587]]
## [1] "Almondpyro: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[2588]]
## [1] "IMZY94: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[2589]]
## [1] "loxlyly: Luna by oneus is one of the best kpop songs ever made, argue with the wall"
## 
## [[2590]]
## [1] "Essa_naseeeeeer: @Izukanee They should play a kpop song for his dance"
## 
## [[2591]]
## [1] "jkkdramalover: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[2592]]
## [1] "bngtnxtmy: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2593]]
## [1] "jineology_: RT @jeiwebs: new kpop stans will never understand this era of kpop https://t.co/gOIgPY3wmt"
## 
## [[2594]]
## [1] "doggirng: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2595]]
## [1] "mulattae: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2596]]
## [1] "fatleo97: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[2597]]
## [1] "bokutismo: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2598]]
## [1] "seofessional: kpop stans can work together to break stupid records so kpop stans can do something to END sojang soon. it's absolu… https://t.co/pbKSX8Btbc"
## 
## [[2599]]
## [1] "griffith_lorisa: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2600]]
## [1] "wh_bonbon: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[2601]]
## [1] "ChyanneCapps5: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2602]]
## [1] "Jkh899: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[2603]]
## [1] "btsndb_twt: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2604]]
## [1] "thisuserisahomo: @fIopaki this is so kpop stan of you"
## 
## [[2605]]
## [1] "Jamericanese94: RT @i_misskai: [INTEREST CHECK] \n\nAnyone interested in a Kai cup sleeve event in Portland, OR on January 14th for his birthday? I’ll be hos…"
## 
## [[2606]]
## [1] "Joo_inov: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2607]]
## [1] "Ace_of_Kpop: @jeonsvam @KshowAnalysis @MBCMusicCore please explain why jungkook's SNS points for dreamers are not being counted?… https://t.co/egi88FWHb9"
## 
## [[2608]]
## [1] "doggirng: RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n\"Key understood the assignment, and aced it with h…"
## 
## [[2609]]
## [1] "ihatequers69420: did cookie run get hacked by twitter kpop stans????"
## 
## [[2610]]
## [1] "orgelwol: RT @iioveyas: no kpop song has kpopped more than this song https://t.co/ZWeswewKPY"
## 
## [[2611]]
## [1] "V714301: RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…"
## 
## [[2612]]
## [1] "GrandeBTSs: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2613]]
## [1] "H4NNK: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[2614]]
## [1] "eternalbeautyi: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[2615]]
## [1] "grrores: RT @eungyao: this is what kpop is all about https://t.co/iOBSneBw0b"
## 
## [[2616]]
## [1] "lS2florence: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2617]]
## [1] "Djulia_teez_enh: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[2618]]
## [1] "Sue_2392: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[2619]]
## [1] "paulochpp: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[2620]]
## [1] "ko0k21: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2621]]
## [1] "TaeminHag: @superexo171 It's that way with everything, not just with Kpop or celebs. It's just how the world works. But yes, p… https://t.co/Nv2ixuQTGh"
## 
## [[2622]]
## [1] "THEFINALPAM: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2623]]
## [1] "jessiekoya: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2624]]
## [1] "libi_vijBTS: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2625]]
## [1] "wholejy: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2626]]
## [1] "namjoonpeitao: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2627]]
## [1] "paulochpp: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2628]]
## [1] "sssorn_wild_ent: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[2629]]
## [1] "changgyulky: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[2630]]
## [1] "worldsbias: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2631]]
## [1] "ketfiles: @juyoow the 1899 cast are just like kpop idols to me"
## 
## [[2632]]
## [1] "tanothaniel: @spacefloozy if it was id have to respect it thwres a person in eastern europe who hated me and my kpop mutuals so… https://t.co/9meIen95d2"
## 
## [[2633]]
## [1] "mancini71jk: RT @cavlady01: @jjkonlyace DJ DINO is one of the firsts who predicted Jungkook’s success out of all kpop. He’s a believer since early on."
## 
## [[2634]]
## [1] "jampawlonaseXX: RT @Rora1608: I mean I still listen to kpop because I like it but I've no real connection with any of the groups. Probably the last group I…"
## 
## [[2635]]
## [1] "MagicalSKZ: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[2636]]
## [1] "rikiyoongyuu: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2637]]
## [1] "Mzuwkao: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2638]]
## [1] "svtmultis: RT @moomlip: so funny to see kpop twitter be mind boggled at the idea that fans care more about their faves wellbeing than abt them chartin…"
## 
## [[2639]]
## [1] "ChloeChloearce: @myjblue @MikaLuvs7 @delicioso_x @jjktoowell @chartdata @BTS_twt Most stream kpop soloist song and album best selli… https://t.co/tMz5PbSdAH"
## 
## [[2640]]
## [1] "RinT___T: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[2641]]
## [1] "cute_in_jin: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[2642]]
## [1] "iurmylove: RT @connism9: ⚡ We can break the curse of 4th generation Kpop if Seo Soojin returns to the stage. \n\n100% faith, 0% doubt\n\n#BringSoojinBack…"
## 
## [[2643]]
## [1] "cronaphobia: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[2644]]
## [1] "_gomezdamaris_: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2645]]
## [1] "moonchild_koo: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[2646]]
## [1] "ElizaBr39981620: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[2647]]
## [1] "kuromisuh127: RT @urljuicebox: Like nobody views kpop idols as workers and that’s so insane to me cause"
## 
## [[2648]]
## [1] "poemcix: @love_0613_bts okay in korea culture it is rude but in brazil is totally normal so just respect, just like we respe… https://t.co/jIWJSzy5ME"
## 
## [[2649]]
## [1] "jampawlonaseXX: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[2650]]
## [1] "hwasasboots: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[2651]]
## [1] "mst2181: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[2652]]
## [1] "saltorbite: RT @dalsogucci: Watching videos on recent concert etiquette nowadays. At least it isn't just Orbits/Kpop stans like it's universal that y'a…"
## 
## [[2653]]
## [1] "pIanethoshi: RT @hourlyvernon: kpop stans in the wild"
## 
## [[2654]]
## [1] "Jray_Dom: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2655]]
## [1] "hiraethsahi: Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for Yoshi under Musi… https://t.co/DZ43ey18wV"
## 
## [[2656]]
## [1] "cookiesforlix: RT @hyukmarked: Watch kpop groups include croatia in their world tours"
## 
## [[2657]]
## [1] "AYOSUGA_MP3: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2658]]
## [1] "ksgslug: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[2659]]
## [1] "cielhun: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[2660]]
## [1] "hwasasboots: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[2661]]
## [1] "MOMONINGBABE: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[2662]]
## [1] "jieunkai: started monday with iu’s kpop dance challenge (and it’s the long/awaited KARA bc at that) https://t.co/mUKlt7cPqu"
## 
## [[2663]]
## [1] "minguriiiiiiii: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2664]]
## [1] "_hoshiiiyaaa: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2665]]
## [1] "AClDRAGE: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[2666]]
## [1] "07_Ravens_Love4: RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…"
## 
## [[2667]]
## [1] "Jem_ARMY26: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[2668]]
## [1] "bibiish99: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2669]]
## [1] "H4NNK: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2670]]
## [1] "nico2coYunho: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[2671]]
## [1] "kzst4r: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[2672]]
## [1] "Zero_YO88: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[2673]]
## [1] "spacefloozy: @tanothaniel thankfully it's not worse that kpop twitter 😂"
## 
## [[2674]]
## [1] "MaceyWalker5: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[2675]]
## [1] "audreyandray: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[2676]]
## [1] "CutieTahel9: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[2677]]
## [1] "JulieCanceran: RT @foetuskookieOO: @WORLDMUSICAWARD @BTS_twt From \"The Princes of KPop\" to \"The Princes of GLOBAL POP\"\nYes, That's BTS"
## 
## [[2678]]
## [1] "TIA03K: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2679]]
## [1] "JangWony56: Name : wonyoung jang mikaelson \nOther known as :jang wonyoung or just wonyoung\nAge:18\nParents: Elijah mikaelson an… https://t.co/GHoo9S7Caw"
## 
## [[2680]]
## [1] "THEFINALPAM: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[2681]]
## [1] "sayangkibum: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[2682]]
## [1] "drunkennessguk: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2683]]
## [1] "suuyoongi: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2684]]
## [1] "chal_pang: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2685]]
## [1] "MagicalSKZ: RT @everhuta: because btob revolutionised kpop with missing you. #btob https://t.co/eRWFswEenS"
## 
## [[2686]]
## [1] "VeeHope_twt: RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…"
## 
## [[2687]]
## [1] "wkookjm: RT @elsserafim: le sserafim mama dance break proves they’re one of the best performers in 4th gen kpop https://t.co/sJHwTRJLIX"
## 
## [[2688]]
## [1] "olaaaa92: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2689]]
## [1] "JamasSara: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[2690]]
## [1] "onlyyedam_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2691]]
## [1] "SooSoSwagYo: RT @BroadwayWorld: Learn the choreography to \"Superstar\" from @KPOPBroadway with @EddyTZenLee  &amp; Marina Kondo in the latest #DanceCaptainDa…"
## 
## [[2692]]
## [1] "imluvimck: RT @itsLIVEofficial: &lt;COMING UP NEXT&gt;\n#원호 - #CRAZY &amp; #on_on\n#WONHO - Crazy &amp; On &amp; On\n@official__wonho\n\n#잇츠라이브 #KPOP #itsLive https://t.co/y…"
## 
## [[2693]]
## [1] "uarmyeo: @megumispriv no because they actually brought me back to kpop so u wouldn’t be wrong"
## 
## [[2694]]
## [1] "cupidalic: @mizucuts kpop idols whole thing is looking perfect for societies standards and gyaru is literally against that so it's kinda contradictory"
## 
## [[2695]]
## [1] "staarvuurst: @kimsjspo i hate kpop and i’m going to keep saying i hate kpop"
## 
## [[2696]]
## [1] "honeypupi: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[2697]]
## [1] "seihyuks: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[2698]]
## [1] "purplehobi: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2699]]
## [1] "grrores: RT @kimwowbaby: kpop peaked here i'm afraid, she will never be beaten\nhttps://t.co/xylhAoBHE8"
## 
## [[2700]]
## [1] "__godyedam__: RT @honeydam507: New diamond of Kpop, Icon, idol, \nviral sensation (&amp; once one of yg’s gteatest assets) ✨\n #방예담 https://t.co/W3tJMe1E2V"
## 
## [[2701]]
## [1] "moons_farside: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2702]]
## [1] "claykenzo: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[2703]]
## [1] "9cdi2qxrhJ6woow: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[2704]]
## [1] "still_with_jk7: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2705]]
## [1] "__19940927E: RT @kpophappenings_: when that kpop boy was told in an interview that the image of his role in a BL drama may be rejected by males of his a…"
## 
## [[2706]]
## [1] "bora_hee7: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[2707]]
## [1] "buttercupshawol: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[2708]]
## [1] "_venicexx: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[2709]]
## [1] "bookwanieluvr: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2710]]
## [1] "b_orahae_ts: RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…"
## 
## [[2711]]
## [1] "pirateequeen: I absolutely love it when n.flying are on the \"kpop happenings\" account because https://t.co/4XVpIf21i6"
## 
## [[2712]]
## [1] "2cool4luv: wdym jin is leaving? get up! we have bts’ first snl performance tomorrow, first kpop group to do so! my favorite tr… https://t.co/sKxDiaST4G"
## 
## [[2713]]
## [1] "tainyjana: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2714]]
## [1] "GOT7JJPJUS2WANG: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2715]]
## [1] "trashinyouryard: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2716]]
## [1] "elyxcirdelyz: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[2717]]
## [1] "SooSoSwagYo: RT @BroadwayWorld: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathering…"
## 
## [[2718]]
## [1] "Dahyunsc4mera: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[2719]]
## [1] "sayangkibum: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[2720]]
## [1] "cheollianne: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[2721]]
## [1] "jangwonyoungbff: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2722]]
## [1] "vsupernovva: And theres tons of bg that are doing NOTHING ⭐ and they are still up there because of bg stans.\ni smell misogyny in… https://t.co/nAmPpyUhJ0"
## 
## [[2723]]
## [1] "kpop_hater22: @CozyDubu the man is saying \"i love you\"\nthe caption says \"declaration of love\""
## 
## [[2724]]
## [1] "audreyandray: RT @Koreaboo: SAVE KPOP: Broadway Show To Close Shortly After Its Opening\n\n#SaveKPOPBroadway #KPOPBroadway\n\nhttps://t.co/6MJ0AXYqcF"
## 
## [[2725]]
## [1] "Anyesi20: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[2726]]
## [1] "jjk_ujr_: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[2727]]
## [1] "audreyandray: RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…"
## 
## [[2728]]
## [1] "chaedaju: i will accept the defeat of kpop-rock..... flop.... https://t.co/svJLKbPZ5Y"
## 
## [[2729]]
## [1] "yixinquinn: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2730]]
## [1] "BloonckNero: Kpop makes you better at dark souls"
## 
## [[2731]]
## [1] "woono2: RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6"
## 
## [[2732]]
## [1] "blueprintrzzz: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[2733]]
## [1] "N3RV0USWRECK: RT @aftrstrm: hey y’all! not new to twitter but just made this account lol..follow/rt if you like: \n\nrenee rapp \n#tslocg\nmusic \njenn mcalli…"
## 
## [[2734]]
## [1] "sxyoungsxfreaky: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[2735]]
## [1] "ricesmothie: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2736]]
## [1] "crackdaya: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[2737]]
## [1] "jangkku_tak2: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[2738]]
## [1] "kookgiglitter: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[2739]]
## [1] "lesbians4wonho: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2740]]
## [1] "jinstagram07: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2741]]
## [1] "tanothaniel: cant be worse than kpop twitter"
## 
## [[2742]]
## [1] "mst2181: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2743]]
## [1] "bxvcgt: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[2744]]
## [1] "Cah_Snow: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2745]]
## [1] "niasti5: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[2746]]
## [1] "1997_Rosie_: I didnt knew that blackpink has kpop stan THAT pressed https://t.co/2PJuGrcDDu https://t.co/SlGrwQJt2Z"
## 
## [[2747]]
## [1] "VeiledSirius: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…"
## 
## [[2748]]
## [1] "loevpmh: RT @omorihate: moonbin truly is one of the best male performers in kpop"
## 
## [[2749]]
## [1] "felicismoon: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[2750]]
## [1] "diamond5hining: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[2751]]
## [1] "entanonly: @nikiziz just sent me something that got me spiraling. 3rd gen kpop idols were on a whole other level back in the d… https://t.co/qGBUqd0has"
## 
## [[2752]]
## [1] "hongjoongspov: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[2753]]
## [1] "Mari_Hanah: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2754]]
## [1] "moohamhamtaro: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[2755]]
## [1] "FKAvernon: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2756]]
## [1] "LintangAudi: RT @starfess: -hey one of hidden visual in gen 4 of kpop, Kim Dongyun DRIPPIN y'all ✨ https://t.co/MUDskJxecN"
## 
## [[2757]]
## [1] "zffnvies: RT @planetidle: get you a girl that goes viral for not wanting to eat veggies AND criticizing the structures of the kpop industry all in on…"
## 
## [[2758]]
## [1] "Emily_Blake__: RT @Pk_bts_land: Biggest Weekly Debut by a Kpop Act on Spotify Pakistan : \n\n#1. Dreamers - 134,150 \n#2. Wild Flower - 122,079 😭💜\n#3. The As…"
## 
## [[2759]]
## [1] "olik_panggabean: RT @ogcassiopeia: @SMTOWNGLOBAL needs to realize that #TVXQ is part of the foundation of their company and show them some respect. Give the…"
## 
## [[2760]]
## [1] "highnesskoo: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2761]]
## [1] "fancams_kpops: yeri fancam \"birthday\" 🌟\n© kbs kpop\n#RedVelvet #YERI https://t.co/VanxITKCim"
## 
## [[2762]]
## [1] "2P1SCES: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2763]]
## [1] "atzwooyeo: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2764]]
## [1] "namjoon_baby007: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2765]]
## [1] "pinkidolls: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2766]]
## [1] "jjk_ujr_: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[2767]]
## [1] "UItraMuse: I’ve lost more followers being a football stan than being a Kpop stan"
## 
## [[2768]]
## [1] "kinokeeho: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[2769]]
## [1] "bangtansauce101: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[2770]]
## [1] "dreamers_by_jjk: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[2771]]
## [1] "kupidkals: hey\ni'm not new to #edtwt just took a break and i'm back and need to find new moots:)\n\n⛤ kai (kajetan)\n⛤ they/he, t… https://t.co/E7SEj570PA"
## 
## [[2772]]
## [1] "kisekiming: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[2773]]
## [1] "albumlessstan: RT @jennyhanx: LET ME INTRODUCE YOU KPOP WORLD OUR VERY HANDSOME CEO CHOI SEUNGHYUN A.K.A #TTTOP FROM #BIGBANG @YG_GlobalVIP https://t.co/r…"
## 
## [[2774]]
## [1] "hwasdarling: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[2775]]
## [1] "ParkAlondra13: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[2776]]
## [1] "noviel: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2777]]
## [1] "atyAtz24: can i get some sad krnb and kpop songs please?🤲😵‍💫"
## 
## [[2778]]
## [1] "h0mophobia: i’ve gotten a few of those kpop picture card things on my fyp and from what i can tell this is literally the beanie babies of our generation"
## 
## [[2779]]
## [1] "euntais: RT @edits99_: go yoon jung heated edit fancam kpop \n— #GoYoonJung #고윤정 https://t.co/yBmbW2jFmj"
## 
## [[2780]]
## [1] "akuai_k: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[2781]]
## [1] "sonyeonjeontan: RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…"
## 
## [[2782]]
## [1] "lunarisae: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2783]]
## [1] "carrothouse17: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2784]]
## [1] "Zariyahlouisse_: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[2785]]
## [1] "kezeyil: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[2786]]
## [1] "luxuryhl_: 0000 kpop"
## 
## [[2787]]
## [1] "forjungkookwith: @allkpop Ace of kpop\nI vote for @charlieputh + @BTS_twt's #Jungkook's #LeftAndRight for #BopOfTheYear"
## 
## [[2788]]
## [1] "gI0ssymin: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[2789]]
## [1] "mitortoise: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[2790]]
## [1] "sooya_roses: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2791]]
## [1] "skzpinkloml: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[2792]]
## [1] "SKZmyangels: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2793]]
## [1] "PinksShine: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2794]]
## [1] "utopeemi: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[2795]]
## [1] "DearMoonTonight: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2796]]
## [1] "vmnleaders: omg old navy is playing bad decisions ig their kpop era is coming back again 🤭😭 https://t.co/n6rSBEVTse"
## 
## [[2797]]
## [1] "SAIL0RM0BIUS: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[2798]]
## [1] "ningningwashere: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[2799]]
## [1] "yoshinorihourly: Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for Yoshi under Musi… https://t.co/L5XzthEy6U"
## 
## [[2800]]
## [1] "KPOP_JUICE_EN: K-pop Daily Votes Ranking✨✨\n\n【12/9】\n31 #SATOKEIGO \n32 #JIMIN (↓3)\n33 #MAMEHARAISSEI (↑6)\n34 #Jeno (↑2)\n35 #MAKI (↓1… https://t.co/E9Sm4LdVui"
## 
## [[2801]]
## [1] "fairyofks: 1 year of me being a kpop stan. I couldn’t guess all the good things it would bring into my life. I’m just so thank… https://t.co/dNUU4IhOjT"
## 
## [[2802]]
## [1] "Indarsih4Iin: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2803]]
## [1] "szantaz: Kpop twt wracam https://t.co/iNOU1vqGwE"
## 
## [[2804]]
## [1] "bangtancdm: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[2805]]
## [1] "YUISHIG4MI: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2806]]
## [1] "idekdudeslol: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[2807]]
## [1] "kirstinme: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2808]]
## [1] "kenmasgwr: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[2809]]
## [1] "AoddyInsaneman: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[2810]]
## [1] "luvbeltz: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2811]]
## [1] "mkleesevens: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[2812]]
## [1] "brainrotiwaoi: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2813]]
## [1] "mmymncy: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2814]]
## [1] "minimemingi: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[2815]]
## [1] "jelalikesweets: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[2816]]
## [1] "Nin_Manny: @kpophappenings_ Worst but best year of kpop"
## 
## [[2817]]
## [1] "Alertsblink: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2818]]
## [1] "maria_agatha08: RT @addjukartph: ADDJUKART 80 PESOS FREE SEALED RANDOM ALBUM SALE 🥳\n\n80 PHP + PF + LSF ( CAN USE FREE SF VOUCHER AND FLASH EXP FOR CHEAP SF…"
## 
## [[2819]]
## [1] "fttihh__: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2820]]
## [1] "JoongHooligan: RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…"
## 
## [[2821]]
## [1] "royalavell: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2822]]
## [1] "luvyagam1: @chuuslawyer i think its bc ppl think its bc ppl are just seeing more kpop fans comment on the wc n probably though… https://t.co/e1Knntd4A5"
## 
## [[2823]]
## [1] "thestarfiree: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2824]]
## [1] "Chaelisa_7may: Why on earth people don't recognize how Between 1&amp;2 is one of the greatest 2022 kpop albuns ????? Please"
## 
## [[2825]]
## [1] "krazemag: In the year of 2021, K-Pop groups and musicians everywhere were changing up their style and preparing themselves fo… https://t.co/Te9higDIDq"
## 
## [[2826]]
## [1] "yoonsking: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[2827]]
## [1] "RaySleepy: RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…"
## 
## [[2828]]
## [1] "jiminquacks: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[2829]]
## [1] "hobiheart94: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2830]]
## [1] "forjungkookwith: @koreansales_twt King of kpop♡\nI vote for @charlieputh + @BTS_twt's #Jungkook's #LeftAndRight for #BopOfTheYear"
## 
## [[2831]]
## [1] "actualjeon: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2832]]
## [1] "moussa2795: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[2833]]
## [1] "HopeValintine: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[2834]]
## [1] "seungwanris: RT @uarmvjoy: category is best discography in kpop https://t.co/U8YunBYijt"
## 
## [[2835]]
## [1] "Run_BuIIetproof: RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…"
## 
## [[2836]]
## [1] "helloshinee38: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[2837]]
## [1] "eiymy1972: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[2838]]
## [1] "Namjoons_Waifu7: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[2839]]
## [1] "Medusas_Bitch: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[2840]]
## [1] "pinkmochii1013: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2841]]
## [1] "bawng_121: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2842]]
## [1] "anayelisalas: RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…"
## 
## [[2843]]
## [1] "snwchnvn: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[2844]]
## [1] "GhouLait: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[2845]]
## [1] "taehyung__137: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2846]]
## [1] "Jesscat11982: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2847]]
## [1] "dayliltae: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2848]]
## [1] "lqwspink: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2849]]
## [1] "jkookvflter: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2850]]
## [1] "felicismoon: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[2851]]
## [1] "JustHere4_BTS: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[2852]]
## [1] "EllynMichele: RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…"
## 
## [[2853]]
## [1] "soratheworId: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2854]]
## [1] "BTSismy74720491: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[2855]]
## [1] "cloverkhei: RT @MAGILIWSTREAMS: Happy Friday Everyone! Are you a kpop fan? Tara sa Magiliw Streamers Stationhead as WE ARE STILL ON AIR and we play som…"
## 
## [[2856]]
## [1] "retr0PVNK: RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything"
## 
## [[2857]]
## [1] "TheKpopverse: RT @i_misskai: [INTEREST CHECK] \n\nAnyone interested in a Kai cup sleeve event in Portland, OR on January 14th for his birthday? I’ll be hos…"
## 
## [[2858]]
## [1] "maschennys: I remember being so obsessed with irene when i was in my kpop phase"
## 
## [[2859]]
## [1] "oatschoco: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[2860]]
## [1] "quartzlatte: just in case u didn't know I'm a kpop fan. I'm a kpop fan."
## 
## [[2861]]
## [1] "Ioverefrains: no other kpop gg will see blackpink success ever again and everyone kinda needs to accept that..."
## 
## [[2862]]
## [1] "richarloverson: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2863]]
## [1] "psygateway: RT @hyunsoo_j0916: More press coverage for our boys this week! \n\n✨9 Best Kpop Debuts of 2022 (Pinkvilla): https://t.co/tdzVPsZOAt\n\n✨Lines i…"
## 
## [[2864]]
## [1] "eitinys: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[2865]]
## [1] "JHOPE_1117: wanna know kpop idol tea so bad"
## 
## [[2866]]
## [1] "the_cursed_cat_: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[2867]]
## [1] "Alertsblink: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[2868]]
## [1] "Namjoons_Waifu7: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2869]]
## [1] "zuhaseeun: RT @Koreaboo: Flight Attendant Shares Why BTS's Jimin Has \"The Best Personality\" In K-Pop\n\nhttps://t.co/RutGHafel3"
## 
## [[2870]]
## [1] "6runette: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2871]]
## [1] "0_0mooniecake: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[2872]]
## [1] "AidivDeuringkeu: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[2873]]
## [1] "bjork127: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2874]]
## [1] "catvrnon: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[2875]]
## [1] "InfosMaddy: @amasrapstar @acervozayah RAINHA DO KPOP"
## 
## [[2876]]
## [1] "RENJUNFCIRY: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[2877]]
## [1] "jinsidemyheart: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[2878]]
## [1] "chahn1003: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2879]]
## [1] "ofyoonjin: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2880]]
## [1] "HeydiYadhira: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[2881]]
## [1] "BangMayu: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[2882]]
## [1] "shei1028: RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…"
## 
## [[2883]]
## [1] "afran469: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[2884]]
## [1] "rupneel: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2885]]
## [1] "H4NNK: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2886]]
## [1] "quartzlatte: RT @kimwowbaby: kpop peaked here i'm afraid, she will never be beaten\nhttps://t.co/xylhAoBHE8"
## 
## [[2887]]
## [1] "JHOPE_1117: kpop idols need to start acting like this at award shows https://t.co/uKmntn3joN"
## 
## [[2888]]
## [1] "pirateequeen: The kpop boy in question is a 30 yo man from a rock band 💀💀💀 https://t.co/7odxASrtFP"
## 
## [[2889]]
## [1] "trainningwheels: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[2890]]
## [1] "joychuuves: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[2891]]
## [1] "Blob1612: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2892]]
## [1] "kwanocytes: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2893]]
## [1] "kpop_lover77: RT @dohansearchive: he's so gorgeous https://t.co/ibIDKrA2Gd"
## 
## [[2894]]
## [1] "lifaapriliya: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2895]]
## [1] "drwiccan: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2896]]
## [1] "quartzlatte: RT @sourdohoshy: redefined kpop and everything https://t.co/bknRAy2ES6"
## 
## [[2897]]
## [1] "WinterBirdMe: RT @garnethours_my: 🦋 Available [221209] 🦋\n\n❄️ Choeaedol | 90k❤\n\n❄ Fancast | 10k💛\n\n❄️ Freevote | 840❤️\n\n❄️ Idol Champ \n| 1k💙 chamsims\n| 1k❤…"
## 
## [[2898]]
## [1] "strawberryqyu: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[2899]]
## [1] "luvsada: realest ship in kpop https://t.co/AQQVPFo7Gr https://t.co/NEyva0xvjR"
## 
## [[2900]]
## [1] "hourlyvernon: kpop stans in the wild https://t.co/Jq3gSMD6pG"
## 
## [[2901]]
## [1] "maystansstuff: RT @CENTERlTUS: so deliciously kpop, so deliciously neo, so deliciously 127!! https://t.co/cUW60hT4jF"
## 
## [[2902]]
## [1] "ultjosh: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[2903]]
## [1] "girlbpink: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2904]]
## [1] "MxxnMountain: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[2905]]
## [1] "MPierrot29: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[2906]]
## [1] "julietxsvt: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2907]]
## [1] "lVE_LOVEIVE: RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…"
## 
## [[2908]]
## [1] "JYgniz: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[2909]]
## [1] "xmas_xmas_xmas_: they need to be like kpop bg's when their oldest member is goin to the military https://t.co/vsGg8kOrGi"
## 
## [[2910]]
## [1] "AMIBANGTAN0309: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2911]]
## [1] "AliceMoralice: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2912]]
## [1] "damnsoftserve: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2913]]
## [1] "kwonboass: RT @UPROXX: 🔥 #PIXY (@official_pixy) - 'Reborn'\n\nPIXY, a 5-piece ensemble, thrive &amp; take pride in bringing dark pop into K-Pop, as they shi…"
## 
## [[2914]]
## [1] "ArielSong0320: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[2915]]
## [1] "putcy30_: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[2916]]
## [1] "NEOENUOA: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[2917]]
## [1] "NSjjv09: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[2918]]
## [1] "wa_co_ca: Find #Cheshire #CHAERYEONG #채령#ITZY #있지 #ITZY_C ...\n \nhttps://t.co/LI0tIgPktd\n \n#KPOP女性アイドルランキング #チェリョンCHAERYEONG… https://t.co/M7IzWUWFyv"
## 
## [[2919]]
## [1] "0ritooo: RT @hakushotafan: guys in your opinion whats the best song ever created in kpop"
## 
## [[2920]]
## [1] "Loeyexo21865875: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[2921]]
## [1] "salanglilly: Honestly I want to be a Vtuber who goes over Kpop since that is another one of my big interests\n\nI feel like I don’… https://t.co/u9emXFimsi"
## 
## [[2922]]
## [1] "SugaaaSweettt: RT @kpophappenings_: when that kpop boy was the first one to debut solo out of his group, and his album was named as the 9th best album of…"
## 
## [[2923]]
## [1] "rosiegfc: @Alix7106 @PopBase thats why they’re one of the most successful GROUPS in the world rn … and the other kpop girlies… https://t.co/aJBJyVrvBG"
## 
## [[2924]]
## [1] "7ordrkis: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[2925]]
## [1] "rniaseri: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2926]]
## [1] "dotarnelle: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2927]]
## [1] "ELYSIANBEELS: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[2928]]
## [1] "popsminari: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2929]]
## [1] "mariaejin1: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[2930]]
## [1] "RT02223557: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[2931]]
## [1] "Agua0301: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[2932]]
## [1] "minimonijapan: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2933]]
## [1] "w7tchygrl: In KPOP I love BLOCK B, B.A.P, DREAMCATCHER and iKON mostly if that helps xD it's just ridiculous how I can write a… https://t.co/RbWzYNxF39"
## 
## [[2934]]
## [1] "jongdayxx: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2935]]
## [1] "Jeong01_11: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2936]]
## [1] "2hwngjin: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[2937]]
## [1] "BTSlegends131: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2938]]
## [1] "doggirng: RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…"
## 
## [[2939]]
## [1] "MarkPl08: @Actually_Tina I just hope that next year Geoff will work on security. I’ve seen shit like this happening in KPOP (… https://t.co/M2N2OS6HDk"
## 
## [[2940]]
## [1] "Alissa79238497: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2941]]
## [1] "luviaye: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2942]]
## [1] "ani16moon: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[2943]]
## [1] "Bts7Loving: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[2944]]
## [1] "badgal_lalisa: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[2945]]
## [1] "BoraBang_19: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[2946]]
## [1] "orgelwol: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2947]]
## [1] "darinarasauce: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2948]]
## [1] "Abby40823567: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[2949]]
## [1] "supuwustar: not kpop but people who say restroom instead of bathroom are trying too hard to sound dignified"
## 
## [[2950]]
## [1] "EduardoSuspenso: @kpop_hater22 F spicy 😭😭😭"
## 
## [[2951]]
## [1] "hanakitayu9877: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[2952]]
## [1] "won_ceeyyy: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2953]]
## [1] "BoraBang_19: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[2954]]
## [1] "baddasblood: RT @KPOPBroadway: If we're going out, we're going ALL-OUT! See KPOP on Broadway through Sunday, December 11 only. https://t.co/LXqpfYbE5V"
## 
## [[2955]]
## [1] "aliasyzamri: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[2956]]
## [1] "edithsolace: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[2957]]
## [1] "hwangbinvs: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[2958]]
## [1] "lf982508: RT @vis_sou: @jaemcoelhinho American Society of Composers, Writes and Publishers' credit &gt;&gt;&gt; Korean fruit apps. \nLISA = the most successful…"
## 
## [[2959]]
## [1] "kompami_l: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[2960]]
## [1] "nawhyuckart: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[2961]]
## [1] "Rotem_Vizman: RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n\"Key understood the assignment, and aced it with h…"
## 
## [[2962]]
## [1] "Stanpops: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2963]]
## [1] "KNE__official: Jinni Leaves NMIXX 😱 JYP Release Statement Confirming Her Departure From Group And Agency\nhttps://t.co/JUHGdca3vv v… https://t.co/LyBdgAoJb0"
## 
## [[2964]]
## [1] "hyunarrdo: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2965]]
## [1] "darinarasauce: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2966]]
## [1] "luvyagam1: ppl calling football fans kpop fans in disguise is making me cryf"
## 
## [[2967]]
## [1] "yunohwhoitis: RT @kwntrsgf: why do kpop idols always have the ugliest pets"
## 
## [[2968]]
## [1] "readaus1: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2969]]
## [1] "skzingstay: RT @hyukmarked: Lee know getting mentioned beside taemin, who's known for dance and stage presence and who's like pretty much one of the be…"
## 
## [[2970]]
## [1] "horangdws: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2971]]
## [1] "beautyofbaek: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2972]]
## [1] "bumsias: RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…"
## 
## [[2973]]
## [1] "RealMarcusScott: Wrote this six times before it went to print, but here is a truncated but vivid history of the rise and fall of “KP… https://t.co/6hHpLQ2cxc"
## 
## [[2974]]
## [1] "Akok29411000: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2975]]
## [1] "kmjh_sj: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2976]]
## [1] "sansmirk: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[2977]]
## [1] "A0_IPurpleYou: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[2978]]
## [1] "om_tatamic: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[2979]]
## [1] "mische_xv: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[2980]]
## [1] "4PinksLalisa: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[2981]]
## [1] "abcdef4ris: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[2982]]
## [1] "chaerimiese: RT @uarmvjoy: category is best discography in kpop https://t.co/U8YunBYijt"
## 
## [[2983]]
## [1] "daisy_bey: growl and call me baby are one of THE national anthems of kpop https://t.co/3imE1SxbB6"
## 
## [[2984]]
## [1] "pumpkinbatt: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[2985]]
## [1] "sanjinism: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[2986]]
## [1] "whatisdnp: yknow how all new kpop group members have an animal emoji that kinda represents them? what would be dnp's"
## 
## [[2987]]
## [1] "chae_cien: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[2988]]
## [1] "skzbabystay_: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[2989]]
## [1] "study_rainbows: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[2990]]
## [1] "erehmii: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[2991]]
## [1] "happy64032102: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[2992]]
## [1] "ma_nicole7: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[2993]]
## [1] "yuniesmono: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[2994]]
## [1] "MMMM48589577: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[2995]]
## [1] "526_carrot: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[2996]]
## [1] "TAEC0REE: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[2997]]
## [1] "99shifaaa: RT @togejustvibin: MONEY is arguably the most successful song by a KPOP ACT on Germany. That live performance will go INSANE! 🔥"
## 
## [[2998]]
## [1] "BoraBang_19: RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…"
## 
## [[2999]]
## [1] "sakurawille: RT @ywnloops: the BEST rap in the entire kpop industry. https://t.co/qAAyH1ysCl"
## 
## [[3000]]
## [1] "ELYSIANBEELS: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3001]]
## [1] "rainjeu: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3002]]
## [1] "chris_is_talkin: https://t.co/KoP03YANr5\n(K)POPTART REACTION | 2PM WILD BUNNY EP 4.3 + 4.4 REACTION\n@follow_2PM @2PMagreement211… https://t.co/s01UZNn9L9"
## 
## [[3003]]
## [1] "wooseoksnia: RT @pickit_kpop: #pickit ❌ #김우석 #KIMWOOSEOK\n#キムウソク #金友蓆 #คิมอูซอก #3RD_DESIRE_Reve\n\n[📢] Weekly Update\n@KWS_official_ x @pickit_kpop\n\n📲PICKI…"
## 
## [[3004]]
## [1] "glitchyongs: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[3005]]
## [1] "svt_above: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3006]]
## [1] "99shifaaa: RT @BLACKPINKSTATS5: Highest charting Kpop female act songs released in 2022 on Billboard Global 200:\n\n#BLACKPINK @BLACKPINK https://t.co/Y…"
## 
## [[3007]]
## [1] "tstd4063: RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…"
## 
## [[3008]]
## [1] "ab_caf: RT @geezzliz: kpop songs need to stop putting unnecessary rapping cause sometimes it just kills the whole vibe"
## 
## [[3009]]
## [1] "joy_rotol: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[3010]]
## [1] "hooneyhobi: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3011]]
## [1] "isucknamstits: @DIORJ0NG @N11nyNancy @teIfarbag yall are really capable to agree with a kpop fan  right?\nlooool, nothing on sza fo… https://t.co/ja8SUXu770"
## 
## [[3012]]
## [1] "YJML0OKS: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[3013]]
## [1] "chwejjk: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3014]]
## [1] "bluepinkhex: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3015]]
## [1] "purple_and_kpop: RT @justnmixx: not even 24 hours after jinni left nmixx and jype and they already removed all the pictures with jinni 😭 https://t.co/uPLMCs…"
## 
## [[3016]]
## [1] "InemAsem: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3017]]
## [1] "PARKLIS04408823: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[3018]]
## [1] "moonchild_ugh: @voteforpjm I vote #JIMIN for Asian Celebrity of the Year #ACOTY2022 #NETIZENSREPORT #ACOTY2022JIMIN @thenreport\nJimin ace of kpop"
## 
## [[3019]]
## [1] "jjangpuppie: RT @hyunsoo_j0916: More press coverage for our boys this week! \n\n✨9 Best Kpop Debuts of 2022 (Pinkvilla): https://t.co/tdzVPsZOAt\n\n✨Lines i…"
## 
## [[3020]]
## [1] "wooyo_bestie: everybody by shinee. it has to be the most legendary kpop song https://t.co/5GgXMauPAn https://t.co/r8DIYi9fML"
## 
## [[3021]]
## [1] "bunnibunn9: RT @ywnloops: the BEST rap in the entire kpop industry. https://t.co/qAAyH1ysCl"
## 
## [[3022]]
## [1] "lycheemolaalaa: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[3023]]
## [1] "elleros2002: @Rora1608 I agree, after Seventeen I havent really enjoyed Kpop anymore. Most groups now seems too \"manufactured\" a… https://t.co/mDzen7dPrY"
## 
## [[3024]]
## [1] "PurplyMk: RT @MonbebeNyc: BEST DIMPLES IN KPOP RANKING\n\n🏆#1. Jooheon - @OfficialMonstaX \n         ↳ 999,999 votes (99.99%) https://t.co/p8Yur69e4S"
## 
## [[3025]]
## [1] "upsideunivers: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3026]]
## [1] "kiromikoniko: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3027]]
## [1] "Atteir5: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[3028]]
## [1] "hiidupiidu: @bani_betti @tsizumi22 that always happens though?Maybe this year it was just ggs you were more into but members le… https://t.co/RmCvs8vQI4"
## 
## [[3029]]
## [1] "Kaja_Kpop: Alley Mills and Jon Lindstrom's scenes today on GH were crazy good."
## 
## [[3030]]
## [1] "ghostnntheshell: RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…"
## 
## [[3031]]
## [1] "Lucy13352501: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3032]]
## [1] "bxvcgt: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3033]]
## [1] "BTSfanRY: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3034]]
## [1] "joy_rotol: RT @smiiliingkookie: Everybody out there congratulating Jungkook for his first pca as soloist, including US Embassy Seoul South Korea (@USE…"
## 
## [[3035]]
## [1] "minarisbear: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3036]]
## [1] "lovead1610: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[3037]]
## [1] "Abby40823567: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[3038]]
## [1] "Star_1chii: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3039]]
## [1] "Alertsblink: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[3040]]
## [1] "TashaPe84686027: “Dreamers” by Jungkook has surpassed 65  $MIL $LION streams on Spotify (66M), the fastest solo song by a Kpop soloi… https://t.co/ZNA1pQwEJj"
## 
## [[3041]]
## [1] "ilyr4bby: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3042]]
## [1] "PARKLIS04408823: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3043]]
## [1] "AquaVesperia: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[3044]]
## [1] "agus_mishagu: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[3045]]
## [1] "ididntseeurbag_: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[3046]]
## [1] "yeow8bi: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[3047]]
## [1] "prettyjongiin: Bringing Kai in this situation as if the whole kpop stan twt didn't know about what he said/did 😭😭"
## 
## [[3048]]
## [1] "BekerMariliz: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3049]]
## [1] "Desi03287154: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[3050]]
## [1] "rosiecracy: @_slayyeon The ggs are literally dominating the kpop industry, disband those bg flops making no noise"
## 
## [[3051]]
## [1] "thursdaygirly_: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3052]]
## [1] "jjk05126694: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3053]]
## [1] "snow_yiyih: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3054]]
## [1] "Jv47Jk: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[3055]]
## [1] "svtworldcarat: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[3056]]
## [1] "ZRebel13: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3057]]
## [1] "InemAsem: RT @togejustvibin: BEST KPOP SONG OF 2022\nhttps://t.co/QOqt6PTVED"
## 
## [[3058]]
## [1] "venom_hani: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3059]]
## [1] "aryoui24: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[3060]]
## [1] "iRS_JN: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3061]]
## [1] "AquaVesperia: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3062]]
## [1] "pzzIepiece: who would win the kpop football cup"
## 
## [[3063]]
## [1] "lVE_LOVEIVE: RT @iveyouth: Best K-Pop Albums of 2022:\nhttps://t.co/zhrEQo1VTi https://t.co/sW6TCduSgI"
## 
## [[3064]]
## [1] "ayunoya: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[3065]]
## [1] "LoveisJinnie: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3066]]
## [1] "bIuenings: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3067]]
## [1] "bobaseokie: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3068]]
## [1] "kadateehagu: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3069]]
## [1] "MINTAEOT7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3070]]
## [1] "panicatheworId: this psych ward has been making me lose my grip on kpop..... https://t.co/0fERHS1VXs"
## 
## [[3071]]
## [1] "tiawasneverhere: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3072]]
## [1] "Denisse_once13: RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…"
## 
## [[3073]]
## [1] "igotmessage: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[3074]]
## [1] "keiyeoptae: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3075]]
## [1] "dazzlingjinx: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[3076]]
## [1] "OliviaQuispeQu1: RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…"
## 
## [[3077]]
## [1] "BelleSaints: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[3078]]
## [1] "darkstilo: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3079]]
## [1] "AquaVesperia: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[3080]]
## [1] "culmetsbot: paul has one (1) kpop song in his music collection but he aggressively denies it"
## 
## [[3081]]
## [1] "tkbulletproof: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[3082]]
## [1] "OdetoMinghao: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[3083]]
## [1] "Tofus_mp3: Sometime don’t even relate to XH or kpop at all, you guys are always making feel seen. There had been times where I… https://t.co/r7rCt7w551"
## 
## [[3084]]
## [1] "lilgluttony: @ctrIswag Im ngl I thought you was rocking a kpop avi till I zoomed in"
## 
## [[3085]]
## [1] "2zero20c: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[3086]]
## [1] "yeonjunmeuamor: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3087]]
## [1] "skxzhyune: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3088]]
## [1] "light_whood: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[3089]]
## [1] "seongshinehwa: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[3090]]
## [1] "velvetasty: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3091]]
## [1] "Desi03287154: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[3092]]
## [1] "purpledane13: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[3093]]
## [1] "JeonCruzR: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3094]]
## [1] "39sakurasus: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[3095]]
## [1] "3rachafan780: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3096]]
## [1] "thirstiny: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[3097]]
## [1] "kirito7289: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3098]]
## [1] "GYUCANDOlT: a kpop magazine putting yj as 4th gen it boy like he fr is 🙌 https://t.co/EGilLTH09a"
## 
## [[3099]]
## [1] "chichimochi123: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3100]]
## [1] "srawaityai: the way some of the TikTok generation of kpop stans are now finding 2NE1 bc of this clip omg https://t.co/MIFgKKDQH5"
## 
## [[3101]]
## [1] "Betterthan_Kpop: 【Atilla War Theme - #CIV5 ost】\n\n#Kpopより良い曲 #音楽\n#BetterThanKpop #Music\n#BetterThanBTS\nhttps://t.co/FGwCcjQUnk"
## 
## [[3102]]
## [1] "moonwalker_1214: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3103]]
## [1] "SeokjinsisGOD: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[3104]]
## [1] "kpop_critical_: RT @NMIXXDOLLS: I read about an interview with JYP in 2020 and he talked about how it's a JYPe policy to never reveal why their artist left…"
## 
## [[3105]]
## [1] "vantevante12: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[3106]]
## [1] "moonyhwa: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[3107]]
## [1] "minimonismos: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3108]]
## [1] "dotarnelle: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[3109]]
## [1] "3rachafan780: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[3110]]
## [1] "neamari3s: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[3111]]
## [1] "adamary3419: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3112]]
## [1] "nghtsphere: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3113]]
## [1] "Sophia_louisj: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[3114]]
## [1] "Bluesky97860927: RT @pjmsupport_ke: Dabeme TOP 100 – Most Handsome Faces Of K-POP\n🔸https://t.co/c31vwq0bNW\n\nKpoplifes The Most Stylish K-pop Idol 2022\n🔸http…"
## 
## [[3115]]
## [1] "binnienesquik: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[3116]]
## [1] "OV3RHE4TED: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3117]]
## [1] "Ann23_LG: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3118]]
## [1] "JENNlEPUTONA: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[3119]]
## [1] "She_Predicts: it's nice to see adult kpop idols (from 4th gen) speak up about how they should be allowed to dress their age."
## 
## [[3120]]
## [1] "Bluesky97860927: RT @pjmsupport_ke: Danmee: Top Korean Male Celebrities (D-13)\n🔸https://t.co/VHTvuJShVo\n\nKpoplifes King of Kpop (31 Dec)\n🔸https://t.co/ATEsn…"
## 
## [[3121]]
## [1] "Meeko47622532: RT @kevinwoo91: Hi KLOVERs🍀\n\nI’d like to dedicate this Sunday with my KPOP cast after our last show. Unfortunately, I will have to cancel t…"
## 
## [[3122]]
## [1] "dannytbre: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[3123]]
## [1] "purple_and_kpop: RT @TWICZENNIE: @NMIXX_official jinni :(\ntrans here https://t.co/ff1BQMEqj3"
## 
## [[3124]]
## [1] "AteezWi47947037: RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…"
## 
## [[3125]]
## [1] "Cookiebrownie03: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3126]]
## [1] "chlketer: No way the kpop stan is talking 💀💀 https://t.co/LhZSHMYMFH"
## 
## [[3127]]
## [1] "sugarpanda_0419: @pannchoa when you miss 2nd gen kpop stages... 🥲"
## 
## [[3128]]
## [1] "fanofm_sic: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3129]]
## [1] "sunshineforgg: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3130]]
## [1] "Jungkoo48597222: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[3131]]
## [1] "letgo1991: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3132]]
## [1] "vkovva: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[3133]]
## [1] "starrybutch: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3134]]
## [1] "csmr459: As it should be this album is a masterpiece and is definitely gonna be on the top of my list of favorite kpop album… https://t.co/cqtzRs05RC"
## 
## [[3135]]
## [1] "7galaxies_: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3136]]
## [1] "tecastecas1: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[3137]]
## [1] "Neverland1309: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3138]]
## [1] "drinkenghwater: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[3139]]
## [1] "yeonwoofansclub: \"One of the beautiful creatures in the world😍, Back In Black 🖤\"\n@yeonwoofansclub \n\n#iloveyouyeonwoo #yeonwoonatics… https://t.co/Yzto1QfHXB"
## 
## [[3140]]
## [1] "RomanceyCafe1: RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF"
## 
## [[3141]]
## [1] "ahgadandie: RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…"
## 
## [[3142]]
## [1] "Nami_kissme: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[3143]]
## [1] "ne0puppy: was looking for this one, truly the BEST kpop song ever created!!🗣️ https://t.co/2gHXpriJIn https://t.co/C8DWvSsfK4"
## 
## [[3144]]
## [1] "AERICOUTURE: they’re playing scream music \ni’m used to kpop not this\n\nhttps://t.co/CJh8u2K2jy https://t.co/b53TwqJ9Pd"
## 
## [[3145]]
## [1] "namujk13: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3146]]
## [1] "ArraAlexxaa: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3147]]
## [1] "AlexandraXCI: Started a playlist today for my favorite Vocals in kpop. And not shockingly at all, there’s only like 10 songs so f… https://t.co/AjYpWwzjri"
## 
## [[3148]]
## [1] "Oncetwcc: RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…"
## 
## [[3149]]
## [1] "pendex_kpop: RT @allkpop: #RedVelvet and #aespa drop lovely teaser photos for the special winter collab! https://t.co/GBf7Rxbmjm"
## 
## [[3150]]
## [1] "fvklore: idk why but I feel like kpop industry is not just about good music but more about views, number, and fame. I mean t… https://t.co/OzPDdirB80"
## 
## [[3151]]
## [1] "unodostrizz_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3152]]
## [1] "youaremykiseki: RT @Emilie_Moulinie: To celebrate our dear flaming charisma !! Congrats Minho !! 🔥❤️\n\n#SHINee #MINHO #CHASE #KPOP #fanart #kpopfanart #illu…"
## 
## [[3153]]
## [1] "Linah_77: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[3154]]
## [1] "littlelight_hy: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3155]]
## [1] "kenjisiwson: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[3156]]
## [1] "Desi03287154: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[3157]]
## [1] "papilionivee: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[3158]]
## [1] "vbts_armyniji: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[3159]]
## [1] "abyssjin_613: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3160]]
## [1] "sseramixx: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[3161]]
## [1] "wonples: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[3162]]
## [1] "lelah_304: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[3163]]
## [1] "kojirobunny: IM GONNA SHIT MYSELF IF THEY MAKE YOSHIDA LOOK LIKE A KPOP IDOL SHFKHSKFJSJ"
## 
## [[3164]]
## [1] "moorigold: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3165]]
## [1] "winterweight_: LOVE it. been a kpop stan since 2017 :] \nult bias is probably ha3ch4n from n&lt;t. my baby bear https://t.co/tkBbqM4oGp"
## 
## [[3166]]
## [1] "dias1defender: RT @sooyaserene: Here we go again. Kpop stans once again started to speculate what horrible things jinni did to be kicked out. Youtubers st…"
## 
## [[3167]]
## [1] "quartzlatte: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[3168]]
## [1] "aespositions: i went when a kpop group lose a member and their spotify team immediately goes to using those ugly ass collage pics until the next era 😭"
## 
## [[3169]]
## [1] "89SK2: CONGRATULATIONS 😊🖤🎉👏😍\n#IZONE @official_izone #FIESTA #FIESTA100MViews #KPOP \n\nYoutube: https://t.co/aM8Um4QvE2\n\nMub… https://t.co/O5XjJjFeYc"
## 
## [[3170]]
## [1] "eyelubyutoo: RT @kpophappenings_: when that kpop boy hit the highest high note of his song during a vlive while sitting and eating strawberries casually"
## 
## [[3171]]
## [1] "iioveavu: RT @DokiMBB: Because VLive will close soon, let me remind you the best VLive in kpop history, after this live kpop wasn't the same anymore.…"
## 
## [[3172]]
## [1] "hcldontillmayy: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3173]]
## [1] "SooSoSwagYo: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[3174]]
## [1] "Blinkchu3: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[3175]]
## [1] "quartzlatte: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[3176]]
## [1] "iSTAYNJ: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3177]]
## [1] "pjmvenus: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3178]]
## [1] "daaeslyre: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[3179]]
## [1] "forwinbts: RT @Pk_bts_land: Biggest Weekly Debut by a Kpop Act on Spotify Pakistan : \n\n#1. Dreamers - 134,150 \n#2. Wild Flower - 122,079 😭💜\n#3. The As…"
## 
## [[3180]]
## [1] "ilovehyka: RT @kwntrsgf: why do kpop idols always have the ugliest pets"
## 
## [[3181]]
## [1] "badz13bts: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[3182]]
## [1] "mikayilasan: do u think ateez gonna disband over a hashtag????😂😂😂😂😂😂😂😂😂😂 no seriously this people are wierd if this is how its w… https://t.co/ywzQB2wSD1"
## 
## [[3183]]
## [1] "a_haruvsnow: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[3184]]
## [1] "izzuerishu: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3185]]
## [1] "lunarisae: RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…"
## 
## [[3186]]
## [1] "tubatu_kkh: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3187]]
## [1] "soulmate_ati: Can we just keep the chat? Let say in the future the group that I stan disbanded, will they remove everything like… https://t.co/alokULyZIN"
## 
## [[3188]]
## [1] "narumi_chan1412: RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…"
## 
## [[3189]]
## [1] "Gabyyu_love: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3190]]
## [1] "Jennife11389511: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…"
## 
## [[3191]]
## [1] "ventidps: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[3192]]
## [1] "BvMultifandom: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[3193]]
## [1] "AMIBANGTAN0309: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[3194]]
## [1] "pendex_kpop: RT @tatareloaded: I FUCKED YOU TWICE PUTO DE MIERDA https://t.co/wpsKnwYsGi"
## 
## [[3195]]
## [1] "kms_sese: RT @xiuminonlyfans: good night to my emotional support kpop boy xiumin 🥺🫶🏻 https://t.co/kbCcvTAUtp"
## 
## [[3196]]
## [1] "Zoe_Johnson7: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3197]]
## [1] "Rotem_Vizman: Kpop stans let's understand smth, leaving for personal reasons =/= doing smth bad, there's so many different reason… https://t.co/6qyj1gnLZM"
## 
## [[3198]]
## [1] "Alertsblink: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3199]]
## [1] "wolfpupbin: RT @raplinegold: just watched a video compilation of english speaking people being shocked by kpop idols being fluent in english and the id…"
## 
## [[3200]]
## [1] "Youcanmarkmein1: RT @hongteezer: why are so many kpop groups releasing tour announcements 1 month before the show is scheduled ?? that is NOT enough time fo…"
## 
## [[3201]]
## [1] "quartzlatte: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3202]]
## [1] "innieIuvs: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3203]]
## [1] "sournings: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3204]]
## [1] "yslshua: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[3205]]
## [1] "PurpleAshess: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[3206]]
## [1] "Shani_w7wb: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3207]]
## [1] "kpopidolevents: ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I S… https://t.co/ZjmS4pyeii"
## 
## [[3208]]
## [1] "Desi03287154: RT @BLACKPINK4WAYS: .@BLACKPINK now holds the TOP 2 of Longest Charting Kpop Group Songs released this year on Global Spotify ( Pink Venom…"
## 
## [[3209]]
## [1] "deermoons: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3210]]
## [1] "angrybbuing: RT @Emilie_Moulinie: To celebrate our dear flaming charisma !! Congrats Minho !! 🔥❤️\n\n#SHINee #MINHO #CHASE #KPOP #fanart #kpopfanart #illu…"
## 
## [[3211]]
## [1] "bagseoy00684013: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[3212]]
## [1] "uriwoojiverse: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3213]]
## [1] "shookystars: RT @hongteezer: why are so many kpop groups releasing tour announcements 1 month before the show is scheduled ?? that is NOT enough time fo…"
## 
## [[3214]]
## [1] "TimeLady11: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3215]]
## [1] "BLACKPINK__TEAM: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3216]]
## [1] "Pauline98476699: Apparently KPOP is very racist, as I would expect something coming from Asia appropriating Black American culture w… https://t.co/4zJ7nKWqi6"
## 
## [[3217]]
## [1] "kevitan_n: RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…"
## 
## [[3218]]
## [1] "hoonnamjoon_: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[3219]]
## [1] "joonie_july: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3220]]
## [1] "1997_Rosie_: RT @bjhdolls: I know kpop rap not real but Imma still call Jennie a rapstress cause wow. Onika better duck!"
## 
## [[3221]]
## [1] "m_yayoi3: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[3222]]
## [1] "clumsyrat: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[3223]]
## [1] "mooinnerchild: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[3224]]
## [1] "Coco79499610: RT @curtispatricia7: #V is first Korean KPop soloist to have 2 songs stream over 200,000,000 each Spotify. Christmas Tree is also the most…"
## 
## [[3225]]
## [1] "Kaja_Kpop: @SourceRyan If she doesn't win a Daytime Emmy for this role, something is seriously wrong. She's fantastic. I didn'… https://t.co/tYN8Hf1QUk"
## 
## [[3226]]
## [1] "purplejaechan: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[3227]]
## [1] "hiidupiidu: @gogodatekou @vitaarieka @tsizumi22 the led crushing the dancer was cpop not kpop but it still should’ve have happened.."
## 
## [[3228]]
## [1] "anthonybihina3: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[3229]]
## [1] "_lilirbp_: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3230]]
## [1] "bangcranberry: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3231]]
## [1] "WOMMYlSM: Is there anyone here on twt that goes to the Dublin kpop nights?"
## 
## [[3232]]
## [1] "yiyiijeon_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3233]]
## [1] "_aheungg: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[3234]]
## [1] "wonshuar: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3235]]
## [1] "indigoluvsme: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[3236]]
## [1] "BlinksSones: @BTSTaekooker1 @chameleondks @soompi Acting like your fandom isn't disrespecting and being toxic to every kpop idol y'all are just the same"
## 
## [[3237]]
## [1] "treasureseve: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[3238]]
## [1] "H0M0JUN: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[3239]]
## [1] "S_pinksS: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[3240]]
## [1] "tensjournal: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3241]]
## [1] "Myangel0526: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[3242]]
## [1] "isalvim: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3243]]
## [1] "suIIy_y: miss the era of kpop where new bgs were REQUIRED to dance to at least one exo song. in full"
## 
## [[3244]]
## [1] "ChloeChloearce: @ArianaYo7 @Alexafu4 @GodIsAg_GodIsAg @AboutMusicYT U think twitter is important lmao they have 36m followers in sp… https://t.co/gkMFOvFwrw"
## 
## [[3245]]
## [1] "SHINGIHANI: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3246]]
## [1] "channieslesbo: kpop is very much still a conservative industry but one area where it's very progressive is in normalising male ido… https://t.co/ML2A92YLN4"
## 
## [[3247]]
## [1] "vantevante12: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3248]]
## [1] "sudarat_nid: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[3249]]
## [1] "KuroshyC: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[3250]]
## [1] "nawired: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3251]]
## [1] "mercenam3499: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[3252]]
## [1] "KPOP_JUICE_EN: K-pop Daily Votes Ranking✨✨\n\n【12/9】\n26 #Renjun \n27 #NISHIHIROTO (↓4)\n28 #HIKARU (↑4)\n29 #OHIRASHOSEI (↑1)\n30 #RYOKI… https://t.co/UdCbv7AYlh"
## 
## [[3253]]
## [1] "bangtancdm: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[3254]]
## [1] "whistlelucie: RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV"
## 
## [[3255]]
## [1] "palpaluvv: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[3256]]
## [1] "TAEHYUNILOGY: @njslostairpods I stanned one group since I started getting into kpop\nYou will never get bored with txt hehe"
## 
## [[3257]]
## [1] "jooniyybii: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[3258]]
## [1] "artistshua: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3259]]
## [1] "inituNavi: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[3260]]
## [1] "o__opuppi: @tnypws AS IT SHOULD BE HONESTLY\nYeah before bts kpop was already a thing in america, it just wasnt nearly as mains… https://t.co/8VM6VFsAzd"
## 
## [[3261]]
## [1] "Eclipxe_s: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[3262]]
## [1] "sdean35: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[3263]]
## [1] "ffebruaryeight: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[3264]]
## [1] "woni_lvr: She's acting like kpop idols should be acting like babies, and I guess thar plays into the role of people who baby… https://t.co/uGDUi9GTWf"
## 
## [[3265]]
## [1] "MidwestTraci: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3266]]
## [1] "cincincin____: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[3267]]
## [1] "karedeozz: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[3268]]
## [1] "kpopidolevents: ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I S… https://t.co/39Y4OidwF0"
## 
## [[3269]]
## [1] "AwakeSloth92508: @march_butters Ofc it's just a kpop fan account 💀"
## 
## [[3270]]
## [1] "cbspkn6S8wjhyZz: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[3271]]
## [1] "softwonwoolly: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[3272]]
## [1] "je0n93o: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3273]]
## [1] "FeeBs36758817: RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…"
## 
## [[3274]]
## [1] "TorpedoMyAss: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3275]]
## [1] "PaulaCarro7: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3276]]
## [1] "girlbpink: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[3277]]
## [1] "Stayfastnot: Make Kpop good again in 2023"
## 
## [[3278]]
## [1] "shyellyon7: RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…"
## 
## [[3279]]
## [1] "introvertederr: my favourite activity is seeing tweets on twt saying 20XX is the worst year for kpop because man it never gets old 🫶🫶"
## 
## [[3280]]
## [1] "kimliplatina: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[3281]]
## [1] "braquiosaurio__: @txtlmfao 5 talented guys that make the most famous, cool, interesting, amazing, etc etc 4th gen kpop group 🫶"
## 
## [[3282]]
## [1] "jjwehoes: kpop twt in a nutshell\n\nhttps://t.co/WhpnA1ClVF"
## 
## [[3283]]
## [1] "idle4life: QRT with the Most annoying kpop fandom!"
## 
## [[3284]]
## [1] "V714301: RT @Honey06_13: @iridescencemyg When other famous Kpop idols have gone, other soldiers would try to take secret pictures or videos and sell…"
## 
## [[3285]]
## [1] "fttihh__: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3286]]
## [1] "minslesbian: out  of  every  good  kpop  group  they  chose  that  group https://t.co/Hx5LiDo6Lm"
## 
## [[3287]]
## [1] "lyriangell: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[3288]]
## [1] "gimsuye45493370: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[3289]]
## [1] "mingyukaku: bener2 lucu (in a good way) banget liat orang seneng karena nntn bola/goal bcs ITS SO ME FR but when my kpop drop new MV"
## 
## [[3290]]
## [1] "_mamamommy_: RT @_mamamommy_: hi !! #kpoptwt #kpop looking 4 mootz\n︶︶︶︶༉‧₊˚.\n\n༊*·˚ 08 , gemini \n༊*·˚ multistan ( skz , mamamoo , iu , + more )\n༊*·˚ #gen…"
## 
## [[3291]]
## [1] "Gice22: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3292]]
## [1] "MineVoidMC: RT @Chuckbuck__: Your favorite Sniper King is back! 👑 \n#apex #apexlegends #overwatch #politics #black #car #apple #finance #live #timessqua…"
## 
## [[3293]]
## [1] "Mysteri59714951: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[3294]]
## [1] "joonbiseok: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[3295]]
## [1] "fanxyheon: Dave\nStormzy\nGsoul\nEric nam\nDiversity x2\nKpop flex x2\nHallyupop fest x2\nMIK fest\nW24\nNCT127"
## 
## [[3296]]
## [1] "5hainee: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[3297]]
## [1] "NinaDdt7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3298]]
## [1] "Sue_2392: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3299]]
## [1] "danidanipup: RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…"
## 
## [[3300]]
## [1] "0327stwll__: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3301]]
## [1] "lachiiflower: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[3302]]
## [1] "jww1004: RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV"
## 
## [[3303]]
## [1] "Capricorn0Angel: RT @SunooxIrene: Yes, SISTAR did that even tho they came from a small company!!! and yes they did that even tho they used to cb once a year…"
## 
## [[3304]]
## [1] "percspice: “many kpop groups wouldn’t let this happen” baby they absolutely WOULD spit on you n ya momma are you DUMB????? https://t.co/QAJoFuueA4"
## 
## [[3305]]
## [1] "SoyBesameMucho: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[3306]]
## [1] "sb19comebackpls: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[3307]]
## [1] "sb19comebackpls: RT @Rora1608: I mean I still listen to kpop because I like it but I've no real connection with any of the groups. Probably the last group I…"
## 
## [[3308]]
## [1] "g0wonandonly: If I had to write a thesis on kpop, I’d write about the trendsetters that are Shinee and their influence on the kpop industry"
## 
## [[3309]]
## [1] "tm0th3e: RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…"
## 
## [[3310]]
## [1] "shawol99_shinee: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[3311]]
## [1] "91lwtswift: RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…"
## 
## [[3312]]
## [1] "RetnaningDyah: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3313]]
## [1] "joonskth5: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3314]]
## [1] "chitt1se: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3315]]
## [1] "underxxxxxxx: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[3316]]
## [1] "Tobilicious_TM: @urisunnie this isn't shady at all bros talking about how disappointed he was at the time and is even praising enha… https://t.co/jmcsLS3k9n"
## 
## [[3317]]
## [1] "TamaraJazminRo2: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[3318]]
## [1] "tnypws: @o__opuppi i  think  this  wqs  The  first  kpop  song  i  ever  heard https://t.co/wsTugFTl5S"
## 
## [[3319]]
## [1] "Melanie_PTD: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[3320]]
## [1] "superiorjoonie: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3321]]
## [1] "queentia99: RT @DokiMBB: Because VLive will close soon, let me remind you the best VLive in kpop history, after this live kpop wasn't the same anymore.…"
## 
## [[3322]]
## [1] "Muao_yoon: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3323]]
## [1] "petit_heart09: RT @callmeb4usleep: not exactly a kpop moment but it sure could kill a sapphic"
## 
## [[3324]]
## [1] "quartzlatte: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3325]]
## [1] "Eclipxe_s: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[3326]]
## [1] "quartzlatte: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[3327]]
## [1] "thestrawqueen_: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3328]]
## [1] "kookmkn: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3329]]
## [1] "beombobaa: kpop stans really need to go outside more cause apparently people can’t be busy anymore"
## 
## [[3330]]
## [1] "jjkonlyace: the most popular and successful kpop soloist in the world! 🔥👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK… https://t.co/26vlSSDtUS"
## 
## [[3331]]
## [1] "rsch271: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3332]]
## [1] "m1_crafts: @VD_Glitch The fcking phrase has been said many many times by these media outlets whenever there's a new kpop group… https://t.co/iFeZZamTUg"
## 
## [[3333]]
## [1] "jcjav01: RT @koreatimescokr: #BTS leader #RM's solo album puts spotlight on late artist Yun Hyong-keun  \n#solo #kpop #Indigo #newalbum\n\nhttps://t.co…"
## 
## [[3334]]
## [1] "yeonwoofansclub: One of the beautiful creatures in the world😍\n@yeonwoofansclub \n\n#iloveyouyeonwoo #yeonwoonatics #yeonwoofancam… https://t.co/4TcjdiLKD7"
## 
## [[3335]]
## [1] "u15426o: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[3336]]
## [1] "Jm3rachaMin: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[3337]]
## [1] "inlovedmaze: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3338]]
## [1] "jjkonlyace: @allkpop the most popular and successful kpop soloist in the world! 🔥👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK \nhttps://t.co/lwZwhSbc7p"
## 
## [[3339]]
## [1] "kris_KNJ: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3340]]
## [1] "BbyGirlWooyoung: 1 year ago today, the backbone of 4th gen kpop got released🤷‍♀️ https://t.co/Im50usdcNw"
## 
## [[3341]]
## [1] "tackpanatdagma1: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3342]]
## [1] "meishellyy: RT @Foivechxn: Imagine people spoke about football the way kpop fans speak about idols and groups"
## 
## [[3343]]
## [1] "soobinbeloved: @myhobimoni LAIWJWJWJWNANAM there was probably weirder audios but there’s just something about using nyan cat for k… https://t.co/mvzBAlHes6"
## 
## [[3344]]
## [1] "Kpop_qweens: @SKZScarletMixer @LeighAnneMusic @LittleMix I hope not"
## 
## [[3345]]
## [1] "Desi03287154: RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…"
## 
## [[3346]]
## [1] "oneiricic: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[3347]]
## [1] "yjeonghnnn: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3348]]
## [1] "sh4vely: it's just so funny how kpop twt are shading football fans for being butthurt but some of those people are also the… https://t.co/nOdydb72PY"
## 
## [[3349]]
## [1] "jungkookii99: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3350]]
## [1] "JE0NWO: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[3351]]
## [1] "tutstumm: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3352]]
## [1] "MlNARTT: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[3353]]
## [1] "ffebruaryeight: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[3354]]
## [1] "hongjoongspov: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[3355]]
## [1] "Medusas_Bitch: RT @ParkBomBuzz: Grand Wave Kpop Music Festival has been finally rescheduled to January 14th, 2023! \n\nIt was initially put on hold due to t…"
## 
## [[3356]]
## [1] "taehanateo__: RT @namufused: @RMGlobalUnion he did his job 🔥🔥🔥🔥\nINDIGO RECORDBREAKING ALBUM\n👑👑👑👑👑👑👑👑👑👑👑👑\nRM HIGHEST CHARTING KPOP SOLOIST\n🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊\nC…"
## 
## [[3357]]
## [1] "summerhvnn: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3358]]
## [1] "milkybearkoo: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3359]]
## [1] "dreyzation: @kpop_hater22 @CozyDubu Yeah he is literally a cuckold"
## 
## [[3360]]
## [1] "FUNYUNIE: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[3361]]
## [1] "theaynhgak: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3362]]
## [1] "g0wonandonly: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3363]]
## [1] "Melanie_PTD: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3364]]
## [1] "mitsurixq: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[3365]]
## [1] "GfrdHTL: RT @sodabmi: 1) watch kpop mvs !! \nmy favs groups: leeserafim, ive, fromis, loona, wjsn, apink, red velvet, alice, oh my girl, gfriend, izo…"
## 
## [[3366]]
## [1] "HannaPTallaksen: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[3367]]
## [1] "AHSUJUSSI: RT @fleurdeLAYs: The IG post of c*rn*rst*n* about how 12/08 was a success really irked me bc tbqh if it weren’t for the fact that 1) XiuChe…"
## 
## [[3368]]
## [1] "koyangiwon: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3369]]
## [1] "ahjussil0ver: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[3370]]
## [1] "twobbdies: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3371]]
## [1] "luvtaems: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3372]]
## [1] "mariemiaes19791: RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop"
## 
## [[3373]]
## [1] "127jongin: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3374]]
## [1] "bu_bbr: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[3375]]
## [1] "yuniesmono: RT @kpophappenings_: when that kpop boy group created the colors of a pride flag with each of their solo debuts while showing queer represe…"
## 
## [[3376]]
## [1] "DOYOUNGS0L0: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3377]]
## [1] "mania_namu: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3378]]
## [1] "jihopezjm: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3379]]
## [1] "leedodoll: yeah i really don't like how kpop stans are treating oneus when they were unknowingly promoting and living with a d… https://t.co/DQV26Y2gYn"
## 
## [[3380]]
## [1] "manicsleeper: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3381]]
## [1] "vtigerbear1230: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[3382]]
## [1] "GfrdHTL: RT @vminwet: gfriend is over, right? i feel like i'm a bit out of touch with the world of kpop"
## 
## [[3383]]
## [1] "kanekisIut: iu palette still one of the best kpop albums ever released"
## 
## [[3384]]
## [1] "BLACKPI05509796: RT @BLACKPINKSTATS5: .@BLACKPINK was 2022’s 2nd top trending comeback (2nd most searched) in the U.S. according to @GoogleTrends. It was th…"
## 
## [[3385]]
## [1] "jbbarnxs: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3386]]
## [1] "nonamerano: i realized there is something wrong when i understood every tea on tl including kpop, football and turkish dramas"
## 
## [[3387]]
## [1] "peribling: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3388]]
## [1] "lixiesoulmate: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3389]]
## [1] "ROJOWOL: RT @sheisaneon_: ah i miss him who in kpop makes music like this https://t.co/rv75aLHjgU"
## 
## [[3390]]
## [1] "PavoliiaReine: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3391]]
## [1] "svtworldcarat: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[3392]]
## [1] "taytaymipatrona: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3393]]
## [1] "yenfatma1992: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3394]]
## [1] "TannieSoldier1: This how you dumb Kpop Stans sound https://t.co/ECbWyZchsK"
## 
## [[3395]]
## [1] "jenlovelypjm: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[3396]]
## [1] "Medusas_Bitch: RT @StoryKover: [🇲🇾]New Update]GRAND WAVE KPOP MUSIC FESTIVAL in Malaysia\n\n📆 14.01.2023 7.30pm\n🏟 Surf Beach, Sunway Lagoon\nLINEUP ✨ HYO (GG…"
## 
## [[3397]]
## [1] "hyunjinandsun: RT @queeri_official: Submission 3\n2nd Winner of KPOP Idol Looks Like An Anime\n#HYUNJIN #STRAYKIDS \n\n🏆Jogja City Mall Directory Board\n\nHow t…"
## 
## [[3398]]
## [1] "BLACKPI05509796: RT @togejustvibin: MONEY is arguably the most successful song by a KPOP ACT on Germany. That live performance will go INSANE! 🔥"
## 
## [[3399]]
## [1] "victorycasasie: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3400]]
## [1] "Uennyeol: This tweet is giving kpop clap back vibes lmaooo I still need to see him knocked out the world cup tho 😹 https://t.co/sSAF05z3Ry"
## 
## [[3401]]
## [1] "VIPjmdmTEUME: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[3402]]
## [1] "bluepinkhex: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[3403]]
## [1] "taytaymipatrona: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[3404]]
## [1] "Zilith1220: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[3405]]
## [1] "Radia32270063: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3406]]
## [1] "thewonucure: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3407]]
## [1] "carlos_ewit: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[3408]]
## [1] "bamjaeism: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3409]]
## [1] "Vante_macchiato: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3410]]
## [1] "bts2013k: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3411]]
## [1] "palpaluvv: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3412]]
## [1] "kimsaebyeog12: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3413]]
## [1] "Medusas_Bitch: RT @MyKpopHuntress: GRAND WAVE KPOP MUSIC FESTIVAL will be resumed to 14th JAN 2023 with the same lineup &amp; venue!\n\nLINEUP ✨ HYO (GG), DJ So…"
## 
## [[3414]]
## [1] "neomewer: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3415]]
## [1] "beata_pi: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3416]]
## [1] "leabee15: @HwiXiaolee_10 Some people who don’t know kpop aka everyone really gonna thought he is your Boyfriend 😭"
## 
## [[3417]]
## [1] "4you_uu: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[3418]]
## [1] "wooahaebae: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[3419]]
## [1] "sportslovin: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[3420]]
## [1] "akeilatiny: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3421]]
## [1] "Medusas_Bitch: RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…"
## 
## [[3422]]
## [1] "vminwet: gfriend is over, right? i feel like i'm a bit out of touch with the world of kpop"
## 
## [[3423]]
## [1] "theexopolice: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[3424]]
## [1] "YULIANA_BTS_19: RT @RM_Peru: 🎥Peruvian dance challenge for 'Still Life' on TIKTOK🇵🇪\n\nJeaneth Loayza, a Peruvian dancer, choreographer and KPOP dancer instr…"
## 
## [[3425]]
## [1] "btstaekook0405: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[3426]]
## [1] "gabxsfalcone: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3427]]
## [1] "kpop_hater22: @CozyDubu made by the same guy https://t.co/tCbAl48T4f"
## 
## [[3428]]
## [1] "28reasqns: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3429]]
## [1] "adioshwa: kinda wanna get out kpop collecting but also my collection is so cool ndnfnfnf ugh"
## 
## [[3430]]
## [1] "queentia99: RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…"
## 
## [[3431]]
## [1] "Radia32270063: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3432]]
## [1] "Sylphide77190: RT @Kimchristine15: Everyday Jigirl's struggles...\n🥹\n#jichangwook #KPOP #beautiful https://t.co/RIUGfZrOnv"
## 
## [[3433]]
## [1] "_yilight: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3434]]
## [1] "meatprison_: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[3435]]
## [1] "min_catt: RT @kpophappenings_: when that kpop boy have a soft heart for children, during middle school he used to give treats and greets children fro…"
## 
## [[3436]]
## [1] "kissmydangas: RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants \"ddiung,…"
## 
## [[3437]]
## [1] "de_Angelo13: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[3438]]
## [1] "kamire20: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[3439]]
## [1] "chinay1997: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[3440]]
## [1] "Pippyx25: I really hate kpop fandom sometimes. Such a damn headache."
## 
## [[3441]]
## [1] "rak_Jungkook: RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…"
## 
## [[3442]]
## [1] "herecomeslua: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3443]]
## [1] "ARMY_KPOP_97: RT @raplinecypherrr: THE HOTTEST RAP LINE IN THE MUSIC INDUSTRY \nhttps://t.co/snOnB8MEuO"
## 
## [[3444]]
## [1] "yeojinslayer: kpop artists having a japanese release and then releasing said song in korean for their next comeback… but no it’s jpop guys"
## 
## [[3445]]
## [1] "luvleighhhh: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3446]]
## [1] "sakkurakay: @beomtori its weird how the kpop community will instantly turn on grps when they release a song that isnt wide like… https://t.co/pyTd6tM83Q"
## 
## [[3447]]
## [1] "iluvshineee: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[3448]]
## [1] "MaryB55505356: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3449]]
## [1] "sailorveenuss: RT @sooyaserene: Here we go again. Kpop stans once again started to speculate what horrible things jinni did to be kicked out. Youtubers st…"
## 
## [[3450]]
## [1] "mx_nami: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[3451]]
## [1] "seokjinqoo: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3452]]
## [1] "semangka_hk: RT @smiiliingkookie: Jungkook is collecting all the ‘first and only Kpop, Korean soloist to’ that there’s to reach. He has been conquering…"
## 
## [[3453]]
## [1] "Kpopsizzles1: RT @kpophappenings_: when fans of that kpop group bought two stars orbiting each other from the favorite constellation of the leader and na…"
## 
## [[3454]]
## [1] "kimoonjin04: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[3455]]
## [1] "leehyujaes: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3456]]
## [1] "multifandombts8: RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…"
## 
## [[3457]]
## [1] "agnesmilaaochaa: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3458]]
## [1] "nak_anaknak: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[3459]]
## [1] "LvsGonep: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3460]]
## [1] "smplfnbrdntak: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[3461]]
## [1] "stuckonaimy: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[3462]]
## [1] "kimoonjin04: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3463]]
## [1] "tadeshando: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3464]]
## [1] "jooniversally: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3465]]
## [1] "alterchae: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[3466]]
## [1] "Rockalbertf: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[3467]]
## [1] "GUEMVI: fiesta is like one of the best songs to come out of all of kpop sigh https://t.co/xzHE6losEw"
## 
## [[3468]]
## [1] "DianaAndreaGon6: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3469]]
## [1] "RT02223557: RT @jungcookie_twt: 12/09/22\n\nTo my first love, the GODS and OG KINGS of Kpop @TVXQ Thank you for completing my fangirl heart. 🥰 Witnessing…"
## 
## [[3470]]
## [1] "larva_ra: RT @wendyIoops: wendy is truly unparalleled like i dont think people understand how impressive she is. comparing her to other kpop idols is…"
## 
## [[3471]]
## [1] "frytalegirl: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3472]]
## [1] "Mayra77296541: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3473]]
## [1] "borarachadotmp4: 247 by stayc and impurities by le sserafim.....best rnb bsides in kpop btw"
## 
## [[3474]]
## [1] "luvinskoolyk: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[3475]]
## [1] "WritesDaily: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[3476]]
## [1] "twicerrys: this photo is the real antichrist of kpop not soyeon https://t.co/h2iCDP8Skt"
## 
## [[3477]]
## [1] "moonjoon_lover7: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[3478]]
## [1] "fairynouyunqui_: most normal kpop stan: https://t.co/eAfxo3ZXDB"
## 
## [[3479]]
## [1] "Samanth23739489: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3480]]
## [1] "KJimin1310: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3481]]
## [1] "parksieungoat: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[3482]]
## [1] "dreamingvanity: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3483]]
## [1] "rainbowmisandry: actually one of the best eng kpop songs, argue with the wall\nhttps://t.co/LHNJckp9vo"
## 
## [[3484]]
## [1] "victorpescozo: RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…"
## 
## [[3485]]
## [1] "jaehwanismm: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[3486]]
## [1] "woIfpet: @tnypws for me , i learned about it because i was already into japanese culture + media , gangnam style blew up , t… https://t.co/lJMbUNT8cl"
## 
## [[3487]]
## [1] "mesinekanize: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[3488]]
## [1] "tfn_mty: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[3489]]
## [1] "briscarlett03: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[3490]]
## [1] "greentea_mfasr: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3491]]
## [1] "sodabmi: 1) watch kpop mvs !! \nmy favs groups: leeserafim, ive, fromis, loona, wjsn, apink, red velvet, alice, oh my girl, g… https://t.co/lQl7Ggi3cd"
## 
## [[3492]]
## [1] "1dVBucdy2SoOkzZ: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[3493]]
## [1] "straykissbc: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[3494]]
## [1] "bngtan_my: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[3495]]
## [1] "Desi03287154: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3496]]
## [1] "dygenre: .@tminrot guess what i found at this kpop store today https://t.co/bEW7DhP9cg"
## 
## [[3497]]
## [1] "smincado: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[3498]]
## [1] "strwbprincess: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[3499]]
## [1] "CharizUyangurin: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[3500]]
## [1] "julesgepulle: RT @PleinDeVie_7: Global domination is real! 🔥\n\nSB19's aura &amp; perf after WYAT Tour screamed passion! ❤️‍🔥\nI like the new WYAT intro!\n\nSeein…"
## 
## [[3501]]
## [1] "chewyoda_bns: * not kpop related ulit but this is so cute that i wanna share it with y'all!! *\n\nbaka may gamers / estetik fersons… https://t.co/A7EKxSJlC9"
## 
## [[3502]]
## [1] "PrezLun2: RT @sooyaserene: Here we go again. Kpop stans once again started to speculate what horrible things jinni did to be kicked out. Youtubers st…"
## 
## [[3503]]
## [1] "K3VINIA: RT @blueredblind: people list down heartbreak lists in 2022 while they didn't list omega x case when it's the breaktrough of kpop industry,…"
## 
## [[3504]]
## [1] "Mariana_Autumn: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[3505]]
## [1] "dusktilblue: guys i always wonder if anyone also got into kpop because of kevjumba. i remember digging so deep in the comments b… https://t.co/v7M4cWXczo"
## 
## [[3506]]
## [1] "pnkrckju: just imagine, we'll be able to hear him live and kpop industry will be able to breathe."
## 
## [[3507]]
## [1] "kris_swan1: RT @youngheunnie: Yall wanted proof #nova from #mepc don't support war? Here it is. Her dance crew posted this statement under their cover/…"
## 
## [[3508]]
## [1] "K3VINIA: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3509]]
## [1] "HYUNSSTAY: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[3510]]
## [1] "glittery_kpop: RT @statsforbangtan: Indigo has the biggest weekly debut for an album by a Korean soloist on Spotify!\n\nKeep streaming: https://t.co/UPcw2U6…"
## 
## [[3511]]
## [1] "bagged_spirit: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3512]]
## [1] "pjiminbtss: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[3513]]
## [1] "hyunjinrojito_: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3514]]
## [1] "lesyIphide: kpop really kpopped with nct https://t.co/FZIDL9m2PW"
## 
## [[3515]]
## [1] "hohongly: thinking about how lee jihoon outdances some “main dancers” in the kpop industry and yet some people have the audac… https://t.co/bffb0SOFWs"
## 
## [[3516]]
## [1] "melodzious: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[3517]]
## [1] "irenemilfism: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3518]]
## [1] "Eclipxe_s: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3519]]
## [1] "jimiccat: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3520]]
## [1] "AMIBANGTAN0309: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[3521]]
## [1] "CharizUyangurin: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[3522]]
## [1] "lmarina94: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[3523]]
## [1] "straykissbc: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3524]]
## [1] "ateez_multi: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3525]]
## [1] "ebannassi: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3526]]
## [1] "rw_only: RT @hyoshin0807: [Eng] SF9 Rumination Showcase 211122\n\n1: https://t.co/j3yDDrb5Yq\n2: https://t.co/CY4Nhccuut\n3: https://t.co/Bf4p9aCWp2\n4:…"
## 
## [[3527]]
## [1] "bestsoloistjk: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[3528]]
## [1] "jjkonlyace: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[3529]]
## [1] "Rodgerthealien6: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[3530]]
## [1] "DjaniraIr: RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…"
## 
## [[3531]]
## [1] "nicemelts_: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[3532]]
## [1] "lov3rholic: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[3533]]
## [1] "jungcookie_twt: 12/09/22\n\nTo my first love, the GODS and OG KINGS of Kpop @TVXQ Thank you for completing my fangirl heart. 🥰 Witnes… https://t.co/DarCRrAFtv"
## 
## [[3534]]
## [1] "gsllpweiii: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[3535]]
## [1] "KAIRYLMAO: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3536]]
## [1] "MINTAEOT7: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[3537]]
## [1] "AltaAllejeSuson: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3538]]
## [1] "98Ivrs: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3539]]
## [1] "moeshamcleish: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3540]]
## [1] "leonvrdocesar: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3541]]
## [1] "_pjmn95: RT @p1hits: keeho watches kpop 4th gen vocal analysis on youtube to see if he's there, he is so real 😭🤣 \n\n#P1Harmony #피원하모니 #기호 https://t.c…"
## 
## [[3542]]
## [1] "SOOBYJO28: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[3543]]
## [1] "delight_kpop: arrived wh korea - wts want to sell lightstick nct neobong \n620k dp 350k bisa cicilan DP \n\navailable 2 LS https://t.co/5URQCLQid4"
## 
## [[3544]]
## [1] "Boujeecock: RT @blueredblind: people list down heartbreak lists in 2022 while they didn't list omega x case when it's the breaktrough of kpop industry,…"
## 
## [[3545]]
## [1] "Citra3013: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[3546]]
## [1] "RT02223557: RT @philstarlife: THE EMPERORS OF KPOP IS FINALLY IN THE PH 🔥\n\n#TVXQ's #Changmin and #Yunho set tje stage on fire as perform some of their…"
## 
## [[3547]]
## [1] "kompami_l: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[3548]]
## [1] "Deathknight6612: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3549]]
## [1] "polarishrj: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3550]]
## [1] "senangterang: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3551]]
## [1] "stantalentjk: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[3552]]
## [1] "richarluizson: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3553]]
## [1] "salmon_ryo97: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3554]]
## [1] "wwwonydotcom: RT @vitaarieka: @tsizumi22 Every year is bad in kpop, only diffrence is before this year diabandments and leaving members were from older g…"
## 
## [[3555]]
## [1] "user115250: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3556]]
## [1] "katinyshiny2: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[3557]]
## [1] "gravedebas: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[3558]]
## [1] "jolyncity: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3559]]
## [1] "cri_babieUwU: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[3560]]
## [1] "kuqencio: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3561]]
## [1] "BB_VIPYG: RT @YEDAMBR_: [📰] KPOPMAP: The New Diamonds of KPop - Top 10 Rising Idols Who We Predict Will Be The Next Big Thing\n\n#2. BANG YEDAM — Viral…"
## 
## [[3562]]
## [1] "dsk17012527: @MeMyselfAndI_98 @AboutMusicYT Same as Blink have more things to do than googling that cuz Blackpink been active si… https://t.co/OvOeq37CCx"
## 
## [[3563]]
## [1] "jedihwa: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[3564]]
## [1] "DimacGel: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[3565]]
## [1] "ygiprod: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3566]]
## [1] "maryluciapaez: RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…"
## 
## [[3567]]
## [1] "tutstumm: RT @Kep1er0t9: I am sorry but now I am little worried about kep1er what happened to kpop groups so suddenly?!?!?!"
## 
## [[3568]]
## [1] "btseomer: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3569]]
## [1] "chim_ft_sebong: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[3570]]
## [1] "ingkinns: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…"
## 
## [[3571]]
## [1] "dorifordn: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[3572]]
## [1] "rmoonchild_knj: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3573]]
## [1] "Babypisces5: RT @SerieTV46: \"RUN BTS\" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams."
## 
## [[3574]]
## [1] "jisungtiddi: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[3575]]
## [1] "SunnyMonbebe: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[3576]]
## [1] "jisoosociety: @SAIKIEKO trust me it was something else 😭 everyone was doing techno pop. rarely was there real instruments in song… https://t.co/YifDnJ3wsd"
## 
## [[3577]]
## [1] "bestsoloistjk: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[3578]]
## [1] "jeongyeonix: second row sorry for lying but middle aisle seats but my gf got the aisle seat because i like kpop she said…u can d… https://t.co/v0TEiuWxTy"
## 
## [[3579]]
## [1] "xqcfan69: Anyone else imagine xqc doing kpop dances at school"
## 
## [[3580]]
## [1] "_ningningnim: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[3581]]
## [1] "AMIBANGTAN0309: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[3582]]
## [1] "Llamaaakz: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3583]]
## [1] "iamurzula: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3584]]
## [1] "jmagreda: @itabaileym9 Yes I want him to be a choreographer...for pop groups or Kpop groups...as someone with actual popgroup experience 🥰"
## 
## [[3585]]
## [1] "AlmirasPolaroid: @ItsDejie looking for a little mix like vocals but kpop like dancing?? \nlet me introduce 4th Impact \nhttps://t.co/JH0GPqVscE"
## 
## [[3586]]
## [1] "_riyuai: RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…"
## 
## [[3587]]
## [1] "BLINKS_3278816: RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…"
## 
## [[3588]]
## [1] "esme_jacinto: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3589]]
## [1] "xis_lays: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[3590]]
## [1] "hkshota: RT @intakorize: chuu left loona, jieun left purplekiss, and jinni left nmixx, all in less than a month? 2022 new doom year of kpop"
## 
## [[3591]]
## [1] "TheYeyit: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[3592]]
## [1] "JuanQwQ1: RT @blue_m00n97: Please someone with power in Kpop industry... #BringSoojinBack 😭❤️\n\nGIDLE deserves to celebrate with Seo Soojin, Neverland…"
## 
## [[3593]]
## [1] "sh4vely: the quotes full of kpop stans just saying anything without knowledge about football and its culture 💀💀 op didn't sa… https://t.co/wrjEgVNWV4"
## 
## [[3594]]
## [1] "gh0ulpuppy: @mintkookoolate @ughmane @jikim_chi army are kpoppies. bts is in the idol industry under a company that promotes &amp;… https://t.co/PCCkZf4JHK"
## 
## [[3595]]
## [1] "juinhyeong: RT @FairyVotes: wts / lfb / selling kpop votes 🇮🇩\n\n[StarPlay 🌟]\nAvailable: by DM\nPrice: IDR 14k = 1k SST\n\n💰 mop: dana\n📩 dm if interested…"
## 
## [[3596]]
## [1] "yoursmiley__: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3597]]
## [1] "chi__enne: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[3598]]
## [1] "NamJinnin: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3599]]
## [1] "6v6lovr: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3600]]
## [1] "wwwonydotcom: RT @wonyuluv: this tweet was for dives so why are there some random loser kpop stans in the quotes who are thousand miles away from these g…"
## 
## [[3601]]
## [1] "TesssiaL: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[3602]]
## [1] "iconiclulu: RT @25thof3_: i dont understand stans wanting every kpop group to cater to their music preferences. if you dont like it then find something…"
## 
## [[3603]]
## [1] "xtngloml: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[3604]]
## [1] "loeyskiss: @newsenstar @YouTube They did a great job in these 2 days ☺ First day they even performed in rain! EXO's still one… https://t.co/641Er1202I"
## 
## [[3605]]
## [1] "rubierosearca: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[3606]]
## [1] "LoLoLand__: @kpop_hater22 Ne nao"
## 
## [[3607]]
## [1] "didiperez6: RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…"
## 
## [[3608]]
## [1] "snfpos: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[3609]]
## [1] "JennAnarchy: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[3610]]
## [1] "who_jjjm: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3611]]
## [1] "cacaujota: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3612]]
## [1] "XVII___Carat: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[3613]]
## [1] "BTSendedu: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[3614]]
## [1] "Elohh__: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3615]]
## [1] "nikisgender: guys give me a kpop idol for a new pfp for priv"
## 
## [[3616]]
## [1] "kty_Jm13: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3617]]
## [1] "onmydais: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[3618]]
## [1] "emma201321: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3619]]
## [1] "vlvtyong: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3620]]
## [1] "yixiang1111: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[3621]]
## [1] "z64748e: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[3622]]
## [1] "parkseonghwaa_: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[3623]]
## [1] "mfissexygogogo: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[3624]]
## [1] "C00LTA3: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[3625]]
## [1] "tinytannnqu: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3626]]
## [1] "wolfbunny9297: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[3627]]
## [1] "0LDBTXT: RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E"
## 
## [[3628]]
## [1] "melinaexiste: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[3629]]
## [1] "kuku_mein: RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF"
## 
## [[3630]]
## [1] "rozereeel: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[3631]]
## [1] "hxll_evator: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3632]]
## [1] "ajrt2118: RT @thedivestudios: after his debut?!?! 🤯\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin #프니엘 #BTOB #JUNNY #주니 #HOLLAND https://t.co/gG0zaAVj…"
## 
## [[3633]]
## [1] "Go2theshin2the1: RT @starfess: Are you one of the people who know this legendary kpop song ?? ❤\n\n-hi\n https://t.co/1rFGxTwJdG"
## 
## [[3634]]
## [1] "Kooky__Monster: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[3635]]
## [1] "cresiamau: RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…"
## 
## [[3636]]
## [1] "exoludida: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3637]]
## [1] "SpadezzZam: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3638]]
## [1] "user8998s: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3639]]
## [1] "hannahl69220557: RT @TXTChartData: Most Followed Kpop Groups on Spotify:\n\n#1 BTS - 57M\n#2 BLACKPINK - 34.1M\n#3 TWICE - 15.4M\n#4 STRAY KIDS - 9.4M\n#5 EXO - 9…"
## 
## [[3640]]
## [1] "chainsawmari: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3641]]
## [1] "Juuuuuls_SKZ: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3642]]
## [1] "m4haelvr: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[3643]]
## [1] "Naouknow2154: RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6"
## 
## [[3644]]
## [1] "hrlck1: @Sanssler @ReallyR4ndom @KhajiitM @Wasting_Night What's a kpop"
## 
## [[3645]]
## [1] "love2jop: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[3646]]
## [1] "kimliptonicetea: nooooo wtf that kpop on broadway show is already getting shut down?! 😭💔 #saveKPOPBroadway"
## 
## [[3647]]
## [1] "soslalisa: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[3648]]
## [1] "cmhwltm: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[3649]]
## [1] "sweetannie_kpop: Thank you @krnphile for being REAL and OPEN about recent situations. I hope no one ever thinks you're toxic, and re… https://t.co/Aloxgp3HC8"
## 
## [[3650]]
## [1] "revwce: RT @xiyyyywi: 📢📢Selling Idol Champ Ruby &amp; Blue Chamsims📢📢\n\nBLUE CHAMSIMS: SHOW CHAMPION AVAILABLE 25,000💙\n\n1,200💙=$1/54\n\nNote:\ncan only vot…"
## 
## [[3651]]
## [1] "yoplaneto: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[3652]]
## [1] "NaV_dkdels: RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…"
## 
## [[3653]]
## [1] "eyunholv: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[3654]]
## [1] "stuckwithinnie: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3655]]
## [1] "jisoosociety: @SAIKIEKO to my mental health. they treated SNSD terribly n were blatantly awful. when jonghyun unalived himself th… https://t.co/inVOUKyzFp"
## 
## [[3656]]
## [1] "rosemel90929365: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[3657]]
## [1] "bxbygxrlbree: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3658]]
## [1] "btstaekook0405: RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…"
## 
## [[3659]]
## [1] "nadeerayasmin: two are in both🤣🤣 youtube is mostly rock/band versions of kpop songs https://t.co/jLqdRDkrG9"
## 
## [[3660]]
## [1] "wxnteraran: who can sponsor w me? i havent been on this acc for so long and lost my friends😭😭 #ROBLOX #Adoptmetrades… https://t.co/2KKSN6m2fs"
## 
## [[3661]]
## [1] "comecome_dagawa: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[3662]]
## [1] "kkuma_coupss: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[3663]]
## [1] "sisbykirby: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3664]]
## [1] "stillshiho: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[3665]]
## [1] "KhadijaAkhter20: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3666]]
## [1] "roadnotttaken: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3667]]
## [1] "JustWannaFreeFx: RT @Kpopmap: 5 Older K-Pop Girl Groups We Would Love To See Reunite\n https://t.co/mwv8EkokrU\n\n #kpop #fx #2NE1 #WonderGirls #GirlsDay #SPICA"
## 
## [[3668]]
## [1] "motovampi: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3669]]
## [1] "jooniyybii: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3670]]
## [1] "katheri92913242: RT @ningmengland: 'Untouchable Kpop I am the original' is one of TikTok Korea's HOT Trend Song for the 4th week of November! 🔥\n\nIt is the s…"
## 
## [[3671]]
## [1] "jjungpandorox: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3672]]
## [1] "ateezerhwa: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3673]]
## [1] "saythename_hcm: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[3674]]
## [1] "btstaekook0405: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[3675]]
## [1] "Lalisa_3245: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[3676]]
## [1] "KPOP_JUICE_EN: K-pop Daily Votes Ranking✨✨\n\n【12/9】\n21 #KOIKESYUNJI (↓1)\n22 #JAY (↑3)\n23 #SUNGHOON (↑4)\n24 #SUGA (↓5)\n25… https://t.co/v44iOpCwOq"
## 
## [[3677]]
## [1] "champagnegrce: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[3678]]
## [1] "Mariana59975007: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3679]]
## [1] "DfyGrvtAlwys: RT @BroadwayWorld: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathering…"
## 
## [[3680]]
## [1] "dohksooxo: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[3681]]
## [1] "ryouniani: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[3682]]
## [1] "kgwangsan: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[3683]]
## [1] "JoVillafania1: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[3684]]
## [1] "shineefan08: Not a single one of ur kpop men is a big boy btw"
## 
## [[3685]]
## [1] "armogeny1: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[3686]]
## [1] "mo_onmari: RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…"
## 
## [[3687]]
## [1] "kgwangsan: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3688]]
## [1] "prideforagustd: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3689]]
## [1] "kyusnee: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3690]]
## [1] "moonliight_luv: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[3691]]
## [1] "khushi075072812: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[3692]]
## [1] "bmthaechan: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3693]]
## [1] "love_bangtanKoo: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3694]]
## [1] "mrhaelvr_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3695]]
## [1] "natystring: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3696]]
## [1] "_marshxll: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3697]]
## [1] "tlaklaa: RT @GD_got_my: So in HISTORY T.O.P will become the first Man/Kpop Artist/Idol/K-rapper/Actor to go to SPACE"
## 
## [[3698]]
## [1] "mmiiccuurides: @Koreaboo the past few days have been horrible for the kpop industry. nct getting injured and jinni leaving"
## 
## [[3699]]
## [1] "SoobiesBingsoo: RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…"
## 
## [[3700]]
## [1] "kchsupremacy: RT @NME: Artists set to perform at @mikfestival in Paris next February include CL, Chung Ha, BtoB and more https://t.co/3HinBdWtzq"
## 
## [[3701]]
## [1] "BHsFlowerWay: RT @blueredblind: people list down heartbreak lists in 2022 while they didn't list omega x case when it's the breaktrough of kpop industry,…"
## 
## [[3702]]
## [1] "jisoosociety: @SAIKIEKO yes but it’s 10x worse now i feel like. back then we had something called hash threads that were NORMALIZ… https://t.co/xkZe2kMGNZ"
## 
## [[3703]]
## [1] "4shley4: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[3704]]
## [1] "moonniechiild: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[3705]]
## [1] "Sam_082618: Anyone wants to be mutuals please? I like a little of kpop and i follow jpop such as exile tribes, and ano. Please… https://t.co/uume1AAng0"
## 
## [[3706]]
## [1] "kesaliiii: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[3707]]
## [1] "Mayliss05627832: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[3708]]
## [1] "manahilamjad0: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3709]]
## [1] "witchcatf: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3710]]
## [1] "_aheungg: Rant (Not kpop related) 🤷🏽‍♀️\n\nI hate how kdrama fans reduce ALL jdramas as straightforward, no substance, sensual… https://t.co/XRCNmascSq"
## 
## [[3711]]
## [1] "revwce: RT @garnethours_my: 🦋 Available [221209] 🦋\n\n❄️ Choeaedol | 90k❤\n\n❄ Fancast | 10k💛\n\n❄️ Freevote | 840❤️\n\n❄️ Idol Champ \n| 1k💙 chamsims\n| 1k❤…"
## 
## [[3712]]
## [1] "ayakasfavorite: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3713]]
## [1] "Shakeenz: RT @KPOPBroadway: If we're going out, we're going ALL-OUT! See KPOP on Broadway through Sunday, December 11 only. https://t.co/LXqpfYbE5V"
## 
## [[3714]]
## [1] "gentIemyg: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[3715]]
## [1] "cutiepie21211: RT @AboutMusicYT: Biggest kpop idol group songs on Circle Chart (based on index points): https://t.co/du2k3iS575"
## 
## [[3716]]
## [1] "jeons_eyes: RT @Daily_JK97: 📊 “Left and Right” has surpassed 414M streams on Spotify on its 167th day, the fastest song by Kpop &amp; Korean soloist to do…"
## 
## [[3717]]
## [1] "Haroli_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3718]]
## [1] "titaL_babyCarat: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3719]]
## [1] "manahilamjad0: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[3720]]
## [1] "nattawinnapo: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3721]]
## [1] "lisaxsolo: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[3722]]
## [1] "blinkiearriz20: RT @GD_got_my: So in HISTORY T.O.P will become the first Man/Kpop Artist/Idol/K-rapper/Actor to go to SPACE"
## 
## [[3723]]
## [1] "zhanginnie: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[3724]]
## [1] "debyulyi: The real ace of kpop https://t.co/M4TWe1WDwK"
## 
## [[3725]]
## [1] "zara94ray: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[3726]]
## [1] "BTSendedu: RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…"
## 
## [[3727]]
## [1] "bryanjoonviews: RT @Mr_NaveenKumar: KPOP inviting community members in for its final performance is the sort of spirit Broadway needs. https://t.co/jfzoU7P…"
## 
## [[3728]]
## [1] "diphylleiagrai: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3729]]
## [1] "blue__wonie: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3730]]
## [1] "pabby777: RT @LIONlDLE: \"Soyeon, the rapper kicking down doors for generations of women kpop idols yet to come.\"\n:')\n\nhttps://t.co/gpjvAuBiaD\n\n@G_I_D…"
## 
## [[3731]]
## [1] "hkshota: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[3732]]
## [1] "TriptychxKiller: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3733]]
## [1] "moonxmilkxtea: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[3734]]
## [1] "_pjm_1995: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3735]]
## [1] "knifejelly: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3736]]
## [1] "silvia731215: RT @sbbbh56: ❗Chen will coming back to Malaysia at 14th Jan 2023 ❗\n\nThis was supposed to hold at 19 Nov but it postpone because of the elec…"
## 
## [[3737]]
## [1] "iamcbswag: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[3738]]
## [1] "vivic_05: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[3739]]
## [1] "sapphire6ix: This year has not been kind to kpop fans or idols. :( I'm hoping it gets better next year."
## 
## [[3740]]
## [1] "casisasar: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[3741]]
## [1] "_wooluvr: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3742]]
## [1] "_vantebear: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3743]]
## [1] "duskstarjongho: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3744]]
## [1] "berry_berry_95: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[3745]]
## [1] "vankooluvr: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3746]]
## [1] "LadiesWhoLunchP: RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…"
## 
## [[3747]]
## [1] "RoseRosilin: RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…"
## 
## [[3748]]
## [1] "gildedtulip: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3749]]
## [1] "xnnon1: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[3750]]
## [1] "Whalien_52_IPU: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3751]]
## [1] "waterlilliy: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[3752]]
## [1] "exotanteez: kpop fans every time atz wins something: https://t.co/eQ7BK8Lvqg"
## 
## [[3753]]
## [1] "jaininiiie: RT @arsjiaerwang: Nothing’s going right in kpop right now. Bring back GOT7."
## 
## [[3754]]
## [1] "johnlocke06: RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…"
## 
## [[3755]]
## [1] "luvthv_twt: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3756]]
## [1] "yufims: don’t forget to leave a vote for yuta if u had a chuckle\nhttps://t.co/nifrmKfArL"
## 
## [[3757]]
## [1] "lwcznea: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[3758]]
## [1] "softonlyoneof: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[3759]]
## [1] "Noerl1223: lGyehun, who was the 1st place in the creative team during the 3rd round of Laut, Gyehun, who worked hard on his cr… https://t.co/Vb20YNdLtN"
## 
## [[3760]]
## [1] "hansourl: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3761]]
## [1] "jeonginmariia: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3762]]
## [1] "booseungkwzn: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[3763]]
## [1] "pastelduskull: Sixth Sense by Brown Eyed Girls is actually one of the best songs ever created not even just in the genre of Kpop https://t.co/4Oaw7LCBJb"
## 
## [[3764]]
## [1] "rendezvous_63: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[3765]]
## [1] "namu_mere022193: RT @raplinegold: just watched a video compilation of english speaking people being shocked by kpop idols being fluent in english and the id…"
## 
## [[3766]]
## [1] "Il_lizzy: RT @Jaydelovesweme: @Kpopmap FOR THE LOVE OF GOD STAN WEKI MEKI🥲 @ kpop stans; they deserve so so so much love🥹 https://t.co/7VOe79ZVL3"
## 
## [[3767]]
## [1] "svtfireup: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[3768]]
## [1] "Ayiqujk99: RT @smiiliingkookie: I have never seen something so crazy happening in kpop industry as what is current happening to Dreamers by Jungkook,…"
## 
## [[3769]]
## [1] "Nicole93158886: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3770]]
## [1] "iamcbswag: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3771]]
## [1] "Il_lizzy: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[3772]]
## [1] "Hani_080507: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[3773]]
## [1] "meloveyonbok: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[3774]]
## [1] "Freshyewon: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[3775]]
## [1] "hongbinisthebae: RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…"
## 
## [[3776]]
## [1] "jeeoonngin: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3777]]
## [1] "taasiaar: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3778]]
## [1] "featljc: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3779]]
## [1] "SKZmyangels: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3780]]
## [1] "tprincesscookie: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3781]]
## [1] "xyzn_exe: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3782]]
## [1] "zZzoule: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3783]]
## [1] "ElderPoptart: RT @katereinking: I’m so happy that KPOP is going to have sold out (or near) shows for its final 4 performances, but it breaks my heart the…"
## 
## [[3784]]
## [1] "join_8763: THE REASON JACKSON WANG KEEPS A LIGHT ON AT HIS HOUSE #kpop #kpopshorts ... https://t.co/iX2RfOXdXA via @YouTube #JacksonWang #TEAMWANG"
## 
## [[3785]]
## [1] "LISA18908273: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3786]]
## [1] "NicolFigueredo1: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3787]]
## [1] "_minghaoareyou: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3788]]
## [1] "xninigyu: and when kpop stans learn how to stop bullying and lowkey harassing innocent people on the internet the world will heal"
## 
## [[3789]]
## [1] "SAIKIEKO: @jisoosociety also i wasnt there for 2nd gen kpop so my knowledge on it is very limited 🕺 i do know tho it was a bi… https://t.co/1pPm7q6Qd3"
## 
## [[3790]]
## [1] "jackieeeortiz: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3791]]
## [1] "koa_chu: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[3792]]
## [1] "Kpop_Joahae: @candeenana13 Fave too 💗 one of the songs on my everyday playlist during College Days 🥺🙌"
## 
## [[3793]]
## [1] "micmicjoongie: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3794]]
## [1] "pjlpjmjjk: RT @AsiaRockPopRap: #AsianMusic #AsianArtists #KPop #BTS #BTSSongs \nArtist: BTS @BTS_twt @bts_bighit \nSong:  Dynamite (Bedroom Mix)\nYear: 2…"
## 
## [[3795]]
## [1] "beombei1: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[3796]]
## [1] "jjkookiee_1997: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3797]]
## [1] "Pelleg1Gabriell: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[3798]]
## [1] "heyyimjulieanne: RT @PMelody18: Minhyuk's rap part in Traveler and his look here is just ❤️‍🔥❤️‍🔥❤️‍🔥\n20211102 Kpop in Suncheon\n#BTOB #LEE_MINHYUK #HUTA #허타…"
## 
## [[3799]]
## [1] "Onerandomgirl3: I drew this a couple months ago. I'm thinking of posting some other art of mine. I put it on my wall since I don't… https://t.co/KoAsHrKR9w"
## 
## [[3800]]
## [1] "Chachalala7_BTS: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[3801]]
## [1] "AsiaRockPopRap: #AsianMusic #AsianArtists #KPop #BTS #BTSSongs \nArtist: BTS @BTS_twt @bts_bighit \nSong:  Dynamite (Bedroom Mix)\nYea… https://t.co/7cYJNrTyga"
## 
## [[3802]]
## [1] "vilzbee: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[3803]]
## [1] "twicetanera: RT @ThePopBase: Highest ranking Kpop acts on Billboard 200 Artists Year-end chart:\n\n1. #BTS - #18 (2020)\n2. #BTS - #21 (2018)\n3. #BTS - #26…"
## 
## [[3804]]
## [1] "chichic26986608: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[3805]]
## [1] "yuri_on_nice: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3806]]
## [1] "sunjhsshine: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[3807]]
## [1] "rungothamcity: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[3808]]
## [1] "hunniebrows: RT @Foivechxn: Imagine people spoke about football the way kpop fans speak about idols and groups"
## 
## [[3809]]
## [1] "kswscar: kpop stans’ obsession of bringing the boyz’ name up in stupid shit needs to be studied"
## 
## [[3810]]
## [1] "VixxSofa: RT @Daisy__Kim: The funniest part is that these loud Western kpop stans are always dismissing Asian fans and the Asian market as \"lesser\" w…"
## 
## [[3811]]
## [1] "littlecinnamon: RT @ScarletteDrake: Twitter is a toxic graveyard atm but I’m  releasing an mm romance novel about a rockstar and a K-pop idol in 2023 in ca…"
## 
## [[3812]]
## [1] "Muffy_Tweets: RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…"
## 
## [[3813]]
## [1] "chris_is_talkin: https://t.co/OoNy1ZwGBu\n(K)POPCORN REACTION | STREET WOMAN FIGHTER SEASON 1 EPISODE 6 PART 1 REACTION… https://t.co/kU0kLnGATi"
## 
## [[3814]]
## [1] "alisonisbroken: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[3815]]
## [1] "w1nterfall5: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3816]]
## [1] "moonxmilkxtea: @KkuraSakura Hey! That’s how it starts. How long have you been into or known about kpop? I came across a Blackpink… https://t.co/u6fFuyC8tl"
## 
## [[3817]]
## [1] "cecehenry1: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[3818]]
## [1] "gvnryu: RT @_kurukaa_: heyy, i'm kinda new in the kpop twt, and i'm tryna find some moots, so yeah :) i stan lots of groups, but skz, ateez, p1h, m…"
## 
## [[3819]]
## [1] "heenderella: RT @iBNGTZee: back then when kpop groups used to sing live 😞 https://t.co/Z9tV3j3lyU"
## 
## [[3820]]
## [1] "master_key_plz: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[3821]]
## [1] "Byuniho: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[3822]]
## [1] "Nicole93158886: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3823]]
## [1] "xenomorphique: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[3824]]
## [1] "ctrlkeii: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[3825]]
## [1] "DimacGel: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3826]]
## [1] "roseyxz: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3827]]
## [1] "Rumii0824: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[3828]]
## [1] "rosies_lilies: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[3829]]
## [1] "iloveyouThe8: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[3830]]
## [1] "montemayo8: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[3831]]
## [1] "songhou0513: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[3832]]
## [1] "xCareBearStare: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3833]]
## [1] "HeyItsClemence_: the way I’ve wanted to like open a little shop or something like that to sell my kpop watercolor art since last yea… https://t.co/nCHe7bzmh6"
## 
## [[3834]]
## [1] "yiyijaleh: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[3835]]
## [1] "lizlovecamila: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[3836]]
## [1] "SAIKIEKO: @jisoosociety thank you for educating me a bit more on 2nd gen kpop tho 🗣‼️"
## 
## [[3837]]
## [1] "alemochimie1: RT @CelebConfirmed: ICYMI: #Taeyang of #BigBang is collaborating with #BTS's #Jimin on an upcoming solo song.\n\nhttps://t.co/Q1ncgdErgM"
## 
## [[3838]]
## [1] "KikiTabi: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[3839]]
## [1] "MoMoRingTwicer: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3840]]
## [1] "redqueenlm: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[3841]]
## [1] "dsk17012527: @7GotAhga7 @MeMyselfAndI_98 @AboutMusicYT Do you seriously think that the fandoms mass google the same sentence ove… https://t.co/wrKROm8TLZ"
## 
## [[3842]]
## [1] "valeriabello_22: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[3843]]
## [1] "morganelico: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3844]]
## [1] "Kpop_Project_SP: RT @fantagiomusic_: [#문빈_산하]\nMOONBIN&amp;SANHA(ASTRO)\n3rd Mini Album &lt;INCENSE&gt;\nConcept Photo\nIMPURE ver. ⚗\n\n2023.01.04 RELEASE\n#INCENSE #MOONBI…"
## 
## [[3845]]
## [1] "Glowpear2: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3846]]
## [1] "yumikook95: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3847]]
## [1] "MoMoRingTwicer: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3848]]
## [1] "midzyswith: @gothseunghee i’m glad this kind of negative talk hasn’t passed my radar because that makes me SO mad. seeing “olde… https://t.co/VJ4Xg9qP5L"
## 
## [[3849]]
## [1] "jisoosociety: @SAIKIEKO no just mutuals 😭 i’m making a point bc i saw ur tweet but it sounds very uneducated to the 2nd gen kpop"
## 
## [[3850]]
## [1] "jessBangtanOT7: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3851]]
## [1] "skztagon: @kyucobi When was the last time exo was even nominated for an award, they are not the Brazil football team of kpop"
## 
## [[3852]]
## [1] "imnottoriiv: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3853]]
## [1] "sagi501: All kpop referring to D1 as Harry-june's dad is my 2022 most iconic moment 😭❤️"
## 
## [[3854]]
## [1] "Quirxlore: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3855]]
## [1] "kimbapisyahae: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3856]]
## [1] "_cadis_: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3857]]
## [1] "indigobeah: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[3858]]
## [1] "iBNGTZee: back then when kpop groups used to sing live 😞 https://t.co/Z9tV3j3lyU"
## 
## [[3859]]
## [1] "chrisyanke: RT @THR: ‘KPOP’ Team on Abrupt Closing of Broadway Musical: “We Never Got a Fair Chance” https://t.co/0bl4umkTlo"
## 
## [[3860]]
## [1] "coffeecheols: RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV"
## 
## [[3861]]
## [1] "_nxIIy: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3862]]
## [1] "rieyainie: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3863]]
## [1] "iaydr: yes im a kpop stan and i hate kpop stans im real"
## 
## [[3864]]
## [1] "Mnchen77947449: RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP"
## 
## [[3865]]
## [1] "usedpixie: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[3866]]
## [1] "soohaschick: RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…"
## 
## [[3867]]
## [1] "polygonaldemon: RT @cursedeviIs: KPOP EXCELLENCE https://t.co/imlF2zRh52"
## 
## [[3868]]
## [1] "guchilnoona: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3869]]
## [1] "SoftWhalien: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 73M* 💜\n#2. Jack in the box -…"
## 
## [[3870]]
## [1] "ArmyPatrol911: @allkpop @BbRabbitJK #1 fastest growing ff. in the 🌎\n#1 most streamed Kpop soloist 2022\n#1 korean soloist w/ highes… https://t.co/ztpoZtlWlg"
## 
## [[3871]]
## [1] "Wendy53755158: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[3872]]
## [1] "K_Revon: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[3873]]
## [1] "JasminPaul07: RT @Attention_spy: [📊| UPROXX has listed \"New Jeans\" by \n@NewJeans_ADOR as one of the K-Pop albums of 2022 👏👑\n\n🔗: https://t.co/qWK9TtnK5g…"
## 
## [[3874]]
## [1] "grlica_: @888SHOKYO @thatdudeclow @KoiSilent @bambooney @CoolerRatGamer actual kpop stance https://t.co/4ssbZFUajA"
## 
## [[3875]]
## [1] "krw_b9: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3876]]
## [1] "iBNGTZee: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3877]]
## [1] "jonghoellie: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[3878]]
## [1] "fly_high1604: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[3879]]
## [1] "smol_daisy: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3880]]
## [1] "Dreamsof7: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[3881]]
## [1] "sunoppositemoon: Huh, there was a kpop Broadway musical? Clearly, I'm not THAT big of a kpop fan. https://t.co/PSXUZlBTNb"
## 
## [[3882]]
## [1] "eclipsetuanpics: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[3883]]
## [1] "pastelduskull: RT @meusconceptions: Factually and objectively the chaser by infinite is the best song ever created in kpop"
## 
## [[3884]]
## [1] "lioncunty: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3885]]
## [1] "SarangheoZ: RT @ILLsCart: wts lfb ph onhand #ILLsCart\n\n• Standard KPOP Lightstick Battery Holder\n\n` php 210 each  / payo - php 195 each\n` dop: 1 month…"
## 
## [[3886]]
## [1] "bibbiuhun: RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants \"ddiung,…"
## 
## [[3887]]
## [1] "SN0WMlN: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[3888]]
## [1] "katlovesjiung: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3889]]
## [1] "Mariana82225262: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[3890]]
## [1] "hoshidumpling: RT @TheKpopverse: #CARAT’s and #kpop fans, @NortheastCarats will be hosting “BooShua Craft Night” a Seungkwan &amp; Joshua birthday cupsleeve e…"
## 
## [[3891]]
## [1] "cavlady01: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[3892]]
## [1] "usagaincarats: RT @TheKpopverse: #CARAT’s and #kpop fans, @NortheastCarats will be hosting “BooShua Craft Night” a Seungkwan &amp; Joshua birthday cupsleeve e…"
## 
## [[3893]]
## [1] "Bone_Ape_Tite: RT @hakushotafan: guys in your opinion whats the best song ever created in kpop"
## 
## [[3894]]
## [1] "ss_0t7ks: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[3895]]
## [1] "RrrrpMonster: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[3896]]
## [1] "norhaineB: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3897]]
## [1] "cyanathome: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[3898]]
## [1] "BecckZara: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[3899]]
## [1] "zoaluvr: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[3900]]
## [1] "blessedlyfe1888: RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants \"ddiung,…"
## 
## [[3901]]
## [1] "LiaKook01: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[3902]]
## [1] "raplinegold: just watched a video compilation of english speaking people being shocked by kpop idols being fluent in english and… https://t.co/ZbaBxA7z2V"
## 
## [[3903]]
## [1] "Little_Euphoria: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[3904]]
## [1] "dellipi13: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3905]]
## [1] "mellowmiette: also sorry for all the kpop talk bed just doesnt give me much ed stuff to mention 💀 no weightloss, no fasting or ca… https://t.co/ECmVdj6Gl2"
## 
## [[3906]]
## [1] "constaellatae: RT @ywnloops: the BEST rap in the entire kpop industry. https://t.co/qAAyH1ysCl"
## 
## [[3907]]
## [1] "SooSoSwagYo: RT @katereinking: I’m so happy that KPOP is going to have sold out (or near) shows for its final 4 performances, but it breaks my heart the…"
## 
## [[3908]]
## [1] "dohksooxo: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[3909]]
## [1] "k00k1e0re0: I didn’t think I’d get more Kpop albums then I have… it’s an addiction.. 🚶🏻‍♀️"
## 
## [[3910]]
## [1] "Albaa32511: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3911]]
## [1] "TheKpopverse: #CARAT’s and #kpop fans, @NortheastCarats will be hosting “BooShua Craft Night” a Seungkwan &amp; Joshua birthday cupsl… https://t.co/cXBSl1ukgW"
## 
## [[3912]]
## [1] "minyoongieyoon: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3913]]
## [1] "CandiceTanishaB: RT @THR: ‘KPOP’ Team on Abrupt Closing of Broadway Musical: “We Never Got a Fair Chance” https://t.co/0bl4umkTlo"
## 
## [[3914]]
## [1] "narumi_chan1412: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[3915]]
## [1] "Moonoom1993: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[3916]]
## [1] "tasteandlove: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3917]]
## [1] "Zeddjudylou10: RT @BLACKPINK4WAYS: .@BLACKPINK now holds the TOP 2 of Longest Charting Kpop Group Songs released this year on Global Spotify ( Pink Venom…"
## 
## [[3918]]
## [1] "kpop_kati: RT @raplinecypherrr: NOTHING MORE SATISFYING THAN YOONGI SHOUTING \"GO SEOK \" AND \"GO JAY\" BEFORE HOSEOK STARTS HIS VERSE https://t.co/6lM8B…"
## 
## [[3919]]
## [1] "cryinglnpurple7: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[3920]]
## [1] "MoMoRingTwicer: RT @pinathemenguin: fandoms of every kpop group hating on twice the ENTIRE YEAR,talking shit about them,literally judging every move they m…"
## 
## [[3921]]
## [1] "taepansy: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3922]]
## [1] "SchmeIIy: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[3923]]
## [1] "SDamayanti123: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[3924]]
## [1] "joon_collect: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[3925]]
## [1] "bitipoptitans: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[3926]]
## [1] "cooing0513: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[3927]]
## [1] "pickmeforyoongi: SKMEONE SAID JYP IS THE ABBY LEE MILLER OF KPOP SJDHSKSKSKHFJD"
## 
## [[3928]]
## [1] "Kpop_Project_SP: RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…"
## 
## [[3929]]
## [1] "ensaladakim: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3930]]
## [1] "THR: ‘KPOP’ Team on Abrupt Closing of Broadway Musical: “We Never Got a Fair Chance” https://t.co/0bl4umkTlo"
## 
## [[3931]]
## [1] "LalisaK61966400: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3932]]
## [1] "tired__multi: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[3933]]
## [1] "Kpop_Project_SP: RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…"
## 
## [[3934]]
## [1] "tfwriki: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[3935]]
## [1] "alisonisbroken: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[3936]]
## [1] "Kpop_Project_SP: RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…"
## 
## [[3937]]
## [1] "allohk4ever: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3938]]
## [1] "eiymy1972: RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…"
## 
## [[3939]]
## [1] "GangWaeng: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[3940]]
## [1] "Kpop_Project_SP: RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…"
## 
## [[3941]]
## [1] "wdytmyg: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3942]]
## [1] "Kpop_Project_SP: RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…"
## 
## [[3943]]
## [1] "yeonzz_: @dearyvno talking like he’s a kpop idol"
## 
## [[3944]]
## [1] "Kpop_Project_SP: RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…"
## 
## [[3945]]
## [1] "nongthuwkaa: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[3946]]
## [1] "sknnct: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3947]]
## [1] "Kpop_Project_SP: RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…"
## 
## [[3948]]
## [1] "MaryB55505356: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3949]]
## [1] "127JUYO: @binaural_test and the way croatia are a v strong team and a 2018 finalist like u can tell they dont watch football… https://t.co/D8DcDYvqJu"
## 
## [[3950]]
## [1] "Kpop_Project_SP: RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…"
## 
## [[3951]]
## [1] "mwxrih: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[3952]]
## [1] "Kpop_Project_SP: RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…"
## 
## [[3953]]
## [1] "abcmanjk: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[3954]]
## [1] "deerhive: ya i get what other kpop stans mean about orbits being annoying.. 😭😭 just saying shit unprovoked"
## 
## [[3955]]
## [1] "4kMeowie: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[3956]]
## [1] "4kMeowie: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3957]]
## [1] "ThisStaylvsYou: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3958]]
## [1] "kpop_kati: RT @l7withyou: @cypherluscious Dear Army! You are valuable, you are loved, you are necessary, your effort is a sign of courage and you are…"
## 
## [[3959]]
## [1] "bngtan_my: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[3960]]
## [1] "Kpop_Project_SP: RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…"
## 
## [[3961]]
## [1] "jo0ngdesire: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3962]]
## [1] "orul82ox1: RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants \"ddiung,…"
## 
## [[3963]]
## [1] "stwermin_rine: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[3964]]
## [1] "gowonnw: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[3965]]
## [1] "SN0WMlN: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[3966]]
## [1] "julsjaykay: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[3967]]
## [1] "rikittiies: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[3968]]
## [1] "diequeer: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3969]]
## [1] "bwiikoosbish: RT @stream4taekook: \"Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…"
## 
## [[3970]]
## [1] "Mello949020313: RT @ATYstream: 📋| 'Kpop Idol Goes Undercover' has surpassed 32.4M views! 🎉\n\n— 🌸 — \n#에이티즈 @ATEEZofficial #エイティーズ #ATEEZ https://t.co/dcaqWcp…"
## 
## [[3971]]
## [1] "onlyjhnny: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[3972]]
## [1] "heyshuahae: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[3973]]
## [1] "moonlitseouls: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[3974]]
## [1] "alisonisbroken: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[3975]]
## [1] "parkoceanbaby: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[3976]]
## [1] "KpoppieCrow: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[3977]]
## [1] "Callmynamegot71: RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…"
## 
## [[3978]]
## [1] "cherrypinkidle6: RT @aydilwakem: how the hell this kpop girl group doesn't have a visual hole? LIKE LOOK AT THEM? https://t.co/9aIgeGxRfB"
## 
## [[3979]]
## [1] "m00njinnieeee: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3980]]
## [1] "woojiberry: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[3981]]
## [1] "Limkim990: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[3982]]
## [1] "yamij05: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[3983]]
## [1] "yeonnicha: @ioiflr use those gain kpop moots accounts! it’s what i did when i started using this account earlier this year"
## 
## [[3984]]
## [1] "Yusta86060813: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3985]]
## [1] "SooSoSwagYo: RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…"
## 
## [[3986]]
## [1] "bluepinkhex: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[3987]]
## [1] "kiu_kiuS: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[3988]]
## [1] "sagi501: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[3989]]
## [1] "P3per0sa: @LovingChapter2 @skz_legend @AwesomeDeni @allkpop You blocked me but whatever. Literally no one was lecturing YOU,… https://t.co/O6Yb4IXspK"
## 
## [[3990]]
## [1] "LalisaK61966400: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[3991]]
## [1] "Narniana94_: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[3992]]
## [1] "CCMilbank: RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…"
## 
## [[3993]]
## [1] "glitter___0_: Yes because it’s either Christmas shopping or KPOP. Lol 😆 \n\nAdded: or I’m looking at shelving systems too 😆🤣… https://t.co/wIipgJ7rjh"
## 
## [[3994]]
## [1] "DILFZONE: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[3995]]
## [1] "ArtmusicJK: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[3996]]
## [1] "hunniebrows: RT @mingkinluv: Everyday the line between kpop stans and football fans gets blurrier https://t.co/ex0NEcwpjP"
## 
## [[3997]]
## [1] "socialmetric_la: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[3998]]
## [1] "gothjgn: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[3999]]
## [1] "mayadanye: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[4000]]
## [1] "Leidy_do292600: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[4001]]
## [1] "PSEblue: RT @elsserafim: le sserafim mama dance break proves they’re one of the best performers in 4th gen kpop https://t.co/sJHwTRJLIX"
## 
## [[4002]]
## [1] "apresshandstan5: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[4003]]
## [1] "clitbeaters69: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4004]]
## [1] "xinomon30: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4005]]
## [1] "yasmile0202: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[4006]]
## [1] "cjfly2: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[4007]]
## [1] "R3pl4y127: 4 Years ago today, DAY6 released the greatest song in kpop history https://t.co/y3idygosCx"
## 
## [[4008]]
## [1] "Fishy_Superstar: Need more kpop songs with latin influence (staring directly at maknae on top and antifragile) so badly"
## 
## [[4009]]
## [1] "agapemp3: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[4010]]
## [1] "AteezWi47947037: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[4011]]
## [1] "itsblooming_: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[4012]]
## [1] "FKareemat: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[4013]]
## [1] "_roseisroseanne: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4014]]
## [1] "fantasystephx: Anyways back to Kpop tweets it is, won’t be watching much world cup now"
## 
## [[4015]]
## [1] "MariaEaton_1: RT @kpopidolevents: ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I San D…"
## 
## [[4016]]
## [1] "DianHyunWoo: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[4017]]
## [1] "Mod_love_JJ: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[4018]]
## [1] "8mingki: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[4019]]
## [1] "rieyainie: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[4020]]
## [1] "VickyHaw: RT @producergikwang: 5000 days since gikwang debuted and changed the whole kpop industry\ntruly the most talented and well rounded idol to e…"
## 
## [[4021]]
## [1] "wickedpixey: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[4022]]
## [1] "be_u_4_u_love: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[4023]]
## [1] "fairy_sannie: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4024]]
## [1] "jsaesme: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[4025]]
## [1] "liIy4eva: this might just be the most cursed kpop collab stage in history https://t.co/ybh8en5HmH"
## 
## [[4026]]
## [1] "inayaved_: RT @larix1997: Kaeya keeps his TCG Diluc card in a photocard holder like a kpop stan\n#kaeluc #luckae #fanart https://t.co/KCq2OehYa7"
## 
## [[4027]]
## [1] "saistroha: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[4028]]
## [1] "Nishat75263031: @notjustbtstras1 I'm sorry but theirs have some toxic army's not Just army every fandom in kpop had toxic fans noth… https://t.co/RHpxPzavy4"
## 
## [[4029]]
## [1] "souJ1013: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[4030]]
## [1] "JyisTaken: @YouTube please youtube ban that youtuber keep posting a fake rumor about kpop idol ban that youtuber https://t.co/ZEEsCaguPB"
## 
## [[4031]]
## [1] "Moenk2901: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4032]]
## [1] "nwjnhr: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4033]]
## [1] "Chelix241: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[4034]]
## [1] "nootlmh: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[4035]]
## [1] "gothjgn: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[4036]]
## [1] "HEWINS28: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[4037]]
## [1] "alisonisbroken: RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…"
## 
## [[4038]]
## [1] "ventislime: RT @larix1997: Kaeya keeps his TCG Diluc card in a photocard holder like a kpop stan\n#kaeluc #luckae #fanart https://t.co/KCq2OehYa7"
## 
## [[4039]]
## [1] "hccjss: no right they doing this FOR FREE. getting bagged on for having a life outside of kpop is insane https://t.co/TDry8Heqln"
## 
## [[4040]]
## [1] "parkjimixd: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4041]]
## [1] "uglygabriel: Reposting kpop related stuff on tiktok as if I don't have only one kpop friend (my bf) there"
## 
## [[4042]]
## [1] "lalalarpi_: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[4043]]
## [1] "souJ1013: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[4044]]
## [1] "acidsweetner: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4045]]
## [1] "hSb8vgLTiMLxmfK: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[4046]]
## [1] "Dark_Glasses_: @kawtuz @njontor @sbyfess Kpop"
## 
## [[4047]]
## [1] "moonchildmoona: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[4048]]
## [1] "junggkieot7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4049]]
## [1] "onlymoondidii: @Chimin10106773 @suremoxie @QUANZHILONG_KJY @allkpop that is why once GD came back an article was released \"The Rea… https://t.co/bdAKitEwCv"
## 
## [[4050]]
## [1] "iluvbiskuat: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[4051]]
## [1] "rcarr1980: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4052]]
## [1] "24hourlshkb: RT @enhagIow: which kpop group is the female version of enhypen and why is it le sserafim"
## 
## [[4053]]
## [1] "soobgyuing: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[4054]]
## [1] "chungha_dodaeng: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[4055]]
## [1] "nctshouse: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4056]]
## [1] "Belle08Mia: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[4057]]
## [1] "frozenxxxx__: everyone was dancing to that choreography but now it's a problem because it's him, the video had absolutely nothing… https://t.co/8EjOlCGbxD"
## 
## [[4058]]
## [1] "Tashal55: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[4059]]
## [1] "longfligth: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4060]]
## [1] "avalily07: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4061]]
## [1] "hwataks: OOPS remove the kpop b4 classmates"
## 
## [[4062]]
## [1] "aerixing: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4063]]
## [1] "soohaschick: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[4064]]
## [1] "JJJHYLT: footballers i wish were kpop idols : -a thread-"
## 
## [[4065]]
## [1] "bbeuchinimnida: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4066]]
## [1] "igiveyouIife: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[4067]]
## [1] "wonseokgyu_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4068]]
## [1] "myluvsynbn: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4069]]
## [1] "sabispixie: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[4070]]
## [1] "Pixledemon: @TheGloominati I went to a couple of Kpop concerts. Nothing prepares you for the smell there. No nerd convention ca… https://t.co/1uRxp2KPw9"
## 
## [[4071]]
## [1] "jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the… https://t.co/Z1JyiD1oM4"
## 
## [[4072]]
## [1] "mirak00k: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[4073]]
## [1] "dorkymintine: my mom’s favorite is oficially minho she thinks he’s the hottest she’s seen out of any kpop idol🧘‍♀️"
## 
## [[4074]]
## [1] "mariemiaes19791: RT @CelebConfirmed: ICYMI: #Taeyang of #BigBang is collaborating with #BTS's #Jimin on an upcoming solo song.\n\nhttps://t.co/Q1ncgdErgM"
## 
## [[4075]]
## [1] "cookies65746: @bamboIleo @baangtanxbackup Most streamed kpop soloist= Jungkook"
## 
## [[4076]]
## [1] "atzhehet: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[4077]]
## [1] "RETlREDFROMSAD: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4078]]
## [1] "Jinlxve: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[4079]]
## [1] "KaguyaHive: @DunceDarion Gonna just be a full time Kpop stan fuck this football shit https://t.co/Cfprve4dlX"
## 
## [[4080]]
## [1] "sun9yu: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4081]]
## [1] "Lyza92509864: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4082]]
## [1] "Arrozzuwu: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4083]]
## [1] "dianee_kim: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4084]]
## [1] "JyisTaken: @YouTube @StevenMcinerney youtube please ban this youtuber who keep posting fake rumor on kpop idol please ban that… https://t.co/c6gt2G1Q4z"
## 
## [[4085]]
## [1] "Hoshizoraka: RT @Lovelyz_Kei421: One of the best Kpop Christmas songs 👇\n\n\"Twinkle by Lovelyz\" https://t.co/fzcZZiUIkp\n\n♬ #러블리즈(#Lovelyz) - #종소리🔔 #Christ…"
## 
## [[4086]]
## [1] "exothicjimin: @AboutMusicYT bts and twice kings and queens that carry the kpop industry"
## 
## [[4087]]
## [1] "Angeles65394246: RT @Tashal55: (G)I-DLE Spotify Kpop ON story update 🥰 https://t.co/1Qs1KQ2rf9"
## 
## [[4088]]
## [1] "KPOP_JUICE_EN: K-pop Daily Votes Ranking✨✨\n\n【12/9】\n16 #FUJIMAKIKYOSUKE (↑1)\n17 #JUNGKOOK (↓1)\n18 #JHOPE (↑6)\n19 #RanFuruie (↑2)\n20… https://t.co/gaMfnsQekb"
## 
## [[4089]]
## [1] "stantwicetan: RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…"
## 
## [[4090]]
## [1] "tsumtsum_xx: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[4091]]
## [1] "Ca_uliflower: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[4092]]
## [1] "ccyberbott57: made a friend in uni recently and she asked for my Insta today, and I found out she’s a kpop fan"
## 
## [[4093]]
## [1] "ming1jn: RT @kwntrsgf: why do kpop idols always have the ugliest pets"
## 
## [[4094]]
## [1] "Jiminscaffe: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[4095]]
## [1] "dokyeom_bie: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[4096]]
## [1] "shara_k_luv: RT @_RapperJK: + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Spotify\n\n(J…"
## 
## [[4097]]
## [1] "performer_arts: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4098]]
## [1] "rn_rinnn: RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants \"ddiung,…"
## 
## [[4099]]
## [1] "pinkysgs: why is there a stock of kpop song edits with famous futbol players I just saw another w chucky lozano to what is love"
## 
## [[4100]]
## [1] "flickerrjungwon: @themarcharmy @tokyofication u must be new to kpop lol"
## 
## [[4101]]
## [1] "hwataks: holy shit i have so many carat classmates, most of my kpop classmates that stan kpop ult svt"
## 
## [[4102]]
## [1] "adorabel_wendy: RT @FranLiong: Spotify Clips\nKpop ON! (온) - MIYEON \n\n#미연 #조미연\n#MIYEON #MY #ChoMIYEON\n#ミヨン #チョ・ミヨン \n#여자아이들 #아이들 #GIDLE \n\n🔗https://t.co/Egw30…"
## 
## [[4103]]
## [1] "himezeIda: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[4104]]
## [1] "alya_kpop: arrived"
## 
## [[4105]]
## [1] "daow50474317: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4106]]
## [1] "bngtan_my: And next vocal line bakal nyusul rapline di list ini and nothing for kpop😎"
## 
## [[4107]]
## [1] "AteezWi47947037: RT @ATYstream: 📋| 'Kpop Idol Goes Undercover' has surpassed 32.4M views! 🎉\n\n— 🌸 — \n#에이티즈 @ATEEZofficial #エイティーズ #ATEEZ https://t.co/dcaqWcp…"
## 
## [[4108]]
## [1] "bbeuchinimnida: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[4109]]
## [1] "aeyshaisdead: 2022 was not the year for kpop ek kannie https://t.co/rcpYG6pnML"
## 
## [[4110]]
## [1] "melodyina32: RT @everhuta: because btob revolutionised kpop with missing you. #btob https://t.co/eRWFswEenS"
## 
## [[4111]]
## [1] "DecalcoTaenia: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[4112]]
## [1] "blackpinkidle: Late 2021 and all of 2022 was not our year for kpop stans"
## 
## [[4113]]
## [1] "Cheolitobaby08: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[4114]]
## [1] "Hiyyihyeaah: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4115]]
## [1] "naru43508934: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[4116]]
## [1] "Baby_Breeaad: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4117]]
## [1] "Biscuit_Kpop: I'm now ready for Van Dijk to leave Liverpool."
## 
## [[4118]]
## [1] "ctrophyduo: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[4119]]
## [1] "Sofft_Neko_Sims: RT @Sofft_Neko_Sims: I'm pretty psycho 😈 #PURPLEKISS #kpop #ts4 #thesims #thesims4 #ts4cc https://t.co/AynqROGNbQ"
## 
## [[4120]]
## [1] "yongieverse: man kpop is shit right now :(( first all the skz stuff and now the 127 situation? i can’t do thisss"
## 
## [[4121]]
## [1] "taekeyg: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[4122]]
## [1] "DecalcoTaenia: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[4123]]
## [1] "biblesbian: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4124]]
## [1] "Indigo7btsarmy: @AbelnikaMaraj @googiebobas @mo56378516 @AboutMusicYT It makes sense for kpop since most of fans take streaming as a job (mostly bp fans)"
## 
## [[4125]]
## [1] "kingofkoreanpop: RT @CelebConfirmed: ICYMI: #Taeyang of #BigBang is collaborating with #BTS's #Jimin on an upcoming solo song.\n\nhttps://t.co/Q1ncgdErgM"
## 
## [[4126]]
## [1] "alisonisbroken: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4127]]
## [1] "FvCJijQoMdiNlg5: RT @official_yaoki: Weeekly (위클리) - Happy Christmas\n\n✨Coming Soon! Weeekly's Special Video on Dec. 09. 6PM(KST)🎄\n\nWeeekly (위클리) - Happy Chr…"
## 
## [[4128]]
## [1] "Gyurivv: @Kpop_noodles_18 I bias Chaewon but tbh all of the rest is bias wrecking me 🥴"
## 
## [[4129]]
## [1] "STRAWBBUNY: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4130]]
## [1] "LosThighsDelJK: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4131]]
## [1] "sbtyunaa: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[4132]]
## [1] "MuntikaJ: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[4133]]
## [1] "azula_taetae: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4134]]
## [1] "kkupids: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[4135]]
## [1] "fvshanji: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[4136]]
## [1] "miIsohn: damn you all went from soccer to kpop fanwars in here 😭😭 https://t.co/jTyYtZ165V"
## 
## [[4137]]
## [1] "gorioriooo: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4138]]
## [1] "yoursabyssjin: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4139]]
## [1] "lalah_namjoon: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4140]]
## [1] "mexi_flo: RT @ccbangtanista: CONGRATULATIONS RM\nINDIGO RECORD BREAKING ALBUM\nRM HIGHEST CHARTING KPOP SOLOIST\n\nhttps://t.co/4wasZIXo9J"
## 
## [[4141]]
## [1] "MidwestTraci: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[4142]]
## [1] "LisaLa04826092: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[4143]]
## [1] "privforbts: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4144]]
## [1] "ArsYoungjae333: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4145]]
## [1] "misfitmp3: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4146]]
## [1] "hvaraa_: Kpop change my boring world"
## 
## [[4147]]
## [1] "RMSJADJHJVJ: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4148]]
## [1] "jisoosociety: @SAIKIEKO were u around during 2nd gen??? like at all? they were a cool hip hop group and kpop fans were just happy… https://t.co/urlm3fFE8F"
## 
## [[4149]]
## [1] "LisaLa04826092: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[4150]]
## [1] "ltyricist: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4151]]
## [1] "FIx7_Bngtn: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4152]]
## [1] "rousyml: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4153]]
## [1] "seaz_jm: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4154]]
## [1] "glitter___0_: Yes because it’s either Christmas shopping or KPOP. Lol 😆 https://t.co/g7c2A02F49… https://t.co/pdIXEhzjJR"
## 
## [[4155]]
## [1] "deliriouszee: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[4156]]
## [1] "AER0STARS: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4157]]
## [1] "Inmagris: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[4158]]
## [1] "likeIostdogs: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4159]]
## [1] "gIitchmode: and without exo? where would kpop be today https://t.co/wBxRo1LXyt"
## 
## [[4160]]
## [1] "sxxren: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[4161]]
## [1] "TheatreKimberly: RT @cashleelee: “I don’t feel defeated, I feel angry. I feel like we never got a fair chance.”\n\na candid chat with @HelenHjPark, Jason Kim…"
## 
## [[4162]]
## [1] "Il_lizzy: RT @nohhyolucy: I will make a thread showing that wekimeki is one of the most synchronized groups in kpop 😼💗"
## 
## [[4163]]
## [1] "jwoosmaid: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4164]]
## [1] "yougotmingyu: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4165]]
## [1] "only_bts13: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4166]]
## [1] "WahyuRamdhon1: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[4167]]
## [1] "maleezn: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[4168]]
## [1] "Anouckie1: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[4169]]
## [1] "pyw0655111: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[4170]]
## [1] "aisyah_atiny: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[4171]]
## [1] "Y97ZASweJAny6G3: RT @sone01forever: The kings of kpop 👑 #TVXQ #BeYou2inManila #yunho #changmin https://t.co/1UAYAlbDZu"
## 
## [[4172]]
## [1] "drypastanoodle: vocaloid x kpop where are you please"
## 
## [[4173]]
## [1] "yameliarmy2: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4174]]
## [1] "stateIessmen: like just enjoy ur group and ur fandom and leave others out of it idk y thats so hard w today’s kpop stans🤷"
## 
## [[4175]]
## [1] "HeyAzJay: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4176]]
## [1] "eitinys: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[4177]]
## [1] "smallpoisons: the best kpop songs sample für elise: hands up by cherry bullet, snowy by itzy, bye bye by red velvet"
## 
## [[4178]]
## [1] "cody_drew_: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4179]]
## [1] "evilevilo: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[4180]]
## [1] "skzsahyun: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[4181]]
## [1] "idsoqiu: and as you can see yes im 2/3rd gen sm kpop stan mostly LMAO"
## 
## [[4182]]
## [1] "louili_: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[4183]]
## [1] "cloudsmew: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[4184]]
## [1] "xxmultihoneyxx: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[4185]]
## [1] "CLLovett92: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[4186]]
## [1] "JujuIamyou: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[4187]]
## [1] "TlalocRivas: RT @cashleelee: “I don’t feel defeated, I feel angry. I feel like we never got a fair chance.”\n\na candid chat with @HelenHjPark, Jason Kim…"
## 
## [[4188]]
## [1] "gtete3: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4189]]
## [1] "yeonwoofansclub: 🥰🌺📷\nLike,follow for more❤️\n@yeonwoofansclub \n\n#yeonwoofancam #yeonwoo👑 #yeonwoolive #yeonwoolife #yeonwoo… https://t.co/tPHmOiG1HP"
## 
## [[4190]]
## [1] "kpop_kati: @holyannamoly THE TREADMILL RUNNING 🥵🔥"
## 
## [[4191]]
## [1] "digitaIdoIl: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4192]]
## [1] "mookdakaow: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[4193]]
## [1] "cynoatz: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[4194]]
## [1] "juinhyeong: RT @garnethours_my: 🦋 Available [221209] 🦋\n\n❄️ Choeaedol | 90k❤\n\n❄ Fancast | 10k💛\n\n❄️ Freevote | 840❤️\n\n❄️ Idol Champ \n| 1k💙 chamsims\n| 1k❤…"
## 
## [[4195]]
## [1] "DimacGel: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4196]]
## [1] "jihopesfiIter: @namkookvante it’s time for kpop men"
## 
## [[4197]]
## [1] "Abby40823567: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[4198]]
## [1] "Kpop_Ama: RT @txtstreambase: 221210 | Spotify \n\n#TXT ’s top 10 most streamed songs on Spotify (221208)\n\n@TXT_members @TXT_bighit \n#TOMORROW_X_TOGETHE…"
## 
## [[4199]]
## [1] "seonghwaa1998: @Cindy_luvs_kpop @neptunes_wngs We rotate the main position"
## 
## [[4200]]
## [1] "pawathere: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[4201]]
## [1] "wyamahifprmaiy: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[4202]]
## [1] "SooSoSwagYo: RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…"
## 
## [[4203]]
## [1] "mookdakaow: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[4204]]
## [1] "cherry_kat666: Anyways I need a sugar mommy cuz I want to buy kpop albums"
## 
## [[4205]]
## [1] "Vanciest: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4206]]
## [1] "humna__azam: @tsizumi22 Worst year to be a kpop fan really, I’m dying 🫠"
## 
## [[4207]]
## [1] "crfxuxi: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[4208]]
## [1] "rousyml: RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…"
## 
## [[4209]]
## [1] "tohodalso: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[4210]]
## [1] "exothicjimin: @jeoncejoon did you turn into a kpop stan or what"
## 
## [[4211]]
## [1] "parkch4eyoung: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4212]]
## [1] "DylanJensen21: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[4213]]
## [1] "h4njisunxz: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[4214]]
## [1] "rousyml: RT @chartsblackpink: UPROXX picks @BLACKPINK's 'BORN PINK' as one of the best K-Pop albums of 2022. https://t.co/c1Yr9rtWPP"
## 
## [[4215]]
## [1] "INFINITYSOTY: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4216]]
## [1] "IngridSalvado20: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4217]]
## [1] "diphylleiagrai: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[4218]]
## [1] "SweetBear___: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4219]]
## [1] "ac_jkm: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[4220]]
## [1] "flickerrjungwon: @bigolefriik @icemeltingconi @Lalamochigirl @PJM_vocal just like bts bruh💀nobody in the kpop industry is clean from ca/racism"
## 
## [[4221]]
## [1] "patient2004: these ppl fight like theyre in a kpop fanwar https://t.co/MKu18GN9wK"
## 
## [[4222]]
## [1] "yo_changkyun: Chronically online kpop stan twitter users when they find out no one cares if someone brings a lighstick from a dif… https://t.co/ujNgDmGkke"
## 
## [[4223]]
## [1] "sairalovesbts: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4224]]
## [1] "lttlfullsun: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[4225]]
## [1] "7DREAMlE: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4226]]
## [1] "luvwvri: RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…"
## 
## [[4227]]
## [1] "ktv_12_30: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[4228]]
## [1] "dhynlhs: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[4229]]
## [1] "minhyunesung: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[4230]]
## [1] "LISA18908273: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[4231]]
## [1] "okatanasnow: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4232]]
## [1] "wenwoohui: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[4233]]
## [1] "CYBRPNKHWA: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[4234]]
## [1] "Hadilfekir2: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4235]]
## [1] "yun_hualian: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[4236]]
## [1] "marielmaryn: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4237]]
## [1] "w7tchygrl: still not working with BTS, so they're back on KPOP, they're back on working with Korean artists, and of course arm… https://t.co/nEis71aGgP"
## 
## [[4238]]
## [1] "RMonoPlayList0: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[4239]]
## [1] "imyours921: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[4240]]
## [1] "oteverythang: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4241]]
## [1] "Deux65318605: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[4242]]
## [1] "hkshota: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4243]]
## [1] "Artmisskz: @skz_qk Kpop and the world situation"
## 
## [[4244]]
## [1] "IngridSalvado20: RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…"
## 
## [[4245]]
## [1] "planete41724634: RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…"
## 
## [[4246]]
## [1] "orangewittch: The way im slowly losing interest in kpop...i suspect by next year imma be out of it completely cause nothing interesting has been going on"
## 
## [[4247]]
## [1] "yshbby_: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[4248]]
## [1] "jjong_jjongie_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4249]]
## [1] "KunZenith: RT @kavehlvr: #scaramouche - tomboy (g-idle)\n\nmore scaramouche kpop fancam again! also praying tomorrow his gameplay trailer 😭\n#wanderer #G…"
## 
## [[4250]]
## [1] "olafwendy21: RT @KPredictionn: girls on top will have a comeback next year \n#kpoppredictions #kpopprediction #kpop"
## 
## [[4251]]
## [1] "RMonoPlayList0: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[4252]]
## [1] "Dona05519311: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4253]]
## [1] "AmyAylee: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4254]]
## [1] "telepathyhj: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[4255]]
## [1] "tata_9koya: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[4256]]
## [1] "redditkpop: TEASER REVEAL: IVE Gaeul - Chicteen China (December 2022 Issue Pictorial Preview) https://t.co/3Q8B44KcUS"
## 
## [[4257]]
## [1] "beykwance: you talking abt how kpop fans treat 4th gen ggs and you choose GARAM as your example you lost me acting like  bully… https://t.co/HGMHjsD2wg"
## 
## [[4258]]
## [1] "Ieah05: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[4259]]
## [1] "FKareemat: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[4260]]
## [1] "datssodestiny: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4261]]
## [1] "_schiara: RT @philstarlife: YOU'RE THE ONLY ONE 😍\n\nFrom her sychronized dance moves, #Boa proves why she's called the \"Queen of Kpop.\" https://t.co/I…"
## 
## [[4262]]
## [1] "Ieah05: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[4263]]
## [1] "RMonoPlayList0: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4264]]
## [1] "Cindy_luvs_kpop: @seonghwaa1998 @neptunes_wngs I feel like I would be dumber in this situation"
## 
## [[4265]]
## [1] "lisamnbnluv: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[4266]]
## [1] "ItsJezie: @imshawnkayan @CandoGeraldin @togejustvibin @BTS_twt Yeah know the difference. The boundaries🤣🤭.. KPOP album vs POP… https://t.co/yhKZF6GqE8"
## 
## [[4267]]
## [1] "moniscloud: RT @garnethours_my: 🦋 Available [221209] 🦋\n\n❄️ Choeaedol | 90k❤\n\n❄ Fancast | 10k💛\n\n❄️ Freevote | 840❤️\n\n❄️ Idol Champ \n| 1k💙 chamsims\n| 1k❤…"
## 
## [[4268]]
## [1] "tomoKoD10: I voted for [n.Ssign] Yun Doha !! Total Vote Count:16,394 https://t.co/PtE70ArlrR #YunDoha #ユンドハ #nSsign… https://t.co/EFjmbQbQHh"
## 
## [[4269]]
## [1] "supuwustar: a lot of kpop stans are hypocrites"
## 
## [[4270]]
## [1] "etteevy: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[4271]]
## [1] "Tanima28786985: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4272]]
## [1] "900tbz: tired of kpop stans discrediting tbz’s hardwork it pisses me off"
## 
## [[4273]]
## [1] "MegLong71610727: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4274]]
## [1] "PL4CEINME: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[4275]]
## [1] "yeonwoofansclub: 🥰🌺📷\nLike,follow for more❤️\n@yeonwoofansclub \n•\n#yeonwoofancam #yeonwoo👑 #yeonwoolive #yeonwoolife #yeonwoo… https://t.co/5DAEyUtVx9"
## 
## [[4276]]
## [1] "lalacheorry: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[4277]]
## [1] "kimyoncelip: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[4278]]
## [1] "ryouniani: RT @mprlibre: Can confirm. I have worked on DOZENS of Broadway shows and have NEVER seen more passionate and young and diverse audiences th…"
## 
## [[4279]]
## [1] "CHIK4B4BY: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[4280]]
## [1] "hyunrit: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4281]]
## [1] "mfkingmiaa: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[4282]]
## [1] "U_Know2611: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[4283]]
## [1] "not2lateplz: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[4284]]
## [1] "8pointfive: FINE I WILL NEVER SELL OR THROW MY KPOP STUFF EVEN THOUGH I WILL NEVER END UP IN A SITUATION LIKE THIS https://t.co/rZmUFiXxdb"
## 
## [[4285]]
## [1] "omorihate: @dollprism HE GOT ME INTO KPOP WDYMMM"
## 
## [[4286]]
## [1] "oddkseul: @ablucja this is how kpop stans see 21 year olds"
## 
## [[4287]]
## [1] "LizTnbh: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[4288]]
## [1] "yunhoo27: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[4289]]
## [1] "RMSJADJHJVJ: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4290]]
## [1] "Naouknow2154: RT @lynshinki: To my very first kpop concert 🎉\n &amp; TVXQ first time mini concert in Ph 🎊 https://t.co/wzxLFjUdyF"
## 
## [[4291]]
## [1] "injunicecream: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[4292]]
## [1] "jongstarz: kpop stan whose love language is captioning pictures of their bias with their friends bias with \"thats us\""
## 
## [[4293]]
## [1] "bluepopu1: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[4294]]
## [1] "JiewPITAK: RT @lisamanobal_327: \" BTW 'LILIES' fans has no Age reference. Love to see how she proud to show her bias on her TikTok. 😊💛🇬🇧\n\nLISA ROCKS I…"
## 
## [[4295]]
## [1] "kim_namjoon1229: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4296]]
## [1] "HOSEOKK27: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4297]]
## [1] "khajjah7annie: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[4298]]
## [1] "dlwviolette: RT @BLACKPINKGLOBAL: .@UPROXX ranks the the best K-Pop albums of 2022! 💥\n\n• @BLACKPINK’s #BORNPINK\n• Gasoline\n• YOUTH \n• FEARLESS\n• IM NAYE…"
## 
## [[4299]]
## [1] "bngtan_my: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[4300]]
## [1] "belugrafion: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[4301]]
## [1] "minaeongie: do kpop groups still have official colors like is that still a thing they do nowadays"
## 
## [[4302]]
## [1] "theorypoppins: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[4303]]
## [1] "SHIKANOlNS: WHY  IS EXO SO FUCKING GOOOD CAN ALL MY  NON KPOP MUTUALS LISTEN TO TJEIR SONGS BECAUSE I PROMISE YOU WILL HAVR AT… https://t.co/xymiAS2bpv"
## 
## [[4304]]
## [1] "yoonfusedpansxl: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[4305]]
## [1] "KOREKSJIN: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[4306]]
## [1] "winxyhong: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[4307]]
## [1] "outshineed: RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…"
## 
## [[4308]]
## [1] "luvkoonejito: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[4309]]
## [1] "forwinbts: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[4310]]
## [1] "seonghwaa1998: @Cindy_luvs_kpop @neptunes_wngs We dumb dumb and dumber"
## 
## [[4311]]
## [1] "Iisavcut: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4312]]
## [1] "paradisepiphany: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4313]]
## [1] "sannieyunho: kpop tiktok fans need to be removed from this world? how do you openly admit your hate for bts and play it off as a joke??"
## 
## [[4314]]
## [1] "saveroom4kai_: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4315]]
## [1] "brighterlove_: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4316]]
## [1] "jrjk01996: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[4317]]
## [1] "findblackpink: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4318]]
## [1] "lalalovemyself_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4319]]
## [1] "kyeoulhime: RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF"
## 
## [[4320]]
## [1] "naseyou19: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[4321]]
## [1] "einer1_yp: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4322]]
## [1] "BaeToTheMon: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[4323]]
## [1] "standstll91s: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4324]]
## [1] "fleix29583875: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4325]]
## [1] "HooleyFiona: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[4326]]
## [1] "dokyung_xx: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[4327]]
## [1] "l0veloveall: us in his kpop idol wannabe phase and i respect that https://t.co/AOVZBj73Iq"
## 
## [[4328]]
## [1] "karinnnyyvy: RT @convomfs: 🤍 tw // kpop \n Why are you cry? It's just a pictures\n\nthe picture: https://t.co/2pGZyjoOyG"
## 
## [[4329]]
## [1] "WolfChan_Stay: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4330]]
## [1] "exohoesworld: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[4331]]
## [1] "goldofbts: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4332]]
## [1] "JKSDREAMERVERSE: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[4333]]
## [1] "wngml2533: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[4334]]
## [1] "MUGLERM00N: RT @bora_carr0t: I was just thinkin about this the other day, the same people to get on black kpop stans are the same ones tuned into a man…"
## 
## [[4335]]
## [1] "MartinaZacheo: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4336]]
## [1] "MiniMini_Miau: RT @BTSEMPIRES: #INDIGO by RM is now the first and only album by a Kpop/Korean soloist in HISTORY to gather over 70M streams on Spotify in…"
## 
## [[4337]]
## [1] "kyungjun083002: RT @hyunsoo_j0916: More press coverage for our boys this week! \n\n✨9 Best Kpop Debuts of 2022 (Pinkvilla): https://t.co/tdzVPsZOAt\n\n✨Lines i…"
## 
## [[4338]]
## [1] "327_1997_LM: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[4339]]
## [1] "Danceracha99: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4340]]
## [1] "idsoqiu: btw if anyone want i have an old playlist with my ABSOLUTE favorite kpop songs https://t.co/DXcZMZnDDW"
## 
## [[4341]]
## [1] "sukiziskz: RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…"
## 
## [[4342]]
## [1] "Nery_Nili: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4343]]
## [1] "10MeLLymuse: RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF"
## 
## [[4344]]
## [1] "melodyina32: RT @inkijam: BTOB (비투비) - The Winter's Tale Album Lyrics and Tracklist.\nKorean, Romanized and English Lyrics to your favorite Kpop Album!\n#…"
## 
## [[4345]]
## [1] "soobiwi: @ilovemytxt @ilovemysoobin a retired kpop stan"
## 
## [[4346]]
## [1] "qkdcks_c: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[4347]]
## [1] "qloids: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4348]]
## [1] "vobohvi: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[4349]]
## [1] "k1topher: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4350]]
## [1] "11_mariel_: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4351]]
## [1] "M0DERN1TY: @noacftopia PREVIOUS! i’m lowkey rly anti kpop now it’s rly complicsted LMAO but yes !"
## 
## [[4352]]
## [1] "janjjk_08: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4353]]
## [1] "chanarsbit: One of the BEST kpop songs and I’m not even exaggerating https://t.co/vyNskMlydw"
## 
## [[4354]]
## [1] "unsaidjoonie: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4355]]
## [1] "itsmeeeeee0511: RT @kpophappenings_: when that kpop boy gave shin ramen to his fans at their dome tour along with other snacks"
## 
## [[4356]]
## [1] "batsyong: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4357]]
## [1] "Lilsharkmonet: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4358]]
## [1] "sapphicbaechu: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[4359]]
## [1] "namuplanet: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[4360]]
## [1] "outroknjoon: Some people on here getting defensive over futebol like we’re on here for kpop at the end of the day, get over it 👩🏻‍❤️‍💋‍👨🏻"
## 
## [[4361]]
## [1] "choi_nunchi: My kpop boricuas moots look!!\n#NFlyinginPuertoRico https://t.co/heNkU8cTKn"
## 
## [[4362]]
## [1] "Gyu3131: RT @elsserafim: le sserafim mama dance break proves they’re one of the best performers in 4th gen kpop https://t.co/sJHwTRJLIX"
## 
## [[4363]]
## [1] "Leidy_do292600: RT @AboutMusicYT: Most streamed kpop artists on Spotify in 2022: https://t.co/0wuCIj8rth"
## 
## [[4364]]
## [1] "AlCVince: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[4365]]
## [1] "Mafi7ll: back to kpop"
## 
## [[4366]]
## [1] "sunkyuwo: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4367]]
## [1] "roab0at: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[4368]]
## [1] "bp__inurarea: RT @SerieTV46: \"Shut Down\" by @BLACKPINK it's the most viewed Kpop Group MV in last 24 hours on Youtube with 1.4M views."
## 
## [[4369]]
## [1] "happypill94: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4370]]
## [1] "JBMV_28: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4371]]
## [1] "Leidy_do292600: RT @AboutMusicYT: Most streamed kpop idol groups on Melon: https://t.co/fADAZtKmaP"
## 
## [[4372]]
## [1] "lavenderproof: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[4373]]
## [1] "yeeehawman: i need to make new kpop playlist i am no longer in denial my kpop phase is back this is my official coming out as kpop stan 😋"
## 
## [[4374]]
## [1] "O773R: this kpop shit serious huh https://t.co/HXDP0JQTjV"
## 
## [[4375]]
## [1] "cypherroom: ✨ Álbuns antigos de kpop que eu preciso ter ✨\n\n• Mr. Mr. - Girls' Generation\n• The Boys - Girls' Generation\n• Lion… https://t.co/qD2zfNgZot"
## 
## [[4376]]
## [1] "Cindy_luvs_kpop: @seonghwaa1998 @neptunes_wngs I live to enable"
## 
## [[4377]]
## [1] "kpop__lover0011: RT @daily_cjh: Jongho is the biggest flirt in ateez; a thread https://t.co/usEK9j49Pb"
## 
## [[4378]]
## [1] "gravitymp3: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[4379]]
## [1] "_NoMin92: RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…"
## 
## [[4380]]
## [1] "straybbies: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4381]]
## [1] "yamilex691P: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4382]]
## [1] "AngelKamitaniQQ: RT @pinathemenguin: why are people mad about this? it's just damn football, also they aren't attacking anyone or a kpop group it's just a v…"
## 
## [[4383]]
## [1] "pjmsing: RT @CelebConfirmed: ICYMI: #Taeyang of #BigBang is collaborating with #BTS's #Jimin on an upcoming solo song.\n\nhttps://t.co/Q1ncgdErgM"
## 
## [[4384]]
## [1] "dreamygirl_5: @MerlinFernando5 @Koreaboo A lot of kpop communities won't attack the fandom without a reason, no other fandoms are… https://t.co/FKRl88i6Wx"
## 
## [[4385]]
## [1] "ifolkgust: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4386]]
## [1] "29Vylet: RT @chartdata_twt: .@BTS_twt RM joins to #jhope and #AgustD as the only korean/Kpop soloists to debut all songs from their albums on Global…"
## 
## [[4387]]
## [1] "ader404: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4388]]
## [1] "Cindy_luvs_kpop: @seonghwaa1998 @neptunes_wngs Europe was way more😭"
## 
## [[4389]]
## [1] "1cobamel: RT @KPredictionn: girls on top will have a comeback next year \n#kpoppredictions #kpopprediction #kpop"
## 
## [[4390]]
## [1] "nuestjjang07: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[4391]]
## [1] "201229f3l3tx4n4: Excuse me! Excuse me! Excuse me!\n\nIndigo has reached 80M on spotify for the first week. It's now the fastest korean… https://t.co/ogZlLLHKrl"
## 
## [[4392]]
## [1] "godsrry: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4393]]
## [1] "LkSogni: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4394]]
## [1] "Bpblinkkim: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[4395]]
## [1] "cutiepie21211: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4396]]
## [1] "miinthusiast: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4397]]
## [1] "hobiixv: i don’t listen to kpop like that no more but when i do i listen to the classics"
## 
## [[4398]]
## [1] "hanniepal1004: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[4399]]
## [1] "lovestayhey325: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4400]]
## [1] "Valsarang25: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4401]]
## [1] "surfintilina: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[4402]]
## [1] "namjooningwh: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4403]]
## [1] "David_Ofman: RT @UPROXX: 🔥 #PIXY (@official_pixy) - 'Reborn'\n\nPIXY, a 5-piece ensemble, thrive &amp; take pride in bringing dark pop into K-Pop, as they shi…"
## 
## [[4404]]
## [1] "namnamuuuuu: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4405]]
## [1] "marielnoexiste: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4406]]
## [1] "mihowq51294176: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4407]]
## [1] "skzbmchhfsi: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4408]]
## [1] "jjgukhome: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4409]]
## [1] "hyunstake: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[4410]]
## [1] "JiogueElla: RT @prncsskiko: @kpoptrash_02 @Koreaboo take it slow and chill, i learned it in the start of 3rd gen when the industry really starts to bec…"
## 
## [[4411]]
## [1] "einer1_yp: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4412]]
## [1] "btsayhmah: @ruivasgroupie @jlinedolls Can't you see this is a kpop fan acc for @JYPETWICE"
## 
## [[4413]]
## [1] "alisonisbroken: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4414]]
## [1] "seokjinnie_1610: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4415]]
## [1] "kim_jaf: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4416]]
## [1] "seonghwaa1998: @neptunes_wngs @Cindy_luvs_kpop We are enablers who should have never met but it happened. It all started cuz Newark line up made no sense"
## 
## [[4417]]
## [1] "Ace_of_Kpop: @mainpopboyjjk_ @MBCMusicCore @MBCMusicCore please explain why jungkook's SNS points for dreamers are not being cou… https://t.co/Xl1UmadmjM"
## 
## [[4418]]
## [1] "tai_asher: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[4419]]
## [1] "LiMa_8580: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4420]]
## [1] "qwinjuun: NCT WayV lightstick decoration💚\n•neobong •adudubong •konser\n•kpop •aksesoris •sticker \n•ribbon •fanlight •NCTzen •W… https://t.co/curEbGQgDG"
## 
## [[4421]]
## [1] "TheGloominati: it's fuckin insane how bad kpop is"
## 
## [[4422]]
## [1] "_lixminho_: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4423]]
## [1] "veineilhing1: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[4424]]
## [1] "kpop_multifan22: RT @starfess: -guys GUYS TRIPLE J NIH HUHU. GET WEL SOON YA https://t.co/qITQcQVUne"
## 
## [[4425]]
## [1] "Yheelabolala: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[4426]]
## [1] "itsmeeeeee0511: RT @kpophappenings_: when that kpop group composed the intro and ending song for their variety show in youtube"
## 
## [[4427]]
## [1] "markpeachzen: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4428]]
## [1] "skzlatamproject: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4429]]
## [1] "pokebwI: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4430]]
## [1] "highwaytohell3: @ksjcals this…this is my first time listening to anything from anyone who makes kpop"
## 
## [[4431]]
## [1] "sagi501: RT @Kpopmap: The New Diamonds Of K-Pop - Top 10 Rising Idols Who We Predict Will Be The Next Big Thing 💎\nhttps://t.co/h8OLiEUc2j\n\n#DKZ #Jae…"
## 
## [[4432]]
## [1] "seonghwaa1998: @neptunes_wngs @Cindy_luvs_kpop IDK HER, NOT. WITH US GOING EUROPE? YEAH EUROPE"
## 
## [[4433]]
## [1] "PoeeDarl_ing: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[4434]]
## [1] "kimseokxual: @Lilyurscealai kpop stan twt will close down"
## 
## [[4435]]
## [1] "Jem_ARMY26: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4436]]
## [1] "lusolspjm: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[4437]]
## [1] "hooneyhoons: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[4438]]
## [1] "_naatasshah_: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4439]]
## [1] "29Vylet: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[4440]]
## [1] "bf2mingi: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[4441]]
## [1] "simakins_1: RT @aftrstrm: hey y’all! not new to twitter but just made this account lol..follow/rt if you like: \n\nrenee rapp \n#tslocg\nmusic \njenn mcalli…"
## 
## [[4442]]
## [1] "thisisrealjayyy: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[4443]]
## [1] "monbebepou: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[4444]]
## [1] "Choi_Eth4n_: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[4445]]
## [1] "sagi501: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[4446]]
## [1] "taetaebulous: RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…"
## 
## [[4447]]
## [1] "blueishoblivion: A friend of mine said that when she goes to metalcore concerts its actuall quite normal to wear merch of other grou… https://t.co/whZ6LFXfeC"
## 
## [[4448]]
## [1] "SeriousSpidey: RT @Koreaboo: 10 K-Pop Artists Who Ruled Google Trends In South Korea In 2022\n\nhttps://t.co/PlpqO0wNuN"
## 
## [[4449]]
## [1] "chanstays1: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[4450]]
## [1] "hyucksooist: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[4451]]
## [1] "jkvhie: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[4452]]
## [1] "sehunhotdog: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[4453]]
## [1] "nightstar1201: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[4454]]
## [1] "Edel04577690: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[4455]]
## [1] "GardenFairy_WW: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4456]]
## [1] "JorhezaR: @DWnationals @PopBase Well for me the voice of #BTS  @bts_bighit  is not good unlike other kpop group like #EXO… https://t.co/Ri2hSytTKz"
## 
## [[4457]]
## [1] "HWNG1STAY: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4458]]
## [1] "neptunes_wngs: @Cindy_luvs_kpop @seonghwaa1998 A MOOD 😂"
## 
## [[4459]]
## [1] "moonjoon_lover7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4460]]
## [1] "normanigasm: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4461]]
## [1] "Heheh91905882: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[4462]]
## [1] "tyongieprint: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4463]]
## [1] "jssysimp: RT @hongteezer: why are so many kpop groups releasing tour announcements 1 month before the show is scheduled ?? that is NOT enough time fo…"
## 
## [[4464]]
## [1] "revefestiival: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[4465]]
## [1] "jjwslovebot: RT @henry_zach_: kpop stans act like lightsticks are gang signs"
## 
## [[4466]]
## [1] "harujk97SWY: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[4467]]
## [1] "ClarasJewelry: RT @ArtVixenStudio: Save On Gifts For Korean Drama Fans at My #Redbubble Store! 💗🙂💗https://t.co/vb4zc8L8ac\nShop More Designs https://t.co/9…"
## 
## [[4468]]
## [1] "Lineman2141: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[4469]]
## [1] "revefestiival: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[4470]]
## [1] "MADONNAPARIS10: RT @PleinDeVie_7: Global domination is real! 🔥\n\nSB19's aura &amp; perf after WYAT Tour screamed passion! ❤️‍🔥\nI like the new WYAT intro!\n\nSeein…"
## 
## [[4471]]
## [1] "dotdotllama: RT @KPOPBroadway: If we're going out, we're going ALL-OUT! See KPOP on Broadway through Sunday, December 11 only. https://t.co/LXqpfYbE5V"
## 
## [[4472]]
## [1] "Cindy_luvs_kpop: @seonghwaa1998 @neptunes_wngs … who was that? Who saves money"
## 
## [[4473]]
## [1] "anyarana_: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[4474]]
## [1] "allohk4ever: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[4475]]
## [1] "JorhezaR: @13CrystalSnow30 @PopBase Well for me the voice of #BTS  @bts_bighit  is not good unlike other kpop group like #EXO… https://t.co/6C3AMyUeiU"
## 
## [[4476]]
## [1] "army_yoonkook: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[4477]]
## [1] "BangtanMoradaRD: RT @jjkonlyace: @allkpop The main slayer! JUNGKOOK IS BEYOND KPOP! 🔥🙌👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK https://t.co/QmyMK6HKb4"
## 
## [[4478]]
## [1] "Darrin86259979: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[4479]]
## [1] "normanigasm: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[4480]]
## [1] "btsayhmah: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[4481]]
## [1] "jaygirIf: if there was individual kpop member awards (and i hosted and judged) jay would win all the awards"
## 
## [[4482]]
## [1] "rossamons: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[4483]]
## [1] "Lu13147: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4484]]
## [1] "seokjinnie_1610: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4485]]
## [1] "yuhmonstax: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[4486]]
## [1] "JKDETALY: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[4487]]
## [1] "saveme7613: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[4488]]
## [1] "MADONNAPARIS10: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[4489]]
## [1] "KuroiKarasu38: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[4490]]
## [1] "jssysimp: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4491]]
## [1] "idsoqiu: im sorry guys ill never argue on this its the best kpop song of all time https://t.co/nosn9xXZAq"
## 
## [[4492]]
## [1] "mxmbwowe: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[4493]]
## [1] "Earthrights2015: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[4494]]
## [1] "SarahHa87684026: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4495]]
## [1] "0xkvlattae: RT @aerisshop: welcome to @aerisshop ~\n\npremium accs\nload to gcash trades\npautang service\nbuy n sell phones\n\ndm me to avail &lt;3\n\nt. wts lfb…"
## 
## [[4496]]
## [1] "JorhezaR: @77Eph @PopBase Well for me the voice of #BTS  @bts_bighit  is not good unlike other kpop group like #EXO #BIGBANG… https://t.co/qxVSXD1UCm"
## 
## [[4497]]
## [1] "getphysicool: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4498]]
## [1] "NicolFigueredo1: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4499]]
## [1] "xrnsxx: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[4500]]
## [1] "alessan96694681: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4501]]
## [1] "veeprisma: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[4502]]
## [1] "jiniyaigoya: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[4503]]
## [1] "doggirng: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[4504]]
## [1] "mousungie: please the next time you see me trying to speak some mf sense into a tiktok kpop stan please punch me in the face i… https://t.co/bDA8fesoI1"
## 
## [[4505]]
## [1] "fixonMYATEEZZ: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4506]]
## [1] "xiaospidr: liz from ive laughing kpop https://t.co/k7utk6je1J"
## 
## [[4507]]
## [1] "sulliswift: RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…"
## 
## [[4508]]
## [1] "luvjayb: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4509]]
## [1] "wonnseop: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[4510]]
## [1] "SeriousSpidey: RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn"
## 
## [[4511]]
## [1] "v_harmonize: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4512]]
## [1] "Viciousfrijole: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[4513]]
## [1] "lullaxxi: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4514]]
## [1] "khjluvrofmine: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4515]]
## [1] "solbooist: @wizardhoshi omg that’s okay? I barely listen to kpop outside of svt and some girl groups, you should send me what you’re liking rn!!"
## 
## [[4516]]
## [1] "njplaysroblox: @floblossomstar @PopBase Kinda annoying how fans are throwing shade and disrespecting taeyang, he's og kpop and a r… https://t.co/hcyEyPsl2E"
## 
## [[4517]]
## [1] "renhyunsoo: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[4518]]
## [1] "dadadahhyunnee: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4519]]
## [1] "KPOP_JUICE_EN: K-pop Daily Votes Ranking✨✨\n\n【12/9】\n11 #TAKATSUKAHIROMU (↓2)\n12 #HEESEUNG (↑2)\n13 #SUNOO \n14 #TAJIMASHOGO (↓3)\n15… https://t.co/L3szn7xEsS"
## 
## [[4520]]
## [1] "mysunghoon: also the kpop flex performance 😭 i will never forget that day like seriously best day of the year for me https://t.co/oqHRq8eDt1"
## 
## [[4521]]
## [1] "xiaospidr: love options by BESTie kpop mv https://t.co/Wvo8FwbLrS"
## 
## [[4522]]
## [1] "RenFlower___: Kpop ain’t bad but shit type mid tho"
## 
## [[4523]]
## [1] "Gengoro_Club: RT @thedivestudios: “I naturally had the dream of becoming like the people I looked up to” ❤️\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin…"
## 
## [[4524]]
## [1] "ishakhay26: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[4525]]
## [1] "w7tchygrl: ARMYS reach a new level of pettiness every day. Frankly this won't be happening if BTS wouldn't pretend they dislik… https://t.co/njGumG2Dge"
## 
## [[4526]]
## [1] "hyvnva: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[4527]]
## [1] "Gengoro_Club: RT @thedivestudios: did you listen to HOLLAND’s debut song “Neverland”? 🙏\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin #프니엘 #BTOB #JUNNY #주…"
## 
## [[4528]]
## [1] "Bangtan4ever_D: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[4529]]
## [1] "seonghwaa1998: @Cindy_luvs_kpop @neptunes_wngs Didn't a certain someone say she gotta save money? 😌😌😌"
## 
## [[4530]]
## [1] "jinri4eva: bvndit disbanding lowkey made me lose hope in kpop and humanity https://t.co/fbui09vstj"
## 
## [[4531]]
## [1] "sweetnight_dia: @ILUVBTS_ARMY777 Nmixx is a kpop gg that debuted at JYP earlier this year one of my fav members left 😭"
## 
## [[4532]]
## [1] "JorhezaR: @77Eph @PopBase Well for me the voice of #BTS  @bts_bighit  is not good unlike other kpop group like #EXO #BIGBANG… https://t.co/kBEJS2fOw6"
## 
## [[4533]]
## [1] "lovsKimTae: RT @faceofkpopV: lmao taehyung is the most talked about kpop idol even in football! be it the fans or the football team themselves they onl…"
## 
## [[4534]]
## [1] "notreallyokbro: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4535]]
## [1] "sns_shu: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[4536]]
## [1] "fleurdeLAYs: The IG post of c*rn*rst*n* about how 12/08 was a success really irked me bc tbqh if it weren’t for the fact that 1)… https://t.co/WG4HlxTNbL"
## 
## [[4537]]
## [1] "m00nrise_png: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4538]]
## [1] "anilem171: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[4539]]
## [1] "williamwruz: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[4540]]
## [1] "laverdad779: RT @IVEUpdates_: IVE is the Kpop FEMALE GROUP with the Most Song Charted on Billboard Japan Hot 100 — Year-End 2022 🇯🇵\n\n#44 ELEVEN\n#69 LOVE…"
## 
## [[4541]]
## [1] "kep1hieyu: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4542]]
## [1] "_aevis: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[4543]]
## [1] "sstlla6: RT @milseum: hi !! i'm lee, new to #studytwt #studytwtph and i'm looking for mutuals and bffs ^ ___ ^  let's be friends &lt;3 \n\n☁️ she/they, 0…"
## 
## [[4544]]
## [1] "Lona97227613: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4545]]
## [1] "itsmeeeeee0511: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4546]]
## [1] "diniagustanti: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4547]]
## [1] "tbzpedia: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4548]]
## [1] "xiaospidr: bts pied piper stage kpop https://t.co/xf8QikCE6E"
## 
## [[4549]]
## [1] "yeonwoofansclub: \"Just see to Yeon Woo, I love it 😍❤️❤️❤️\"\n\nFollow: @yeonwoofansclub \n#yeonwoo #yeonwoomomoland #leedabin… https://t.co/5A2UZeydUI"
## 
## [[4550]]
## [1] "mayberrybunny: Thumbnail for a new youtube short - https://t.co/vqwBict2eM\n#Baekhyun #KPOP https://t.co/hECiLo7qpb"
## 
## [[4551]]
## [1] "reggaetonIuv: kiss &amp; make up is THE collab idk western pop &amp; kpop mixed cant get better than that https://t.co/v29RnNdzLQ"
## 
## [[4552]]
## [1] "mirak00k: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[4553]]
## [1] "schymin: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4554]]
## [1] "donteatmybreadd: there's no difference between football fans and kpop stans actually"
## 
## [[4555]]
## [1] "telepathyhobi: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4556]]
## [1] "lizlovecamila: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[4557]]
## [1] "ruku365: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[4558]]
## [1] "phenty: RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…"
## 
## [[4559]]
## [1] "AnYujinjin: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[4560]]
## [1] "ninijoonieluv: RT @bngpinkloops: #BLACKPINK #BTS bigger than kpop https://t.co/daaUv1U9R4"
## 
## [[4561]]
## [1] "rameesha_huma: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4562]]
## [1] "8starslly: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[4563]]
## [1] "tdcjisung: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4564]]
## [1] "jenyengene: ENHYPEN LINEUP PERFECT\nFUTURE OF KPOP\nENHYPEN IS ONLY 7\nENGENE VOTE SMA COME ON!!! https://t.co/R18DMasLOE"
## 
## [[4565]]
## [1] "virag_blume: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4566]]
## [1] "LoveyZN: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4567]]
## [1] "MilkyIoI: @rekariaisrreal @quackitytheduck Quackity has a bad luck problem, and for some reason all kpop is suffering some lo… https://t.co/sftbYPwfFX"
## 
## [[4568]]
## [1] "RAINB0SE0K: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4569]]
## [1] "HannaNounou2: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4570]]
## [1] "OT091112: RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…"
## 
## [[4571]]
## [1] "ey_yoochae: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[4572]]
## [1] "Rkiveluvz: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4573]]
## [1] "Hells_Assailent: @ryukdoll Ok I think I have interneted too much today. I read Onkyfans as OnlyFans and was like, \"kpop naked dance show?\"\n\nLmao"
## 
## [[4574]]
## [1] "cartijw: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4575]]
## [1] "1028piwon: if only i had kpop stan’s irls who ACTUALLY stanned the same groups as me 😭😭😭 and was this deep into kpop,,,,,,,,al… https://t.co/JPgiBkTlS2"
## 
## [[4576]]
## [1] "_Moonpjw: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4577]]
## [1] "Kc3Shinee: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4578]]
## [1] "Strangemyg2: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4579]]
## [1] "syhaltman: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4580]]
## [1] "huebainana: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[4581]]
## [1] "_sleepypoet_: @grflver2 I don't even listen to kpop I'm crying https://t.co/bRCwq0RMBQ"
## 
## [[4582]]
## [1] "Valsarang25: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4583]]
## [1] "Amiraashahrudin: RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…"
## 
## [[4584]]
## [1] "chanpunketo: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[4585]]
## [1] "jellykoo_: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[4586]]
## [1] "Rawan64430142: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4587]]
## [1] "yunhobestboii: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[4588]]
## [1] "socialmetric_la: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4589]]
## [1] "Monbebe84481807: RT @kkulkyun2609: Since Monsta X comeback is nxt yr &amp; we mbbs really tweet a lot and kpop stans usually drag us into fanwars, how about we…"
## 
## [[4590]]
## [1] "0325_jade: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[4591]]
## [1] "silentdomino: Im sorry but kpop stans making the Olympics of who between gg or bg stans should suffer the most is so weird and di… https://t.co/XsOTuLB0On"
## 
## [[4592]]
## [1] "pinkskrlita: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[4593]]
## [1] "GeorlynM: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[4594]]
## [1] "afran469: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4595]]
## [1] "Gengoro_Club: RT @thedivestudios: after his debut?!?! 🤯\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin #프니엘 #BTOB #JUNNY #주니 #HOLLAND https://t.co/gG0zaAVj…"
## 
## [[4596]]
## [1] "EDJMZ100: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[4597]]
## [1] "GeorlynM: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[4598]]
## [1] "zankdiln: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4599]]
## [1] "Mayra77296541: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4600]]
## [1] "RubiCarat: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[4601]]
## [1] "csiunn: RT @NewJeansCharts: .@UPROXX has selected ‘New Jeans’ as one of the Best K-Pop Albums of 2022!🔥\n\n“NewJeans were newcomers that became overn…"
## 
## [[4602]]
## [1] "miIfxhunter: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[4603]]
## [1] "bhluish: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[4604]]
## [1] "yeoskive: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4605]]
## [1] "Carolin34658356: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4606]]
## [1] "wwwonydotcom: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[4607]]
## [1] "mypogostick_: RT @mypogostick_: @demorality kpop ain’t shit without them love💛 you out here claiming your ggs will make up for them but they haven’t even…"
## 
## [[4608]]
## [1] "Gibby75627086: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4609]]
## [1] "SANGROKsangrok: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[4610]]
## [1] "syemelody: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[4611]]
## [1] "littlefl0werbud: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4612]]
## [1] "Zilith1220: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[4613]]
## [1] "jjgukhome: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[4614]]
## [1] "_dububoo: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[4615]]
## [1] "mypogostick_: @demorality kpop ain’t shit without them love💛 you out here claiming your ggs will make up for them but they haven’… https://t.co/UwB81Lw0Tu"
## 
## [[4616]]
## [1] "ningningie030: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4617]]
## [1] "dlitchmeup: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[4618]]
## [1] "JorhezaR: @Notas_jukilop3 @PopBase Well for me the voice of bts is not good unlike other kpop group like exo bigbang got7.. In my opinion.."
## 
## [[4619]]
## [1] "hellawoozi: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4620]]
## [1] "tagizoa0513: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[4621]]
## [1] "AsiaRockPopRap: #AsianMusic #KPop  #VIXX #KoreanBands #KoreanSingers #KoreanPop \nArtist: VIXX LR @RealVIXX \nSong: Today\nYear: 2017… https://t.co/cW3hVMiGE5"
## 
## [[4622]]
## [1] "minnaleaa: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[4623]]
## [1] "iifeyoung: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4624]]
## [1] "Saleem28092135: RT @Koreaboo: 10 K-Pop Artists Who Ruled Google Trends In South Korea In 2022\n\nhttps://t.co/PlpqO0wNuN"
## 
## [[4625]]
## [1] "exoheIl: cherry bomb has one of the best outros in kpop"
## 
## [[4626]]
## [1] "jeonstarrr: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4627]]
## [1] "httpslows: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4628]]
## [1] "b_candize: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[4629]]
## [1] "JorhezaR: @namjoonthekingg @Notas_jukilop3 @PopBase Well for me the voice of bts is not good unlike other kpop group like exo… https://t.co/5USe2Sh8qj"
## 
## [[4630]]
## [1] "gIossiya: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4631]]
## [1] "bread_tangerine: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[4632]]
## [1] "Thuy02271: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[4633]]
## [1] "nabi1183: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4634]]
## [1] "chonubot: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4635]]
## [1] "thalis_vini: RT @planetidle: get you a girl that goes viral for not wanting to eat veggies AND criticizing the structures of the kpop industry all in on…"
## 
## [[4636]]
## [1] "abewonu: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[4637]]
## [1] "IBLUEBOO: RT @NME: Artists set to perform at @mikfestival in Paris next February include CL, Chung Ha, BtoB and more https://t.co/3HinBdWtzq"
## 
## [[4638]]
## [1] "awesome_roan12: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4639]]
## [1] "10MeLLymuse: RT @dawoonyoungie: When Mirotic started playing I was close to tears. As a kpop fan for more than a decade, to see TVXQ perform in person w…"
## 
## [[4640]]
## [1] "taekkorom: i need more violin in kpop songs. more violin in every song tbh. IT JUST ADDS SO MUCH"
## 
## [[4641]]
## [1] "TENTHElST: @pcychoIogicaI a korean skincare vendor was at my job briefing me on the brand and i said i love korean skincare bc… https://t.co/186S2fTh0Q"
## 
## [[4642]]
## [1] "MoustiqueGBU: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4643]]
## [1] "darlingjunhwi: RT @khchenleo: chenle carrying kpop industry https://t.co/vJLdJUSk1G"
## 
## [[4644]]
## [1] "ScarletteDrake: Twitter is a toxic graveyard atm but I’m  releasing an mm romance novel about a rockstar and a K-pop idol in 2023 i… https://t.co/6K4fZRFAEl"
## 
## [[4645]]
## [1] "ughtoni: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[4646]]
## [1] "Lililet16: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[4647]]
## [1] "yongcats: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4648]]
## [1] "matchamilktea07: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…"
## 
## [[4649]]
## [1] "magical7sakura: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[4650]]
## [1] "sunnietoday: @kimkyualaa we can say Indonesian people are fomo, they know kpop so well, so they will act like this even they are… https://t.co/EGQErFtbBf"
## 
## [[4651]]
## [1] "XG0bfs16wuAzbGB: RT @309KTYSS: NYLON lists Taeyeon’s INVU as one of 'The Best K-POP Albums of 2022' 🏹\n\n🔗 https://t.co/XfMI4CaZEU\n#Taeyeon #태연 #INVU @TAEYEON…"
## 
## [[4652]]
## [1] "Kim_jayBP4_: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4653]]
## [1] "johtag3: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[4654]]
## [1] "chogiwateez: Tired of kpoppies acting like they’re the villains of kpop, tired of the k industry mistreating and undermining them"
## 
## [[4655]]
## [1] "haniehae06: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4656]]
## [1] "plutoxc44: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[4657]]
## [1] "Lona97227613: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[4658]]
## [1] "Kpop_Oracle: Interesting 🤔\nhttps://t.co/QJlh6x2xTU\n\n#shindanmaker\nhttps://t.co/0DpZFEENv5"
## 
## [[4659]]
## [1] "ILYBPforever: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[4660]]
## [1] "7_denii: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4661]]
## [1] "V_ARMY_02er: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4662]]
## [1] "just4taro: please follow my photo card trade account on instgram @/ tradewjas\n#nct #kpop #blackpink"
## 
## [[4663]]
## [1] "RsEliete: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[4664]]
## [1] "rhianna_thrupp: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[4665]]
## [1] "himywols: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[4666]]
## [1] "ylevod: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4667]]
## [1] "lealagrindstaff: I unlocked $35 Rush tickets for KPOP on @TodayTix https://t.co/cszC7N6uKg"
## 
## [[4668]]
## [1] "Monbebe84481807: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4669]]
## [1] "BTSARMYO74Ever: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4670]]
## [1] "hardtlovee: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[4671]]
## [1] "haetalier: the quotes man kpop is so good https://t.co/CfjF8GbDFm"
## 
## [[4672]]
## [1] "jssysimp: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4673]]
## [1] "jesy96: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[4674]]
## [1] "tinyyjikoo: the guy from the kpop shop gave me a free gift 😞😞😞😞😞"
## 
## [[4675]]
## [1] "momowingboo: RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…"
## 
## [[4676]]
## [1] "Indigo7btsarmy: @tuquehablaschac @googiebobas @mo56378516 @AboutMusicYT Audacity to compare them with kpop💀 They have gp support an… https://t.co/kC5QhxVbt6"
## 
## [[4677]]
## [1] "jun_operasinger: nom nom jun\n#SEVENTEEN #SVT #JUN #CARAT #KPOP https://t.co/BuX0MYTuza"
## 
## [[4678]]
## [1] "diamonde24: RT @itsbobbySUrFn: choi minho replied to jinhwan and junhoe:s IG story\n\nto gnani: Jay... thank you so much!! i love you too..\n\nto junhoe: j…"
## 
## [[4679]]
## [1] "chxnmisa: RT @chadjiyoon: This was the first comeback I remember actively waiting for and I’m still obsessed with it, it’s not only my favorite Kpop…"
## 
## [[4680]]
## [1] "7_denii: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[4681]]
## [1] "alterchae: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[4682]]
## [1] "Lily30846185: RT @Anonymo03985372: @WORLDMUSICAWARD @ygofficialblink @SHINee @MonstaXAccess @NewJeans_ADOR @pledis_17 @Stray_Kids @ITZYofficial BORN PINK…"
## 
## [[4683]]
## [1] "VMNMAZE: this person on instagram followed me and i had no idea who they r but they kept replying to my stories about kpop s… https://t.co/23XL8WvDl6"
## 
## [[4684]]
## [1] "JosselynVera564: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[4685]]
## [1] "HOURLY_TWICE9: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4686]]
## [1] "lovesick_echo: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4687]]
## [1] "mooinnerchild: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[4688]]
## [1] "yeosector1: kpop stans are so funny"
## 
## [[4689]]
## [1] "Cindy_luvs_kpop: @neptunes_wngs You know me so well 🥰"
## 
## [[4690]]
## [1] "liyonce27: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[4691]]
## [1] "Julsbp_: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4692]]
## [1] "JorhezaR: @TaniaAf25527904 @Notas_jukilop3 @PopBase Well for me the voice of bts is not good unlike other kpop group like exo… https://t.co/BwCCR0dqbS"
## 
## [[4693]]
## [1] "furasylover: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[4694]]
## [1] "AnshikaKhatri43: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[4695]]
## [1] "anaidxa: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4696]]
## [1] "btstaekook0405: RT @_RapperJK: + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Spotify\n\n(J…"
## 
## [[4697]]
## [1] "blue_flame_hour: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[4698]]
## [1] "Amelia274354797: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[4699]]
## [1] "P3per0sa: @LovingChapter2 @skz_legend @AwesomeDeni @allkpop I'm sure it's annoying, but once again, I was talking abt the bro… https://t.co/ikKYAtOuNi"
## 
## [[4700]]
## [1] "RosaJKBTS: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[4701]]
## [1] "ho_howard: RT @cashleelee: “I don’t feel defeated, I feel angry. I feel like we never got a fair chance.”\n\na candid chat with @HelenHjPark, Jason Kim…"
## 
## [[4702]]
## [1] "kiiddy8: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4703]]
## [1] "Generic_Soda: RT @pokecapn: just realized empty kpop sets make for insane liminal spaces https://t.co/dpFtt74dLq"
## 
## [[4704]]
## [1] "twioisejeong: RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs"
## 
## [[4705]]
## [1] "erika_syamira: RT @yellow___badger: @aerideulssi @kpophappenings_ I thought the same. When I think about fake bangs in kpop, this moment came automaticall…"
## 
## [[4706]]
## [1] "Haewoonsita: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[4707]]
## [1] "szllsssm: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[4708]]
## [1] "riclcve: RT @Yeo_Cry_Tea: @fromstars_ Kpop would be very different today without shinee, exo and vixx"
## 
## [[4709]]
## [1] "syddks_chichu: RT @PoppySmo: Guys I TRIED to tell Lisa she’s the most streamed Kpop soloist for Spotify 2022 during send off today but I don’t think she u…"
## 
## [[4710]]
## [1] "KaeTae24: RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…"
## 
## [[4711]]
## [1] "auroushine: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[4712]]
## [1] "jhysooly: RT @hyunsoo_j0916: More press coverage for our boys this week! \n\n✨9 Best Kpop Debuts of 2022 (Pinkvilla): https://t.co/tdzVPsZOAt\n\n✨Lines i…"
## 
## [[4713]]
## [1] "staarvuurst: everytime i listen to kpop i want to hit my ears with until my eardrums burst"
## 
## [[4714]]
## [1] "LattaeVaniIIe: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4715]]
## [1] "yoongisarogf: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[4716]]
## [1] "ILYBPforever: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4717]]
## [1] "7llk7: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[4718]]
## [1] "FiN3llySapphira: @L_edrops @_gaeu1s kpop"
## 
## [[4719]]
## [1] "nelliputri43: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[4720]]
## [1] "CultOfJeong: Short hair Jeongyeon is very Good-Looking💚\n#OnceAgainWithJeongyeon \nFan\nFancy Fancam\nWallpaper\nVocals\nBeautiful\nGor… https://t.co/qcm1rF44GL"
## 
## [[4721]]
## [1] "_fairyxiu: RT @chogiwateez: The kpop industry doesn’t deserve exo korea doesn’t deserve exo that’s a fact"
## 
## [[4722]]
## [1] "JISOOKIMQUEEN_: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4723]]
## [1] "2jheartz: @enhaaluvr depends if u want kpop songs or songs in general and in what vibe"
## 
## [[4724]]
## [1] "chungh7a: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4725]]
## [1] "7llk7: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[4726]]
## [1] "nellastudie: RT @urcloudyy: hey i'm looking for moots 🔎\n\nabt me:\n⊹nadia (my name)\n⊹ 14 yo; last year at jhs\n⊹ indonesian\n⊹ speak indonesian and english…"
## 
## [[4727]]
## [1] "takenbyjichu: Bang pink outsold all of K-pop, idc if your stupid prehistoric 2nd gen idols ruled Korea when they can’t even rule… https://t.co/d51iWAdh9Z"
## 
## [[4728]]
## [1] "FonvPilates: chic pilates 🖤\n\ninsta: https://t.co/GgWc2as5Ez\n#KPOP #Korea #koreagirl #fitness #fitnessmodel #FitnessMotivation… https://t.co/B20vntQrX2"
## 
## [[4729]]
## [1] "saraboreanaz_dh: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[4730]]
## [1] "7GotAhga7: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4731]]
## [1] "phuphastian: @voodookunt wtf over bawls n kpop…"
## 
## [[4732]]
## [1] "lmasinsin7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4733]]
## [1] "aftrstrm: hey y’all! not new to twitter but just made this account lol..follow/rt if you like: \n\nrenee rapp \n#tslocg\nmusic \nj… https://t.co/WpHlfidxmg"
## 
## [[4734]]
## [1] "Palabraspara3: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[4735]]
## [1] "femmerosi: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[4736]]
## [1] "hihighz: @kermytheefrog whats her number lemme put her onto some real kpop rq"
## 
## [[4737]]
## [1] "safeplacegyu_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4738]]
## [1] "exhoefanboi: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4739]]
## [1] "Chirp_B: Some of these are so outta pocket and funny kshdkshdkshd\n\nWeed being legalized wouldn't be kpop 🤣🤣🤣 but like, aiigh… https://t.co/l5nK1jfr20"
## 
## [[4740]]
## [1] "dreamyhour: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[4741]]
## [1] "Shannie_Rose: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[4742]]
## [1] "iifeyoung: RT @pickit_kpop: #pickit ❌ #이진혁 #LEEJINHYUK\n#イ・ジンヒョク #李鎭赫 #VDAN #5ight #Crack\n\n[📢] Weekly Update\n@LJH__official  x  @pickit_kpop\n\n📲PICKIT A…"
## 
## [[4743]]
## [1] "MarnHernndezKa1: RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…"
## 
## [[4744]]
## [1] "jongh0sito_: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[4745]]
## [1] "Miniminiyong: now how to convince my sister of going, because we are travelling together and she hates kpop https://t.co/Hd6CP1Zkmh"
## 
## [[4746]]
## [1] "Ferdini112: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4747]]
## [1] "btsforever7tae: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4748]]
## [1] "YurtleZeTurtle: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[4749]]
## [1] "marylily_evans: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[4750]]
## [1] "sixtyro: Brazilians know nothing about football stick to being Kpop stans and dancing 👍🏻 https://t.co/pg9oBdQSmE"
## 
## [[4751]]
## [1] "loveroselilie: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4752]]
## [1] "10_arangarcia: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4753]]
## [1] "XRupay: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4754]]
## [1] "starjongho: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4755]]
## [1] "MamamooMe: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[4756]]
## [1] "EnmaCarolina8: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4757]]
## [1] "shuasdimples: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[4758]]
## [1] "xhappiestgirlx: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4759]]
## [1] "treasureseve: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[4760]]
## [1] "JYPstand_KPOP: RT @YoukuOfficial: #RisingLand 🌟#Nene #INTO1 #ONER #BY2 #BOYHOOD #BiWenjun and more artists are coming in EP5! Are you looking forward to t…"
## 
## [[4761]]
## [1] "Jinnie1230: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[4762]]
## [1] "lonelyalso: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4763]]
## [1] "ppulovey: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[4764]]
## [1] "BoraBang_19: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4765]]
## [1] "infinitestar07: RT @gotopaby: @tsizumi22 It completely killed off my interest ngl, my kpop playlist hasn't been updated since 2019 because none of the newe…"
## 
## [[4766]]
## [1] "MoonRespectMei: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[4767]]
## [1] "5050beomie: reading kpop fic again means i get to see all the black and white soulmate aus and try to erase the fact that that… https://t.co/C1S5sLgllR"
## 
## [[4768]]
## [1] "hiyyisimp: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4769]]
## [1] "letzzwinwin: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[4770]]
## [1] "lesyeuxdenicki: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[4771]]
## [1] "DlGITALGIRL: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4772]]
## [1] "idsoqiu: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[4773]]
## [1] "Nammiekinz: @kymiras After going thru all the ticket scams with BTS, i can say personally if the persons screen name or pfp has… https://t.co/SwO54ENv2b"
## 
## [[4774]]
## [1] "mxlxca: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[4775]]
## [1] "hearttbangtan: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4776]]
## [1] "BluInspiration: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[4777]]
## [1] "itsme_nini08: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[4778]]
## [1] "PhamTha97523827: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4779]]
## [1] "gooddaymina: @DalDarlings I think 1973 was rhe worst year in kpop because it didn't exist"
## 
## [[4780]]
## [1] "ourscenery_v: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4781]]
## [1] "prettyoverit: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[4782]]
## [1] "_dreamerkhan: RT @larix1997: Kaeya keeps his TCG Diluc card in a photocard holder like a kpop stan\n#kaeluc #luckae #fanart https://t.co/KCq2OehYa7"
## 
## [[4783]]
## [1] "Moonjieun1: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[4784]]
## [1] "Im_RareBlink: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[4785]]
## [1] "roaringroa: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[4786]]
## [1] "nurixdami: RT @YEDAMBR_: [📰] KPOPMAP: The New Diamonds of KPop - Top 10 Rising Idols Who We Predict Will Be The Next Big Thing\n\n#2. BANG YEDAM — Viral…"
## 
## [[4787]]
## [1] "HoZcP7NNmNvPEDI: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[4788]]
## [1] "REN7VNIE: RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…"
## 
## [[4789]]
## [1] "YurtleZeTurtle: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[4790]]
## [1] "Blinkeukash4: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[4791]]
## [1] "kokobopsession: This song is so smooth\nI miss Baekhyun 😢 😕 😞 \nWhere's that best kpop song tweet gone, Imma nominate this one\nExo's… https://t.co/Rl8AY5Pe3d"
## 
## [[4792]]
## [1] "ddanayum: RT @omorihate: moonbin truly is one of the best male performers in kpop"
## 
## [[4793]]
## [1] "flowerhongjoong: @defsbird bestie kpop is so cursed rn i need a break"
## 
## [[4794]]
## [1] "SUSHIS00Y4: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4795]]
## [1] "UniDuniTea: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[4796]]
## [1] "loonathereveI: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[4797]]
## [1] "jingkookie13: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4798]]
## [1] "twioisejeong: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[4799]]
## [1] "tteuii: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4800]]
## [1] "shara_k_luv: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[4801]]
## [1] "Katatonia8: @dailynaver can all Kpop stans unite this one time &amp; report that yt channel until it gets taken down!?I’m so tired of that sojang guy😒"
## 
## [[4802]]
## [1] "SPEARBCHAN: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[4803]]
## [1] "neptunes_wngs: @Cindy_luvs_kpop very on brand LOL"
## 
## [[4804]]
## [1] "gigglyjimin_: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4805]]
## [1] "linnae_25: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[4806]]
## [1] "sissyinchrist: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4807]]
## [1] "naedis: Yk how kpop fans associate their idols with animals now I wonder what animal I am"
## 
## [[4808]]
## [1] "Cindy_luvs_kpop: @seonghwaa1998 @neptunes_wngs Right this is so unlike me /j"
## 
## [[4809]]
## [1] "R0XD1E: RT @SdimplesSoobin: 0x1 changed kpop forever"
## 
## [[4810]]
## [1] "mashisoyeol: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[4811]]
## [1] "Iuvcuts: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[4812]]
## [1] "oneNonly_MK: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[4813]]
## [1] "_kookomi: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[4814]]
## [1] "forwinbts: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4815]]
## [1] "StayInDaydreams: Mi cancion favorita del kpop es un remix de yoongi de seesaw y i need u 👍👍👍"
## 
## [[4816]]
## [1] "riajose: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[4817]]
## [1] "inyksnn: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4818]]
## [1] "btstaekook0405: RT @stream4taekook: \"Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…"
## 
## [[4819]]
## [1] "rkive_fairy: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4820]]
## [1] "shyeobbun: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[4821]]
## [1] "_ChoiRain_: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[4822]]
## [1] "GabyAbyss: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[4823]]
## [1] "amb_moshi: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[4824]]
## [1] "chogiwateez: The kpop industry doesn’t deserve exo korea doesn’t deserve exo that’s a fact"
## 
## [[4825]]
## [1] "charmerlk_: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[4826]]
## [1] "thamxflower: RT @MUSIKMENFESS: # imo, they're one of the kpop groups that make the best music! what's your favorite song from their discography? https:/…"
## 
## [[4827]]
## [1] "chiioncee: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4828]]
## [1] "firstlove9_12: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[4829]]
## [1] "slmdrr: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4830]]
## [1] "bubblebumbee03: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4831]]
## [1] "yshhcl: RT @idle4life: Soyeon makes more money from royalties than your whole fcking group.. now don't bark...\n\nThey'll come \"my favs have more cre…"
## 
## [[4832]]
## [1] "poopeldomoon: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[4833]]
## [1] "xButterflyJB: RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…"
## 
## [[4834]]
## [1] "Kevincookie__: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[4835]]
## [1] "xiaospidr: my house by 2pm mv kpop https://t.co/fhYxGgHwEH"
## 
## [[4836]]
## [1] "kellylinhayes: @maryposts @bpowtweets they did say in the article that they didnt want to explore  like some of the more controver… https://t.co/xgqZro6Q7m"
## 
## [[4837]]
## [1] "amohopeworld2: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[4838]]
## [1] "moonchildslow: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4839]]
## [1] "Marsella1833: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[4840]]
## [1] "kpop_critical_: RT @jinkitinybt: the taemin walk 👑\nhttps://t.co/iU9vLkaMqJ"
## 
## [[4841]]
## [1] "Stanpops: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4842]]
## [1] "s_tock_rich: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[4843]]
## [1] "Jininspired: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[4844]]
## [1] "PandAa_0_: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[4845]]
## [1] "forsvt9: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[4846]]
## [1] "SueOprahWinfrey: @Audacy @artist @charlieputh @BTS_twt @kimpetras @samsmith Ewwww bunch of kpop people in comment section."
## 
## [[4847]]
## [1] "JiminieBTSeven: @dejawo0 this is what kpop does with people"
## 
## [[4848]]
## [1] "adcfgidle: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[4849]]
## [1] "TwicefromSana: RT @cIoversana: Kpop fans and Sports fans needs to remain separate. These are two different psych wards"
## 
## [[4850]]
## [1] "MC08393940: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[4851]]
## [1] "kpop_critical_: RT @MJFINESSELOVER: First, it was Ravyn Lenae, then it was Beyoncé, and lastly, SZA to end the year. These three women gave us eclectic alb…"
## 
## [[4852]]
## [1] "Pilarmendo52: RT @BlueSide9999: #jhope's '#JackInTheBox' has surpassed 320M streams on Spotify, becoming the fastest ALBUM by a Korean/kpop Soloist in hi…"
## 
## [[4853]]
## [1] "bpobsd: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4854]]
## [1] "Oneweve1: @lilgiukinawell I hope aegyo never leaves, tbh. But I meant like the model the industry has of doing 2 or more cbs… https://t.co/xx95HXN1er"
## 
## [[4855]]
## [1] "jeonggukpathy: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4856]]
## [1] "Pilarmendo52: RT @Kingjunghoseok2: #jhope's '#JackInTheBox' has surpassed 320M streams on Spotify, becoming the fastest ALBUM by a Korean/kpop Soloist in…"
## 
## [[4857]]
## [1] "Vampire_Ellemai: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4858]]
## [1] "chxnmisa: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[4859]]
## [1] "kjpallet: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4860]]
## [1] "Reeyoon3: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[4861]]
## [1] "tbzpedia: regular football luvrs r okay too they just gotta be able to tolerate the kpop tweets"
## 
## [[4862]]
## [1] "tbzpedia: where are the football luvrs that enjoy kpop like i need more moots"
## 
## [[4863]]
## [1] "tnypws: does  anyone  know  why  kpop  randomly  blew  up  in  america  like  how  did  it  start  i  feel  like  im  going  insane"
## 
## [[4864]]
## [1] "lildamivert: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[4865]]
## [1] "ssiie_nn: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[4866]]
## [1] "yeontae_gxxj: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4867]]
## [1] "beomizt: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[4868]]
## [1] "wkyu_o: RT @kyustiddies: who's the prettiest kpop idol and why its kim junkyu https://t.co/SAPWdzJhNU"
## 
## [[4869]]
## [1] "cherrypalete: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[4870]]
## [1] "sadcottagecore: RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…"
## 
## [[4871]]
## [1] "mansaes: i just really think kpop idols should unionize"
## 
## [[4872]]
## [1] "Kkkaddict11: RT @livrodrivers: Now even jinni, my bias has left nmixx, I’m seriously done this is happening over and over this year, I’m seriously gonna…"
## 
## [[4873]]
## [1] "xBellaa19: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4874]]
## [1] "taebts53082430: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4875]]
## [1] "famaccountph: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[4876]]
## [1] "PoppySmo: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4877]]
## [1] "Aerilei2: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[4878]]
## [1] "hannamarin75: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[4879]]
## [1] "i9YURI: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4880]]
## [1] "Hpotterfan20: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4881]]
## [1] "ddalki5t: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[4882]]
## [1] "blinkec2020: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[4883]]
## [1] "Jinlxve: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[4884]]
## [1] "nawarjennie: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4885]]
## [1] "ninkikagaming: @youthfulblood there’s something so freeing about having silly lil kpop selfies in ur phonecase and not explaining shit about it 😌"
## 
## [[4886]]
## [1] "fxxxthatflower: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4887]]
## [1] "gogokpopo: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[4888]]
## [1] "FolkloreByTayS: RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs"
## 
## [[4889]]
## [1] "heejincouture: @kittygender this is one of my kpop playlists, you would probably like most of it!! and i have lots more if you wan… https://t.co/X7igwwe6Qi"
## 
## [[4890]]
## [1] "Anothermoa1: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4891]]
## [1] "Tayquellin: RT @meusconceptions: Factually and objectively the chaser by infinite is the best song ever created in kpop"
## 
## [[4892]]
## [1] "ninabts01091: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…"
## 
## [[4893]]
## [1] "ROCKWITHWOOZI: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[4894]]
## [1] "_jinpeach: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[4895]]
## [1] "a_broke_aeri: @Hamnah_m484 Missed that match i had exam the next day 😭😭😭😭 but still i hyped it up in front of my non kpop friends😂"
## 
## [[4896]]
## [1] "ahmericanos: celebrating my 30th birthday by ordering takeout and binge watching kpop youtube videos 😎 i plan on embracing fando… https://t.co/QB4LeLSaFY"
## 
## [[4897]]
## [1] "mazee_maze: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[4898]]
## [1] "ygkooko: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4899]]
## [1] "LagoDha: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4900]]
## [1] "_eemeng_: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[4901]]
## [1] "BubbleMoon5: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4902]]
## [1] "taebts53082430: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4903]]
## [1] "Sally_untitled: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[4904]]
## [1] "rosies_lilies: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4905]]
## [1] "ApinkWeeekTon: RT @LegendaryApink: The kpop track that marked generations 'Mr. Chu' from 'Pink Blossom' album, gets a boost in streams and makes it #Apink…"
## 
## [[4906]]
## [1] "herbiezie: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[4907]]
## [1] "momichiro: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[4908]]
## [1] "TMbbcheese: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[4909]]
## [1] "gay4hotgurlmeg: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[4910]]
## [1] "exhoefanboi: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[4911]]
## [1] "INN3RCHILD: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4912]]
## [1] "girls_nonna: RT @Koreaboo: 10 K-Pop Artists Who Ruled Google Trends In South Korea In 2022\n\nhttps://t.co/PlpqO0wNuN"
## 
## [[4913]]
## [1] "dzieckoziemi: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4914]]
## [1] "chachachim10: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4915]]
## [1] "solbooist: hello tl… i come to you, once again asking for kpop recs hehe"
## 
## [[4916]]
## [1] "jkd85341311: RT @JhopeAImighty_: IU, a kpop veteran, getting shocked about the amount of 'promo' (if we can even call it that), that Jack In The Box got…"
## 
## [[4917]]
## [1] "Atenea_0404: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[4918]]
## [1] "YurtleZeTurtle: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[4919]]
## [1] "SdimplesSoobin: 0x1 changed kpop forever https://t.co/rcPKSEQFT7"
## 
## [[4920]]
## [1] "urfaviskpop: waves by joey bada$$ is actually kpop"
## 
## [[4921]]
## [1] "SpringBreeze59: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[4922]]
## [1] "ningningwashere: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[4923]]
## [1] "KR81754426: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[4924]]
## [1] "dearjenini: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[4925]]
## [1] "seonghwaa1998: @Cindy_luvs_kpop @neptunes_wngs Guys act shocked"
## 
## [[4926]]
## [1] "monbebetikti: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[4927]]
## [1] "SpringBreeze59: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[4928]]
## [1] "asRMono: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4929]]
## [1] "ZDwYvePvdZ2kf8w: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[4930]]
## [1] "ugh_blue: My local mall added a KPOP store and I did some damage 😭😭😭😭 https://t.co/ywFmKvPBUJ"
## 
## [[4931]]
## [1] "skzlftv: @carousel_muke just someone accusing a kpop idol of non sense sh!t"
## 
## [[4932]]
## [1] "Maybe_Milo_: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[4933]]
## [1] "8starbit: this week has been poopy so i’m going to do heavy damage at the kpop store and b&amp;n tomorrow https://t.co/9dZqZRDInE"
## 
## [[4934]]
## [1] "vanvicc8: RT @i94seo: [🎧] — looking for active edtwt moots !\n\n. . . not new , just moved accts\n— 17 , she her\n— ednos\n— i like reading &amp; kpop \n\n♡ and…"
## 
## [[4935]]
## [1] "ujxhae: remember when a bunch of chinese kpop idols posted saying they support the forced cotton labor in xinjiang and ever… https://t.co/lS4NndrQkx"
## 
## [[4936]]
## [1] "Kjenrun: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4937]]
## [1] "mfissexygogogo: RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…"
## 
## [[4938]]
## [1] "jwanyobo: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4939]]
## [1] "that_DK_JM_one: AINT NO WAY. WHERE'S ALL MY KPOP TRENDS?! AH GUYS. 😭🤣😭🤣😭🤣😭🤣 https://t.co/CoqSciVk89"
## 
## [[4940]]
## [1] "jamaalaldin_tv: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 CONFIRMADO! 227's YouTube Chili' #Blackpink! Hoops227TV https://t.co/76TWH9Szgg #KPOP!🎶 https:/…"
## 
## [[4941]]
## [1] "jamaalaldin_tv: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #Blackpink! Hoops227TV https://t.co/76TWH9Szgg #KPOP!🎶 https://t.co/Ef54ve…"
## 
## [[4942]]
## [1] "_StanAgustD_: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[4943]]
## [1] "nomidia_BJ_VIP: Kpop rapper mister T.O.P Thats my boo https://t.co/SWxXLT8ET7"
## 
## [[4944]]
## [1] "octobersoo: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4945]]
## [1] "universetrash: RT @minjiubunny: everyone saying that 2022 is the worst year in kpop, but we know is the best year for Dreamcatcher 😏"
## 
## [[4946]]
## [1] "TriggerMuch: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[4947]]
## [1] "cvrvtqt: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[4948]]
## [1] "kaikaeya: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[4949]]
## [1] "ilyysoo: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[4950]]
## [1] "Maybe_Milo_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4951]]
## [1] "gemstaygene: RT @thedivestudios: after his debut?!?! 🤯\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin #프니엘 #BTOB #JUNNY #주니 #HOLLAND https://t.co/gG0zaAVj…"
## 
## [[4952]]
## [1] "Kpop_Newsss: A Clip Of Jinni During NMIXX’s Recent Fansign Goes Viral, And Fans Wonder If She Already Knew Her Future https://t.co/hSlZl5al6t"
## 
## [[4953]]
## [1] "MiinaStar: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4954]]
## [1] "KpopPictures101: RT @midcys: fun fact: shin yuna’s dalla dalla debut fancam is the most viewed debut fancam in the history of kpop 👑\n\nQUEENKA YUNA DAY\n#Supe…"
## 
## [[4955]]
## [1] "stwookiecom: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[4956]]
## [1] "Hpotterfan20: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[4957]]
## [1] "nirmine_salhi: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4958]]
## [1] "KPOP_JUICE_EN: K-pop Daily Votes Ranking✨✨\n\n【12/9】\n6 #KIMURAMASAYA \n7 #K (↑1)\n8 #Yuta (↑4)\n9 #Kazuta (↓2)\n10 #OZAKITAKUMI \n\nhttps://t.co/bGt47ui5Rw"
## 
## [[4959]]
## [1] "HiHiJets_twt: For kpop fans, it’s kinda like your fave being caught by dispatch https://t.co/TSnMikyvc8"
## 
## [[4960]]
## [1] "a_shu_ley: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[4961]]
## [1] "namjoons_pot: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[4962]]
## [1] "k1topher: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4963]]
## [1] "leynsoyah: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[4964]]
## [1] "sp3arbx: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[4965]]
## [1] "Zue531717: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[4966]]
## [1] "BongbongieCarat: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[4967]]
## [1] "VicojoHL: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[4968]]
## [1] "KingOfBLINKs: @chartsblackpink @BLACKPINK Lmaaoo i used to see blackpink surpassing the whole kpop\nBut ive and newjeans blocking the others🤣🤣🤣"
## 
## [[4969]]
## [1] "Palabraspara3: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[4970]]
## [1] "sacrifighting: RT @KPOPBroadway: If we're going out, we're going ALL-OUT! See KPOP on Broadway through Sunday, December 11 only. https://t.co/LXqpfYbE5V"
## 
## [[4971]]
## [1] "_ChoiJavivi: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4972]]
## [1] "is_mashiho: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[4973]]
## [1] "lu2jm7: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[4974]]
## [1] "mangsmenager: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[4975]]
## [1] "bdbyenico: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4976]]
## [1] "4kMeowie: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4977]]
## [1] "kym_lms: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[4978]]
## [1] "carl_villaf: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4979]]
## [1] "maolilymao: RT @SerieTV46: \"RUN BTS\" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams."
## 
## [[4980]]
## [1] "artchive_0613: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4981]]
## [1] "blakblueberry: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[4982]]
## [1] "taemhanahana: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[4983]]
## [1] "sacrifighting: RT @fx_Luvatar812: [LUNA INSTAGRAM STORY]\n #savekpopbroadway #kpop #kpopbroadwaymusical https://t.co/8KlOn76tEA"
## 
## [[4984]]
## [1] "atinymist: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4985]]
## [1] "13ts_7: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[4986]]
## [1] "exhoefanboi: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[4987]]
## [1] "yepthoktae: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[4988]]
## [1] "yosheen79: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[4989]]
## [1] "ratslapclassic: RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…"
## 
## [[4990]]
## [1] "Kpop_are_shit: RT @FIFAWorldCup: Iconic. https://t.co/8ytlgj5Udk"
## 
## [[4991]]
## [1] "serendipityxo19: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[4992]]
## [1] "hannamarin75: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[4993]]
## [1] "x1xFN85UDoxrjol: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[4994]]
## [1] "hoseokiiem: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[4995]]
## [1] "Bb100x: RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…"
## 
## [[4996]]
## [1] "HMendibil: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[4997]]
## [1] "GotYourBck: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[4998]]
## [1] "ulfiahA: RT @floweryddana: his improvements throughout the years are really amazing and not to mention that he's still young, Park Jisung the future…"
## 
## [[4999]]
## [1] "ot4blackpinkkkk: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[5000]]
## [1] "jiminienjoy: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5001]]
## [1] "underxxxxxxx: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[5002]]
## [1] "promerkive: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5003]]
## [1] "millyslilys: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[5004]]
## [1] "Hanna05534555: RT @xiaxxix: when I was a kid, kpop stans would at most have dance practice videos to learn from, nowadays kpop stans have lyrics, instrume…"
## 
## [[5005]]
## [1] "chachachim10: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5006]]
## [1] "ryukotaa: love kpop and ult biases r minghao jungkook and taehyung 😘 https://t.co/qfJ8tgaERJ"
## 
## [[5007]]
## [1] "everyone_kyh: if bang yedam doesn't redebut it will be the biggest loss in kpop i fear"
## 
## [[5008]]
## [1] "indigobeah: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5009]]
## [1] "Jinlxve: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[5010]]
## [1] "livrodrivers: Now even jinni, my bias has left nmixx, I’m seriously done this is happening over and over this year, I’m seriously… https://t.co/Hpi4Ctdqcg"
## 
## [[5011]]
## [1] "SingJungHoseok: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[5012]]
## [1] "NAKAWHORA: plus kpop groups try to cater to  international fans aswell so why would jyp not look into how the song would be tr… https://t.co/yLhjTlIyRz"
## 
## [[5013]]
## [1] "liajjk__: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[5014]]
## [1] "faIIinboa: @elinnbambi that’s so sweeet I’m crying i need all kpop fandoms to be more like this"
## 
## [[5015]]
## [1] "UGHwecry: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5016]]
## [1] "7_soty: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5017]]
## [1] "redlalisa: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[5018]]
## [1] "utsurikun: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[5019]]
## [1] "Juhwanbff: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[5020]]
## [1] "fantasyephi: RT @inseongwifeu: (Recorder🎥: @naomiksor )\nHere’s my take on \n🔒 #BACKDOWN 🦶\n#kpop #backdown_challenge #P1Harmony #P1H #piwon #P1ECE #SETIN…"
## 
## [[5021]]
## [1] "luvelybangtanie: isnt it incredible how books and kpop are still the only things able to really excite me?"
## 
## [[5022]]
## [1] "krosiesk: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[5023]]
## [1] "RenavemSoriano: RT @kpophappenings_: when that kpop boy sang the high note adlibs of ningning and winter in their it’s live cover of savage in the original…"
## 
## [[5024]]
## [1] "kaseokjinology: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5025]]
## [1] "dreamygirl_5: @MerlinFernando5 @Koreaboo Not only big 3, a lot of VIPs love seventeen too, it's not about big 3 here it's more ab… https://t.co/cYHK4TP55f"
## 
## [[5026]]
## [1] "idsoqiu: sorry im re tweeting a lot BUT I LOVE KPOP"
## 
## [[5027]]
## [1] "AthenaRheia: I feel you, me as a 2ne1 and Big bang fan. \n\nTbh, I'm more invested to SB19 compared when I was a kpop stan. https://t.co/PBkbGX3MIb"
## 
## [[5028]]
## [1] "Cindy_luvs_kpop: @neptunes_wngs I bought front row piwon tickets 😅 not for face value"
## 
## [[5029]]
## [1] "korelvsjin: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[5030]]
## [1] "KERI_BERRY1024: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[5031]]
## [1] "101Karamia: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5032]]
## [1] "namulver: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[5033]]
## [1] "swithvelman: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[5034]]
## [1] "QueenMONORules: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5035]]
## [1] "wtnbaesthetic: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[5036]]
## [1] "marciah00: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5037]]
## [1] "jtm249: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5038]]
## [1] "jungkookandAya: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5039]]
## [1] "Daddi_Yankii: just hearing that des moines is having a kpop bar night is awakening the feral kpop beast inside me. im gonna shake… https://t.co/4SZ8yK18m8"
## 
## [[5040]]
## [1] "babyscentedx: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5041]]
## [1] "changpixie: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[5042]]
## [1] "namslayjoon: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5043]]
## [1] "Francis85698297: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[5044]]
## [1] "otsusope: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5045]]
## [1] "PurpleLittle7: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5046]]
## [1] "V_Hush_7: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[5047]]
## [1] "fortnite_r0bin: @zprince_ @firstkhaouboom im a lesbian and all my likes are figure skating/ kpop edits or manga shit or bluey episo… https://t.co/BAKCCHEN1l"
## 
## [[5048]]
## [1] "yixienings: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[5049]]
## [1] "picassohwangg: RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…"
## 
## [[5050]]
## [1] "sunnyyseo: when i showed non kpop oomf irene and seulgi's monster mv and he said \"now THIS is gaypop\""
## 
## [[5051]]
## [1] "vvvvivvo8: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[5052]]
## [1] "bbystarcandyyyy: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5053]]
## [1] "namufused: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5054]]
## [1] "Hoops227_Gaming: RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…"
## 
## [[5055]]
## [1] "lomaaze: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5056]]
## [1] "sentcl27: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5057]]
## [1] "Hoops227_Gaming: RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…"
## 
## [[5058]]
## [1] "JJJHYLT: i tweet about footballers like i tweet about kpop idols idgaf 😹"
## 
## [[5059]]
## [1] "hopeitshobi: @PopBase Bts is bigger than kpop yall!"
## 
## [[5060]]
## [1] "Emi05L: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[5061]]
## [1] "idsoqiu: 1 of 1 I WANT SOMEONE TO RE DO IT IDC IT WAS JUST PEEK KPOP https://t.co/5npw4lx6oU"
## 
## [[5062]]
## [1] "Hoops227_Tech: RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…"
## 
## [[5063]]
## [1] "jessicavs_10: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5064]]
## [1] "Hoops227_ASMR: RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…"
## 
## [[5065]]
## [1] "jamaalaldin_tv: RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…"
## 
## [[5066]]
## [1] "Hoops227_Tech: RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…"
## 
## [[5067]]
## [1] "Hoops227_ASMR: RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…"
## 
## [[5068]]
## [1] "jamaalaldin_tv: RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…"
## 
## [[5069]]
## [1] "Rosselin_98: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[5070]]
## [1] "kris_KNJ: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[5071]]
## [1] "dilfjoon2: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5072]]
## [1] "FreyirRose: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[5073]]
## [1] "LifeMusicSound: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5074]]
## [1] "illassi_: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[5075]]
## [1] "amyskpopaccount: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[5076]]
## [1] "HEEWONIN: RT @MRgx18698869: Impurities\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearno…"
## 
## [[5077]]
## [1] "Emily_Blake__: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5078]]
## [1] "Leidy_do292600: RT @AboutMusicYT: Biggest kpop idol group songs on Circle Chart (based on index points): https://t.co/du2k3iS575"
## 
## [[5079]]
## [1] "Kim_jayBP4_: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[5080]]
## [1] "hearthiyyihpo2: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5081]]
## [1] "toxicnakyumstan: best hands in kpop"
## 
## [[5082]]
## [1] "HEEWONIN: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[5083]]
## [1] "lilpixielix: RT @tbzgoth: most versatile boy group in the history of kpop https://t.co/ht1LNyo8yl"
## 
## [[5084]]
## [1] "lilgiukinawell: @Oneweve1 Do you think kpop's model of content production is sustainable? Do you think it'll exist a hundred years… https://t.co/MpVYa4e9SR"
## 
## [[5085]]
## [1] "jjk4orlyf: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[5086]]
## [1] "lizziexyuu: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5087]]
## [1] "codito30001: Commentarist talking about Messi as a kid (affectionately)\nMom, annoyed: he isn't a kid he is 35 years old\nMe: A BA… https://t.co/3rLbxMIn7h"
## 
## [[5088]]
## [1] "bymartiii_: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[5089]]
## [1] "CHERRYSlAN: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[5090]]
## [1] "nisha99414: RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…"
## 
## [[5091]]
## [1] "bts_4fhd: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[5092]]
## [1] "sodabmi: PLANS: fasting for those 336h and staying those 14 days at home (being home for me means freedom tbh, i get to stay… https://t.co/TQL6gJ02Ke"
## 
## [[5093]]
## [1] "Anto44812532: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5094]]
## [1] "ASummerSarah: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[5095]]
## [1] "Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp… https://t.co/LaQU2qukfk"
## 
## [[5096]]
## [1] "majilajiii: RT @larix1997: Kaeya keeps his TCG Diluc card in a photocard holder like a kpop stan\n#kaeluc #luckae #fanart https://t.co/KCq2OehYa7"
## 
## [[5097]]
## [1] "btssglow: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5098]]
## [1] "neptunes_wngs: @Cindy_luvs_kpop thought we had already established that we all are 😂 please explain LOL"
## 
## [[5099]]
## [1] "Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp… https://t.co/D9jbYSZhMW"
## 
## [[5100]]
## [1] "LagoDha: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[5101]]
## [1] "bngtan_my: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5102]]
## [1] "Gojoobanailove: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[5103]]
## [1] "honiechim: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5104]]
## [1] "Jinniedulce04: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[5105]]
## [1] "orna2129: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5106]]
## [1] "iloveZerotak2: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[5107]]
## [1] "KingOfBLINKs: @MystDragon_ @AboutMusicYT Not just for bts\nFor the whole kpop industry"
## 
## [[5108]]
## [1] "jingkookie13: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5109]]
## [1] "FeorellaSenai: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5110]]
## [1] "bngtan_my: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[5111]]
## [1] "ASummerSarah: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5112]]
## [1] "enashpen: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[5113]]
## [1] "anpanroll: RT @larix1997: Kaeya keeps his TCG Diluc card in a photocard holder like a kpop stan\n#kaeluc #luckae #fanart https://t.co/KCq2OehYa7"
## 
## [[5114]]
## [1] "caratsxx: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5115]]
## [1] "ASummerSarah: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5116]]
## [1] "betterjoong: RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…"
## 
## [[5117]]
## [1] "nyoomie: RT @gyumetaI: best thing to happen in kpop idc\nhttps://t.co/wyKS3zuNBM"
## 
## [[5118]]
## [1] "vidal_rosella: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5119]]
## [1] "juyomni: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[5120]]
## [1] "FAIRYJAAKEE: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[5121]]
## [1] "GSka83: RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n\"Key understood the assignment, and aced it with h…"
## 
## [[5122]]
## [1] "Leidy_do292600: RT @AboutMusicYT: Most searched kpop idols on Google in 2022: https://t.co/q81G1ZrOsg"
## 
## [[5123]]
## [1] "gracefulily02: Anyone else had their amino phase as a kpop stan? I am never forgetting those times. The app is so different now.."
## 
## [[5124]]
## [1] "HonSoolRapper: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5125]]
## [1] "VKAM2013: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5126]]
## [1] "luffybbh: RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[5127]]
## [1] "ys6eun: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[5128]]
## [1] "idsoqiu: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[5129]]
## [1] "ys6eun: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[5130]]
## [1] "adiarybelle: RT @shownumania: @tubbirfess @tanyakanrl Noooo, who's her KPop boy"
## 
## [[5131]]
## [1] "stayc_girIs: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[5132]]
## [1] "mgshooky: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5133]]
## [1] "MerlinFernando5: @dreamygirl_5 @Koreaboo Of course whole big3s kpop community were against our boys coz they were from small almost… https://t.co/FwNlDnZAZD"
## 
## [[5134]]
## [1] "MyMissRight_twt: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5135]]
## [1] "bee__ch: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5136]]
## [1] "shineforbangtan: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[5137]]
## [1] "MarlonBiersack7: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[5138]]
## [1] "munemush: none of these baby faced kpop girls are fit for mature concepts stop lying to yourselves if you wnna watch a 14yo l… https://t.co/s7BgsslDGB"
## 
## [[5139]]
## [1] "xiaospidr: snowy by itzy concert stage kpop https://t.co/1b4zfHPa7u"
## 
## [[5140]]
## [1] "MOONGLOW169: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[5141]]
## [1] "idsoqiu: RT @gyumetaI: best thing to happen in kpop idc\nhttps://t.co/wyKS3zuNBM"
## 
## [[5142]]
## [1] "Elvin_Tsui: RT @callmeb4usleep: not exactly a kpop moment but it sure could kill a sapphic"
## 
## [[5143]]
## [1] "EcoKarin: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[5144]]
## [1] "ZNyongtoryy: RT @VIPsociety2006: [ VS : RECOGNITION 💛 ]\nVIPs Our @YG_GlobalVIP is ranked #12 #Bigbang_StillLife at @TimeOutLondon The 22 best songs of 2…"
## 
## [[5145]]
## [1] "karlajuarezch: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[5146]]
## [1] "jisteume: RT @bigbangsarchive: a comeback is needed from one of \nthe best vocalists in kpop: TAEYANG https://t.co/0M8XrF7ucH"
## 
## [[5147]]
## [1] "yessiarex: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5148]]
## [1] "swithvelman: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[5149]]
## [1] "AnenKatie: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5150]]
## [1] "donitaandi: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[5151]]
## [1] "cloudsmew: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[5152]]
## [1] "sunshinehaelix: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5153]]
## [1] "phodeimos: RT @Emilie_Moulinie: To celebrate our dear flaming charisma !! Congrats Minho !! 🔥❤️\n\n#SHINee #MINHO #CHASE #KPOP #fanart #kpopfanart #illu…"
## 
## [[5154]]
## [1] "6outof7: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[5155]]
## [1] "monic_hp: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[5156]]
## [1] "weateDRIPPIN: RT @drippinxcars: hello this is an account dedicated to kpop group drippin and cars 😍 feel free to dm this acc or @blossominseo for request…"
## 
## [[5157]]
## [1] "donitaandi: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[5158]]
## [1] "thaipwincess: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[5159]]
## [1] "seokjinmysky2: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5160]]
## [1] "gbr061: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[5161]]
## [1] "Viviana07bri_my: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5162]]
## [1] "notlimena: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5163]]
## [1] "kkom_svt: kpop idols being happy for messi 🫤"
## 
## [[5164]]
## [1] "its_oDdinary: RT @minhorry: Lee Know is the best dancer of kpop, his vocals are incredible and he as a person is WONDERFUL\nhttps://t.co/J56YGyMoBY"
## 
## [[5165]]
## [1] "7tannies__: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5166]]
## [1] "hoshijots: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5167]]
## [1] "joonieseunhasoo: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[5168]]
## [1] "jhoeyuri: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5169]]
## [1] "7tannies__: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5170]]
## [1] "KR81754426: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[5171]]
## [1] "sofimbb7: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[5172]]
## [1] "wooksungs: kpop stans piss me off"
## 
## [[5173]]
## [1] "Yoongi_lilmeoow: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5174]]
## [1] "Leidy_do292600: RT @jjkonlyace: @AboutMusicYT Jungkook has been #1 the most popular kpop idol on Tumblr for for 5 consecutive years! 🥇🔥🙌👑✨\n\nJUNGKOOK is UNT…"
## 
## [[5175]]
## [1] "_Ghostin__: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[5176]]
## [1] "hoshimilkers: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5177]]
## [1] "DlORJKS: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5178]]
## [1] "soobimi_1205: RT @TXT__News: .@TXT_members  joins BTS as the only kpop artist in HISTORY to perform at New Year #RockinEve \n\nhttps://t.co/wktHZ9eM7j"
## 
## [[5179]]
## [1] "Ctgh_: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5180]]
## [1] "hanhoyeoI: @jinhoscamellia is it mostly 4th gen groups? it’s a tough year for kpop fans 🫠"
## 
## [[5181]]
## [1] "jqydke: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[5182]]
## [1] "ji_ni56: RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…"
## 
## [[5183]]
## [1] "LUCKI_STAR: RT @stallseok: y’all it’s normal for artist to take years off of music especially when they have a rush of being worldwide icons like i can…"
## 
## [[5184]]
## [1] "aeyerii: i’m bored so send me your kpop opinions and i’ll post them with an agree/disagree poll &lt;3 \nhttps://t.co/I5qTyHYd9o"
## 
## [[5185]]
## [1] "Sofia_vrr1: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5186]]
## [1] "Leidy_do292600: RT @AboutMusicYT: Most popular kpop idols on Tumblr this year: https://t.co/1Au1yJxViF"
## 
## [[5187]]
## [1] "iluyloveli: RT @TAEHBOXYSMILE: @ZIBA_7474 @Aramie14113102 @mo56378516 @AboutMusicYT Idk if yall misses why it's called proof ? MYB BCZ IT HOLD THE PROO…"
## 
## [[5188]]
## [1] "Kpop_Penguin: RT @megscedes_: argentina and the netherlands every 4 minutes😭\n\nhttps://t.co/2R0CGhStwk"
## 
## [[5189]]
## [1] "jinspisces: @thanksyoongi think 2nd gen kpop it boy but football... a shinee member if u will"
## 
## [[5190]]
## [1] "Koreaboo: 10 K-Pop Artists Who Ruled Google Trends In South Korea In 2022\n\nhttps://t.co/PlpqO0wNuN"
## 
## [[5191]]
## [1] "blossominseo: RT @drippinxcars: hello this is an account dedicated to kpop group drippin and cars 😍 feel free to dm this acc or @blossominseo for request…"
## 
## [[5192]]
## [1] "PamPamKTH: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[5193]]
## [1] "dee_svt: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[5194]]
## [1] "bunnyjangJ: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[5195]]
## [1] "PsychoPiink: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5196]]
## [1] "bxbbyamy_luv: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[5197]]
## [1] "Zilith1220: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5198]]
## [1] "chickenSKZ: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[5199]]
## [1] "koophoria1997: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[5200]]
## [1] "CHAE_H_ONE_DD: RT @minchansidebae: “Everything in kpop is scripted” then what the hell are straykids writers doing bruh \n~ a thread https://t.co/v5XynCOvSj"
## 
## [[5201]]
## [1] "officialxleah: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[5202]]
## [1] "nevelinsom: kpop stans always take the smallest thing their idols says and makes it into a big deal. like the idol will say “i… https://t.co/wc9ofaiRuJ"
## 
## [[5203]]
## [1] "KtogRexhar: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[5204]]
## [1] "hwasasboots: RT @connism9: ⚡ We can break the curse of 4th generation Kpop if Seo Soojin returns to the stage. \n\n100% faith, 0% doubt\n\n#BringSoojinBack…"
## 
## [[5205]]
## [1] "waIletroom: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[5206]]
## [1] "yeontual: the way football fans talk to each other when both like a different team…like theyre the kpop fanwars of sports"
## 
## [[5207]]
## [1] "spideygguk: i think kpop fans being so angry about every little thing and fighting about such nonsense is what made me move away from it"
## 
## [[5208]]
## [1] "yoonjis_wig: random kpop accts w a handful of followers interacting with your old tweets is so uncomfy … like how did you even f… https://t.co/8fq5VtPCmq"
## 
## [[5209]]
## [1] "gimhyew59391505: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[5210]]
## [1] "MelindaMinks1: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[5211]]
## [1] "yRagodon: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[5212]]
## [1] "carrot2209: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[5213]]
## [1] "SBoyceJohnson: RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…"
## 
## [[5214]]
## [1] "Bts4Judy: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[5215]]
## [1] "gimhyew59391505: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[5216]]
## [1] "AnnoyedFoxPower: I really can't imagine how different the kpop landscape would be if Wanna One never disband."
## 
## [[5217]]
## [1] "daniasiddiqui_: anyare sa kpop world omg https://t.co/AsahRAnBpy"
## 
## [[5218]]
## [1] "magneti_melissa: RT @UPROXX: #SaveKPOPBroadway is trending after the Broadway 'KPOP' show announces sudden closing https://t.co/JEsVNLQwox"
## 
## [[5219]]
## [1] "Carrots_are_: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[5220]]
## [1] "lilgiukinawell: @Oneweve1 What are your thoughts on the delightful absurdity of K-pop? \n\nBig words but I think the kpop industry isn’t slay"
## 
## [[5221]]
## [1] "ifancytsuki: RT @yjwntr: @kwntrsgf GET OUT LATTE IS ONE OF THE BIGGEST PET VISUALS OF KPOP"
## 
## [[5222]]
## [1] "NFiaMoo: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[5223]]
## [1] "parfaitcherries: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[5224]]
## [1] "Ririnmailani: RT @kkulkyun2609: Since Monsta X comeback is nxt yr &amp; we mbbs really tweet a lot and kpop stans usually drag us into fanwars, how about we…"
## 
## [[5225]]
## [1] "jln1208: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[5226]]
## [1] "hagemacuru: RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…"
## 
## [[5227]]
## [1] "marong_0608: RT @pickit_kpop: #pickit ❌ #이진혁 #LEEJINHYUK\n#イ・ジンヒョク #李鎭赫 #VDAN #5ight #Crack\n\n[📢] Weekly Update\n@LJH__official  x  @pickit_kpop\n\n📲PICKIT A…"
## 
## [[5228]]
## [1] "tini_chiquita: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[5229]]
## [1] "Yuraaaa20791: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[5230]]
## [1] "JISOO_SYDDKS: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[5231]]
## [1] "drippinxcars: hello this is an account dedicated to kpop group drippin and cars 😍 feel free to dm this acc or @blossominseo for r… https://t.co/GgDLlV9sHB"
## 
## [[5232]]
## [1] "RKN_STAY: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[5233]]
## [1] "equalityisUndMe: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5234]]
## [1] "MinatozakiJeong: Since 2022 has been so cursed for the Kpop girlies here’s my list of MY top active nugu and mid-tier groups for peo… https://t.co/x41cqYI71t"
## 
## [[5235]]
## [1] "DithYoder: @affan_imran @BoredElonMusk @elonmusk None… all platforms make algorithmic decisions and weight those on user histo… https://t.co/q8ayFskBEw"
## 
## [[5236]]
## [1] "nikkiribas: RT @andrewjameszz: thinking about him… (lee jihoon aka woozi aka vocal unit leader of kpop group seventeen)"
## 
## [[5237]]
## [1] "dis_easeisart: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[5238]]
## [1] "Kookmin74: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5239]]
## [1] "einer1_yp: RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…"
## 
## [[5240]]
## [1] "monic_hp: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[5241]]
## [1] "Kpop_Penguin: RT @ChampionsLeague: Messi and Argentina are World Cup semi-finalists! ✋🤚 https://t.co/sHDzEDXzZL"
## 
## [[5242]]
## [1] "magneti_melissa: RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…"
## 
## [[5243]]
## [1] "staygoldentae: RT @staygoldentae: I met SF9 finally 🥹 they’re actually one of the first kpop groups I got into with their song O Sole Mio!\n\nI’m so glad to…"
## 
## [[5244]]
## [1] "katysaquiray1: RT @lisamanobal_327: • LISA was the most searched #BLACKPINK member on #YouTube and #Google both Worldwide and in Germany during their conc…"
## 
## [[5245]]
## [1] "jisoo_salma: RT @jisoovibe_chu: Kpop Artist with highest performing campaigns on social posts when a brand was mentioned in 2022\n\n1) Kim Jisoo 🤝 Cartier…"
## 
## [[5246]]
## [1] "bxbbyamy_luv: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[5247]]
## [1] "sprmsy: This is the representational vid of me separating my life priorities to kpop. #JIHOON https://t.co/4VsYHO8IeW"
## 
## [[5248]]
## [1] "DecalcomaniaOT7: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[5249]]
## [1] "pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0"
## 
## [[5250]]
## [1] "baegseu20782794: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[5251]]
## [1] "oficialjmarcos: RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E"
## 
## [[5252]]
## [1] "wwhforever: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[5253]]
## [1] "VSegman: RT @miksingre: watching old kpop concerts rn cuz lighting's a pain. https://t.co/ryzgtjLuKr"
## 
## [[5254]]
## [1] "akaiawa: RT @UsernamenaijanT: Everything is up to 35% OFF!!😲\n\n사랑 Love Purple Heart T-Shirt\n\nhttps://t.co/wXoN86OEhu\n\n#loveheart #heart #purple #purp…"
## 
## [[5255]]
## [1] "EXOlegends_L: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5256]]
## [1] "ALISREIGNS: RT @bora_carr0t: I was just thinkin about this the other day, the same people to get on black kpop stans are the same ones tuned into a man…"
## 
## [[5257]]
## [1] "T_VexQ: RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…"
## 
## [[5258]]
## [1] "akaiawa: RT @UsernamenaijanT: Up to 35% OFF!!\n\n사랑 Love Purple Heart Sticker\n\nhttps://t.co/PBfa6VZ3QB\n\n#love #loveheart #purple #purpleheart #cute #K…"
## 
## [[5259]]
## [1] "taebaekiss: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5260]]
## [1] "SathitMingkhua1: RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…"
## 
## [[5261]]
## [1] "lizjupi: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[5262]]
## [1] "prfctpovx: just found out i started my brother's kpop obsession years ago by showing him a video of bts dancing to blood sweat… https://t.co/RKRZVYTKPj"
## 
## [[5263]]
## [1] "retr0PVNK: RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…"
## 
## [[5264]]
## [1] "tchaicosvky: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[5265]]
## [1] "lenslerc: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5266]]
## [1] "btae_7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5267]]
## [1] "ghoonstin: @heewonme i haven’t cared about it EVER but it was so damn exciting and intense, kpop enjoyer take a break to watch some football"
## 
## [[5268]]
## [1] "natreasvre: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[5269]]
## [1] "rosiflwers: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5270]]
## [1] "kathbier: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[5271]]
## [1] "minblackD: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[5272]]
## [1] "exolaquatic: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[5273]]
## [1] "Sehumiiiiiii: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[5274]]
## [1] "witchySheila: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[5275]]
## [1] "darthdiamandis: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[5276]]
## [1] "calry18: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5277]]
## [1] "AyeishaLabsKen: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[5278]]
## [1] "crjstan: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[5279]]
## [1] "magneti_melissa: RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…"
## 
## [[5280]]
## [1] "minblackD: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5281]]
## [1] "pporappipamm: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5282]]
## [1] "badhabitxno5: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[5283]]
## [1] "Rosller1: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5284]]
## [1] "SoonHanarebabie: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5285]]
## [1] "Ladybughugss: @grntealiz I don’t know anything about Kpop and I feel like it’s so fandom heavy that I don’t know how to get into… https://t.co/NGj09rgEwW"
## 
## [[5286]]
## [1] "T1419_Boys: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[5287]]
## [1] "ourrann: RT @urcloudyy: hey i'm looking for moots 🔎\n\nabt me:\n⊹nadia (my name)\n⊹ 14 yo; last year at jhs\n⊹ indonesian\n⊹ speak indonesian and english…"
## 
## [[5288]]
## [1] "orbit0094: and Then all that's missing is a cd player 😭 i'm working on it though. in physical media news, i wish kpop groups r… https://t.co/u77857Sih1"
## 
## [[5289]]
## [1] "zhongixiao: RT @csr_pop: Let’s not forget kara literally inverted the “ la la la “ in kpop.. https://t.co/1J47SeN3rX"
## 
## [[5290]]
## [1] "kios_girlfriend: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[5291]]
## [1] "Malibuseo: RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…"
## 
## [[5292]]
## [1] "RkEuphoria: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5293]]
## [1] "doiepics: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5294]]
## [1] "iluyloveli: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5295]]
## [1] "LittleDreamSun: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[5296]]
## [1] "supuwustar: what does that “kpop fans love racist bgs” thing even mean it sounds very entitled when most stans hold their favs… https://t.co/ruoGH5rUFc"
## 
## [[5297]]
## [1] "Saleem28092135: RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn"
## 
## [[5298]]
## [1] "ZNyongtoryy: RT @fae_______: “BIGBANG are not known outside Korea”\n\n1. I’m a US VIP\n2. Still Life entered top 5 iTunes USA\n3.Rolling Stone, Time Out, Ny…"
## 
## [[5299]]
## [1] "kittie2x: kpop stans making edits SZA’s “big boys” chorus with skinny, tall idols with biceps that are barely protruding… STOP"
## 
## [[5300]]
## [1] "Vyu4Tae: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5301]]
## [1] "pasawayfever22: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[5302]]
## [1] "koophoria1997: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[5303]]
## [1] "CrisLuv7: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[5304]]
## [1] "tenovil: this ref was pulling out yellow cards like kpop stans showing their pc collection"
## 
## [[5305]]
## [1] "moon_tzk1jz: [woo!ah! - woo!ah!] KPOP TV Show | M COUNTDOWN 200604 EP.668 https://t.co/Ks42PnLF8s @YouTubeより"
## 
## [[5306]]
## [1] "eh1DJ6enWnyHNNd: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[5307]]
## [1] "moonriveriris: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[5308]]
## [1] "penguu23: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5309]]
## [1] "jjongminnie: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[5310]]
## [1] "blackswanv_: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5311]]
## [1] "dankexion: @Kpop_Oracle yes that s a very good point too. false claims affect every one"
## 
## [[5312]]
## [1] "jihopesfiIter: i want to take my brother to so many kpop concerts 😭 when stayc, lessera, twice, and kep1er come to LA, WE WILL BE THEREEEEEE"
## 
## [[5313]]
## [1] "Blinkeukash4: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[5314]]
## [1] "koonmjn: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5315]]
## [1] "KonnichiwaBish: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5316]]
## [1] "kiameias: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5317]]
## [1] "choerrycoloured: i can't let elon do something horrible to my first ever kpop bias"
## 
## [[5318]]
## [1] "mingyumingyusvt: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5319]]
## [1] "highIytae: ok back to kpop and to joshua going crazy whats football?? https://t.co/yhxad6P6kT"
## 
## [[5320]]
## [1] "beyourself_th: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[5321]]
## [1] "ExhaustedMulti: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5322]]
## [1] "janerubymarr: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[5323]]
## [1] "UDOO25: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[5324]]
## [1] "Squirtle_13: RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E"
## 
## [[5325]]
## [1] "InoHurrytoShout: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[5326]]
## [1] "WitH__You13_10: RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E"
## 
## [[5327]]
## [1] "snwoo_ill: RT @0624ksnbaragi: Anyway, #SUNOO beautifully trends under Kpop category with 122K tweets 💛 We love you Sunoo!\n\n#엔하이픈_선우 #ENHYPEN_SUNOO #김선…"
## 
## [[5328]]
## [1] "magneti_melissa: @kevinwoo91 @KPOPBroadway your show made. Then it would be more possible for people all over the world to see it an… https://t.co/zrUJGlVetx"
## 
## [[5329]]
## [1] "fadsout7999: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5330]]
## [1] "gyozip: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[5331]]
## [1] "3rachasfarmer: RT @skitzyluvbot: it's  time  for  kpop  stans  and  companies  to  start  treating  idols  like  human  beings"
## 
## [[5332]]
## [1] "teckyric: RT @yongmogu: #휘인 #정휘인 @THEL1VE_LABEL\n#มามามู #ฮวีอิน #KPop\n#ママム #フィイン #輝人 #丁輝人\n#MAMAMOO #마마무 @RBW_MAMAMOO\n\n#WorldCup2022 #Qatar2022\n#South…"
## 
## [[5333]]
## [1] "premeitzy: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5334]]
## [1] "tiredlocks: I miss mature groups in kpop https://t.co/VoCgxkLfZZ"
## 
## [[5335]]
## [1] "AsiaRockPopRap: #AsianMusic #KoreanSingers #KPop #HollandKR #SynthPop\nArtist: Holland @HOLLAND_vvv \nSong: I’m So Afraid\nYear: 2018… https://t.co/lMq9TIjlHR"
## 
## [[5336]]
## [1] "choerrysfront: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[5337]]
## [1] "GotYourBck: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[5338]]
## [1] "chaeryeongisluv: RT @liastwerk: the bullying in kpop needs to stop, y’all are making artist lose their passion and dedication for music with the terrible co…"
## 
## [[5339]]
## [1] "psyIockedd: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[5340]]
## [1] "Thetskie02: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5341]]
## [1] "kevl0ver: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[5342]]
## [1] "cjaeri_: dnf // dni : u anti any of my favs , homophobic , islamophobic , problematic , racist , u're not a kpop // jpop or… https://t.co/YKwvnkS5us"
## 
## [[5343]]
## [1] "esoteric_wwc: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5344]]
## [1] "underxxxxxxx: RT @BLACKPINK4WAYS: .@BLACKPINK now holds the TOP 2 of Longest Charting Kpop Group Songs released this year on Global Spotify ( Pink Venom…"
## 
## [[5345]]
## [1] "C4SE_W0RLD1117: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5346]]
## [1] "human_corndog: I love that someone on Twitter can be spewing the most vile hateful rhetoric to someone else &amp; still decide to atta… https://t.co/kZTfbJ67pl"
## 
## [[5347]]
## [1] "rielLee2: RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E"
## 
## [[5348]]
## [1] "teamostrykdz: RT @strayshazam: \" GOD'S MENU\" by @Stray_Kids has now surpassed \" 620k shazams.\n\nIt remains the Most Shazamed Song by a 4th Generation Kpop…"
## 
## [[5349]]
## [1] "payel180791: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[5350]]
## [1] "BlackpinkMerch1: Shop Blackpink Merch with FAST Worldwide Shipping at https://t.co/nvjEVJ34rf \n\n#pinkvenom #blackpink #kpop https://t.co/tGqB2uPATv"
## 
## [[5351]]
## [1] "LlduranLoida: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[5352]]
## [1] "lunarboysj: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[5353]]
## [1] "y2kchaeryeong: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[5354]]
## [1] "C4SE_W0RLD1117: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5355]]
## [1] "haha_fixon: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[5356]]
## [1] "normanigasm: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5357]]
## [1] "joonkivez: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5358]]
## [1] "payel180791: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[5359]]
## [1] "alicelee212: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[5360]]
## [1] "HORANGHAND: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[5361]]
## [1] "abbylangdon1: RT @blue_m00n97: Please someone with power in Kpop industry... #BringSoojinBack 😭❤️\n\nGIDLE deserves to celebrate with Seo Soojin, Neverland…"
## 
## [[5362]]
## [1] "kseunglover: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[5363]]
## [1] "TAEHUNlES: imagine some kpop group disses lil huddy and they start fighting and do weverse lives and do a group live and fight on the live"
## 
## [[5364]]
## [1] "belaisbi: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5365]]
## [1] "abbylangdon1: RT @connism9: FOR SEO SOOJIN, FOR GIDLE, FOR NEVERLAND, FOR MY MENTAL HEALTH, FOR THE 4TH GENERATION KPOP #BringSoojinBack !!!"
## 
## [[5366]]
## [1] "Maria79424094: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[5367]]
## [1] "crumblecoo: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[5368]]
## [1] "phasmegourmand: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[5369]]
## [1] "bora_carr0t: I was just thinkin about this the other day, the same people to get on black kpop stans are the same ones tuned int… https://t.co/GIB49TrtKr"
## 
## [[5370]]
## [1] "Ly17Lynda: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[5371]]
## [1] "sunnishua: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[5372]]
## [1] "jk__kookie97191: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5373]]
## [1] "jonginniespeach: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5374]]
## [1] "axarmixer: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5375]]
## [1] "KPOP_JUICE_EN: K-pop Daily Votes Ranking✨✨\n\n【12/9】\n1 #V \n2 #NIKI (↑2)\n3 #JIN (↓1)\n4 #Rikimaru (↓1)\n5 #KAWASHIRIREN \n\nhttps://t.co/0gF5B3mbs6"
## 
## [[5376]]
## [1] "butterflytak: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[5377]]
## [1] "marklyies: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[5378]]
## [1] "jetstream_dan_: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[5379]]
## [1] "jjkonlyace: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…"
## 
## [[5380]]
## [1] "jjk97lovey: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[5381]]
## [1] "seokjinhyng: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5382]]
## [1] "NiallHoranStan2: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5383]]
## [1] "GiTrajano7: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[5384]]
## [1] "knowmincat: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[5385]]
## [1] "KimyK91300215: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5386]]
## [1] "neinmuse: imagine in kpop groups started releasing hitclips"
## 
## [[5387]]
## [1] "itsgraceaki: RT @BroadwayWorld: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathering…"
## 
## [[5388]]
## [1] "Marcela85101088: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5389]]
## [1] "glittery_kpop: IM SO HAPPY IM SO HAPPY"
## 
## [[5390]]
## [1] "ladysa_99: my girl outrap every rapper in kpop industry\n\n https://t.co/Q1MIfNI314"
## 
## [[5391]]
## [1] "AlcoIsta2: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5392]]
## [1] "_mooneternal: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5393]]
## [1] "Spasmodic_100: @Rora1608 in my case, my wife became interested in kpop after she met SB19 from me. she's now EXO fan."
## 
## [[5394]]
## [1] "imckyunstd: RT @Kpopmap: 7 Male K-Pop Idols Who Look Fashionable In A Hoodie\n https://t.co/muB9kO6beo\n\n #kpop #MinGyu #TaeYong #JuYeon #YeonJun #MinHyu…"
## 
## [[5395]]
## [1] "DARTHJONGIN: @yixingsclit fandom is the worst thank god i'm not on that side of twt i got enough with kpop twt, i wanna stop pla… https://t.co/X1jsoNrzat"
## 
## [[5396]]
## [1] "ttaeggukMinnie: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[5397]]
## [1] "erika_syamira: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5398]]
## [1] "spykeeeey: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5399]]
## [1] "choisrose: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[5400]]
## [1] "MonicaW23335880: @TOP100KPOP Felix ❤️ you are most handsome face of Kpop to me !! https://t.co/861iCgYMyt"
## 
## [[5401]]
## [1] "autonomyprosper: @piiiiiiingu r&amp;b, rap, sometimes kpop, anddd deftones"
## 
## [[5402]]
## [1] "cjaeri_: byf : ive been a kpop stan since 2014 so i stan many grps // i reclaim some slurs // i speak english , arabic and f… https://t.co/NG4NoWAeEf"
## 
## [[5403]]
## [1] "chaeriscs: RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…"
## 
## [[5404]]
## [1] "EibiLuv: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5405]]
## [1] "r_mary27: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5406]]
## [1] "kookiesaryummy: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[5407]]
## [1] "startra13: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5408]]
## [1] "meagapimeine: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[5409]]
## [1] "Hhabifa: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[5410]]
## [1] "gee1aeh: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[5411]]
## [1] "kingkookei: RT @stream4taekook: \"Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…"
## 
## [[5412]]
## [1] "sichengflower: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[5413]]
## [1] "Khion_: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[5414]]
## [1] "DaniferGanzon: RT @isagdragonrider: It’s funny, I never see stans of what I would consider the best vocals in kpop try to attack BIGBANGs vocals. I guess…"
## 
## [[5415]]
## [1] "frybreadfrog: i haf a feeling next year going bring back the batshit crazy era of kpop drama i miss going on twt n my whole tl is… https://t.co/161Cdw0CwG"
## 
## [[5416]]
## [1] "jl_kpop: WTS LFB PH RT\n\nSuga Airport Fashion Sweater / JK Dreamers MV\n1:1 Premium Quality\nSizes: Medium-2XL\n🏷Php 2480.00\n\n🎉D… https://t.co/k1AMF53i1Y"
## 
## [[5417]]
## [1] "jun_operasinger: Flashbacks to minghao’s perfectly awkward group pic smile \n#SEVENTEEN #SVT #THE8 #KPOP #CARAT https://t.co/4qHihUwpXK"
## 
## [[5418]]
## [1] "jaehonney: RT @pickit_kpop: #pickit ❌ #MCND\n#CastleJ #BIC #휘준 #민재 #WIN #MOOD\n\n[💎] Weekly Update\n@McndOfficial_    x    @pickit_kpop\n\n📲PICKIT APP DOWNL…"
## 
## [[5419]]
## [1] "baekbyunpuppy: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[5420]]
## [1] "Marlenesupp: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[5421]]
## [1] "Mariacami0721: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[5422]]
## [1] "karakurucoron: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[5423]]
## [1] "TheVirgosGrove: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[5424]]
## [1] "canjication: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[5425]]
## [1] "mogurixpeach: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5426]]
## [1] "cosmicwony: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[5427]]
## [1] "themjhope: @ungodlyhoya this is not kpop bookie we established this"
## 
## [[5428]]
## [1] "HYEGlS: for kpop stans this is similar to mamamoo winning a singing comp towards **"
## 
## [[5429]]
## [1] "Yuni_2715: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[5430]]
## [1] "_Onghaeya: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5431]]
## [1] "Lexy_Salas: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5432]]
## [1] "AyasumiKai: Q: Your opinion on Kpop?\n\nA: The underbelly of Kpop is vile. But I really love the music and the talent is immeasurable. #tellonym"
## 
## [[5433]]
## [1] "Teresa80141103: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5434]]
## [1] "lalisawife14: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5435]]
## [1] "xv_LovelyBTS: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5436]]
## [1] "DaniferGanzon: RT @woowolfwp: 2022 is the WORST YEAR FOR KPOP"
## 
## [[5437]]
## [1] "LoidThvfor: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5438]]
## [1] "jjongfully: day6 has some of the best, if not THE best discography in kpop"
## 
## [[5439]]
## [1] "redgouls: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[5440]]
## [1] "YM134340: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5441]]
## [1] "winterr06: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[5442]]
## [1] "yuwintae: RT @p1hits: keeho watches kpop 4th gen vocal analysis on youtube to see if he's there, he is so real 😭🤣 \n\n#P1Harmony #피원하모니 #기호 https://t.c…"
## 
## [[5443]]
## [1] "Kimjineda: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[5444]]
## [1] "scaredytess: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[5445]]
## [1] "kyameiko: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[5446]]
## [1] "cherrycolasun: @walwallucy_vr like it’s perfectly okay to enjoy the dance part of kpop more (it’s all about personal preference) b… https://t.co/hSJNmpVWHU"
## 
## [[5447]]
## [1] "yeopiphany: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5448]]
## [1] "pajakubis: RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…"
## 
## [[5449]]
## [1] "atdapyramid: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[5450]]
## [1] "JayKV2: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5451]]
## [1] "sailorfml: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[5452]]
## [1] "FRIKYdonno: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[5453]]
## [1] "touhoushinkied: RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6"
## 
## [[5454]]
## [1] "aloney022: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5455]]
## [1] "Vakambarakaja: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5456]]
## [1] "yoonbito: love women of kpop and their perfect music https://t.co/8DvsiA0Q0H"
## 
## [[5457]]
## [1] "emos4eric: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[5458]]
## [1] "maritigdlr: RT @curtispatricia7: #V is first Korean KPop soloist to have 2 songs stream over 200,000,000 each Spotify. Christmas Tree is also the most…"
## 
## [[5459]]
## [1] "ClashertimYT: @PLAYBAZ00KA Is it fair to say that 2022 is in the fact worst year in kpop."
## 
## [[5460]]
## [1] "hatebora: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5461]]
## [1] "goldenjung9497: RT @minchanstwins: Minho is the last rhythm that Chan wrote for his trainee period and Chan is the first choreography Minho created for his…"
## 
## [[5462]]
## [1] "RMPICS_twt: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5463]]
## [1] "sooyaajnk_: @ArmyXBTS_1578 @fIipsider @AboutMusicYT for kpop\n\nhttps://t.co/yPP57DWpLO"
## 
## [[5464]]
## [1] "hwasasboots: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[5465]]
## [1] "jeonggukpathy: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5466]]
## [1] "The_COSBY_Kid: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[5467]]
## [1] "seok_jinnieie: RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…"
## 
## [[5468]]
## [1] "dee_svt: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5469]]
## [1] "macarron71g: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[5470]]
## [1] "SkyUK2154: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[5471]]
## [1] "nwjeonz: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[5472]]
## [1] "Cindy_luvs_kpop: I AM ACTUALLY INSANE"
## 
## [[5473]]
## [1] "oiflex: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[5474]]
## [1] "jengguwend: RT @nwjnsbts: newjeans attention really changed the trajectory of kpop debuts fr\nhttps://t.co/AKHfgo1Op6"
## 
## [[5475]]
## [1] "kpopidolevents: ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I S… https://t.co/OI5ek6KXmW"
## 
## [[5476]]
## [1] "seobly_s2: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[5477]]
## [1] "karakurucoron: RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…"
## 
## [[5478]]
## [1] "bngtan_my: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5479]]
## [1] "Taeminbundles: RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…"
## 
## [[5480]]
## [1] "saynwhatmatters: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5481]]
## [1] "Bloody_Starz: @brainsforsh1t I don’t even listen to kpop 🧍🏻 https://t.co/pqpue23siV"
## 
## [[5482]]
## [1] "ToBeyOrNoToBey: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[5483]]
## [1] "armybtsadriana: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5484]]
## [1] "Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties… https://t.co/VZs3sQtiXr"
## 
## [[5485]]
## [1] "dn_414: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[5486]]
## [1] "cyntear: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5487]]
## [1] "redreyys: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[5488]]
## [1] "sooyaajnk_: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5489]]
## [1] "VMagielli: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[5490]]
## [1] "choisrose: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[5491]]
## [1] "Strangemyg2: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5492]]
## [1] "BlxxkSinner: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5493]]
## [1] "JayKV2: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5494]]
## [1] "kookminrr: RT @Teeeeebabe: @AwesomeDeni @allkpop Why are y’all so pressed she said she doesn’t know him. I don’t know him and his group either. Y’all…"
## 
## [[5495]]
## [1] "musiphe: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[5496]]
## [1] "heewonme: @pakis4enha same like I did not know this many kpop stans cared about godamned football?!!?!"
## 
## [[5497]]
## [1] "evjjkl: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5498]]
## [1] "chopperxiu: RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH"
## 
## [[5499]]
## [1] "glittery_kpop: YESSS ARGENTINAAAAAAA‼️‼️"
## 
## [[5500]]
## [1] "inaggipang: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[5501]]
## [1] "jyunjno: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[5502]]
## [1] "HeliotropeNamgi: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5503]]
## [1] "Sharablax: @vpoetri_ @AboutMusicYT I don't get why it's unexpected when their comeback is the most interesting bc they left th… https://t.co/FMlKwEFgNO"
## 
## [[5504]]
## [1] "lusolspjm: best songs in kpop only are symptoms by shinee , tomorrow by bts , lovesick girls by blackpink , oh ya ya ya by lun… https://t.co/JrkqBhfdpY"
## 
## [[5505]]
## [1] "AthVass: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[5506]]
## [1] "Fabiana19608491: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5507]]
## [1] "BlancaHM08: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[5508]]
## [1] "kseulgis: one of the best kpop songs ever i think https://t.co/L7no42G3fv"
## 
## [[5509]]
## [1] "Aurora7Moon: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5510]]
## [1] "propertyofthv: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5511]]
## [1] "themtheyhey1: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5512]]
## [1] "Stitch2902: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[5513]]
## [1] "jjkmyluv97: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[5514]]
## [1] "yuhaeng2210: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[5515]]
## [1] "IsaPurrr: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[5516]]
## [1] "binchami96: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[5517]]
## [1] "BTS_paved_tw: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[5518]]
## [1] "EcoKarin: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5519]]
## [1] "cia_kyeomshua: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5520]]
## [1] "MissDAO_7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5521]]
## [1] "Fallismyfavs: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5522]]
## [1] "bookwannies: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[5523]]
## [1] "Chuckbuck__: Your favorite Sniper King is back! 👑 \n#apex #apexlegends #overwatch #politics #black #car #apple #finance #live… https://t.co/wuHsD4VzoI"
## 
## [[5524]]
## [1] "SiewlynnC: RT @nancykakkar321: To me, Kim Taehyung has always been beyond kpop, not Korean or Asian but a world superstar!\n\nAnd to have so many talent…"
## 
## [[5525]]
## [1] "_papoe_: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5526]]
## [1] "HegaiJD: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5527]]
## [1] "VillafaniaJo: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[5528]]
## [1] "ZeroBlanc1: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[5529]]
## [1] "chimmicles: this sza album has the power to make me forget about these kpop men (for now lets bffr)"
## 
## [[5530]]
## [1] "ShelbyMadden_: @Kpop_Herald @RBW_MAMAMOO If MMM DO actually end up coming to the UK they better book the Wembley or O2 arenas… any… https://t.co/M4xdBUQ3tj"
## 
## [[5531]]
## [1] "RachaTheStay: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[5532]]
## [1] "theustheworld: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[5533]]
## [1] "purpleowlz: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5534]]
## [1] "wifetojimin: RT @squiddey02: What did us Floridians do to the kpop industry that they have to leave us out of everything"
## 
## [[5535]]
## [1] "idleis6: @ming1supremacy your not a kpop stan?"
## 
## [[5536]]
## [1] "94hpe: RT @94hpe: MY TOP 30 KPOP SONGS OF 2022 https://t.co/B5IFpohy2M"
## 
## [[5537]]
## [1] "saynwhatmatters: @WORLDMUSICAWARD @BTS_twt As they should. They’re GLOBAL and GREATER THAN KPOP. 💜💜💜"
## 
## [[5538]]
## [1] "VtalentBE: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5539]]
## [1] "godztray: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[5540]]
## [1] "WongWan73211006: @nugupromoter @POSHGIRLSOFFIC1 Are they really a Kpop group anymore? It seems they have been rebranded to as Jpop."
## 
## [[5541]]
## [1] "ethanswestside: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[5542]]
## [1] "coon2246: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[5543]]
## [1] "ddoryup: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[5544]]
## [1] "valeriaalexaro1: RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…"
## 
## [[5545]]
## [1] "kentosbf: RT @jiunguet: finally escaping the grasps of kpop i no longer feel terrible if i dont get concert tickets"
## 
## [[5546]]
## [1] "jmlejend: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5547]]
## [1] "Marcela85101088: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5548]]
## [1] "Beca4_BP: RT @jnveon: You got curated playlist that made for u cause u listen to kpop, and draw the line because hard to love in it? 😭😭 Damn yall are…"
## 
## [[5549]]
## [1] "alohabiches: AHHHHHH I LIKED ONE. ONE KPOP POST AND NOW MY FEED FILLED WITH KPOP. I USE THIS ACC TO RETWEET PORN FOR GOD SAKE"
## 
## [[5550]]
## [1] "tiffgy_0707: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[5551]]
## [1] "wildsied: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5552]]
## [1] "thalis_vini: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[5553]]
## [1] "lunemoon14: RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH"
## 
## [[5554]]
## [1] "abbylangdon1: RT @connism9: ⚡ We can break the curse of 4th generation Kpop if Seo Soojin returns to the stage. \n\n100% faith, 0% doubt\n\n#BringSoojinBack…"
## 
## [[5555]]
## [1] "tttop24186002: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[5556]]
## [1] "ItsK_holic: Happy birthday to the KPOP QUEEN, our beloved rap queen👑❤️🎉\n\n@ahn__ellybaby\n\n#exid #이엑스아이디 #elly \n#HappyEllyDay https://t.co/J5dzOadME6"
## 
## [[5557]]
## [1] "bibisalovebot: @Ma_ria8080 @Amoverh1 @rmvsjk they're touring in countries where groups like BTS don't usually go and giving fans a… https://t.co/Jj1fwj4GkH"
## 
## [[5558]]
## [1] "dreamygirl_5: @MerlinFernando5 @Koreaboo If we can love other groups why is it that it's only your group we are not able to like,… https://t.co/xOaB9dYGE0"
## 
## [[5559]]
## [1] "Tsh713713: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5560]]
## [1] "BelgeraJanice: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[5561]]
## [1] "lustyl3gend: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[5562]]
## [1] "brinamuch: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5563]]
## [1] "Ace_of_Kpop: @JK0nAir @MBCMusicCore @BTS_twt Hi @MBCMusicCore, Jungkook has more YouTube Views than any nominated artists on thi… https://t.co/kQvFYfs9od"
## 
## [[5564]]
## [1] "kentosbf: we need shinee to make a comeback and save the kpop industry. 🤷 https://t.co/Y19T8Ich87"
## 
## [[5565]]
## [1] "lxxsngfet1dFvmf: RT @CC24667946: CICI Prof Choi Jung-hwa cheers for Lee Seung Gi\n\nhttps://t.co/Fd5ZqcgVWL\n\nLife is short. Spend it with people who make you…"
## 
## [[5566]]
## [1] "kookiedoe_eyes: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5567]]
## [1] "sugarrdery: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[5568]]
## [1] "janvvixcto: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[5569]]
## [1] "shenmails: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[5570]]
## [1] "shelba3_: like cmon y’all so many kpop producers literally produce music for most if not all ur faves EXPAND UR HORIZONS YALL… https://t.co/PYR7bWeipk"
## 
## [[5571]]
## [1] "shelba3_: these r the same mfs who produce music for destiny rogers n bruno mars just to name a few…n the way they said it’s… https://t.co/mjskmR6vE5"
## 
## [[5572]]
## [1] "HeManfromaHood: @SpotifyKpop artists, where ya at??!\n#KPOP #kpoptwt #music #artistsontwitter #artistsupport  #artists"
## 
## [[5573]]
## [1] "oficialjmarcos: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[5574]]
## [1] "WindyLand99: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[5575]]
## [1] "minheemoys: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[5576]]
## [1] "tttop24186002: RT @SerieTV46: \"Shut Down\" by @BLACKPINK it's the most viewed Kpop Group MV in last 24 hours on Youtube with 1.4M views."
## 
## [[5577]]
## [1] "urkpopbestie: @PlanetFitness bumping super m's monster (infinity) is amazing. \n\nPF who ur bias in SuperM? #kpop #SUPERM"
## 
## [[5578]]
## [1] "idolcast: RT @kdc: So much of the current social media stan experience is about creating a bubble where the world is centered around your faves and t…"
## 
## [[5579]]
## [1] "ConfessionGames: @jaesleftdimple @coupsweb @HackerToby @gotopaby @DelusionPosting All these other points that have been made are mer… https://t.co/y0LmlSb04B"
## 
## [[5580]]
## [1] "i_lahel: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[5581]]
## [1] "py0john: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[5582]]
## [1] "RAINB0SE0K: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5583]]
## [1] "Bangtans_Angels: @nichirren @sopesuds When I first started liking Kpop I had met someone who told me about how she brought her army… https://t.co/aSvFw79xQV"
## 
## [[5584]]
## [1] "DaniferGanzon: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[5585]]
## [1] "RozieannaS: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5586]]
## [1] "EXOFOREVER98: RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…"
## 
## [[5587]]
## [1] "eduardkobain: RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…"
## 
## [[5588]]
## [1] "aira_rb: RT @LlLlK0l: Ain't my fave who chose to have a kdrama debut before choosing solo debut. That's a downright mega low in IDOL's life consider…"
## 
## [[5589]]
## [1] "zaul_222: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5590]]
## [1] "C0CKSHAME: @viseriusly ik nothing abt kpop but by looks alone they all fit so well omg"
## 
## [[5591]]
## [1] "w7tchygrl: So Jimin and Youngbae huh? Well, happy for both of them, hoping for a really good choreo as both can dance very wel… https://t.co/xRrWjCQntR"
## 
## [[5592]]
## [1] "nielmummi96: RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…"
## 
## [[5593]]
## [1] "idle4life: Soyeon makes more money from royalties than your whole fcking group.. now don't bark...\n\nThey'll come \"my favs have… https://t.co/nWbu3kg9Bn"
## 
## [[5594]]
## [1] "Ailedra2: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5595]]
## [1] "pAl161: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5596]]
## [1] "jaz_rizo: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5597]]
## [1] "lalaluvcoupsie: @haoIovely i gonna go out to have dinner n drink with non kpop frd😅"
## 
## [[5598]]
## [1] "MitondoTime: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5599]]
## [1] "stn_atz8: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[5600]]
## [1] "adropinoceans: RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…"
## 
## [[5601]]
## [1] "harsalara: RT @NCTDREAMCENTER: 220513 PRESS: NCT DREAM at Incheon Airport heading to Frankfurt, Germany for KPOP.FLEX - #RENJUN\n\n#NCTDREAM @NCTsmtown_…"
## 
## [[5602]]
## [1] "foxyheize: RT @momospinklambo: horrible day for the kpop community today, but at least we got a 9muses reunion 🥹 https://t.co/kyLT7QqwkF"
## 
## [[5603]]
## [1] "boomhyung: Today it’s fucking kpop we are listening to sza and sza only."
## 
## [[5604]]
## [1] "92jenlisafanboy: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5605]]
## [1] "myboyswithlove: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5606]]
## [1] "MinkyMiau: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[5607]]
## [1] "ksniloveyou: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[5608]]
## [1] "atengmogirlCPA: or do they hope that it would steer a kpop world where everyone can co-exist w/o the need to discuss who got their… https://t.co/jFew2AIQpK"
## 
## [[5609]]
## [1] "O812jpg: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[5610]]
## [1] "poemcix: @love_0613_bts \"the stupid dance\" HAHAH and when people in brazil call the kpop coreo stupid dance it is a prejudic… https://t.co/dLdpk6gzEr"
## 
## [[5611]]
## [1] "JYNJ7JTJ13: RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E"
## 
## [[5612]]
## [1] "Karenyloveya: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[5613]]
## [1] "kdlomll: RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop"
## 
## [[5614]]
## [1] "itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to wri… https://t.co/dmnHHpBMrE"
## 
## [[5615]]
## [1] "svftwang: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[5616]]
## [1] "mmldjanesbitch: not people trying to act like they cared about every single one of the nugu deaths this year💀 why do kpop stans onl… https://t.co/ffhSD4bI07"
## 
## [[5617]]
## [1] "yixienings: RT @kwntrsgf: why do kpop idols always have the ugliest pets"
## 
## [[5618]]
## [1] "astronini: love me a messy ass kpop scandal im sawry"
## 
## [[5619]]
## [1] "LieTae01: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5620]]
## [1] "justjungkooky97: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5621]]
## [1] "TheatreNewsRave: RT @AmericanTheatre: Why is @KPOPBroadway closing so soon? The story of its creation and evolution, as well as its marketing and critical r…"
## 
## [[5622]]
## [1] "fullsunneo: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[5623]]
## [1] "HthlyTtk: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[5624]]
## [1] "lovetomygirlss: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[5625]]
## [1] "Betterthan_Kpop: 【My Kingdom (#EU4 ost) - by #AndreasWaldetoft】\n\n#パラドゲー\n#音楽 #Kpopより良い曲\n#music #BetterThanKpop #BetterThanBTS\nhttps://t.co/6RL4Rb6I4f"
## 
## [[5626]]
## [1] "lusolspjm: RT @meusconceptions: I will be totally honest, for me No one can reach this level nowadays …. This is real kpop excellence \n\n https://t.co/…"
## 
## [[5627]]
## [1] "JIMINI_1013_95: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5628]]
## [1] "Realznakffk04: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[5629]]
## [1] "lusolspjm: RT @meusconceptions: Factually and objectively the chaser by infinite is the best song ever created in kpop"
## 
## [[5630]]
## [1] "Iovequinnie: who does give fvck about kpop stans like i’ve never seen so many losers together before be serious 😭"
## 
## [[5631]]
## [1] "redveIvef: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[5632]]
## [1] "stayskzstayskz: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[5633]]
## [1] "lovelovelisa18: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[5634]]
## [1] "tendalso: kpop moments that rewired my brain chemistry https://t.co/TIDyXa2feL"
## 
## [[5635]]
## [1] "lisaxsolo: RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop"
## 
## [[5636]]
## [1] "Marcela85101088: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5637]]
## [1] "BelizCrazy3: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[5638]]
## [1] "idolcast: @dowdydiva That's the strategy Kpop acts used around ten years ago. Fantastic Baby was played on Glee etc..."
## 
## [[5639]]
## [1] "kristelletheo: RT @smiiliingkookie: I have never seen something so crazy happening in kpop industry as what is current happening to Dreamers by Jungkook,…"
## 
## [[5640]]
## [1] "spangkatdua: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5641]]
## [1] "yangyangitis: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[5642]]
## [1] "lovelovelisa18: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[5643]]
## [1] "EverYourz: it's a sport. Someone is bound to lose.\nyou are all pathetic to think that kpop stans can only talk about kpop things."
## 
## [[5644]]
## [1] "Carrots_are_: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[5645]]
## [1] "nwxcsv: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5646]]
## [1] "totallynotcarys: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5647]]
## [1] "neotaemlogy: @dinofacebbjjong Wait they're coming to Nashville??? A kpop group coming to Nashville??"
## 
## [[5648]]
## [1] "svnwon4lyf: RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…"
## 
## [[5649]]
## [1] "is_mashiho: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5650]]
## [1] "Rrenteri: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[5651]]
## [1] "doolchim: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5652]]
## [1] "atxtreme77seven: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5653]]
## [1] "bookishdrag0n: #kpoptwt \nfirst songs i listened to for each.\n- stray kids: victory song\n- xdinary heroes: pirates\n- p1harmony: bac… https://t.co/huGWNuWIjC"
## 
## [[5654]]
## [1] "BambamskrrtZ: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[5655]]
## [1] "Strangemyg2: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[5656]]
## [1] "flormonet: I already strongly dislike almost every kpop entertainment company but SM outdoes themselves every year. Can’t beli… https://t.co/eYLR27dlgs"
## 
## [[5657]]
## [1] "haechansunset: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[5658]]
## [1] "namuabyss: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[5659]]
## [1] "epeIogue: whyd my irl just send me a kpop video"
## 
## [[5660]]
## [1] "got7_savage: RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…"
## 
## [[5661]]
## [1] "linowminow: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[5662]]
## [1] "SaraNanase: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[5663]]
## [1] "witchbitchzee: I always crack up when kpop Stan's say this is \"real music\" when it's literally an American song that HAS ALREADY B… https://t.co/vKFXJJWsQL"
## 
## [[5664]]
## [1] "felix_fae: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[5665]]
## [1] "EunwooJoon: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[5666]]
## [1] "hybridshadowz: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[5667]]
## [1] "aymalyb: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[5668]]
## [1] "seokminears: i truly believe that taemin and baekhyun going to war threw off the kpop equilibrium"
## 
## [[5669]]
## [1] "stantalentjk: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[5670]]
## [1] "ot4blackpinkkkk: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[5671]]
## [1] "jkkoomio: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5672]]
## [1] "meo5hi: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[5673]]
## [1] "waterm__ark: seeing a lot of bad news lately everytime i open this app (not only in ncity) and it's draining as hell. idk what happened to kpop. 💀"
## 
## [[5674]]
## [1] "Sharablax: You're surprised the most iconic kpop groups that are the first to leave their company as a group and gain all the… https://t.co/jJU41NYz3w"
## 
## [[5675]]
## [1] "M4RS_S7ARL1GHT: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5676]]
## [1] "btsoul7: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5677]]
## [1] "nanadellcoco: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5678]]
## [1] "aeviorel_vt: sitting getting ready for my school rally where we're performing kpop songs. . . nervous 🫠"
## 
## [[5679]]
## [1] "sheshe0619: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[5680]]
## [1] "Rosee262: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5681]]
## [1] "livelovehiyyih: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5682]]
## [1] "Leidy_do292600: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[5683]]
## [1] "Annleah26: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[5684]]
## [1] "sheshe0619: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[5685]]
## [1] "Ace_of_Kpop: @Audacy @charlieputh @artist I vote @charlieputh + @BTS_twt's #Jungkook's #LeftAndRight for #BopOfTheYear"
## 
## [[5686]]
## [1] "seofessional: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[5687]]
## [1] "jackiesaku: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[5688]]
## [1] "ZainiZeeshan: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5689]]
## [1] "sangatitoo: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5690]]
## [1] "d3vils_dont_fly: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5691]]
## [1] "samsuzaaa: RT @intakorize: chuu left loona, jieun left purplekiss, and jinni left nmixx, all in less than a month? 2022 new doom year of kpop"
## 
## [[5692]]
## [1] "herdorisjacked: @_Mythamos_ Death threats you say? I guess I must be doing it wrong, I got nothing but normal days over here in my… https://t.co/4sXLx44m0Z"
## 
## [[5693]]
## [1] "Caramelaine: KUYA HASN’T BEEN INTO KPOP SINCE 2ND GEN AND HE’S A HUGE MUSIC HEAD \n\nMY ATEEZ IS SO GOOD 💗💗💗💗💗"
## 
## [[5694]]
## [1] "taehyungie_su: RT @stream4taekook: \"Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…"
## 
## [[5695]]
## [1] "lenoranad: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[5696]]
## [1] "ZainiZeeshan: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[5697]]
## [1] "thvfravo: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5698]]
## [1] "Nickotine04: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[5699]]
## [1] "syubshoya: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5700]]
## [1] "Oneweve1: @lilgiukinawell Do you genuinely enjoy eggs? What are your thoughts on the delightful absurdity of K-pop? Do you th… https://t.co/TgonWn9Iqe"
## 
## [[5701]]
## [1] "eboycsb: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5702]]
## [1] "Taybseventt: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5703]]
## [1] "EsposoLalisa: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5704]]
## [1] "ena82318996: RT @lisamanobal_327: • LISA was the most searched #BLACKPINK member on #YouTube and #Google both Worldwide and in Germany during their conc…"
## 
## [[5705]]
## [1] "ohhhhdonna: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[5706]]
## [1] "outrosoo: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5707]]
## [1] "sonickaaa7: RT @SheJieun516: Kpop idols prepare your comebacks, IU finally knew something called dance challenge \nhttps://t.co/GABCwn5Cls"
## 
## [[5708]]
## [1] "moarmyboba: RT @kpopidolevents: ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I San D…"
## 
## [[5709]]
## [1] "yooniverssee: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5710]]
## [1] "LiNadj04: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[5711]]
## [1] "AzulHhh: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5712]]
## [1] "FDCenter: KPOP in Public Challenge iKON Goodbye Road Dance in Public Indonesia #DanceSchool #SekolahDance #SanggarTari… https://t.co/IA9AxqiT4h"
## 
## [[5713]]
## [1] "namuunchild: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5714]]
## [1] "Hildi20: RT @fx_Luvatar812: [LUNA INSTAGRAM STORY]\n #savekpopbroadway #kpop #kpopbroadwaymusical https://t.co/vs2y0QSx1V"
## 
## [[5715]]
## [1] "sopeggukkie: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5716]]
## [1] "Hildi20: RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…"
## 
## [[5717]]
## [1] "crackthe_egg: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5718]]
## [1] "kgwangsan: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[5719]]
## [1] "fanctasyiva: RT @soobinbeloved: qrts are sounding a lot like kpop fws im having flashbacks. “AND HOW MANY GOALS DID UR FAVS WIN?” https://t.co/OOi4L2yvT7"
## 
## [[5720]]
## [1] "Hildi20: RT @fx_Luvatar812: [LUNA INSTAGRAM STORY]\n #savekpopbroadway #kpop #kpopbroadwaymusical https://t.co/8KlOn76tEA"
## 
## [[5721]]
## [1] "bangtanx7x7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5722]]
## [1] "kttadashi: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[5723]]
## [1] "fvazqu24: @jeoncejoon Kpop stans:"
## 
## [[5724]]
## [1] "stavkoo: RT @cha5won: i have to find someone who isn't a kpop fan so i can infodump to them about it"
## 
## [[5725]]
## [1] "Griffin8387: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[5726]]
## [1] "Hildi20: RT @Koreaboo: SAVE KPOP: Broadway Show To Close Shortly After Its Opening\n\n#SaveKPOPBroadway #KPOPBroadway\n\nhttps://t.co/6MJ0AXYqcF"
## 
## [[5727]]
## [1] "Jensetter00: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5728]]
## [1] "Vmon_Moonchild: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[5729]]
## [1] "Hildi20: RT @CherryCindyy: This is the joy that comes at the end of a Kpop performance. It breaks my heart knowing the heaviness that they carry wit…"
## 
## [[5730]]
## [1] "eungyao: this is what kpop is all about https://t.co/iOBSneBw0b https://t.co/SyE5Qaq0z1"
## 
## [[5731]]
## [1] "zimzalabangtan: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5732]]
## [1] "Diane_IQ29: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[5733]]
## [1] "Sw7Wendy_ARMY: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[5734]]
## [1] "keyskopi: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[5735]]
## [1] "eatjinsouI: icl whats going on in kpop rn"
## 
## [[5736]]
## [1] "monalilysaa: Guess I need to get out from Kpop since kpop is getting more toxic.\n.\nBut at the same time it’s more stressful if I’m out of the kpop 💀🧎🏼‍♀️"
## 
## [[5737]]
## [1] "saymynameteez: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[5738]]
## [1] "myneokids: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[5739]]
## [1] "weishenzone: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[5740]]
## [1] "Hildi20: RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…"
## 
## [[5741]]
## [1] "sakeiyaa: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[5742]]
## [1] "BlackpinkMerch1: Shop Blackpink Merch with FAST Worldwide Shipping at https://t.co/nvjEVJ34rf \n\n#pinkvenom #blackpink #kpop https://t.co/C4L1EFq706"
## 
## [[5743]]
## [1] "tatsuhimed: @albedoprotect why are kpop fans crazy"
## 
## [[5744]]
## [1] "stigmathv2: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5745]]
## [1] "notjail2: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[5746]]
## [1] "kpop_king97: RT @jkoncharts: new version of dreamers!!\n\nhttps://t.co/xk8QybtySY"
## 
## [[5747]]
## [1] "mamalyn__: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5748]]
## [1] "jhopehobiseoki: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[5749]]
## [1] "GardenFairy_WW: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[5750]]
## [1] "ShinyBMO: im too used to kpop bro im waking up the morning after sza dropped expecting a showcase performance of the entire album 😭"
## 
## [[5751]]
## [1] "ANICOKANA: RT @BrendaBasilico: @Kpop_Ama @ChoiYeonjunie_e I vote for #YEONJUN from #TXT for #TOP100MostHandsomeFace https://t.co/gycGCaVzas"
## 
## [[5752]]
## [1] "glbsongrl: @icantstopari kpop stans are losers because why has this riled so many people up…"
## 
## [[5753]]
## [1] "cleo_014: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5754]]
## [1] "cakelavander23: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[5755]]
## [1] "CamuchaOlivia: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[5756]]
## [1] "kpop_kati: @BEtheBestJJ Hobi and I will go on dates together soon \n\nOMG MY PHONE WANTS THE BEST FOR ME 😍😍😍 https://t.co/n9rfshPmvU"
## 
## [[5757]]
## [1] "seulgmoon: kpop.flex (mamamoo, (g)i-dle, dreamcatcher, ive, monsta x, kai, ab6ix)\nolivia rodrigo\nharry styles\nsunmi\nloona\n🥲🥲 https://t.co/3BzHRI2Xhi"
## 
## [[5758]]
## [1] "ShaAhgase: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[5759]]
## [1] "Jaebums_Tiddies: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5760]]
## [1] "rinc0rd: RT @pinkcyno: urm hi #promotwt #prsktwt #pjsktwt ... !!\n\nim saf and am a malaysian non binary lesbian 🙏 i play only on jpsekai 😯 my favs r…"
## 
## [[5761]]
## [1] "_d0miniku: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5762]]
## [1] "cherry_iceeeee: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[5763]]
## [1] "joonsfullmoon: @jeoncejoon I know this is a kpop joke but it's also true I don't want that country to take the glory"
## 
## [[5764]]
## [1] "death2david: well theyre japanese but theyre under a kpop company so kinda kpop but still 😡"
## 
## [[5765]]
## [1] "TWICE_sana_SA2: RT @FairyVotes: wts / lfb / selling kpop votes 🇮🇩\n\n[StarPlay 🌟]\nAvailable: by DM\nPrice: IDR 14k = 1k SST\n\n💰 mop: dana\n📩 dm if interested…"
## 
## [[5766]]
## [1] "idolcast: @yush1ny That would definitely be kind of jarring. I think your read is pretty accurate just from what I've seen/re… https://t.co/J8aghtriBn"
## 
## [[5767]]
## [1] "FPlantsshop: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5768]]
## [1] "Naminatorz: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[5769]]
## [1] "glittery_kpop: RT @teIe_pathy: GOT ARMY RIGHT BEHIND US WHEN WE SAY SO https://t.co/0ImbI0gbvj"
## 
## [[5770]]
## [1] "kellylinhayes: RT @wjmcentee: \"I am pushing really hard for it to be archived this week [through the New York Public Library].\" —Helen Park in @cashleelee…"
## 
## [[5771]]
## [1] "anniehasleftoop: RT @ItsK_holic: Happiest birthday 🎂 to the Queen 👑 one of the talented woman of kpop. ❤️🎉\n\n@ahn__ellybaby\n \n#exid #이엑스아이디 #elly \n#HappyElly…"
## 
## [[5772]]
## [1] "2kids2young: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[5773]]
## [1] "ilovebbobby: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[5774]]
## [1] "Kheartxxxxx: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[5775]]
## [1] "blancheivs: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5776]]
## [1] "glittery_kpop: RT @namkookify: can’t believe baby armys don’t know that min yoonji is a real person"
## 
## [[5777]]
## [1] "EMO4YUNHO: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[5778]]
## [1] "eliannyfps: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5779]]
## [1] "eeejinki: RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n\"Key understood the assignment, and aced it with h…"
## 
## [[5780]]
## [1] "ConfessionGames: @jaesleftdimple @coupsweb @HackerToby @gotopaby @DelusionPosting But that doesn't seem to be the case. Just another… https://t.co/zoBgq9IxVX"
## 
## [[5781]]
## [1] "VKAM2013: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5782]]
## [1] "jl_kpop: WTS LFB PH RT\n\n[JAPAN PASABUY] 2023 BT21 Happy Bag\n🏷Php 3990.00\n\nhttps://t.co/LlMgooR7al\n\n🎉DOO until December 11\n🎉P… https://t.co/RTkymm6zyL"
## 
## [[5783]]
## [1] "glittery_kpop: WAIT I DIDNT WANT TO SOUND MEAN BTW BUT FR DON'T MAKE ME SAD 😭"
## 
## [[5784]]
## [1] "BTSandTRAINEEA: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[5785]]
## [1] "death2david: if any of u kpop moots havent listened to under the skin by &amp;team yet ur missing out"
## 
## [[5786]]
## [1] "crongnara: RT @Donutmerch_id: Wts INA Photocard holder acrylic iKON 🇮🇩\n\n- READY STOCK✨\n- CO 🍊\n- 60K/pcs\n- Detail &amp; Cek Condition bisa dm\n- Avail : Yun…"
## 
## [[5787]]
## [1] "disepathy: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5788]]
## [1] "ivylovessvtbts: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[5789]]
## [1] "Griffin8387: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[5790]]
## [1] "ClashertimYT: @momoringIuv @dahyun1998zaki Yes she is and she is on why she is called the best dancers ever in Kpop. Not just in… https://t.co/Dn0dzpBEXg"
## 
## [[5791]]
## [1] "M0518Yuuki: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[5792]]
## [1] "MinjisVeins: Netherlands out I guess,  enough football, back to being kpop acct"
## 
## [[5793]]
## [1] "fairies170: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[5794]]
## [1] "kpop_iron_: This morning a young Iranian protester has been executed by the Islamic regime in Iran. For how long do the western… https://t.co/OAsoFq0xaN"
## 
## [[5795]]
## [1] "luise_dUbo: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[5796]]
## [1] "glittery_kpop: Shut up https://t.co/29RQl0TGq3"
## 
## [[5797]]
## [1] "jaymei0528: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5798]]
## [1] "katlovesjoonie: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5799]]
## [1] "StarFire_666: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5800]]
## [1] "TennMonbebe: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[5801]]
## [1] "aiolusx: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[5802]]
## [1] "OpeyemiAdepoju9: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5803]]
## [1] "won_luv_1: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[5804]]
## [1] "flwrboykoo: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5805]]
## [1] "LoonaCodex: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[5806]]
## [1] "stm_angel: RT @instagrambebe: Monsta X I.M’s #nvrmnd is added to Apple Music’s #The100BestSongsOf2022🎧 Check out the insta posts from SOULBYSEL &amp; Sony…"
## 
## [[5807]]
## [1] "Bangtan4Lover: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5808]]
## [1] "glittery_kpop: RT @knjgIoss: we used to be a country. https://t.co/qUW9RowaW6"
## 
## [[5809]]
## [1] "albedoprotect: @tatsuhimed fun fact in kpop those videos are heavily looked down upon by fans because they would take away views from the og mv"
## 
## [[5810]]
## [1] "BE_unite7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5811]]
## [1] "vynam5q1hfm4yf1: RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…"
## 
## [[5812]]
## [1] "taemlovecult: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[5813]]
## [1] "GIAWSEL: RT @itsayosigns: yall when people have lives outside of kpop https://t.co/iQh2jPoFR9"
## 
## [[5814]]
## [1] "lov3rholic: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[5815]]
## [1] "jin_nie12: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5816]]
## [1] "mikrogalaxies: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[5817]]
## [1] "hinni0526: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5818]]
## [1] "minhowinks: RT @DokiMBB: Because VLive will close soon, let me remind you the best VLive in kpop history, after this live kpop wasn't the same anymore.…"
## 
## [[5819]]
## [1] "1999cb_: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[5820]]
## [1] "yuljinseul: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[5821]]
## [1] "TYUN10S: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5822]]
## [1] "GhoulPinks: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5823]]
## [1] "tini_chiquita: RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…"
## 
## [[5824]]
## [1] "CharlieBarkin6: @WholeMarsBlog @Erdayastronaut I can't imagine anything worse than being stuck in a tin can with a billionaire, a youtuber, and a kpop star."
## 
## [[5825]]
## [1] "Griffin8387: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5826]]
## [1] "Kimchristine15: Everyday Jigirl's struggles...\n🥹\n#jichangwook #KPOP #beautiful https://t.co/RIUGfZrOnv"
## 
## [[5827]]
## [1] "kq13tin: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5828]]
## [1] "itsjunkyugf: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[5829]]
## [1] "riskanuraffh: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[5830]]
## [1] "BE_unite7: RT @SerieTV46: \"RUN BTS\" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams."
## 
## [[5831]]
## [1] "lilpixielix: RT @egobloom: most versatile group in the history of kpop https://t.co/thHUp7isJ5"
## 
## [[5832]]
## [1] "lovesocherry: RT @pixyrinji: pixy are nugu from an unknown company but Lola is recognised as one of the best 4th gen rappers and Reborn as one of the bes…"
## 
## [[5833]]
## [1] "pendex_kpop: RT @BLACKPINKSTATS5: .@BLACKPINK now owns the Longest-Charting songs by K-Pop Groups released this year: \n\n#1. Pink Venom — 112 days \n#2. S…"
## 
## [[5834]]
## [1] "pretty_dino: This is a funny song from BLACKPINK, I like it. 😅😂\nBLACKPINK - Typa Girl [EXPERT+]\nhttps://t.co/8Nyc53spBE\nCheck it… https://t.co/4mO2ZwlQ6J"
## 
## [[5835]]
## [1] "sammiecarreon: RT @hanavbara: twice &amp; other kpop girls 💗 https://t.co/ZETIJ5kkPv"
## 
## [[5836]]
## [1] "daddyjoonieluv: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5837]]
## [1] "smileymyeonie: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[5838]]
## [1] "Thatlil_SpearB: Personally I do think it fair to make the woojin comparison with Jinni because if this rumor was to blow up and get… https://t.co/UH4SqOYJmr"
## 
## [[5839]]
## [1] "jeonmingcf: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5840]]
## [1] "YQSZHI: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[5841]]
## [1] "kiwilouu: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5842]]
## [1] "Lisa180473865: RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…"
## 
## [[5843]]
## [1] "babybird__got7_: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[5844]]
## [1] "priscila_zapana: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[5845]]
## [1] "Jiminess2: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[5846]]
## [1] "pena_escriba: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5847]]
## [1] "imanicon29: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5848]]
## [1] "yoonknoww: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5849]]
## [1] "binnieggukk: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5850]]
## [1] "llIIlIlIIllIIlI: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[5851]]
## [1] "MeNao70: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[5852]]
## [1] "seongateezyy: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5853]]
## [1] "JIMINBIGDlCK: Droppatemi vostra lockscreen non kpop"
## 
## [[5854]]
## [1] "wonweom: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5855]]
## [1] "jessicagg99dr: RT @thedivestudios: after his debut?!?! 🤯\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin #프니엘 #BTOB #JUNNY #주니 #HOLLAND https://t.co/gG0zaAVj…"
## 
## [[5856]]
## [1] "Kamilia_125: @strawbaerrie_ literally like ok yeah companies are sh1tty but you can't even entirely blame them. so many kpop sta… https://t.co/7b0R78jbYW"
## 
## [[5857]]
## [1] "STlLLWlTH_JK: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[5858]]
## [1] "Blackcartu: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5859]]
## [1] "Mari8948: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[5860]]
## [1] "BTS_ot7au: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5861]]
## [1] "Thuy02271: RT @smiiliingkookie: JUNGKOOK THE BIGGEST KOREA’S PRIDE! \n  MBC news made reference to Jungkook winning his first PCA as Korean &amp; Kpop solo…"
## 
## [[5862]]
## [1] "mgshooky: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5863]]
## [1] "Sosoyoung7: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[5864]]
## [1] "AmericanTheatre: Why is @KPOPBroadway closing so soon? The story of its creation and evolution, as well as its marketing and critica… https://t.co/OYgeeybfyG"
## 
## [[5865]]
## [1] "key_tae_tae: RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n\"Key understood the assignment, and aced it with h…"
## 
## [[5866]]
## [1] "rinrinamy: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[5867]]
## [1] "Gyurivv: @Kpop_noodles_18 Ahh that’s nice enjoy 🤍 https://t.co/zniMf5wBze"
## 
## [[5868]]
## [1] "304hueningz: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5869]]
## [1] "SoloistJKV: RT @stream4taekook: \"Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…"
## 
## [[5870]]
## [1] "hhynjns: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[5871]]
## [1] "j21bHz: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5872]]
## [1] "skzteez_8: @titsandtulips now here me out, these parasocial kpop relationship ain't half bad cuzo"
## 
## [[5873]]
## [1] "mapsosa_mao: RT @BIGBANGAfrica1: HE IS GOING TO THE MOON. THE FIRST CIVILIAN OF HIS COUNTRY! HE DESERVES A TWITTER TOPIC ON HIS NAME! \n\n@Twitter @Twitte…"
## 
## [[5874]]
## [1] "nayeonapologist: cant take these kpop heauxs SERIOUS !"
## 
## [[5875]]
## [1] "edna_days: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[5876]]
## [1] "its_emtee: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[5877]]
## [1] "mochi26_nine: RT @CelebConfirmed: ICYMI: #BTS’s #RM performed some of the latest tracks from his first solo album #Indigo at the #DiaBeacon art museum in…"
## 
## [[5878]]
## [1] "NicoleVTae: RT @faceofkpopV: lmao taehyung is the most talked about kpop idol even in football! be it the fans or the football team themselves they onl…"
## 
## [[5879]]
## [1] "JwookD: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5880]]
## [1] "bl4ckpinkkk: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[5881]]
## [1] "itsreemau: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5882]]
## [1] "ukshawolEm: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[5883]]
## [1] "taasiaar: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[5884]]
## [1] "EXO_ttr: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[5885]]
## [1] "BellaPratiwi10: RT @CC24667946: CICI Prof Choi Jung-hwa cheers for Lee Seung Gi\n\nhttps://t.co/Fd5ZqcgVWL\n\nLife is short. Spend it with people who make you…"
## 
## [[5886]]
## [1] "cjaeri_: loves : kpop, jpop, cpop, anime, music, night skies, the moon, astronomy, horror movies, noodles, etc.."
## 
## [[5887]]
## [1] "Rosennefanpage: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[5888]]
## [1] "DymRalliv: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[5889]]
## [1] "ranen36227256: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[5890]]
## [1] "OpeyemiAdepoju9: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5891]]
## [1] "kaamuzero: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[5892]]
## [1] "FeitoBurbujas: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[5893]]
## [1] "kpop_king97: RT @JJK_Times: What's wrong with anti pretending to be ARMY? \n\nBlock and report!\nhttps://t.co/MR7UANl0PH https://t.co/tGk2tYakt2"
## 
## [[5894]]
## [1] "snooffie: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5895]]
## [1] "jjkonlyace: the most popular and successful kpop soloist in the world! 🔥👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK… https://t.co/iPw4uxaEpC"
## 
## [[5896]]
## [1] "yejibro: 💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPO… https://t.co/QCXLoN9jhT"
## 
## [[5897]]
## [1] "misty_aur0ra: @JJPGyoem I hope so too ☹️ some people are saying kpop fandoms used to be worse and to that i say ok and there's really no need to regress"
## 
## [[5898]]
## [1] "cutiehyunggu: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[5899]]
## [1] "Milkychiapuddin: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5900]]
## [1] "bythvant: RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E"
## 
## [[5901]]
## [1] "honeymungus: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[5902]]
## [1] "jjkonlyace: @allkpop the most popular and successful kpop soloist in the world! 🔥👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK \nhttps://t.co/lwZwhSbc7p"
## 
## [[5903]]
## [1] "glosswithluv: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[5904]]
## [1] "vanyaroha: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[5905]]
## [1] "yonamsaeng: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[5906]]
## [1] "qtsanie: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[5907]]
## [1] "Queen7ot7: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[5908]]
## [1] "kpop_saveslives: @8ozminch I love this concept. I can see mnho trying to get into chn pants and chn falling for mnho but mnho freaki… https://t.co/XV3WLdp26O"
## 
## [[5909]]
## [1] "run817: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[5910]]
## [1] "oneandonlyAve: this girl i’m working with a lil kpop stan &amp; i got her in here listening to thug lmaoooo"
## 
## [[5911]]
## [1] "theemilychapter: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[5912]]
## [1] "jjkonlyace: The main slayer! JUNGKOOK IS BEYOND KPOP! 🔥🙌👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK https://t.co/AdwtBuYUDX https://t.co/HjAQCHOcTc"
## 
## [[5913]]
## [1] "f_xukuncai: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[5914]]
## [1] "pviiig7: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[5915]]
## [1] "aisha_dd: RT @HALLYUIL923: You HALLYU chingu Ezra didn't want to miss out on Day 2 of Be You 2 that she flew to Manila to cheer for her love Changmin…"
## 
## [[5916]]
## [1] "saidababee: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[5917]]
## [1] "skz_ksm_sky: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5918]]
## [1] "mylowest00: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[5919]]
## [1] "yuurihonjo: they were not playing when they said kpop songs gotta grow on u bc why is more &amp; more the greatest song of all time"
## 
## [[5920]]
## [1] "WGrumsxagustina: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[5921]]
## [1] "gyu_bebe: RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…"
## 
## [[5922]]
## [1] "dearbangtanm: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5923]]
## [1] "supuwustar: not a kpop opinion but strawberry ice cream is disgusting"
## 
## [[5924]]
## [1] "SSadiW8: KPop stans are annoying. I can’t wait for the World Cup to finish and y’all go back to ur own business ☠️🤦🏾‍♀️ https://t.co/w1owVpgnpU"
## 
## [[5925]]
## [1] "2renjuns: carried the whole kpop industry at the mere age of 15-17 https://t.co/A2jogIFaCA https://t.co/mtTtoMZIJ5"
## 
## [[5926]]
## [1] "mirellamvc: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[5927]]
## [1] "bambamlenciaga: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[5928]]
## [1] "Itsbeautifulbir: RT @Daily_JK97: 📊 “Left and Right” has surpassed 414M streams on Spotify on its 167th day, the fastest song by Kpop &amp; Korean soloist to do…"
## 
## [[5929]]
## [1] "jjkonlyace: @allkpop The main slayer! JUNGKOOK IS BEYOND KPOP! 🔥🙌👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK https://t.co/QmyMK6HKb4"
## 
## [[5930]]
## [1] "blushstardust: Happy kpop content recs please. I really need it today"
## 
## [[5931]]
## [1] "nourmoonie: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5932]]
## [1] "maybmustbjackie: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[5933]]
## [1] "silver58857743: RT @SargentTomboy: I'm only gonna say this as a joke and only a joke so don't take this seriously\n\nFlowey doesn't like Kpop music #floweyis…"
## 
## [[5934]]
## [1] "THEMYSCIIRAS: @RockAngelzSasha plus, the reason why she and many other kpop gg idols get plastic surgery is to fit the Korean bea… https://t.co/BbudfWVtLQ"
## 
## [[5935]]
## [1] "catbitch234: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[5936]]
## [1] "thecyberteez: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5937]]
## [1] "LiNadj04: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5938]]
## [1] "edknves: RT @419kcal: ⋆。˚ ࿔ edtwt intro  ࿔ ˚。⋆\n\nfran, she/her, 21\nugw: 42 kg\nbooks, kdramas &amp; kpop\nnon edtwt &amp; fatphobes dni\n\n↻/♡ to be moots https:…"
## 
## [[5939]]
## [1] "kiri_kpop: RT @enews: P1Harmony Reflects on Their Massive Year of Success On and Off Stage https://t.co/fcB76iCqCo"
## 
## [[5940]]
## [1] "rielLee2: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5941]]
## [1] "prettymenyou: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5942]]
## [1] "garbage_OwO: RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH"
## 
## [[5943]]
## [1] "ChocoAsu: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[5944]]
## [1] "geniusbabyrm: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[5945]]
## [1] "Roxana75054403: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5946]]
## [1] "ZTSE0K: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[5947]]
## [1] "ex_oshield: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[5948]]
## [1] "SpringAtSea7: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[5949]]
## [1] "wHaTiSmOisTyy: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5950]]
## [1] "exosearchbot: baekhyun is one of the best vocalists in kpop!"
## 
## [[5951]]
## [1] "by_kwonhyuk: ever time I talk about a male I like in kpop industry I lost 5y in my life listening my gf telling like I wanna suck a dick pls"
## 
## [[5952]]
## [1] "lolmiimii: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5953]]
## [1] "fanneykuno: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[5954]]
## [1] "deewooss: The misogyny in the kpop industry is fucking insane"
## 
## [[5955]]
## [1] "BTS_ot7au: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[5956]]
## [1] "confusedpokey: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[5957]]
## [1] "lio_fotia: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[5958]]
## [1] "V_TaeGucci: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[5959]]
## [1] "AinaKasranuddin: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5960]]
## [1] "cmlldrkjs: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[5961]]
## [1] "tweetymouth7: RT @itsayosigns: yall when people have lives outside of kpop https://t.co/iQh2jPoFR9"
## 
## [[5962]]
## [1] "Stay45218851: RT @strayshazam: \" GOD'S MENU\" by @Stray_Kids has now surpassed \" 620k shazams.\n\nIt remains the Most Shazamed Song by a 4th Generation Kpop…"
## 
## [[5963]]
## [1] "rayukiyo: RT @rosicub_: this has been the year of company letting artists go when they want to leave, and instead of celebrating that, kpop fans are…"
## 
## [[5964]]
## [1] "wooyoungest: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5965]]
## [1] "kpop_king97: RT @singlelilith: I am disheartened. Imagine working on something hard, and others who didn't move a finger are credited for your work in f…"
## 
## [[5966]]
## [1] "ParkJunSeo18: WAHHHH!!! One of the most happiest day ko kahapon dahil I got the chance to join a kpop random play dance sa school… https://t.co/866NDLxdis"
## 
## [[5967]]
## [1] "crudscrub: @CaptainBarbozaa SORRY forgot to reply! i meant more like the kpop twitter community lol. i used to be a kpop stan… https://t.co/LI1CtBzGyj"
## 
## [[5968]]
## [1] "sanshinin: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5969]]
## [1] "yixienings: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[5970]]
## [1] "91maje: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[5971]]
## [1] "idleis6: @tammythrillz_ @uniquefri @cubeunited because you keep thinking it’s gidles fault, like how long have you been a kp… https://t.co/tR5tL7JuJL"
## 
## [[5972]]
## [1] "fracnnan: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[5973]]
## [1] "sparklysakuya: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5974]]
## [1] "breather_spring: RT @KpopGirlsUK: 🇯🇵 Kpop Girls Chart\n1. Le Sserafim  Antifragile\n2. Kara  When I Move\n3. Itzy  Cheshire\n4. IVE  After Like\n5. Twice  Talk T…"
## 
## [[5975]]
## [1] "off_unfollowpls: askfm: babtae18 &amp; hana9806423 - Instagram: shinexo825 &amp; hndnxo go follow~ #kpop"
## 
## [[5976]]
## [1] "GringoDelRey: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[5977]]
## [1] "_ilichan: @EvansL117 @takanashikiara If you're really asking me to put on the tinfoil hat, my kpop powers say it's \"Here we g… https://t.co/fVq2LpkBJM"
## 
## [[5978]]
## [1] "linouyuu: people on tiktok would put picture of idols and have a caption like “his future gf” and it’s the most gayest kpop i… https://t.co/jRcEAe8Jpe"
## 
## [[5979]]
## [1] "Paul11909838: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[5980]]
## [1] "parkchanbacon: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[5981]]
## [1] "foxinniewi: 2023 kpop predictions what else should i add https://t.co/hni52t9rbu"
## 
## [[5982]]
## [1] "callmedominion: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[5983]]
## [1] "tsthoughtsx: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5984]]
## [1] "aeceyy: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[5985]]
## [1] "1Dory28: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[5986]]
## [1] "anaIsenpai: @markseasy i hate how spotify took away the recendly added in the kpop genre. all playlists and new releases get drowned"
## 
## [[5987]]
## [1] "HadiaDida: RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs"
## 
## [[5988]]
## [1] "autumnx_tear: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5989]]
## [1] "Simba__97: Why do kpop stans love to go on witch hunts? Y'all really be doing the most. https://t.co/DFpOP8uDro"
## 
## [[5990]]
## [1] "jjjuunnggkkookk: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5991]]
## [1] "korenamu: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[5992]]
## [1] "hongcookie94: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[5993]]
## [1] "Charlie_R3D: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[5994]]
## [1] "adorkablemochi: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[5995]]
## [1] "andrewjameszz: thinking about him… (lee jihoon aka woozi aka vocal unit leader of kpop group seventeen)"
## 
## [[5996]]
## [1] "PrincessResurr7: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5997]]
## [1] "bibilIyhills: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[5998]]
## [1] "0313prod: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[5999]]
## [1] "1Dory28: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[6000]]
## [1] "Mikrula2001: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6001]]
## [1] "yulsricochet: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[6002]]
## [1] "jjkonlyace: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[6003]]
## [1] "itsayosigns: yall when people have lives outside of kpop https://t.co/iQh2jPoFR9 https://t.co/zUi5rvWIUo"
## 
## [[6004]]
## [1] "toby_edel: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[6005]]
## [1] "icebrrynat: His smile is everything 💕\n\n#StrayKids #LeeKnow #Felix #Bangchan #changbin\n#jeongin #hyunjin #han #seungmin #stray… https://t.co/BlgJt1uaKf"
## 
## [[6006]]
## [1] "yoonthk: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6007]]
## [1] "MoomooStay1: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[6008]]
## [1] "ssesuga: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6009]]
## [1] "karlfofo: @ElizaBlake06 it wasnt karter who said it, ppl send anon kpop opinions to them and they post it with the agree or disagree option"
## 
## [[6010]]
## [1] "jessthe2ofus: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[6011]]
## [1] "Monbenee1: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[6012]]
## [1] "AesopsFableFly: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6013]]
## [1] "Hermosavida_me: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[6014]]
## [1] "DeuxNinix: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[6015]]
## [1] "NicolFigueredo1: RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…"
## 
## [[6016]]
## [1] "AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E"
## 
## [[6017]]
## [1] "IBtsonly: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6018]]
## [1] "LilibertTuray: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6019]]
## [1] "Puddingcaz: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6020]]
## [1] "jinniestare: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6021]]
## [1] "shytae13: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[6022]]
## [1] "seungmo_de: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6023]]
## [1] "94i92: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[6024]]
## [1] "neoncity_mutt: every now n then I'll see a nsfw related kpop tweet and sometimes i have to strain myself not to interact bc I'll b… https://t.co/w2NSuDuGir"
## 
## [[6025]]
## [1] "kris_KNJ: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6026]]
## [1] "egofltr: wjsn chocome single-handedly holding together camp kpop concepts no one does it like them https://t.co/qh5LNVN3n2"
## 
## [[6027]]
## [1] "Jazmyne_RV2022: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6028]]
## [1] "INACARATVC_17: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[6029]]
## [1] "mombbhyun: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[6030]]
## [1] "mxxqia: RT @kwntrsgf: why do kpop idols always have the ugliest pets"
## 
## [[6031]]
## [1] "just_vkookhope: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6032]]
## [1] "abby_salamander: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6033]]
## [1] "mimiweek: @minsugma nah also i’ve had bad experiences w a certain group of kpop stans who are at literally Every london kpop… https://t.co/mQW5VnH5ND"
## 
## [[6034]]
## [1] "duonquebel_: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[6035]]
## [1] "lexschorizo: i used to go on grindr and catfish as kpop idols ESPECIALLY soobin that was too much fun"
## 
## [[6036]]
## [1] "McMc17dream: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6037]]
## [1] "jeonghantrasheu: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[6038]]
## [1] "nallalisabias: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[6039]]
## [1] "aaannngggeeeeee: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6040]]
## [1] "MrobinS19: Jangjun is such a clown 😂 @Elodie_kpop_ @Jtaegikook2 @JaehanPeach https://t.co/FtzLG1Bb25"
## 
## [[6041]]
## [1] "KaLuuLis: RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP"
## 
## [[6042]]
## [1] "chimsfile: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[6043]]
## [1] "JM_18550: @allkpop As a BB, I'm proud to see Dkb's maknae &amp; main dancer HAN HARRY JUNE getting the recognition he deserves!😭H… https://t.co/PPcuiZxExR"
## 
## [[6044]]
## [1] "nukesinaction: we need a kpop idol from ohio"
## 
## [[6045]]
## [1] "boyIogz: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[6046]]
## [1] "_zyxzjss: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[6047]]
## [1] "rainxxnght: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6048]]
## [1] "fairylexa: only in kpop will people get mad at u for being concerned about idols"
## 
## [[6049]]
## [1] "sugi19620904: RT @bg_hynn: Brave Girls @ KCON 2022 JAPAN\n\nOfficial behind the scene photos (Retouched)\n\n🦖🐢🐰🐹\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP…"
## 
## [[6050]]
## [1] "lights_on_U: hiya moots! this danish person from copenhagen university needs people to reply on a questionnaire on fandom cultur… https://t.co/KBAeIq7EZa"
## 
## [[6051]]
## [1] "keemyongsun: RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…"
## 
## [[6052]]
## [1] "MamotMusa: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[6053]]
## [1] "Andrea_SB5: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[6054]]
## [1] "SharkDC2: The Face of rock in Kpop!\n\n#Dreamcatcher #드림캐쳐\n#Apocalypse #Save_us\n#MAISON https://t.co/hjl1NXfnjq"
## 
## [[6055]]
## [1] "breeneriece: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[6056]]
## [1] "istanjisoos: @daniel_thestarx the it girl of kpop jennie kim from blackpink https://t.co/bniCnNX9RN"
## 
## [[6057]]
## [1] "egofltr: idc if it’s overdone this was so good and it had kpop tiktok in a chokehold https://t.co/JGMhVtxhlv"
## 
## [[6058]]
## [1] "jinsoulsmoothie: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[6059]]
## [1] "Sao_natong: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[6060]]
## [1] "MYP1NKS: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[6061]]
## [1] "koostrawbrry: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6062]]
## [1] "nesgrn: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6063]]
## [1] "mutarashshida: RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…"
## 
## [[6064]]
## [1] "daeag_e: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[6065]]
## [1] "skzholyc: fb kpop stans*"
## 
## [[6066]]
## [1] "sugi19620904: RT @bg_hynn: Brave Girls 🐹 Yuna IG post 221209 (Retouched)\n\nThese days\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#GirlGroup #Kp…"
## 
## [[6067]]
## [1] "MaeGamoza: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6068]]
## [1] "dtqkrchive: THEIRS A KPOP SECTION IN THIS STORE I WENT TOO WITH A SHIT TON OF ALBUMS I WANT BUT THEIR LIKE $50 EACH WTF"
## 
## [[6069]]
## [1] "KakuzusWife: I love kpop the music is great https://t.co/uBYXA3jmLk"
## 
## [[6070]]
## [1] "Sao_natong: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[6071]]
## [1] "ParlourDigital: Top Kpop MVs: Old and New at the End of the Year https://t.co/mhypwUEcbM"
## 
## [[6072]]
## [1] "NMWorldk: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6073]]
## [1] "Kamilia_125: @ultyunjoong also why are so many ppl in the qrts so miserable like this is why no one likes kpop stans, all they spew is negativity 🕴️"
## 
## [[6074]]
## [1] "scisthier: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6075]]
## [1] "Meisa6137: RT @armys_hana7: RM is now the 3rd Korean Soloist in history to enter the UK Albums Chart after SUGA &amp; j-hope🔥. It's BTS vs BTS again, it's…"
## 
## [[6076]]
## [1] "seitanicmochi: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[6077]]
## [1] "XHEAVYMETALLUV: me since yesterday god why I was finally over my post-Wolf Alice sadness  phase and now I’m heavily kpop depressed… https://t.co/3lr1Ci1aAl"
## 
## [[6078]]
## [1] "CristCh__22: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6079]]
## [1] "itsandrewife: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6080]]
## [1] "Anna_Sara88: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[6081]]
## [1] "fairyliljjong: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[6082]]
## [1] "SeaofCharms: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6083]]
## [1] "Alexiel_chan: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6084]]
## [1] "sweethoney0720: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6085]]
## [1] "stigmathv2: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6086]]
## [1] "lvthtm: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[6087]]
## [1] "fernl_07: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[6088]]
## [1] "BlackpinkMerch1: Shop Blackpink Merch with FAST Worldwide Shipping at https://t.co/nvjEVJ34rf \n\n#pinkvenom #blackpink #kpop https://t.co/QYAA0SpfPm"
## 
## [[6089]]
## [1] "wildminyoongi: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6090]]
## [1] "jkjeykay: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6091]]
## [1] "ihrtym: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6092]]
## [1] "vasilyfaeyre: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[6093]]
## [1] "hereforHobah: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6094]]
## [1] "Yuni_2715: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6095]]
## [1] "orbit776: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[6096]]
## [1] "dani8032: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[6097]]
## [1] "jking2597: RT @smiiliingkookie: It's so impressive to see the most successful kpop soloist making history every day on Spotify, with 3 record hits rel…"
## 
## [[6098]]
## [1] "TaniaMultistan: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[6099]]
## [1] "arepa_blink: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[6100]]
## [1] "STAYSFAIRY: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6101]]
## [1] "jeongmau: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[6102]]
## [1] "ultlalisaa_: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[6103]]
## [1] "LISVXDRO: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[6104]]
## [1] "arepa_blink: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6105]]
## [1] "kpop_king97: RT @MintGlooss: I have to put it out there that i mean no disrespect to the group but literally ot7nifying Jungkook's solo debut does not s…"
## 
## [[6106]]
## [1] "btsoskingos: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6107]]
## [1] "ZombieSpringDay: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[6108]]
## [1] "fernl_07: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[6109]]
## [1] "starvtlingly: RT @cecilipse: heyy, i’m cecelia and i’m new to edtwt\n\n-15\n-153cm/5’\n- 46.7kgs /102.7lbs\n- into kpop and fashion\n   ; kpop : nct, red velve…"
## 
## [[6110]]
## [1] "kurahug: RT @elsserafim: le sserafim mama dance break proves they’re one of the best performers in 4th gen kpop https://t.co/sJHwTRJLIX"
## 
## [[6111]]
## [1] "kpop_hater22: RT @ShootaCat: 2 kittens long https://t.co/B2cKgzGmMt"
## 
## [[6112]]
## [1] "jillyn_monakil: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[6113]]
## [1] "clotolphe: \"will you find the common thing between these three \"kpop\" songs\"\n\nwell they're all seventeen and they're all in ja… https://t.co/uXRJBFjhp3"
## 
## [[6114]]
## [1] "mrleemister: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[6115]]
## [1] "edknves: new to #edtwt !\n\ncall me nana, she/her, 22 (almost 23) \n! minors and fatphobes dni !\n♡ kpop, comics, film, cdramas… https://t.co/UV34OXVetp"
## 
## [[6116]]
## [1] "nctcandy28: Looks the Kpop idols job description\nIs going to become Movie Star, Model, Idol, Novelist, Influencer , Designer , CEO in the future"
## 
## [[6117]]
## [1] "a5ki7nihita: RT @LA3Cofficial: It’s @pledis_17's  #_WORLD and we’re just living in it. 😉 Come see the #kpop stage-breakers when they light up the #LA3C…"
## 
## [[6118]]
## [1] "boue_emmanuella: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6119]]
## [1] "d4nihasopinions: Ive never saw an argument more dumb than “LETS SEE U THEN” when someone critics a kpop idol . THE POINT IS THEY ARE… https://t.co/84njOyYPaO"
## 
## [[6120]]
## [1] "maddie_k_here: RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…"
## 
## [[6121]]
## [1] "rnlrvr: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[6122]]
## [1] "jess____kim: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[6123]]
## [1] "Rise_LC: RT @fx_Luvatar812: [LUNA INSTAGRAM STORY]\n #savekpopbroadway #kpop #kpopbroadwaymusical https://t.co/8KlOn76tEA"
## 
## [[6124]]
## [1] "i91MYG0D: RT @nexuswidow: how do kpop stans manage to make everything about kpop… like what do you mean Blackpink is the reason why Brazil got elimin…"
## 
## [[6125]]
## [1] "ashlyg20: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6126]]
## [1] "svnnysnights: this is actually one of the best kpop songs ever https://t.co/xy5PbjwhQw"
## 
## [[6127]]
## [1] "mbstmnn: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[6128]]
## [1] "ultsinger: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6129]]
## [1] "kookiet20700430: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6130]]
## [1] "carolavenell: RT @imyoonotyou: Kpop party Saturday morn / afternoon 🫶❤️☺️"
## 
## [[6131]]
## [1] "Pjmluv_95: RT @armys_hana7: RM is now the 3rd Korean Soloist in history to enter the UK Albums Chart after SUGA &amp; j-hope🔥. It's BTS vs BTS again, it's…"
## 
## [[6132]]
## [1] "kpop_king97: RT @MintGlooss: And this was why i was so against the whole adding of the group name in credits, it feels as if Jungkook has lost the right…"
## 
## [[6133]]
## [1] "gowoncee: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[6134]]
## [1] "Sora_9303: @kiMv95tae @_jeol13 @yalla_kpop @JoJoy712 @Kwthrdor @moonlvujk @BTSMYONLYLOV_E @ran__min @ii_j29 @l0XIO7 I was just… https://t.co/2OgeGO7LIf"
## 
## [[6135]]
## [1] "sah_J13: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6136]]
## [1] "aurorasmingi99: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[6137]]
## [1] "armys_hana7: RM is now the 3rd Korean Soloist in history to enter the UK Albums Chart after SUGA &amp; j-hope🔥. It's BTS vs BTS agai… https://t.co/TBOGOGFOQs"
## 
## [[6138]]
## [1] "pmlnmngsn: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[6139]]
## [1] "qbist: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[6140]]
## [1] "iristannies: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[6141]]
## [1] "ShenonaF: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[6142]]
## [1] "quokkapabo: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6143]]
## [1] "swithth: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[6144]]
## [1] "azzamoh60201030: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[6145]]
## [1] "karenra06394020: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6146]]
## [1] "haechoasis: RT @dosiedior: can kpop take a man instead like THIS IS ENOUGH"
## 
## [[6147]]
## [1] "love_0613_bts: @poemcix i don't mean to hurt you. it's just.. fact. it's really bad now across the sk. if your kpop idol is korean… https://t.co/ki3fuFqGEn"
## 
## [[6148]]
## [1] "joonkkore: Already asked about the fandom you dislike most, but what are some fandoms that you guys ACTUALLY like? (Again can… https://t.co/fyk1QObwLl"
## 
## [[6149]]
## [1] "iamyomonday: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6150]]
## [1] "Babykookoo10: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[6151]]
## [1] "eriovixia: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[6152]]
## [1] "lovosiii: @sailortea_ What if ,,, you play Pokémon /while/ yelling about kpop?? 👀"
## 
## [[6153]]
## [1] "t4lkmedown: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[6154]]
## [1] "mingy6u: wonyoung edit música we fell in love in october girl in red fancam kpop https://t.co/syvhM0QWt5"
## 
## [[6155]]
## [1] "KarinaJ1708: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[6156]]
## [1] "bomgcf: The kpop stan behaviour 😭 https://t.co/4e5GULPGBw"
## 
## [[6157]]
## [1] "Taurus_TK_BW: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 64 MILLION streams on Spotify, the fastest solo song by a Kpop soloist to reach this mi…"
## 
## [[6158]]
## [1] "HomeOfGhosts: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[6159]]
## [1] "beytsprint: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6160]]
## [1] "Leidy_do292600: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6161]]
## [1] "xissy_army: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6162]]
## [1] "Meral_H99: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6163]]
## [1] "geardalinger: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[6164]]
## [1] "OnlyWithGOT7_: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6165]]
## [1] "jsystars_: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[6166]]
## [1] "Leidy_do292600: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6167]]
## [1] "hanahanasakura9: RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…"
## 
## [[6168]]
## [1] "army_purplenia: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6169]]
## [1] "StayNaomie: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6170]]
## [1] "asrinaanh: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[6171]]
## [1] "purple_b3ss: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6172]]
## [1] "SantaperoFreaky: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6173]]
## [1] "seokjin_halo_: RT @jinakgay: dont yall find it weird how kpop stans use mandatory military enlistment as a drag and it is always targeted to seokjin like"
## 
## [[6174]]
## [1] "f_MeUtopia: No lie it’s pretty disappointing seeing practically none of the kpop idols, especially the American ones, support… https://t.co/CB53WRaQbK"
## 
## [[6175]]
## [1] "LorenaLorrain11: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6176]]
## [1] "stnelva: RT @pwrlesbians: THE LIKES KPOP STANS WE NEED U \n#WarriorNun #LALISA https://t.co/IRBivrhI5o"
## 
## [[6177]]
## [1] "lf982508: RT @roxanaaa47: LVMH Favourite yet Lisa is the only Kpop Ambassador included in LVMH Video on tik tok out of thousands of dior and cartier…"
## 
## [[6178]]
## [1] "Cecilia_CruzM: RT @itJIMIN1013: 12.Kpoplife(~12/31)\n\n1&gt;King of Kpop🆘️\nhttps://t.co/lsS89eBIgk\n\n2&gt;KPOP Male Idol\nhttps://t.co/doy8UVLe52\n\n3&gt;KPOP Heartthrob…"
## 
## [[6179]]
## [1] "_takozz_: pretty much all the kpop content i need this month i think. i got my fill, i can leave now, thank you everyone https://t.co/ovQCcPU0gU"
## 
## [[6180]]
## [1] "hoodjongin: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[6181]]
## [1] "ivehaurly: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[6182]]
## [1] "capthndsme: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[6183]]
## [1] "LVtelepathy: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6184]]
## [1] "yemmyalexa: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…"
## 
## [[6185]]
## [1] "bts_maria7: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[6186]]
## [1] "postpunkista: in #Manila the #kpop crowd is more feral than the #metal crowd https://t.co/8KHUQULULC compare my clear Lacuna Coil… https://t.co/PeviEVu0s4"
## 
## [[6187]]
## [1] "babyIoonatic: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[6188]]
## [1] "TD4rkb0y: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6189]]
## [1] "rkivestigma: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6190]]
## [1] "thkook04: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6191]]
## [1] "JaeXiuGa12639: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[6192]]
## [1] "5HINee_BB5: @gookiemin If someone starts listening to kpop with such a song, then they have completely different requirements.\nhttps://t.co/VvdbD7R52X"
## 
## [[6193]]
## [1] "xsjoong: RT @DokiMBB: Because VLive will close soon, let me remind you the best VLive in kpop history, after this live kpop wasn't the same anymore.…"
## 
## [[6194]]
## [1] "lillybinnie: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6195]]
## [1] "nisha99414: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[6196]]
## [1] "mwoozi: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[6197]]
## [1] "ActorHub: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathe… https://t.co/92AiID8I2z"
## 
## [[6198]]
## [1] "L_Moon_07: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6199]]
## [1] "seungminsmxle: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6200]]
## [1] "AX0LUV: RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop"
## 
## [[6201]]
## [1] "Arienadswtest: RT @wansody: 221209 kbs_kpop_official IG story\n\n🔗 https://t.co/5LTqAMPHxk\n\nhttps://t.co/QKixjGUoMp\n\n#WENDY #웬디 @RVsmtown https://t.co/Ste15…"
## 
## [[6202]]
## [1] "jelsiemelvernt: @PopBase Like this is y I h8 kpop stans &amp; y the artists probably h8 netizens too. Disrespectful and immature. Be ex… https://t.co/OQoTy9fgng"
## 
## [[6203]]
## [1] "kpopponytail8: Why is JAYWHYPEE being so secretive abt Jinni’s leave tho?? \n\n#NMIXX #jyp #straykids #kpop #FIFAWorldCup"
## 
## [[6204]]
## [1] "angieyya: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[6205]]
## [1] "bIackmiku: RT @shadyroxanne: 11 years ago today snsd released the boys. other groups releases were being pushed back after they announced the cb,was b…"
## 
## [[6206]]
## [1] "ungodlyandroid: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[6207]]
## [1] "JoonIsAmazeYeah: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6208]]
## [1] "betulalpay10: RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…"
## 
## [[6209]]
## [1] "jimin_lovelyyy: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6210]]
## [1] "mikuIuver: I SHUFFLED MY KPOP GIRLS PLAYLIST AND SO WHAT CAME ON AND I WAS TOO BUSY BEING LIKE IM SO BAAAD TO REMEMBER ITS LOONA SINGING THAT"
## 
## [[6211]]
## [1] "SaNaa37732867: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[6212]]
## [1] "JonghoIicx: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[6213]]
## [1] "hi_kimjw: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[6214]]
## [1] "vietnamdr1p: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[6215]]
## [1] "mabiisson: RT @aescentre: best face in kpop https://t.co/P1oYFqE0Vj"
## 
## [[6216]]
## [1] "namjooning_1306: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6217]]
## [1] "Daniell60911938: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6218]]
## [1] "sah_J13: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[6219]]
## [1] "kpopgirl135: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6220]]
## [1] "itJIMIN1013: 12.Kpoplife(~12/31)\n\n1&gt;King of Kpop🆘️\nhttps://t.co/lsS89eBIgk\n\n2&gt;KPOP Male Idol\nhttps://t.co/doy8UVLe52\n\n3&gt;KPOP Hea… https://t.co/7ehVLumGHm"
## 
## [[6221]]
## [1] "Moazonzon: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6222]]
## [1] "emtheworld: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[6223]]
## [1] "bts_maria7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6224]]
## [1] "LovelyBear_sh: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[6225]]
## [1] "kitcalzz: i feel like im the only person on edtwt who doesnt like kpop"
## 
## [[6226]]
## [1] "magneti_melissa: RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…"
## 
## [[6227]]
## [1] "sunny_days365: RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…"
## 
## [[6228]]
## [1] "hazehyunjin: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[6229]]
## [1] "AmberKmuse: New music for an old year! Come see what #kpop The Maknae is listening to when the holiday music gets to be a littl… https://t.co/cfLqptwe1v"
## 
## [[6230]]
## [1] "RojGinez: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6231]]
## [1] "rory_3mr: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[6232]]
## [1] "buatbacaaufans: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6233]]
## [1] "noviodetaehyung: RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…"
## 
## [[6234]]
## [1] "jungwonswinter: RT @newjeans_: i thought that a situation like this would be perfect to bring some light into the ~ dark side ~ of the industry in which kp…"
## 
## [[6235]]
## [1] "alchevi1: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[6236]]
## [1] "LovelyBear_sh: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[6237]]
## [1] "jl_kpop: WTS LFB PH RT\n\n[JAPAN PASABUY] BT21 Watch (Rectangular)\n🏷Php 4815.00\n\n🎉DOO until December 11\n🎉Pay as you order\n🎉Rel… https://t.co/Krk4HG1i46"
## 
## [[6238]]
## [1] "Pro100Mika: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6239]]
## [1] "rory_3mr: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[6240]]
## [1] "lily506iu: you know the music was good GOOD in kpop when they had that crazy hairstyle and horrendous outfits"
## 
## [[6241]]
## [1] "letshardcarry: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6242]]
## [1] "sweetanmc: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[6243]]
## [1] "only4patri: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[6244]]
## [1] "marcoadrianos: rly wonder how some of these ppl shell out thousands of dollars for kpop concert tickets"
## 
## [[6245]]
## [1] "iwenneu: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[6246]]
## [1] "hoodbyasian: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[6247]]
## [1] "luvsohng: RT @kpophappenings_: when that leader of a kpop boy group always goes to each of his members’ beds before sleep to ask how their day was an…"
## 
## [[6248]]
## [1] "jhobiwy: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[6249]]
## [1] "perradethv: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6250]]
## [1] "teamostrykdz: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[6251]]
## [1] "windprincetete: RT @myminimoniheart: I've been so into this kpop shit lately that im afraid once I get a boyfriend I'm gona need a boyfriend wrecker 😭 http…"
## 
## [[6252]]
## [1] "rory_3mr: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6253]]
## [1] "starcandjk: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6254]]
## [1] "innffble: maybe i should go to one of those night kpop parties"
## 
## [[6255]]
## [1] "kaheistylish: RT @soIodown: kpop companies when you’re 18+ in an audition https://t.co/HcZqJHIgbu"
## 
## [[6256]]
## [1] "hazehyunjin: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[6257]]
## [1] "shinobulovr: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[6258]]
## [1] "dazzling1ight: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[6259]]
## [1] "Kamali7minus1_7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6260]]
## [1] "gnfwIbr: i have every kpop song i’ve ever liked in one 11 hour comprehensive playlist and i just wanted you guys to know"
## 
## [[6261]]
## [1] "cloudseokk: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6262]]
## [1] "_maytiny_: MY FAVORITE SOOB STAN THAT I LOVE DEARLY &lt;3 you were one of the first artists i really looked up to when i started… https://t.co/fU2fQxGKdc"
## 
## [[6263]]
## [1] "palebluedot_99: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[6264]]
## [1] "Mandyamour3: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[6265]]
## [1] "josee_abe: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6266]]
## [1] "KpOp_INF_: RT @chartsblackpink: Longest-charting 2022 songs by K-Pop groups on the global Spotify chart (days):\n\n#1 #PinkVenom – 112* (charting)\n#2 #S…"
## 
## [[6267]]
## [1] "fixonMYATEEZZ: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[6268]]
## [1] "asrinaanh: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6269]]
## [1] "KpOp_INF_: RT @Genius_kor: #GeniusCharts | 2022 Year-End Genius Korea Chart | Top K-Pop Songs\n1. Pink Venom\n2. Shut Down \n3. ELEVEN\n4. LOVE DIVE\n5. Po…"
## 
## [[6270]]
## [1] "bahiyyihsloveer: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6271]]
## [1] "Andrea_SB5: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6272]]
## [1] "Kep1ersCloset: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6273]]
## [1] "kariyautism: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[6274]]
## [1] "magneti_melissa: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[6275]]
## [1] "jichuschickin: Why are the only members of kpop groups I know leaving their groups??😭😭"
## 
## [[6276]]
## [1] "WOMMYlSM: I really feel so lost with kpop it doesn’t feel as fun as it did before :("
## 
## [[6277]]
## [1] "JJPGyoem: @misty_aur0ra we can't take them as the bar or for giving examples coz many hate, fighting and other stuff happened… https://t.co/2iWkmzgdfI"
## 
## [[6278]]
## [1] "HYCK375: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[6279]]
## [1] "Tuckieberry: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[6280]]
## [1] "hazehyunjin: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[6281]]
## [1] "TotaDody28: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[6282]]
## [1] "soyeon_editor: Soyeon defined as a unicorn of kpop 😭 https://t.co/kIEr7xJKsv"
## 
## [[6283]]
## [1] "Kpop_JpopCpop: RT @tyongstrife: reminder that aerith had this line first in 1997 and the only reason they gave zack her line in CC is bc ppl said aerith i…"
## 
## [[6284]]
## [1] "vitaarieka: @hinatime_ Gg stans have this weird hate for boy groups, they're litteraly the most sexist part of kpop fans\n\nTheir… https://t.co/zsnBlPdWRS"
## 
## [[6285]]
## [1] "mybunny_jeon: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6286]]
## [1] "salma_amg: RT @SerieTV46: \"RUN BTS\" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams."
## 
## [[6287]]
## [1] "Kpop_JpopCpop: RT @artbyshimo: \"An angel?\"\n\"I'm Aerith.\" 🥹💕💕\nI'm watching my babies falling in love with each other again. 🥹\nMy heart is so full of love r…"
## 
## [[6288]]
## [1] "raritiys: sometimes doing kpop choreos super aggressively is so fun maybe these male idols r onto something"
## 
## [[6289]]
## [1] "moomoonac: RT @Hyegimoofan: People only seeing Hwasa as a sexy charismatic idols is my villain origin story\nThis girl is an ARTIST she's one of the mo…"
## 
## [[6290]]
## [1] "soobitv: going to da kpop store tomorrow and im buying a kep1er lightstick bc its 20 dollars cheaper than twice and stayc..… https://t.co/I8xcjpbDJb"
## 
## [[6291]]
## [1] "Nikkityknack76: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[6292]]
## [1] "Peachygotit: as a kid, my mom had these CDs that my uncle had burned with songs on it (in Chinese of course) and one of them was… https://t.co/asjByUlwKm"
## 
## [[6293]]
## [1] "taeyeonspa: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[6294]]
## [1] "bts_maria7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6295]]
## [1] "Jamericanese94: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[6296]]
## [1] "josee_abe: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6297]]
## [1] "shubhani0408: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[6298]]
## [1] "knamujoonn: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6299]]
## [1] "idleis6: @ming1supremacy yep, shitting on idles bb placement when they are literally the only kpop group in history to enter… https://t.co/xCi0tAFZTi"
## 
## [[6300]]
## [1] "7on_ugh: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6301]]
## [1] "_lawrent: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[6302]]
## [1] "Real_Estate18: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[6303]]
## [1] "shubhani0408: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6304]]
## [1] "geminihottie: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[6305]]
## [1] "chanheering: this year has been both bad and good for kpop.."
## 
## [[6306]]
## [1] "GraceNo11415894: RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…"
## 
## [[6307]]
## [1] "miica15s: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[6308]]
## [1] "FlyAriRoom: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6309]]
## [1] "blueannegrey: RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…"
## 
## [[6310]]
## [1] "armymorm: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6311]]
## [1] "lcyenha: Yes my powerhouse of Kpop ENHYPEN 🥲❤️ https://t.co/O5hDbypSSR"
## 
## [[6312]]
## [1] "sannies_dimple: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[6313]]
## [1] "WJiaer852: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6314]]
## [1] "VmyHope7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6315]]
## [1] "sachiiewoo: RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…"
## 
## [[6316]]
## [1] "Magenta_Militia: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6317]]
## [1] "JinnaTXT: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6318]]
## [1] "artsyybiitch: KBBQ chicken was def playing kpop till we came in. The suddenly it’s Chris Brown on. I hate them -.-"
## 
## [[6319]]
## [1] "hereforHobah: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6320]]
## [1] "KonnichiwaBish: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[6321]]
## [1] "sophin40094514: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6322]]
## [1] "miel_liel: RT @sexiuyeoI: This time period right now of kpop stans also turning into temp football accs is giving me a headache it's like double the j…"
## 
## [[6323]]
## [1] "yookilaylee: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[6324]]
## [1] "taigaua: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[6325]]
## [1] "BroadwayWorld: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathe… https://t.co/HQU8it59pX"
## 
## [[6326]]
## [1] "neekelvon: IDEA IS ONE OF THE MOST PERFECT KPOP SONGS EVER AND YET ITS UNDERRATED https://t.co/bme0Druiv4"
## 
## [[6327]]
## [1] "dietatory: hihi im didi !! kinda new to #edtwt nd looking for active mutuals\n\n- 16, any prns\n- not fatphobic\n- i like kpop \n\n♡ / ↻ let's be moots &lt;3"
## 
## [[6328]]
## [1] "Kpop_onCHARTS: This WC has been something else"
## 
## [[6329]]
## [1] "btae_7: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6330]]
## [1] "Stella84528217: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[6331]]
## [1] "md52525: RT @ashleyhufford: welp. guess I'm not going to KPOP on sunday 😭\n\nthrilled for them that they sold out and absolutely devastated for me. ht…"
## 
## [[6332]]
## [1] "kedisminho: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6333]]
## [1] "LambertDorine1: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[6334]]
## [1] "ohitsrezi: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[6335]]
## [1] "Lili_fcv: @Rotem_Vizman I’m devastated as well… and let’s not forget the sh*tshow Omega X have been going through? Seriously an awful year for Kpop"
## 
## [[6336]]
## [1] "Neverandever15: RT @juggosipe0: Enid trying to get Wednesday into the kpop hole #wednesdaynetflix #wednesdayaddams #enidsinclair #wenclair https://t.co/qip…"
## 
## [[6337]]
## [1] "JOON_WIFI_: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[6338]]
## [1] "purpuriu_: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6339]]
## [1] "CHAEYONCED: RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs"
## 
## [[6340]]
## [1] "matira_almira: RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP"
## 
## [[6341]]
## [1] "Theonlyfrass: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[6342]]
## [1] "zerochartsdata: #ZCUpdate: RM makes history and becomes the first kpop soloist to achieve the #1 spot on the Artist Top 50 chart. https://t.co/BIKFkhxWWN"
## 
## [[6343]]
## [1] "rxquelita: Move by Taemin\nTHE Blueprint of kpop\nhttps://t.co/RWb67FgzIR https://t.co/QoGN4602cX"
## 
## [[6344]]
## [1] "walwallucy_vr: @cherrycolasun Yeah I agree . Some tiktok videos are really stupid and clout chasing. Kpop these days are really da… https://t.co/WycREGk2qR"
## 
## [[6345]]
## [1] "armybaragi_guk: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6346]]
## [1] "mingklsss: another day of ateez making the whole kpop stantwt feel threatened just by living. i love it https://t.co/33AadfxNyc"
## 
## [[6347]]
## [1] "icaruscds: Pure kpop and we love it \n\nhttps://t.co/Zmwgq4Za71 https://t.co/jpPahSbbM4"
## 
## [[6348]]
## [1] "mazikeen000: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6349]]
## [1] "KirstenGoddess7: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6350]]
## [1] "loveIyjjong: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[6351]]
## [1] "ho5hi_kw0nnn: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[6352]]
## [1] "KikilalaMelaka: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6353]]
## [1] "KidsSlay: Nothing else to do like find a Therapist you guys need therapist like what happen and why you have to let it out on… https://t.co/P1bLKKIo0Z"
## 
## [[6354]]
## [1] "USHANKAIVAN: @KTHMSSR AT A KPOP POP UP STORE I WENT 2 🤭😻"
## 
## [[6355]]
## [1] "muchswaglizs: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6356]]
## [1] "Propertyfinde15: RT @smiiliingkookie: I have never seen something so crazy happening in kpop industry as what is current happening to Dreamers by Jungkook,…"
## 
## [[6357]]
## [1] "joonsbonsaiii_: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6358]]
## [1] "weejburbles: hello new followers!\n \ni like kpop."
## 
## [[6359]]
## [1] "kjpallet: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[6360]]
## [1] "CINAMR0LL: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[6361]]
## [1] "kpop_king97: RT @jkoncharts: #JungKook (5,287M) is now the 18th most followed K-Pop artist on Spotify, surpassing NCT (5,286M). https://t.co/ZSlzJFSGZh"
## 
## [[6362]]
## [1] "TinoKottia: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6363]]
## [1] "krencytakim: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6364]]
## [1] "Bahiyyih_cousin: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6365]]
## [1] "LauraBodon: RT @minjiubunny: everyone saying that 2022 is the worst year in kpop, but we know is the best year for Dreamcatcher 😏"
## 
## [[6366]]
## [1] "mazikeen000: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6367]]
## [1] "bysomylove: RT @cuntyreveluv: KPOP Birthday Songs Ranking\n\n1. Somi - Birthday\n2. Joy - Happy Birthday To You\n3. Nayeon - HAPPY BIRTHDAY TO YOU\n4. NCT U…"
## 
## [[6368]]
## [1] "frosttyun: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6369]]
## [1] "_nhuyyyy: Suddenly Damaged Lady came across my tl and all I remember is the absolute insanity (at that time for the kpop scen… https://t.co/UHgoSj5o1U"
## 
## [[6370]]
## [1] "justinxjungkook: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[6371]]
## [1] "ashesfadein2gay: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[6372]]
## [1] "breather_spring: RT @UPROXX: 🔥 #LESSERAFIM (@le_sserafim) - 'FEARLESS'\n\n'FEARLESS' serves as a sonic introduction to LE SSERAFIM’s sophisticated pop tones &amp;…"
## 
## [[6373]]
## [1] "Feresloid99: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[6374]]
## [1] "Liza_Elmie: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[6375]]
## [1] "pendex_kpop: RT @thankfulforchan: chan saw how exhausted jeongin got and he tried to hold him 😢 https://t.co/amvZSmD2da"
## 
## [[6376]]
## [1] "tinheejun: lmaooo they worked hard too, as if france didn’t deserve?? sounds like kpop stans crying because ppl go to multiple… https://t.co/yTBezWBDPD"
## 
## [[6377]]
## [1] "adobonishua: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6378]]
## [1] "flrtkwan: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6379]]
## [1] "criesforyoongi: RT @KPredictionn: txt are going to develop some long term fame for themselves; especially with mercury 29°  in pisces and it could be relat…"
## 
## [[6380]]
## [1] "meinpullman: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6381]]
## [1] "xxxdhyxxx: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[6382]]
## [1] "Magenta_Militia: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6383]]
## [1] "JeonMINAm202629: RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…"
## 
## [[6384]]
## [1] "ho5hi_kw0nnn: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6385]]
## [1] "Ojimaximun: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[6386]]
## [1] "only4patri: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[6387]]
## [1] "KikilalaMelaka: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[6388]]
## [1] "Deni_is_aFlor: RT @allmyloveizgone: @nichirren kpop stans have been spiralling into cult mentality to a point they treat kpop groups and fandoms like some…"
## 
## [[6389]]
## [1] "kpop_king97: RT @besttoyourself: If anyone thinks that I am being biased or blindly ‘attacking’ the company let me get a few facts straight. \n&gt;They neve…"
## 
## [[6390]]
## [1] "nini_ohlala: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[6391]]
## [1] "lilbangtankoo: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6392]]
## [1] "ZELhc_0824: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[6393]]
## [1] "Best1sYetToCome: RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…"
## 
## [[6394]]
## [1] "Sandraaarriaga: RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…"
## 
## [[6395]]
## [1] "AndreaE03790526: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6396]]
## [1] "shubhani0408: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6397]]
## [1] "lightsxbts: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6398]]
## [1] "kpop_king97: RT @_RapperJK: The 25 Biggest K-Pop Artists Of November 2022, Based On Wikipedia\n\n#2 —#Jungkook \n“In November, this article received 352.7k…"
## 
## [[6399]]
## [1] "alleyesonwooyo: in earlier days i used to be ashamed about talking about kpop and ateez but now i’m mentioning them in every convo… https://t.co/R2b6fyBRwx"
## 
## [[6400]]
## [1] "aina_lawana: @floblossomstar @PopBase Did you even watch the bangtan TV? If yes, then what did Jimin said about taeyang? I don't… https://t.co/leO549Z1Hh"
## 
## [[6401]]
## [1] "olygirl81: @teddych1huahua @cypherluscious Hi Teddy! My kids (26, 28, and 30) indulge me talking about them, but don't listen… https://t.co/E231hNbbme"
## 
## [[6402]]
## [1] "peopletalking13: @Kimyongsin_ people like this need help 💀 anyone who choose kpop over morals is a loser"
## 
## [[6403]]
## [1] "tbmoesha23: very weird response to have but hey it's kpop twitter https://t.co/5xCixatSXj"
## 
## [[6404]]
## [1] "ofspeachdino: RT @deisikseu: Day6 placed 9x in the November 2022 Circle Charts\n\nTwo spots in the Global Kpop Charts + two spots in the digital chart + tw…"
## 
## [[6405]]
## [1] "lis_luy: RT @sneakyseunie: @JacksonWang852 COME ALIVE MV finally out TOMORROW! \n\nyou're in Manila, right? CRUEL MV was also released when you were i…"
## 
## [[6406]]
## [1] "jaehnovia: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[6407]]
## [1] "kpop_king97: RT @Jungkook_SNS: FIFA has added all the 2022 World Cup Songs to an album on Spotify. \n\nAdd this version of Dreamers in your playlists and…"
## 
## [[6408]]
## [1] "JiEunStrawberry: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6409]]
## [1] "wonwoncheol: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6410]]
## [1] "honeyscps: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[6411]]
## [1] "hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs https://t.co/qh8c6lmhiQ"
## 
## [[6412]]
## [1] "Anonymous_Eunha: RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…"
## 
## [[6413]]
## [1] "JENMINKOO: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6414]]
## [1] "kookgallery_: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[6415]]
## [1] "PJAM0522: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6416]]
## [1] "rysgoeson: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[6417]]
## [1] "S30CB: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6418]]
## [1] "blinkie103: RT @SerieTV46: \"Shut Down\" by @BLACKPINK it's the most streamed Kpop Group song of 7 December 2022 on Spotify with 1.4M streams."
## 
## [[6419]]
## [1] "BangBangDa3ng: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6420]]
## [1] "kpop_king97: RT @TheVirgosGrove: Vips are the ones saying they want Jungkook instead yet pjms always gotta insert JJks 💀 I promise you, we do NAWT want…"
## 
## [[6421]]
## [1] "MissDAO_7: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6422]]
## [1] "bbhiigh: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[6423]]
## [1] "tuanskitty: 28 concerts and 8 other kpop events... i think i might be a little insane"
## 
## [[6424]]
## [1] "GratuitousV: @FrancisSadac I agree with everything he says, but you still need to find people willing to pay $150 a ticket. KPOP… https://t.co/WT1mTR3ihg"
## 
## [[6425]]
## [1] "KOICHITWT: kpop fandom names are so funny. you’re telling me twice fans are called “onces”??? LMAOOOOO"
## 
## [[6426]]
## [1] "BTreasurexoxo: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6427]]
## [1] "got7_savage: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6428]]
## [1] "amanda180596: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6429]]
## [1] "NaughtyVixen143: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6430]]
## [1] "kpop_king97: @TheVirgosGrove Rest well Jungkookie you deserved it for carrying your group since debut 😭"
## 
## [[6431]]
## [1] "justinxjungkook: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[6432]]
## [1] "xoxogossipgita: @BahamutIsA Our pilot, former kpop idol TOP"
## 
## [[6433]]
## [1] "violetdrms: hii drop kpop songs with christmas vibes plss"
## 
## [[6434]]
## [1] "Andrea_SB5: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[6435]]
## [1] "yelyjkk: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6436]]
## [1] "huacherg: o efeito do what's my next kpop concert manifestando https://t.co/PLUcovcx7u"
## 
## [[6437]]
## [1] "hyoyeonslove: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[6438]]
## [1] "ifminbaek: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[6439]]
## [1] "ogcassiopeia: @reindropcart Welcome to Cassiopeia - we love our tall, talented, kpop kings! https://t.co/huBvSzTRoe"
## 
## [[6440]]
## [1] "00215eunice: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[6441]]
## [1] "BangtanHouse7: RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn"
## 
## [[6442]]
## [1] "onlyformia: RT @pickit_kpop: #pickit ❌ #EVERGLOW #エバーグロー\n#EU #SIHYEON #MIA #ONDA #AISHA #YIREN\n\n[📢]  Weekly Update\n@EVERGLOW_twt   x   @pickit_kpop\n\n📲P…"
## 
## [[6443]]
## [1] "st4ey: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[6444]]
## [1] "jermacare: @nayoungist BOO HOO!!!! SORRY MY AUTISM SELF IS NOT GOOD ENOUGH FOR YOU AND UR KPOP FRIENDS!! WE ALL CANT BE PERFEC… https://t.co/jFZLnur8kG"
## 
## [[6445]]
## [1] "lovegisellyy: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6446]]
## [1] "misschoutzuyu: @p4rkgeehyoz @wintercvnt Football fans more crazier than kpop stans I fear."
## 
## [[6447]]
## [1] "stay4skz_7609: @EBOYHYUNLIX Words for the two most beautiful.   “I’ll be your escape”\n“I’ll be you safe place”\n“I’ll be your shelt… https://t.co/wGBRpv0PNR"
## 
## [[6448]]
## [1] "RemiRose9072: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6449]]
## [1] "mytimeswy: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6450]]
## [1] "rkive_lin: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6451]]
## [1] "frogsforvanessa: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[6452]]
## [1] "KPOP_JUICE_EN: ✨&amp;AUDITION - The Howling -✨\n\n【12/9】Daily Votes Ranking\n15 #YEJUN \n\nhttps://t.co/6NWjxcnuX8\n\n#andAUDITION"
## 
## [[6453]]
## [1] "zerochartsdata: #ZCUpdate: “Still Life” debuts at #1 on the ZC Top 50 Chart. Making RM the first solo kpop artist lead to achieve a… https://t.co/oytFm3pnFz"
## 
## [[6454]]
## [1] "WordsWhimsy: RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn"
## 
## [[6455]]
## [1] "vwxy_len_z: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6456]]
## [1] "thejumpingsone: RT @itsladyrean: The Living Legend of Kpop herself, BoA ✨😌✨\n\n#BeYou2inManila\n#BoA\n#StarryNightWithBoA https://t.co/iLSb3F8x6c"
## 
## [[6457]]
## [1] "Peachygotit: It was 2016, my irl friend at college was into kpop and showed me various MVs, then in the YT recommended I saw the… https://t.co/S0wdcaaGnv"
## 
## [[6458]]
## [1] "H0RRORCAM: @shulkercat Bc they're the best songs in kpop"
## 
## [[6459]]
## [1] "karenra06394020: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6460]]
## [1] "4567mm1: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[6461]]
## [1] "mariaaprill: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6462]]
## [1] "oddtaemin: RT @sheisaneon_: ah i miss him who in kpop makes music like this https://t.co/rv75aLHjgU"
## 
## [[6463]]
## [1] "bin126_suaaa: RT @doIlprism: moonbin truly is one of the best male performers in kpop"
## 
## [[6464]]
## [1] "Sandraaarriaga: RT @Daily_JK97: K-media reported that “Jungkook is the FIRST KPOP SOLOIST to win at the ‘People's Choice Awards' with Left and Right winnin…"
## 
## [[6465]]
## [1] "itsrohitchouhan: Review: In ‘KPOP,’ Korean Pop and Broadway Meet (Too) Cute\n\n#Circle https://t.co/4PM0lqPepT"
## 
## [[6466]]
## [1] "akvmyaaa: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[6467]]
## [1] "sealphone: cant find any tom cruise kpop edits"
## 
## [[6468]]
## [1] "mr2218925: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[6469]]
## [1] "pynghngmn: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[6470]]
## [1] "yelswrld: for my kpop entries https://t.co/ekTXPoX3JI"
## 
## [[6471]]
## [1] "yunnieelyn1: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6472]]
## [1] "moonpjin: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[6473]]
## [1] "Iconic_yosie: RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…"
## 
## [[6474]]
## [1] "Li_Legena2110: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6475]]
## [1] "Mskitty36540226: Thank you for not giving up your dreams.\nWe don't deserve  you  but you keep on loving us. We, as your fan, promise… https://t.co/xPCVpWzj9C"
## 
## [[6476]]
## [1] "kpop_king97: RT @TheVirgosGrove: BTS' Jungkook will be going on hiatus due to severe back pain from carrying BTS both as a group and individually. https…"
## 
## [[6477]]
## [1] "AraujoJoanka: RT @soojinsfreckle: wtf is happening with kpop groups this is actually concerning"
## 
## [[6478]]
## [1] "ETERNALKSM: KPOP NIGHT IN MY HOMETOWN!? https://t.co/atOQHB00Sb"
## 
## [[6479]]
## [1] "NNenud: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[6480]]
## [1] "njoons7: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6481]]
## [1] "choi_woodz: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[6482]]
## [1] "BTSOutsold27: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6483]]
## [1] "THATITGIRLJISOO: Biggest Kpop comeback of this year, wbk🤭😭 https://t.co/gsdgv0WWUO https://t.co/cwr1slShcn"
## 
## [[6484]]
## [1] "Li_Legena2110: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6485]]
## [1] "kpop_king97: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[6486]]
## [1] "tinypinkymin: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6487]]
## [1] "0x0xox0x: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[6488]]
## [1] "mochi26_nine: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6489]]
## [1] "arisma09dewi: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[6490]]
## [1] "halo_3_shibe: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6491]]
## [1] "yunojoxxi: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[6492]]
## [1] "ConCovers: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[6493]]
## [1] "Grace93168837: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[6494]]
## [1] "supremejk_1997: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6495]]
## [1] "nayoungist: @poopybooty985 BE SERIOUS FOR ONCE DONT COME ON MY KPOP ACC SAYING THIS SHIT UR GONNA GET WEIRD LOOKS!! BECOME A FREAK OUTCAST!!"
## 
## [[6496]]
## [1] "arisma09dewi: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[6497]]
## [1] "BabyBirdieJB: RT @KEB_INTL: [📸] 221209 Kwon Eunbi silver_rain.__ Instagram Update\n\n\"@/mubeat_kpop ❄️Kwon Myu Ra's Winter🎄❄️☃️🎄❄️☃️🎄\"\n\n(Kwon Myu Ra = Kwon…"
## 
## [[6498]]
## [1] "kpop_king97: RT @KookCharts: Jungkook has reached a new peak of 22,233,778 (+219,431) monthly listeners on Spotify. https://t.co/Vsq4UlScfa"
## 
## [[6499]]
## [1] "mochi26_nine: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6500]]
## [1] "onlyformia: RT @kmusify: [HQ Photos] 20221126 EVERGLOW @ #RIPPLESFORHOPE2022\n\nFollow us for more:\n👉 https://t.co/SuXNMfgvV9\n\nRead our experience: \n👉 ht…"
## 
## [[6501]]
## [1] "TVXQsRedOcean: RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF"
## 
## [[6502]]
## [1] "YoongiisHands: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[6503]]
## [1] "haechanhearts: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[6504]]
## [1] "namjooningright: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6505]]
## [1] "rodychoi00: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6506]]
## [1] "kpop_king97: RT @Daily_JK97: [RECORD] Jungkook still holds the TOP 3 Biggest Weekly Debuts by K-pop Soloists on Spotify Global Chart:\n\n#1. #LeftandRight…"
## 
## [[6507]]
## [1] "DancaJimin: \"luxury ost\" &amp; \"greatest collab\" they know \nthe king of kpop and global it boy Park Jimin https://t.co/WQeANWr9Xw"
## 
## [[6508]]
## [1] "veezela00_: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[6509]]
## [1] "LilibertTuray: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6510]]
## [1] "yumiknss: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[6511]]
## [1] "Bangtan7Galaxy1: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6512]]
## [1] "LizzyBing00: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6513]]
## [1] "WendyMe66181618: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6514]]
## [1] "borahae062013: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[6515]]
## [1] "K00PR0D: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6516]]
## [1] "ksjmaple: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6517]]
## [1] "Sandraaarriaga: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[6518]]
## [1] "kpop_king97: RT @jkoncharts: K-Pop artists with the most monthly listeners on Spotify currently:\n\n#1. BTS — 43,085,551 (+165,007)\n#2. BP — 22,773,523 (−…"
## 
## [[6519]]
## [1] "kaheistylish: RT @fivefiftythr3: orbits are the only kpop fans who’s day is ruined by a comeback announcement"
## 
## [[6520]]
## [1] "TaeTUN99: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6521]]
## [1] "sunshinehol_: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6522]]
## [1] "Maririe_20: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6523]]
## [1] "kktechi: RT @IVEUpdates_: IVE is the Kpop FEMALE GROUP with the Most Song Charted on Billboard Japan Hot 100 — Year-End 2022 🇯🇵\n\n#44 ELEVEN\n#69 LOVE…"
## 
## [[6524]]
## [1] "MonTae_Replay: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[6525]]
## [1] "tigercherries: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[6526]]
## [1] "miica15s: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[6527]]
## [1] "Hy0ng0613: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[6528]]
## [1] "_APauzzi_: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[6529]]
## [1] "yeogijeogijk: RT @_RapperJK: So proud of Charlie &amp; Jungkook! \n\nReminder: #Jungkook is the FIRST and Only Kpop idol to receive RIAA Gold certification htt…"
## 
## [[6530]]
## [1] "sanjiscookin: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[6531]]
## [1] "internetpixelz: its giving \"drop a pic or it never happened\" 😭😭 like are u new to kpop or ????? https://t.co/kpncg9Z20m"
## 
## [[6532]]
## [1] "sam_9943: 500k likes! Football Twitter is worse than Kpop twt 😭 https://t.co/hjFd6p4K8E"
## 
## [[6533]]
## [1] "shortpumpkinman: RT @livelaughlovuna: @DaybreakRblx I am such a big fan of your game!!! Here is my Valerie fanart! I hope it’s not painfully ugly! It was ki…"
## 
## [[6534]]
## [1] "__crxy: kpop won’t be the same without her &lt;/3 https://t.co/n1dIiJGFnM"
## 
## [[6535]]
## [1] "_Little_Monsta: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[6536]]
## [1] "its_oDdinary: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[6537]]
## [1] "immortaljuniper: RT @AyzNiki: THIS IS WHY HWANG HYUNJIN IS ONE OF THE BEST DANCER IN KPOP RIGHT NOW. \n\n#hyunjinbestdancer #hyunjinbutterfly #hyunjinbestboy…"
## 
## [[6538]]
## [1] "kookgallery_: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6539]]
## [1] "_Little_Monsta: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[6540]]
## [1] "brud_realestate: RT @Apparelproduct: Broadway’s ‘KPOP’ Will Close on Sunday https://t.co/5zlp8GyH9O by:@MichaelPaulson #NYC #theater #district #NewYork #NY…"
## 
## [[6541]]
## [1] "Babybird072: RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…"
## 
## [[6542]]
## [1] "sunjakeizt: RT @JaeTaeYuta: Dahil ang daming blessings nadating, pagiveaway kaya ako? \nOne winner of 500 php Gcash and one winner of 300 php Gcash 🥰\n\nM…"
## 
## [[6543]]
## [1] "KpopKonverters: ICYMI: Boy group kpop debuts in 2022:\n\nhttps://t.co/yqf37ttyHt"
## 
## [[6544]]
## [1] "wavywonn: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[6545]]
## [1] "uhgooods: @zonequal get shorted when bts go to the military ..it’s a company strategy in plain sight but the fandom cares mor… https://t.co/o2uCT1jKt0"
## 
## [[6546]]
## [1] "jjeonghann_: didn’t expect 2023 to be the worst in kpop."
## 
## [[6547]]
## [1] "hueningno3: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6548]]
## [1] "xbaekkiecutiexx: RT @brtxxe_trade: 🦋 KPOP TEMPLATES ON MY DRIVE 🦋\n\nhttps://t.co/f4h4SQCPuf"
## 
## [[6549]]
## [1] "Eli98706260: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6550]]
## [1] "Joanave20954087: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[6551]]
## [1] "liyuniseu: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[6552]]
## [1] "jermacare: @nayoungist i do not listen to even a nanosecond of kpop! rawr :3 poo hole https://t.co/jNzijV2Pgs"
## 
## [[6553]]
## [1] "553csb: i was at the kpop album store and i asked this person for help because i thought they worked there BUT THEY WERE JUST A RANDOM ASS FEARNOT"
## 
## [[6554]]
## [1] "AngelOfLight000: My #Kpop song of the day:\n\nhttps://t.co/DJRREo9NvA\n\n#EVERGLOW #NoLie"
## 
## [[6555]]
## [1] "hbyul281001: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6556]]
## [1] "yeoswear: RT @purkitzys: she’s quite literally the perfect kpop idol https://t.co/jhpCv2Kuyl"
## 
## [[6557]]
## [1] "Li_Legena2110: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6558]]
## [1] "1230kimkim: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[6559]]
## [1] "extratteen: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[6560]]
## [1] "P3per0sa: @LovingChapter2 @skz_legend @AwesomeDeni @allkpop That some kpop stans are shitty? I'm not denying that, am I?"
## 
## [[6561]]
## [1] "kpop_moonwalker: RT @pocky_jg: WE STAN https://t.co/FGxHAvhPLh"
## 
## [[6562]]
## [1] "mapadelalma: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6563]]
## [1] "SheepEnDiamant: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[6564]]
## [1] "Alicedo49118742: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[6565]]
## [1] "snowpurpletk: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6566]]
## [1] "yeoniemybeloved: Okay would the world like to see some of my kpop photo folders? I think they’re so funny"
## 
## [[6567]]
## [1] "lusolspjm: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[6568]]
## [1] "ArmyGir71763875: \"Indigo\" breaks the record for the biggest debut for album by kpop soloist in Spotify history, with 20.667 million… https://t.co/e7tOew9ZGp"
## 
## [[6569]]
## [1] "KpopKonverters: Decided to give the girl groups their own category this year. Here are my favorites from them! #kpop #Girlgroups \n\nhttps://t.co/d6ygM5OFd5"
## 
## [[6570]]
## [1] "Sandraaarriaga: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[6571]]
## [1] "kpop_king97: RT @HearttsforJk: Please the way the way he does his  little pout is so fucking cute😭🤍🤍\n\n https://t.co/MzjrWOe9mq"
## 
## [[6572]]
## [1] "Sandraaarriaga: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[6573]]
## [1] "ARMYRegia: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6574]]
## [1] "Betterthan_Kpop: 【Empire of the Sun (#Hoi4 ost) - by #AndreasWaldetoft】\n#パラドゲー\n#音楽 #Kpopより良い曲\n#music #BetterThanKpop #BetterThanBTS\nhttps://t.co/85oP7sNNUw"
## 
## [[6575]]
## [1] "Zelda_kpop: @thankfulforbinn @ohmysweetsuga I'm dead"
## 
## [[6576]]
## [1] "hunny_potts: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[6577]]
## [1] "kpop_king97: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6578]]
## [1] "etima_williams: RT @Pk_bts_land: Biggest Weekly Debut by a Kpop Act on Spotify Pakistan : \n\n#1. Dreamers - 134,150 \n#2. Wild Flower - 122,079 😭💜\n#3. The As…"
## 
## [[6579]]
## [1] "xi4o_ren: RT @i94seo: [🎧] — looking for active edtwt moots !\n\n. . . not new , just moved accts\n— 17 , she her\n— ednos\n— i like reading &amp; kpop \n\n♡ and…"
## 
## [[6580]]
## [1] "hyunjlub: i told yall the entire kpop community is cursed 😨 https://t.co/kNXwXZBN5j"
## 
## [[6581]]
## [1] "fivesfourteen: i kinda love days like this they really humble me.. i'm not above the average kpop fan i would go to war for sunmi!"
## 
## [[6582]]
## [1] "kwonhan_: @kpophappenings_ Honestly! From mashiho and yedam, to ravn from ONEUS and now her. Gosh 2022 wasn't the year for kpop. Nah"
## 
## [[6583]]
## [1] "GraxNx: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[6584]]
## [1] "lusolspjm: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[6585]]
## [1] "RUBY_anu7777777: RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…"
## 
## [[6586]]
## [1] "kpop_king97: RT @btsmydestinee: Jungkook's Spotify update [09.12.2022] \n\n▶️ Dreamers - 66 412 811M\n▶️ Left and Right - 416 213 363M\n▶️ Stay Alive - 173…"
## 
## [[6587]]
## [1] "zerochartsdata: #ZCUpdate: @BTS_twt’s RM “Indigo” debuts at #1 on the ZC Album Top 50 Chart. Making him the first solo kpop artist… https://t.co/BPOPsSbVPv"
## 
## [[6588]]
## [1] "limamina1: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6589]]
## [1] "LILIES_SAVAGE: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[6590]]
## [1] "uhg00d_13: RT @kiveioon: RM BIGGEST THAT KPOP"
## 
## [[6591]]
## [1] "l__i_ck: RT @8UCClARATl: newer kpop stans will never understand how sinister and deep-rooted the culture theft was back in the day 😭 they were copyi…"
## 
## [[6592]]
## [1] "bunncook: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[6593]]
## [1] "GaleanoEdiht: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6594]]
## [1] "idleis6: @ming1supremacy also GIDLE THE FIRST KPOP GROUP IN HISTORY TO ENTER THE CHART WITHOUT A U.S LABEL"
## 
## [[6595]]
## [1] "nectarineglaze: i like how weed getting legalized is under kpop like it's just Naturally associated with the genre https://t.co/bNarHytJPI"
## 
## [[6596]]
## [1] "veezela00_: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[6597]]
## [1] "totheskyb: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[6598]]
## [1] "bunncook: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6599]]
## [1] "aIIure97: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6600]]
## [1] "hotgirlgyu: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6601]]
## [1] "Yunhoism2154: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[6602]]
## [1] "NovaparkPark: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6603]]
## [1] "LadiesWhoLunchP: RT @katereinking: I’m so happy that KPOP is going to have sold out (or near) shows for its final 4 performances, but it breaks my heart the…"
## 
## [[6604]]
## [1] "lightningwonder: POV kpop girl group https://t.co/FHlGn8qfHd"
## 
## [[6605]]
## [1] "Estefania_Pines: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[6606]]
## [1] "Stephnonon: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[6607]]
## [1] "neviecutie: RT @connism9: ⚡ We can break the curse of 4th generation Kpop if Seo Soojin returns to the stage. \n\n100% faith, 0% doubt\n\n#BringSoojinBack…"
## 
## [[6608]]
## [1] "https_tdbkdk: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6609]]
## [1] "Lilac30J: @sera_seraXV @yrnsw2119 @offclLapillus @Lapillus_twt She's so real not other kpop girls🤭🤭🤭ooopppsss don't wanna say anything."
## 
## [[6610]]
## [1] "bitnaajjang__: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6611]]
## [1] "_grannymia: i need help making a playlist for when i’m at work.. can yalls recommend me some kpop/non kpop songs?"
## 
## [[6612]]
## [1] "akvmyaaa: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[6613]]
## [1] "ary_td: RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…"
## 
## [[6614]]
## [1] "wookjinloml: Luca modric must be a kpop fan"
## 
## [[6615]]
## [1] "boosang_bts7: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[6616]]
## [1] "AnnaMack0407: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[6617]]
## [1] "case_ily: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[6618]]
## [1] "Rkiveluvz: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6619]]
## [1] "vagounayves: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[6620]]
## [1] "eunchaewon_: thats the hallmark of KPop STAN, they always act like they have to STAN all of the idol group but actually nobody f… https://t.co/eo9O7Y5JMe"
## 
## [[6621]]
## [1] "t01daigo: @otherbully This is KPOP"
## 
## [[6622]]
## [1] "indigoluvsme: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6623]]
## [1] "p1ece0fpe4ce: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[6624]]
## [1] "Gyurivv: @Kpop_noodles_18 I’m good just chillin wbu? | (• ◡•)| https://t.co/u3AotN0xns"
## 
## [[6625]]
## [1] "gabisswan: RT @youngheunnie: She always bodied choreos #ttabo #rania #bprania #a1st #kpop https://t.co/iAn2U2moBz"
## 
## [[6626]]
## [1] "min_ayiti: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6627]]
## [1] "YyihBah: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6628]]
## [1] "mytime13430: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6629]]
## [1] "Mafer3355678: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6630]]
## [1] "stephorangi: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6631]]
## [1] "ekeilips: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[6632]]
## [1] "jkookluvr1: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[6633]]
## [1] "Kaigom_marie: RT @ToyToy1392: Today's the last day to donate for Kai Day Cupsleeve Event! \n\nDono Link: https://t.co/jonn9N3LU3\nThere's still a time to fu…"
## 
## [[6634]]
## [1] "jlairegf: RT @charms4yu: #blinktwt hi blinks, is there any fan chan to the songs i can look up before their concert ? it’s my ever first kpop concert…"
## 
## [[6635]]
## [1] "Mafer3355678: RT @SerieTV46: \"RUN BTS\" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams."
## 
## [[6636]]
## [1] "Nulk11: RT @tls123_twt: Imagine if kpop stans made edits like this during awards season"
## 
## [[6637]]
## [1] "1vruna: RT @dosiedior: can kpop take a man instead like THIS IS ENOUGH"
## 
## [[6638]]
## [1] "kjpallet: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6639]]
## [1] "cherry_d0nut: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[6640]]
## [1] "moajunie: Wait yall are &amp;team a jpop group or a kpop one??"
## 
## [[6641]]
## [1] "Dlrshnnon: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[6642]]
## [1] "CarolRcc9: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[6643]]
## [1] "LeeHyowons: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6644]]
## [1] "jashkalensantos: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[6645]]
## [1] "mikrogalaxies: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6646]]
## [1] "minchocollector: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6647]]
## [1] "sugxlly: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6648]]
## [1] "Al0ne_Uno: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[6649]]
## [1] "stnelva: RT @Di00407778: Blackpink - “B.P.M” Roll 2\n-\n #blackpink #jisoo #rosé #lalisa #kpop #bornpink #blinks #yg #블랙핑크 #지수 #제니 #로제 #리사 #tiktok #re…"
## 
## [[6650]]
## [1] "astra_ny: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[6651]]
## [1] "itgirlkahei: vivi would eat up a 2nd gen kpop track"
## 
## [[6652]]
## [1] "atlaantic_: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[6653]]
## [1] "sugxlly: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6654]]
## [1] "btskity: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6655]]
## [1] "BtsPTWyes: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6656]]
## [1] "atzwooyeo: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[6657]]
## [1] "chuchhi: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[6658]]
## [1] "aurorasmingi99: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6659]]
## [1] "Kimjiso58887236: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[6660]]
## [1] "yunhoo27: @heartgummi IT IS THE BEST SONG , GETS EVERYONE GOING, tbh I got into kpop because of Shinee so I have a soft spot for them 😔"
## 
## [[6661]]
## [1] "ahiru_kpop: Yeah! Good morning!"
## 
## [[6662]]
## [1] "lil__mafer: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6663]]
## [1] "prodseuls: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[6664]]
## [1] "wongyukchanmin: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[6665]]
## [1] "kpopidolevents: ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I S… https://t.co/ZF2kHaB1dt"
## 
## [[6666]]
## [1] "Chace_Bangtan: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6667]]
## [1] "GusterMabel: @Reavyn @TallulahMShark @gin__erso @Lil_KPop_Katze I once had to clean bloody clothes after they were abandoned in… https://t.co/DYJdQPxmrw"
## 
## [[6668]]
## [1] "skzhjmh: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[6669]]
## [1] "soft9yu: RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV"
## 
## [[6670]]
## [1] "min_ayiti: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[6671]]
## [1] "dudeimhellalon1: RT @Mitsi281: @hisu_mikajean @AboutMusicYT +1st kpop to enter Billboard Artist 100, 1st kpop group to perform in Barclays Center and sellin…"
## 
## [[6672]]
## [1] "yesiama_fangirl: RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…"
## 
## [[6673]]
## [1] "Nicole93158886: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[6674]]
## [1] "iilovechuu: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6675]]
## [1] "sanaluver_: RT @pinathemenguin: fandoms of every kpop group hating on twice the ENTIRE YEAR,talking shit about them,literally judging every move they m…"
## 
## [[6676]]
## [1] "cherry_d0nut: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[6677]]
## [1] "binnybinnybabe: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6678]]
## [1] "mavppo: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[6679]]
## [1] "ExoParadise10: @joonlefttit As you can see, almost every army knows nothing about Big Bang and the impact it had on kpop. Other fa… https://t.co/ESAvM4ndX7"
## 
## [[6680]]
## [1] "Bearbts3: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6681]]
## [1] "wishing_astar: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6682]]
## [1] "linamichy: I'm talking to some atiny in the queue to the kpop club night an someone tried to get tix during a funeral??? 😭"
## 
## [[6683]]
## [1] "bonsaisdad: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6684]]
## [1] "iL0VK3i: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[6685]]
## [1] "Sue_2392: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[6686]]
## [1] "Queen7ot7: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[6687]]
## [1] "minhyuncheers: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6688]]
## [1] "youngheunnie: She always bodied choreos #ttabo #rania #bprania #a1st #kpop https://t.co/iAn2U2moBz"
## 
## [[6689]]
## [1] "kezRmr: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[6690]]
## [1] "girls_nonna: RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn"
## 
## [[6691]]
## [1] "babystarcandygo: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[6692]]
## [1] "97Brightstar1: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6693]]
## [1] "Zozopd3: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6694]]
## [1] "valeriaalexaro1: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6695]]
## [1] "nnela97: RT @charms4yu: #blinktwt hi blinks, is there any fan chan to the songs i can look up before their concert ? it’s my ever first kpop concert…"
## 
## [[6696]]
## [1] "lenapluspjm: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6697]]
## [1] "lsochaeng: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[6698]]
## [1] "NovaparkPark: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[6699]]
## [1] "dudeimhellalon1: RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…"
## 
## [[6700]]
## [1] "jiimmiinii: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6701]]
## [1] "jkseup: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6702]]
## [1] "T30O0O: Mind you, the most a kpop stan is gonna to do u is harass you on twitter https://t.co/NLQKfaG1h8"
## 
## [[6703]]
## [1] "Sope_Partners: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6704]]
## [1] "DaisyTY309: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[6705]]
## [1] "yedamie_kyle_: RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP"
## 
## [[6706]]
## [1] "Butterf29745486: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6707]]
## [1] "imurbbit: RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…"
## 
## [[6708]]
## [1] "Kpop_Oracle: @dankexion I kind of feel like false accusations are one of the worst things you can do to people. You've assassina… https://t.co/arafMIEAWl"
## 
## [[6709]]
## [1] "starssforranboo: RT @lovanXart: bootwt mains with kpop pfps are always the funniest mf’s you can’t convince me otherwise"
## 
## [[6710]]
## [1] "Amewie13: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[6711]]
## [1] "toho81: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[6712]]
## [1] "Janet14033172: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6713]]
## [1] "charms4yu: #blinktwt hi blinks, is there any fan chan to the songs i can look up before their concert ? it’s my ever first kpo… https://t.co/oiAeZjo88S"
## 
## [[6714]]
## [1] "sorrybae____: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[6715]]
## [1] "StarDaisyCreate: Still taking orders\nChoose your color and design \n$5 each or a set of 6 for $25 \nShipping varies\nSee one pre-made i… https://t.co/NNhbuPvmMQ"
## 
## [[6716]]
## [1] "97Brightstar1: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[6717]]
## [1] "ls2ix2: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[6718]]
## [1] "nonbinareigh: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6719]]
## [1] "mysalt_sunshine: RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF"
## 
## [[6720]]
## [1] "klynao: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[6721]]
## [1] "Leidy_do292600: RT @alpacadata: Can't tell if it's hilarious or sad to reveal that the result of all that \"hardwork\" was just using a visual motif so commo…"
## 
## [[6722]]
## [1] "DawnHannie: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[6723]]
## [1] "drexelian: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[6724]]
## [1] "s_jaeyuniversee: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[6725]]
## [1] "hoodbyasian: Not this being the perfect time for me to find Dutch kpop accs"
## 
## [[6726]]
## [1] "jackjaeverse: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6727]]
## [1] "C1XTEEN: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[6728]]
## [1] "odetocage: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[6729]]
## [1] "Sevale_7: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6730]]
## [1] "dudeimhellalon1: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6731]]
## [1] "Shaheen_tahra: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[6732]]
## [1] "kookietaescrumb: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[6733]]
## [1] "___SaffyP: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6734]]
## [1] "hai_hai97: RT @fae_______: “BIGBANG are not known outside Korea”\n\n1. I’m a US VIP\n2. Still Life entered top 5 iTunes USA\n3.Rolling Stone, Time Out, Ny…"
## 
## [[6735]]
## [1] "shelovenctxt: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[6736]]
## [1] "yoobie__: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6737]]
## [1] "HeartAt71679471: RT @99zthink: allen is truly one of kpop’s best all rounders"
## 
## [[6738]]
## [1] "soft9yu: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[6739]]
## [1] "ClDebourb: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6740]]
## [1] "wonwooonlyie: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6741]]
## [1] "983loml: RT @answrhwa: seonghwa has one of the most stable voices in kpop my god"
## 
## [[6742]]
## [1] "NatinyB: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[6743]]
## [1] "blckpnkdreams: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[6744]]
## [1] "NicoleSaldanha: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6745]]
## [1] "GreatPowerJk: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6746]]
## [1] "angiefleur101: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6747]]
## [1] "JinniePout__: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[6748]]
## [1] "_Respect_7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6749]]
## [1] "ilovetae95thv: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[6750]]
## [1] "lokiloki333es: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6751]]
## [1] "pendex_kpop: RT @jnkrated: OH MY GOD JENNIE https://t.co/2XnFRUgypq"
## 
## [[6752]]
## [1] "breather_spring: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[6753]]
## [1] "lachiiflower: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[6754]]
## [1] "hai_hai97: RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…"
## 
## [[6755]]
## [1] "tls123_twt: Imagine if kpop stans made edits like this during awards season https://t.co/b9qaklp3Dr"
## 
## [[6756]]
## [1] "Kpop_onCHARTS: Women ! https://t.co/MlaOrk0GKP"
## 
## [[6757]]
## [1] "stantalentjk: RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…"
## 
## [[6758]]
## [1] "liajxjx: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[6759]]
## [1] "stm_angel: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[6760]]
## [1] "Lu_BTS_PJM: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6761]]
## [1] "3viewstheater: Great read (as usual) by @cashleelee. Especially in contexts with the KPOP reflections up now on 3Views:… https://t.co/x5Fo8PDdOX"
## 
## [[6762]]
## [1] "Apparelproduct: Broadway’s ‘KPOP’ Will Close on Sunday https://t.co/5zlp8GyH9O by:@MichaelPaulson #NYC #theater #district #NewYork… https://t.co/AVnDVrbzNM"
## 
## [[6763]]
## [1] "PotaEscobar: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[6764]]
## [1] "NinaDdt7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6765]]
## [1] "rewindblossom: explain this in kpop terms @appIe_won https://t.co/jR2KmX7J2k"
## 
## [[6766]]
## [1] "MichiluvKpop: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[6767]]
## [1] "hiyyihlightz: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6768]]
## [1] "rkive_lin: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6769]]
## [1] "classyutopia: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[6770]]
## [1] "stayctracking: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[6771]]
## [1] "mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfrida… https://t.co/uVHMoOgccV"
## 
## [[6772]]
## [1] "Kpop_onCHARTS: Gagagag https://t.co/13iCBslf1G"
## 
## [[6773]]
## [1] "MKL388: ten nct bts jin kpop 🔞 nsfw daddy blackpink jennie sm red velvet nct 127 nct u nct dream wayv ot22 ot26 shotaro dan… https://t.co/sxTzLb9PUV"
## 
## [[6774]]
## [1] "itsrosierosies: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[6775]]
## [1] "Sara70681482: RT @xiyyyywi: 📢📢Selling Idol Champ Ruby &amp; Blue Chamsims📢📢\n\nBLUE CHAMSIMS: SHOW CHAMPION AVAILABLE 25,000💙\n\n1,200💙=$1/54\n\nNote:\ncan only vot…"
## 
## [[6776]]
## [1] "michelle160468: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[6777]]
## [1] "sarahtournesol: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[6778]]
## [1] "skzc0nverse: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[6779]]
## [1] "ttalgibyulbit: RT @_kumaabun: Doha, Roni, Bao &amp; Jaemin Finally debuted! Congrats!! 🥹💕 \n Stream Dream land\n#xeed #xeedfanart #doha #roni #bao #jaemin #kpop…"
## 
## [[6780]]
## [1] "wingrls: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[6781]]
## [1] "Gonzaliver_BP: RT @BLACKPINKGLOBAL: .@UPROXX ranks the the best K-Pop albums of 2022! 💥\n\n• @BLACKPINK’s #BORNPINK\n• Gasoline\n• YOUTH \n• FEARLESS\n• IM NAYE…"
## 
## [[6782]]
## [1] "b_review2023: RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…"
## 
## [[6783]]
## [1] "Nada_0875: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6784]]
## [1] "juyo_mi: fr how do kpop stans manage to do this https://t.co/e7TLQnyEQC"
## 
## [[6785]]
## [1] "KNamJoon_Spain: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6786]]
## [1] "awaaay91: RT @GabrielBrandes: Super happy to have co-written @SJofficial next single out on the 15th dec 🎄🎅 #SUPERJUNIOR #single #kpop #SM"
## 
## [[6787]]
## [1] "ephiechingu: RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…"
## 
## [[6788]]
## [1] "1234_mateja: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[6789]]
## [1] "XxTatixX_5: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[6790]]
## [1] "signzey: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[6791]]
## [1] "Jv47Jk: RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…"
## 
## [[6792]]
## [1] "teddytubs_joon: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[6793]]
## [1] "AutomaticDaisy: New Kpop group announced! Q I V a 10000 member Girl group. Album releases in late August Concept: Period Futuristic ... Who's your bias?"
## 
## [[6794]]
## [1] "PghCsh: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6795]]
## [1] "JiyaAmatul: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6796]]
## [1] "JKurletteS: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[6797]]
## [1] "HeartAt71679471: RT @sparklingsomi: JINNI'S \"NMIXX CHANGE UP LETS GO\" IS GONNA BE FOREVER AN ICONIC LINE ON KPOP INDUSTRY"
## 
## [[6798]]
## [1] "taehyuniara: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6799]]
## [1] "Annie64464413: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6800]]
## [1] "3rachasfarmer: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[6801]]
## [1] "kyuudere13: RT @GabrielBrandes: Super happy to have co-written @SJofficial next single out on the 15th dec 🎄🎅 #SUPERJUNIOR #single #kpop #SM"
## 
## [[6802]]
## [1] "Ahgase_nessa011: RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…"
## 
## [[6803]]
## [1] "TinoKottia: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[6804]]
## [1] "andNukimoonsan: RT @katie_tannies13: This is a great reaction. I recommend lunés go, hype it up and share it with others. The YT-er has a big kpop reaction…"
## 
## [[6805]]
## [1] "krlitablen: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6806]]
## [1] "Purplenoc: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[6807]]
## [1] "AnOceanGoddess: Knets better get used to it cause these are their top performers for this Kpop generation. Just like in my gen BTS,… https://t.co/pg4vVlmqEI"
## 
## [[6808]]
## [1] "spazzoleeknow: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[6809]]
## [1] "dilucluvr: @sougoluver exactly 😭😭😭 one of my first kpop songs take me back💔"
## 
## [[6810]]
## [1] "blueannegrey: RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…"
## 
## [[6811]]
## [1] "orcatheborca: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6812]]
## [1] "gold_once: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[6813]]
## [1] "hyukaAIt: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6814]]
## [1] "bluehrkyo: someone said blood sweat and tears is the best song in kpop and i think i have to agree… it’s one of them"
## 
## [[6815]]
## [1] "beomsberry: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[6816]]
## [1] "jc_morgestern: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6817]]
## [1] "crescendev: RT @clewisreviews: I cannot believe KPOP is closing two weeks after opening. only 17 regular performances (and 44 previews). this has to be…"
## 
## [[6818]]
## [1] "NievesDelaguil3: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[6819]]
## [1] "yasssourgrapes: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6820]]
## [1] "12BANGTANSYD7: RT @lifes_dynamite: When I didn't know what GOAT meant I wondered why football fans use to call Messi a goat I thought they were associatin…"
## 
## [[6821]]
## [1] "jiminqt_: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6822]]
## [1] "kirana_dns: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6823]]
## [1] "Vantecrazy28: RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…"
## 
## [[6824]]
## [1] "KPOP_JUICE_EN: ✨&amp;AUDITION - The Howling -✨\n\n【12/9】Daily Votes Ranking\n2 #HIKARU \n6 #GAKU \n9 #HAYATE (↑1)\n13 #JUNWON (↓5)\n14… https://t.co/HD833BNlyk"
## 
## [[6825]]
## [1] "ParityProds: From the LA Times -- a conversation with the creative crew of KPOP on Broadway, what went wrong, and how challengin… https://t.co/UHSQRX9hnR"
## 
## [[6826]]
## [1] "ElyAngeles: RT @producergikwang: 5000 days since gikwang debuted and changed the whole kpop industry\ntruly the most talented and well rounded idol to e…"
## 
## [[6827]]
## [1] "KOMIYE_BLOG: 𝙎𝙝𝙞𝙝 𝙏𝙯𝙪 - 𝗦𝗙𝗖.𝗝𝗚𝗥\nIf you've ever had a crush on someone without being able to confess your feelings, the music vid… https://t.co/Hmx7O3MiCZ"
## 
## [[6828]]
## [1] "Ahgase_nessa011: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6829]]
## [1] "culturalsoju: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[6830]]
## [1] "lGOT7_isourname: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6831]]
## [1] "yona_ari_zona: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[6832]]
## [1] "ExoLove2Giane: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[6833]]
## [1] "bambi00l: RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…"
## 
## [[6834]]
## [1] "jjiwonie_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6835]]
## [1] "boosang_bts7: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6836]]
## [1] "sweetpotato1024: RT @MonstaXVotingSQ: [#KIHYUN Update]\n\nArticle by Uproxx, \"YOUTH\" has been chosen as one of the best Kpop albums of 2022 .\n\nThe below part…"
## 
## [[6837]]
## [1] "indigoboraOT7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6838]]
## [1] "Calbookworm: @jennieslvv @whalien503 @letnecjty Girl please this so call flop  spent 19 weeks on billboad by himself only kpop a… https://t.co/BWEDYmHJ2P"
## 
## [[6839]]
## [1] "Reavyn: @TallulahMShark @gin__erso @Lil_KPop_Katze a lot of places could get in trouble because I'm sure they don't properl… https://t.co/Y96bRu9wSg"
## 
## [[6840]]
## [1] "katie_tannies13: This is a great reaction. I recommend lunés go, hype it up and share it with others. The YT-er has a big kpop react… https://t.co/Cs7xR0TD4Q"
## 
## [[6841]]
## [1] "ardor_glow: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[6842]]
## [1] "shawol2517carat: RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV"
## 
## [[6843]]
## [1] "YoonjiC93: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[6844]]
## [1] "NereaSanz272002: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[6845]]
## [1] "beautygoogie: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6846]]
## [1] "kihyunray: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[6847]]
## [1] "yivyaks: enid listens to 8 bit covers of kpop and abba songs and im right"
## 
## [[6848]]
## [1] "faiiryboks: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[6849]]
## [1] "Bishanishi: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[6850]]
## [1] "HaydeeUrrea: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6851]]
## [1] "Aless2908: RT @pinathemenguin: why are people mad about this? it's just damn football, also they aren't attacking anyone or a kpop group it's just a v…"
## 
## [[6852]]
## [1] "ninuminnie: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[6853]]
## [1] "indigoboraOT7: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[6854]]
## [1] "rkiveptwfa: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6855]]
## [1] "majoalin: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6856]]
## [1] "runchsmile: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6857]]
## [1] "7filterjimin: RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…"
## 
## [[6858]]
## [1] "jilld047: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[6859]]
## [1] "dltwlalewl: RT @omochitwt: It’s our twt anniv! 🥹\n\nHere’s a small giveaway for our buyers/followers, old &amp; new, who have been with us from fb to twt sin…"
## 
## [[6860]]
## [1] "gerazuridinova: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[6861]]
## [1] "Ace_of_Kpop: @rene_nae @Jungkook__China 𝗕𝗜𝗚𝗛𝗜𝗧 𝗥𝗘𝗦𝗣𝗘𝗖𝗧 𝗝𝗨𝗡𝗚𝗞𝗢𝗢𝗞\n#RESPECTJUNGKOOK https://t.co/xqeajn8DFp"
## 
## [[6862]]
## [1] "Prxci0us_exe: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[6863]]
## [1] "juntistic: Plain background with a gg member just staring into the camera pfp CHECK ✔ \n\nhates on Boygroups for no reason misus… https://t.co/bHWkGe5Kv2"
## 
## [[6864]]
## [1] "VEAUTIFULhands: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6865]]
## [1] "Seung220900: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[6866]]
## [1] "hostagetheo: @djxiao__8888 You listen to kpop"
## 
## [[6867]]
## [1] "a_angeles_a: RT @MMMSongsDaily: [November 24, 2022]\n\nSong: zinggle zinggle [Solar Solo] (EP: 容 : FACE)\n\nYouTube: 📍https://t.co/LVo0B4SM6O\n\n📍(Live Perfor…"
## 
## [[6868]]
## [1] "Yeo_Cry_Tea: RT @AROYALPITCH: Nico is a subtle kpop stan because Hazel is a raging kpop stan. Hazel listens to everyone whether it’s a boy group or girl…"
## 
## [[6869]]
## [1] "03mely25: RT @UPROXX: 🧵 From @BLACKPINK to @STAYC_official to @le_sserafim – here are our picks for the best K-Pop albums of 2022\n\nBest K-Pop Albums…"
## 
## [[6870]]
## [1] "renjuntekiero: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[6871]]
## [1] "internetpixelz: RT @ggsh00ter: now im starting to think midzys and mys cant co exist in kpop stan twt.. like are there actually midzys and mys who are frie…"
## 
## [[6872]]
## [1] "minjaehyuck: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[6873]]
## [1] "StrayKidsFrance: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[6874]]
## [1] "sope_swan: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[6875]]
## [1] "yona_ari_zona: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6876]]
## [1] "draculaura_00: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6877]]
## [1] "KPOP___MV: BIGBANG【BLUE】https://t.co/739IBTeEvf"
## 
## [[6878]]
## [1] "Carmen91775683: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6879]]
## [1] "byuwunnnie: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[6880]]
## [1] "skzfiltr: @atzskzone hwa biased atinys are just so 😫😫 i completely get u tbh utopia is literally one of the best kpop songs out there"
## 
## [[6881]]
## [1] "lixiethegamer: RT @hyunhosgf: people constantly talking about how bad groups like nct 127, nmixx and skz's music is are no better than the locals who are…"
## 
## [[6882]]
## [1] "yemmyalexa: RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…"
## 
## [[6883]]
## [1] "btsnoviecitos: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6884]]
## [1] "syoyalov: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[6885]]
## [1] "YourGirl_Rae: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6886]]
## [1] "Uraharaooc: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[6887]]
## [1] "arohas_br: RT @doIlprism: moonbin truly is one of the best male performers in kpop"
## 
## [[6888]]
## [1] "moastays: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[6889]]
## [1] "_zomboo_: skip or play kpop except it’s the best releases this year idgaf"
## 
## [[6890]]
## [1] "jl_kpop: WTS LFB PH RT\n\nSpecial 8 Photo-Folio Me, Myself, and Jimin ‘ID: Chaos’ 💜\n🏷Php 1940.00 payo\n🏷Php 2100.00 dop\n\n🎉DOO u… https://t.co/N0Y8A2CyXS"
## 
## [[6891]]
## [1] "Moatiny13: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6892]]
## [1] "seekslibrary: exid dropped some of the best kpop songs ever then just dropped off the face of the earth"
## 
## [[6893]]
## [1] "ahah_imagine: some kpop store in chicago https://t.co/eVyfafLQNf"
## 
## [[6894]]
## [1] "____nyzypsbb: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[6895]]
## [1] "tzuinggum: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[6896]]
## [1] "ptgracha: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[6897]]
## [1] "Channie_teamo: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[6898]]
## [1] "emily84076175: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6899]]
## [1] "CH4NSC0LL4R_: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6900]]
## [1] "silentcryskz: why 48 things happen in kpop this week... nmixx and purple kiss loosing a member, bugaboo disbanding, 2 nct members… https://t.co/mD2PrwLLRX"
## 
## [[6901]]
## [1] "olivia_marva: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6902]]
## [1] "rafajudd: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[6903]]
## [1] "themwithluv: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[6904]]
## [1] "4everWithLisa: RT @monmoonika: BlackPink Pink Venom dress-up style animation!💌 \n\n#BLACKPINK #blackpinkfanart #fanart #kpop #animation #artistsontwitter #P…"
## 
## [[6905]]
## [1] "seungsungsimp: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[6906]]
## [1] "dadsonism: @lawisabottom kpop idol ass"
## 
## [[6907]]
## [1] "HoarderAtHeart: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[6908]]
## [1] "Yoy06970227: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6909]]
## [1] "K12LINO: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[6910]]
## [1] "Sw7Wendy_ARMY: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6911]]
## [1] "BrisaR0417: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[6912]]
## [1] "UsernamenaijanT: Up to 35% OFF!!\n\n사랑 Love Purple Heart Sticker\n\nhttps://t.co/PBfa6VZ3QB\n\n#love #loveheart #purple #purpleheart #cute… https://t.co/c2wJujb8Sz"
## 
## [[6913]]
## [1] "Esar22350959: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[6914]]
## [1] "sclgar: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6915]]
## [1] "chokergyu: RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH"
## 
## [[6916]]
## [1] "mata6849: RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…"
## 
## [[6917]]
## [1] "kpop_Monkey5: RT @todayinbgs: 5 Years ago today, TAEMIN released 'Day and Night' https://t.co/kBBEi9BFwe"
## 
## [[6918]]
## [1] "itzf4ncy: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[6919]]
## [1] "SN0WMlN: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6920]]
## [1] "mellamovic: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6921]]
## [1] "kihyunray: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[6922]]
## [1] "rowszae: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[6923]]
## [1] "bbokkiez: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6924]]
## [1] "twcier: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[6925]]
## [1] "purplyknow: RT @minchanstwins: Minho is the last rhythm that Chan wrote for his trainee period and Chan is the first choreography Minho created for his…"
## 
## [[6926]]
## [1] "kpop_samcheon: RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…"
## 
## [[6927]]
## [1] "honey1hunni: changed kpop for the better i fear https://t.co/VkrpCG9p1c https://t.co/wajXyoIN9D"
## 
## [[6928]]
## [1] "__multitrash_: @exokarmaisreal Frr omg. I miss when kpop was fun and everyone just enjoyed new music. Nowdays they care more about… https://t.co/kokOFQ11LJ"
## 
## [[6929]]
## [1] "jangmi_lilac: 9/12/22 ~ going to a kpop club night tonight 🥰 https://t.co/GYuzGS3ll6"
## 
## [[6930]]
## [1] "kpop_samcheon: RT @soompi: #RedVelvet And #aespa Unveil Teasers For 1st-Ever Collab With \"Beautiful Christmas\" For \"SMCU PALACE\" \nhttps://t.co/bZcSUdFK5g…"
## 
## [[6931]]
## [1] "wnplstarlst: it was sza-ing for me 😔 maybe i’m just too used to indie pop and kpop by now 😩"
## 
## [[6932]]
## [1] "plushieskaii: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[6933]]
## [1] "yeolinski: RT @minchanstwins: Minho is the last rhythm that Chan wrote for his trainee period and Chan is the first choreography Minho created for his…"
## 
## [[6934]]
## [1] "Fab_bean: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[6935]]
## [1] "jeezecat: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[6936]]
## [1] "Nathali19485253: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[6937]]
## [1] "KimVShiii: @joonkkore The whole Kpop community (except Bunnies and ONCES 😂)"
## 
## [[6938]]
## [1] "vscenetaery: RT @shownumania: @tubbirfess @tanyakanrl Noooo, who's her KPop boy"
## 
## [[6939]]
## [1] "marielasferrari: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6940]]
## [1] "Gonzaliver_BP: RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…"
## 
## [[6941]]
## [1] "miinarimin: RT @bi11lieverse: Kpop Smash or Pass thread [Extra hot edition]"
## 
## [[6942]]
## [1] "blueishoblivion: @xdjfaiiry firstly i would like to thank my mum without her i wouldnt be here today SECONDLY i would thank the writ… https://t.co/cvkPzUuspL"
## 
## [[6943]]
## [1] "AleXa_Brasil: RT @Kpopmap: Exclusive Interview🎙️\nK-Pop's Supergirl AleXa On Extending Her Multiverse, Working With #MAMAMOO's #MoonByul &amp; More\nhttps://t.…"
## 
## [[6944]]
## [1] "koonmjn: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6945]]
## [1] "ikiIybts: RT @Kpopmap: 7 Male K-Pop Idols Who Look Fashionable In A Hoodie\n https://t.co/muB9kO6beo\n\n #kpop #MinGyu #TaeYong #JuYeon #YeonJun #MinHyu…"
## 
## [[6946]]
## [1] "Taetae__jinjin: Who is The King Of KPOP 2022 » KPOPLIFES - https://t.co/HObdMsd2pf"
## 
## [[6947]]
## [1] "9685_luizycho: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6948]]
## [1] "innerhostage: @vrnnmrk i think its bc the weverse magazine wasn't entirely made for kpop only they have made random articles abou… https://t.co/A1ZjB8fHta"
## 
## [[6949]]
## [1] "teddytubs_joon: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6950]]
## [1] "rawwwrrrrXD: hated kpop songs that i love"
## 
## [[6951]]
## [1] "hooneyhobi: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[6952]]
## [1] "hawenddo221: RT @wansody: 221209 kbs_kpop_official IG story\n\n🔗 https://t.co/5LTqAMPHxk\n\nhttps://t.co/QKixjGUoMp\n\n#WENDY #웬디 @RVsmtown https://t.co/Ste15…"
## 
## [[6953]]
## [1] "RMGlobalUnion: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[6954]]
## [1] "innffble: my first ever office party: 3/10 \n\ncorporate job without work bestie really be hard \n\nthey got a DJ for this party… https://t.co/32BFpmTKYx"
## 
## [[6955]]
## [1] "erzalucyxnatsu: If u lyk anime and kpop. Follow me, erzalucyxnatsu. :)) *smile*."
## 
## [[6956]]
## [1] "supuwustar: kpop fans love racist boy groups. it explains why racist boy groups hit big or have so many fans."
## 
## [[6957]]
## [1] "Gresha002: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[6958]]
## [1] "lilipapillon17: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[6959]]
## [1] "vgtakesbot: Earthbound is basically jazz for kpop stans"
## 
## [[6960]]
## [1] "nathaljin: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6961]]
## [1] "AteezSavageee: RT @ATYstream: 📋| 'Kpop Idol Goes Undercover' has surpassed 32.4M views! 🎉\n\n— 🌸 — \n#에이티즈 @ATEEZofficial #エイティーズ #ATEEZ https://t.co/dcaqWcp…"
## 
## [[6962]]
## [1] "deathrow_lu: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[6963]]
## [1] "fakeyunqi: kpop perfection april u will be missed https://t.co/rdYusXJZXf"
## 
## [[6964]]
## [1] "keibosta: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[6965]]
## [1] "_nyxjk: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[6966]]
## [1] "slinxso: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6967]]
## [1] "ohmyotp: RT @minchanstwins: Minho is the last rhythm that Chan wrote for his trainee period and Chan is the first choreography Minho created for his…"
## 
## [[6968]]
## [1] "twiceIando: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[6969]]
## [1] "dream32e: @NonExist_SMNBG Don't forget uzbekistan where Kpop is popular everywhere"
## 
## [[6970]]
## [1] "teddytubs_joon: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6971]]
## [1] "joicerafa: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[6972]]
## [1] "FangirlingKatie: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6973]]
## [1] "StrayKids010818: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[6974]]
## [1] "johnvuong138: RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn"
## 
## [[6975]]
## [1] "jhoskly: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6976]]
## [1] "Yunhoism2154: RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6"
## 
## [[6977]]
## [1] "jinnieluvi: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[6978]]
## [1] "khjluvrofmine: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[6979]]
## [1] "m134340ot7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6980]]
## [1] "1000Baby0001: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[6981]]
## [1] "imeveryonesjoy: @parkchaesgf Playlist: Kpop Girls On Replay\nSong: https://t.co/IpXNxXnXkz"
## 
## [[6982]]
## [1] "jitbteamo: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[6983]]
## [1] "tyunragi: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[6984]]
## [1] "stankpupp: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[6985]]
## [1] "Beewaffle7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6986]]
## [1] "staywinkeu: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[6987]]
## [1] "trashcatavenue: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[6988]]
## [1] "eylxyk: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[6989]]
## [1] "lavendar_01: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6990]]
## [1] "HOODlESEAZON: the fact that my bf lives with me while i simultaneously have the bedroom walls covered in kpop is so funny"
## 
## [[6991]]
## [1] "doyouknowbts24: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[6992]]
## [1] "Lynn4Madi: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[6993]]
## [1] "petaloscanto: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[6994]]
## [1] "jnjnlee: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[6995]]
## [1] "Lu13147: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[6996]]
## [1] "zuhatic: im trying to find other finnish kpop stans but i cant find any…. where are u"
## 
## [[6997]]
## [1] "ParagonSlays: I always somehow manage to sneak some Kpop into my top 5s. #SpotifyWrapped \nhttps://t.co/QmG1IxM3DX"
## 
## [[6998]]
## [1] "Papier4Steen: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[6999]]
## [1] "puikook97: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7000]]
## [1] "otherbully: The way this song had my entire family in a chokehold. See at first with kpop it was just me and my mom. But when w… https://t.co/Xu04MTbJ4W"
## 
## [[7001]]
## [1] "superboardanna: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7002]]
## [1] "WendyyStyles: RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…"
## 
## [[7003]]
## [1] "antisocialbabey: RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn"
## 
## [[7004]]
## [1] "Norhali14526721: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7005]]
## [1] "luis_csz: @Heyjackinthebox @adioscher @FboMedeiros @felipeneto Kpop***"
## 
## [[7006]]
## [1] "bpqueenskpop: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7007]]
## [1] "jeonLightzz: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7008]]
## [1] "kpop_samcheon: RT @Jeff__Benjamin: We're celebrating #HappyMINHOday on @TIDAL by honoring MINHO's lyrics through the years. From @SHINee's debut to his de…"
## 
## [[7009]]
## [1] "exosearchbot: minseok is one of the best vocalists in kpop!"
## 
## [[7010]]
## [1] "crazyoverlili7: @K00KNJ RM HIGHEST CHARTING KPOP SOLOIST\nCONGRATULATIONS NAMJOON"
## 
## [[7011]]
## [1] "sisialach: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7012]]
## [1] "bpqueenskpop: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7013]]
## [1] "bibiish99: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7014]]
## [1] "mikuIuver: one of the best songs in kpop and im being 100% serious https://t.co/8bLz7Qg4HM"
## 
## [[7015]]
## [1] "hard2luvrsie: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[7016]]
## [1] "Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn"
## 
## [[7017]]
## [1] "lovesick_echo: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[7018]]
## [1] "WendyyStyles: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[7019]]
## [1] "Taetae__jinjin: Visual King of KPOP » KPOPLIFES - https://t.co/11cKHLTmnE"
## 
## [[7020]]
## [1] "cryingvante: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7021]]
## [1] "Indigo7btsarmy: @onionlaav @LovingChapter2 @AwesomeDeni @allkpop The way y'all find every tweet of Army toxic/disrespecting.. Most… https://t.co/HZDZiTn2LD"
## 
## [[7022]]
## [1] "festivethong: @_lalisaluvme @PopBase a proud kpop hater"
## 
## [[7023]]
## [1] "babyy_chu: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7024]]
## [1] "Oldboytrilogy: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7025]]
## [1] "marielita2201: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[7026]]
## [1] "akvmyaaa: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7027]]
## [1] "lualu_yho: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7028]]
## [1] "asdfjklBTS: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[7029]]
## [1] "blinkgo987: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7030]]
## [1] "pjmgato: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7031]]
## [1] "khjluvrofmine: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[7032]]
## [1] "FranciscaAduse6: @AboutMusicYT Bts the only group who is not from a big3 or bigger company pave their own way to the top n even help… https://t.co/7zEI5a1hz3"
## 
## [[7033]]
## [1] "Ilknur1390: RT @ROSE66664193: @Kpop_Herald @jiminimymy @Realtaeyang @BTS_twt @ygent_official JIMIN X TAEYANG IS COMING\n\nI vote #JIMIN of BTS for Asian…"
## 
## [[7034]]
## [1] "Chanty_Visual: RT @zhellllllllllll: #lapillus included in kpop rising of #spotify … 🔥🔥🔥\n\n#lapillus #라필루스 #GRATATA #그라타타 https://t.co/X3DqQzWCAh"
## 
## [[7035]]
## [1] "withever6low: RT @starrymya: of course kpop twt will only focus on the negative when it comes to everglow. where were yall when they had not just one but…"
## 
## [[7036]]
## [1] "hheeseungiiee: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[7037]]
## [1] "rainydayjjk: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[7038]]
## [1] "EndorMoo: Appendix: ENDORMOO PRESENTS ENDORMOO'S 10 FAVORITE* KPOP B-SIDES OF 2022\n\nRun BTS - BTS\nFairytale - Dreamcatcher\nYo… https://t.co/drACrtRhGE"
## 
## [[7039]]
## [1] "aquariusmonbebe: @Jimin1013Lala09 🤦🏾‍♀️ BTS is literally damn Kpop omg y’all are so 🤧 lol"
## 
## [[7040]]
## [1] "zd_khaoula: @blackmultistan @koredazai @soompi not a kpop fan, I only know bts and today because of the mention of them here I… https://t.co/HF6BZGciDc"
## 
## [[7041]]
## [1] "fawkexo88: this is what kpop groups look like when they’re forced to do choreo for ballads https://t.co/S4lbpJtje2"
## 
## [[7042]]
## [1] "12BANGTANSYD7: RT @_myyg93: Fun fact: indigo debuted with twice and 6m streams then the biggest debuted by a kpop bg that's not BTS!"
## 
## [[7043]]
## [1] "S19Daisy: RT @gremlinjjong: There's a criminal lack of vixx on kpop twitter so I'm just going to remind you all that this exists\n\nhttps://t.co/tfNiHK…"
## 
## [[7044]]
## [1] "itboyvkim: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7045]]
## [1] "304_kpop: RT @namverse: @mybwits he’s right. society pushes marriage on u &amp; if u even think other than what u grew up with as the norm it’ll try to c…"
## 
## [[7046]]
## [1] "OT7_eMm: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7047]]
## [1] "NS_Musings: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7048]]
## [1] "allabyumoon: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[7049]]
## [1] "Mandarinamin9: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7050]]
## [1] "CALLIEDUARTE: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[7051]]
## [1] "minwonlogy: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7052]]
## [1] "bIuescages: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[7053]]
## [1] "HihiHiyyahi: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7054]]
## [1] "atzversee: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[7055]]
## [1] "dorelre18: Seungkwan and woozi school seventeen fans\n#seventeenfanart #seventeen #seventeenwoozi #seventeenseungkwan #svt… https://t.co/gBfTQmSpZa"
## 
## [[7056]]
## [1] "sluts4stayc: RT @UPROXX: 🔥 #STAYC (@STAYC_official) - 'https://t.co/akHQHMiL6o’\n\nSTAYC is consistent with releasing hit after hit and powerful b-side af…"
## 
## [[7057]]
## [1] "BTSPTWF_ALL: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7058]]
## [1] "Gaudy11121: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7059]]
## [1] "junsponyt4il: RT @melonkyeom: this is so future of kpop of him https://t.co/ZpgK3bM7dr"
## 
## [[7060]]
## [1] "rueyeux: RT @blue_m00n97: Please someone with power in Kpop industry... #BringSoojinBack 😭❤️\n\nGIDLE deserves to celebrate with Seo Soojin, Neverland…"
## 
## [[7061]]
## [1] "lissyorlulu99: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[7062]]
## [1] "fromstars_: RT @Yeo_Cry_Tea: @fromstars_ Kpop would be very different today without shinee, exo and vixx"
## 
## [[7063]]
## [1] "Angelina_x13: baekhyun come back king kpop is doing very bad without you🥱"
## 
## [[7064]]
## [1] "f286574b78ae424: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7065]]
## [1] "seoyounie: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[7066]]
## [1] "yemmyalexa: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7067]]
## [1] "hotsinthebox: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7068]]
## [1] "aquariusmonbebe: @aminaissak13 @jinflowerrr As you can see I said y’all as in multiple people not just you. BTS was even fans of Big… https://t.co/UQ3nWIMPHG"
## 
## [[7069]]
## [1] "redlightaem: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[7070]]
## [1] "sskiezeu: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[7071]]
## [1] "bridget_p_: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[7072]]
## [1] "luvasahixo: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7073]]
## [1] "radjawx: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7074]]
## [1] "Jimin1013Lala09: @aquariusmonbebe I’m a BTS stan not a kpop stan so no I’m not a kpoppie"
## 
## [[7075]]
## [1] "JuliaSmith91: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[7076]]
## [1] "vincentlao18: What happened? https://t.co/3gBlAOqZoI"
## 
## [[7077]]
## [1] "sixpink6: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[7078]]
## [1] "stay_bebe_tiny: @Foivechxn Not KPOP stuff all the time but I do post, yes."
## 
## [[7079]]
## [1] "MyDaeguBoySwag: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7080]]
## [1] "7bemyHope: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7081]]
## [1] "Penguinsoo2033: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7082]]
## [1] "kookooOT7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7083]]
## [1] "YEOUBIxMANG: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7084]]
## [1] "Yeo_Cry_Tea: @fromstars_ Kpop would be very different today without shinee, exo and vixx"
## 
## [[7085]]
## [1] "disneyseokie: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7086]]
## [1] "MarySunshineJH: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7087]]
## [1] "JKCKKOOKIECOOK1: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…"
## 
## [[7088]]
## [1] "gothrae: RT @kkulkyun2609: Since Monsta X comeback is nxt yr &amp; we mbbs really tweet a lot and kpop stans usually drag us into fanwars, how about we…"
## 
## [[7089]]
## [1] "swiftsgonevogue: RT @BryanUF: More original plays and musicals like KPOP open the door for a Broadway, both on stage and in the audience, that better reflec…"
## 
## [[7090]]
## [1] "michelle160468: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[7091]]
## [1] "minchanstwins: Minho is the last rhythm that Chan wrote for his trainee period and Chan is the first choreography Minho created fo… https://t.co/PTsexcjV5f"
## 
## [[7092]]
## [1] "BTSLCVED: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7093]]
## [1] "jl_kpop: WTS LFB PH RT\n\nSpecial 8 Photo-Folio Us, Ourselves, and BTS 'We'\n🏷Php 1940.00 payo\n🏷Php 2100.00 dop\n\n🎉DOO until Dec… https://t.co/yIuDhXuWG3"
## 
## [[7094]]
## [1] "cloudycloudmu: WTT / WTS\n\n♡Have: on the picture\n♡Want: offer pcs (Ive (prio: Leeso, Wonyoung, Rei)/ Aespa (prio: Karina)/ Red velv… https://t.co/QUvCJtN0j9"
## 
## [[7095]]
## [1] "Morea_Illegirl: RT @kpopWorldItaly1: LORD KIM TAEHYUNG ❤️❤️\n\nMe, Myself, and V \"Veautiful Days\".\n\nVEAUTIFUL DAYS \nVEAUTIFUL DAYS WITH V\nARTIST &amp; CREATOR V…"
## 
## [[7096]]
## [1] "sunnysaemx: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7097]]
## [1] "theheadblink: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7098]]
## [1] "txtlullaby: [Non kpop related] \n\nBecky is engaged!!!!! my chances have gotten from 1% to -1%. I’m so happy for her 😭💗😭💗😭 https://t.co/VKk0TVtYgP"
## 
## [[7099]]
## [1] "jinkunrjjin: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[7100]]
## [1] "Chocnut23: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[7101]]
## [1] "yandere_riki: fun fact: this was the first nct song i listened to and it was before i got into kpop so i didn’t know it was a kpo… https://t.co/T8Ud7d75n2"
## 
## [[7102]]
## [1] "bubblydjtae: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7103]]
## [1] "fairy_jimin95: RT @jungkooktrends: Jungkook is the First Kpop Soloist in History to win People’s Choice Awards. https://t.co/HbupAFVguF"
## 
## [[7104]]
## [1] "minjaehyuck: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7105]]
## [1] "rueyeux: RT @connism9: ⚡ We can break the curse of 4th generation Kpop if Seo Soojin returns to the stage. \n\n100% faith, 0% doubt\n\n#BringSoojinBack…"
## 
## [[7106]]
## [1] "kpop_princess95: @cbassett33 My roommate is dying right now"
## 
## [[7107]]
## [1] "LOVEBUNNYMYEON: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7108]]
## [1] "qqvincent_kpop: Ahhh cuties! Yechan’s reaction 🤣 https://t.co/ufJ51IJdkn"
## 
## [[7109]]
## [1] "cakeaespas: RT @aexorator: Kpop is really kpop right now https://t.co/nakuihuDZH"
## 
## [[7110]]
## [1] "inunvrs: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[7111]]
## [1] "1234_mateja: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7112]]
## [1] "jemslastwaltz: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[7113]]
## [1] "xpastelcherry: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[7114]]
## [1] "jilld047: RT @koreatimescokr: #BTS leader #RM's solo album puts spotlight on late artist Yun Hyong-keun  \n#solo #kpop #Indigo #newalbum\n\nhttps://t.co…"
## 
## [[7115]]
## [1] "fiyahhwoo: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[7116]]
## [1] "Plantita_Verdw: RT @chartsblackpink: UPROXX picks @BLACKPINK's 'BORN PINK' as one of the best K-Pop albums of 2022. https://t.co/c1Yr9rtWPP"
## 
## [[7117]]
## [1] "linosskiz: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7118]]
## [1] "beomluvsss: RT @kpophappenings_: when the members of that kpop boy group did a dance break while blind folded on mama 2022"
## 
## [[7119]]
## [1] "tiredtrini77: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[7120]]
## [1] "WHORESCOPE_1117: @taesuraya03 @atzhehet be more talented &amp; original than their faves, the bg stans in the ss hate ateez because they… https://t.co/L9pWDLVunT"
## 
## [[7121]]
## [1] "Taetae__jinjin: The Top Best KPOP Boy Groups of 2022 - https://t.co/XOBdLkqeqK @TheTopFamous"
## 
## [[7122]]
## [1] "NovaparkPark: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[7123]]
## [1] "pamtinywol: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[7124]]
## [1] "nyzeris: my school’s kpop dance club is performing everglow rn"
## 
## [[7125]]
## [1] "youniversenamu: RT @pixyrinji: pixy are nugu from an unknown company but Lola is recognised as one of the best 4th gen rappers and Reborn as one of the bes…"
## 
## [[7126]]
## [1] "vope_613: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7127]]
## [1] "jaerose1015: I barely became a kpop fan but I have fallen in love with it, and a group that I really like is nmixx and jinni lea… https://t.co/wYTlvcG3dQ"
## 
## [[7128]]
## [1] "mrjangpd: RT @kibumnismo: List made by a brazilian journalist about this year's best kpop projects. Gasoline by Key is ranked #6 and Dice by Onew is…"
## 
## [[7129]]
## [1] "callmeisbelinda: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[7130]]
## [1] "stidebangtan: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7131]]
## [1] "Vvante_ggx: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7132]]
## [1] "justhim247: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7133]]
## [1] "veautifulkive: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7134]]
## [1] "Danitk_: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7135]]
## [1] "crememiin: 2022 and kpop What’s going on? 😭 https://t.co/nu3FYYkdn6"
## 
## [[7136]]
## [1] "buildvegas: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[7137]]
## [1] "fatherenjun: @seokmyballs FREE HIM HE’S OVERSTAYING KPOP NEEDS HIM HE WILL FIX IT"
## 
## [[7138]]
## [1] "darlingsexual: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[7139]]
## [1] "JoyYong2: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7140]]
## [1] "GuadalupexBau: RT @RMGuatemalatwt: Semana de debut de las canciones más importantes de Kpop Soloist en Spotify Global.\n\n1. Left and Right - 30.3M\n2. Dream…"
## 
## [[7141]]
## [1] "woossence: this is kpop excellence https://t.co/PMRQIIRzrm"
## 
## [[7142]]
## [1] "lalisabstdancer: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[7143]]
## [1] "leepiee25: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[7144]]
## [1] "stillwith_you_7: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[7145]]
## [1] "WonhoPyjama: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[7146]]
## [1] "AutumnKaeul: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[7147]]
## [1] "diorjjgks: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[7148]]
## [1] "briggit_7: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7149]]
## [1] "ramadhaniWy: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7150]]
## [1] "Hongnhanlai87: @WongWan73211006 I think they will go to Thailand first. Vietnam is not as big as a Kpop market."
## 
## [[7151]]
## [1] "ScarlettFever86: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[7152]]
## [1] "aipoIo: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[7153]]
## [1] "jeonLightzz: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7154]]
## [1] "sahyohoe: RT @kunseishu: Happy birthday to the mother of kpop female rapper https://t.co/92jKS3i4sw"
## 
## [[7155]]
## [1] "TAHIRAJAHAN9: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7156]]
## [1] "kkissjuno: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7157]]
## [1] "myonlywoozi: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[7158]]
## [1] "sersivrse: she keeps liking kpop tweets like she knows what y’all are tb… https://t.co/lbdN9WI3fA"
## 
## [[7159]]
## [1] "_jennmeow: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7160]]
## [1] "bigdumbkenneth: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7161]]
## [1] "fromstars_: @Yeo_Cry_Tea Exo are absolutely the moment like.. One of, if not THEEEE, quintessential kpop groups \n\nKpop would no… https://t.co/05k5xBTLuQ"
## 
## [[7162]]
## [1] "woodzDNI: i have a playlist of female rap songs that i associate with kpop idols with no valid explanation and this is taeyon… https://t.co/XvoT6jwdbb"
## 
## [[7163]]
## [1] "elfinassi: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7164]]
## [1] "_boosngkwn: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7165]]
## [1] "viviyyih: RT @xiuyangis: every year exo had a peak from debut until their hiatus\n\n2013:  growl\n2014: overdose\n2015: call me baby and love me right\n20…"
## 
## [[7166]]
## [1] "jm_estrn: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7167]]
## [1] "taetaeblep_: finally off work and kpop party tonight let's go!!!"
## 
## [[7168]]
## [1] "tzutherisktaker: RT @pinathemenguin: fandoms of every kpop group hating on twice the ENTIRE YEAR,talking shit about them,literally judging every move they m…"
## 
## [[7169]]
## [1] "ronjpg: 💀💀💀 downfall of kpop is happening https://t.co/eiI7wRi2oA"
## 
## [[7170]]
## [1] "Anne_min68: RT @BTSEMPIRES: #INDIGO by RM is now the first and only album by a Kpop/Korean soloist in HISTORY to gather over 70M streams on Spotify in…"
## 
## [[7171]]
## [1] "Meow_93k: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7172]]
## [1] "Sofiaaa34179030: RT @lisamanobal_327: \" BTW 'LILIES' fans has no Age reference. Love to see how she proud to show her bias on her TikTok. 😊💛🇬🇧\n\nLISA ROCKS I…"
## 
## [[7173]]
## [1] "stripedtowels: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[7174]]
## [1] "kpop_samcheon: RT @NCTsmtown_DREAM: Teaser Image #MARK\n\nNCT DREAM Winter Special Mini Album\n〖Candy〗\n➫ 2022.12.19 (KST)\n\n#NCTDREAM #Candy\n#NCTDREAM_Candy…"
## 
## [[7175]]
## [1] "kpop_samcheon: RT @NCTsmtown_DREAM: Teaser Image #MARK\n\nNCT DREAM Winter Special Mini Album\n〖Candy〗\n➫ 2022.12.19 (KST)\n\n#NCTDREAM #Candy\n#NCTDREAM_Candy…"
## 
## [[7176]]
## [1] "disregardcupid: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[7177]]
## [1] "crushingkorin: what's your fav christmas kpop song??? i need to do a christmas kpop playlist"
## 
## [[7178]]
## [1] "svtbtsmoo1: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7179]]
## [1] "yookoogie: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[7180]]
## [1] "heckkyahhrhorho: RT @trsr_y0u: I bought alot of KPOP MERCH for the past few months most specifically TRSR Merch &amp; some of it in excess quantity so you might…"
## 
## [[7181]]
## [1] "ltmgigiloml: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[7182]]
## [1] "shugadove: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7183]]
## [1] "f286574b78ae424: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7184]]
## [1] "midzyonceblinkx: RT @liastwerk: the bullying in kpop needs to stop, y’all are making artist lose their passion and dedication for music with the terrible co…"
## 
## [[7185]]
## [1] "GraceClarie: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7186]]
## [1] "reneeiray: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[7187]]
## [1] "tkluven7: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[7188]]
## [1] "1234_mateja: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[7189]]
## [1] "olivia_marva: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7190]]
## [1] "aepthkv: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7191]]
## [1] "6JJae: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[7192]]
## [1] "hwangmibi: RT @Queen_Godfriend: How ironic Kpop right now? 😅 After Gfriend terminated, most 3rd gen group also rarely go to year end award show or any…"
## 
## [[7193]]
## [1] "dorylis56: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7194]]
## [1] "JooniesGalaxy: I don’t want to hear shit from sports fans ever again about Kpop Stans because what the hell is this sksksksk"
## 
## [[7195]]
## [1] "JOON_WIFI_: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[7196]]
## [1] "gookiemin: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7197]]
## [1] "stef_dream17_: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7198]]
## [1] "bloomyheartt: RT @UPROXX: 🔥 #LESSERAFIM (@le_sserafim) - 'FEARLESS'\n\n'FEARLESS' serves as a sonic introduction to LE SSERAFIM’s sophisticated pop tones &amp;…"
## 
## [[7199]]
## [1] "adatseng: @IamAdaMau 😭 Here's an informative Q&amp;A with @cashleelee about it! https://t.co/ubt2g5FCYE"
## 
## [[7200]]
## [1] "Kpop_Newsss: SM Entertainment Releases Statement Regarding NCT Johnny, Jaehyun, and Jungwoo’s Injuries https://t.co/Zri5XTkY63"
## 
## [[7201]]
## [1] "KlBUMlSM: Kinda crazy how people are calling 2022 the worst year for kpop because a bunch of flops disbanded when 2016-2017 existed"
## 
## [[7202]]
## [1] "Ryder37exol: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7203]]
## [1] "apatheticrnjun: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7204]]
## [1] "jisooguisoo: RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…"
## 
## [[7205]]
## [1] "DecalcomaniaOT7: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[7206]]
## [1] "Panterka30k: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7207]]
## [1] "seosoojinislove: RT @NetEase_Global: Congratulate on the striking performance of K-POP Group @G_I_DLE on NetEase Cloud Music🎉\n\nThe two albums I NEVER DIE &amp;…"
## 
## [[7208]]
## [1] "nurdysarah: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7209]]
## [1] "vt111111: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[7210]]
## [1] "MarySunshineJH: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[7211]]
## [1] "VioletL_Phoenix: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[7212]]
## [1] "Lv134340: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7213]]
## [1] "jnkfragile: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7214]]
## [1] "twightk: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7215]]
## [1] "Taetoesup: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7216]]
## [1] "MieUK4: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[7217]]
## [1] "mantayellow: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7218]]
## [1] "S_181_: RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…"
## 
## [[7219]]
## [1] "gookiemin: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7220]]
## [1] "Faith061991: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7221]]
## [1] "TaeTae_ENHYPEN: Acting so brave as if those ggs have actual fanbase...\nEn- is up and running, with a solid engine pushing them, don… https://t.co/Uw3kZY8c6m"
## 
## [[7222]]
## [1] "RagingPanda321: @kate_luvs_kpop We should see if we can go sometime to celebrate birthdays"
## 
## [[7223]]
## [1] "_haebaeks: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[7224]]
## [1] "intakorize: getting my kpop cart ready cuz ik im getting some christmas money AAAHHHH https://t.co/lcQHUq0Ztd"
## 
## [[7225]]
## [1] "ocon_elmer: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7226]]
## [1] "Caro79747283: RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…"
## 
## [[7227]]
## [1] "olympia_hell: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[7228]]
## [1] "lixramen: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[7229]]
## [1] "DecalcomaniaOT7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7230]]
## [1] "paaaarksooyoung: RT @revemonster: When they said that alot of kpop fans aren't stanning idols for musics &amp; talents but only for achievements that their ego…"
## 
## [[7231]]
## [1] "patakachan: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7232]]
## [1] "barrywm619: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7233]]
## [1] "thvartie: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7234]]
## [1] "loafofbr3adtm: @milkblocks if you like bubblegum kpop, i can't recommend weeekly enough!! after school is the one that blew up, bu… https://t.co/Kpc4s6tWrM"
## 
## [[7235]]
## [1] "jviignaciia: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7236]]
## [1] "jnsiesour: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7237]]
## [1] "beasbostaff: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[7238]]
## [1] "luluechah: RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…"
## 
## [[7239]]
## [1] "PaulaCarro7: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[7240]]
## [1] "blackstoneblast: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[7241]]
## [1] "antiromntic: just realised i havent seen a kpop group live since summer 2019.........."
## 
## [[7242]]
## [1] "nemvitu42: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[7243]]
## [1] "sparklingsomi: RT @sparklingsomi: JINNI'S \"NMIXX CHANGE UP LETS GO\" IS GONNA BE FOREVER AN ICONIC LINE ON KPOP INDUSTRY"
## 
## [[7244]]
## [1] "relapsical: RT @cry4taeil: we really need to bring back more blank studio type MVs.. like the kpop mv trend nowadays seems to be huge expensive outdoor…"
## 
## [[7245]]
## [1] "Tefy87862602: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7246]]
## [1] "LEXNINIS: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[7247]]
## [1] "SKArmy201: RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs"
## 
## [[7248]]
## [1] "MamiNiJeongwoo: RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP"
## 
## [[7249]]
## [1] "hyukmarked: Watch kpop groups include croatia in their world tours https://t.co/fY4TPzuRaK"
## 
## [[7250]]
## [1] "blinkgo987: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7251]]
## [1] "defscoupss: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7252]]
## [1] "xiuyangis: every year exo had a peak from debut until their hiatus\n\n2013:  growl\n2014: overdose\n2015: call me baby and love me… https://t.co/kVVRzeoIIT"
## 
## [[7253]]
## [1] "Chimmysilvers: RT @magnetic_jb: Grandwave Kpop Music Festival announced a new date and the line up remains the same! \nThat means YOUNGJAE @GOTYJ_Ars_Vita…"
## 
## [[7254]]
## [1] "nini_mysunshine: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[7255]]
## [1] "Tomato3MaiUmai: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7256]]
## [1] "fruity_maze: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7257]]
## [1] "nemvitu42: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[7258]]
## [1] "Army__7bangtan: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[7259]]
## [1] "DecalcomaniaOT7: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[7260]]
## [1] "Chimmysilvers: RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…"
## 
## [[7261]]
## [1] "semifendi: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7262]]
## [1] "happywednesday_: RT @LhianKtl: ENHYPEN DARK MOON CHARACTER NAMES.\n\n#ENHYPEN #DARKMOON #kpop https://t.co/pmSs0oe5g5"
## 
## [[7263]]
## [1] "Maple67629329: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7264]]
## [1] "Taexgushi: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7265]]
## [1] "_m_0_n_g_: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[7266]]
## [1] "jiunidubie: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[7267]]
## [1] "Cam_LvsBitis: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7268]]
## [1] "relapsical: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[7269]]
## [1] "Vousemeyovez: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7270]]
## [1] "krisjk17: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[7271]]
## [1] "andi_asnie: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[7272]]
## [1] "_sohibpaji: ive told u, because this happened in here when other kpop idols came before. Sorry we're full of zombie.… https://t.co/hLuGSfIUUY"
## 
## [[7273]]
## [1] "yzejiwu: me talking abt kpop while the entire tl is screaming crying over football https://t.co/oiKt1GDMjN"
## 
## [[7274]]
## [1] "yukheimaprimce: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7275]]
## [1] "haorangnabix: IM DEFINITELY ONE OF THOSE OLD KPOP PEEPZ THAT REQUESTED THIS ON MYX DAILY TOP 10 &amp; MY MYX SEGMENT 😭 ITS SVT AND TH… https://t.co/8eYqplwRWR"
## 
## [[7276]]
## [1] "loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV https://t.co/mRH1Z3c8RI"
## 
## [[7277]]
## [1] "chickeunstrips: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[7278]]
## [1] "hannicherries: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[7279]]
## [1] "knksrideordie: biggest mystery in kpop is why this group disbanded after releasing 1 album and the album also contained these two… https://t.co/fxRyXpJmPR"
## 
## [[7280]]
## [1] "6JJae: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7281]]
## [1] "swiftsgonevogue: RT @UPROXX: #SaveKPOPBroadway is trending after the Broadway 'KPOP' show announces sudden closing https://t.co/JEsVNLQwox"
## 
## [[7282]]
## [1] "lfrs11: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[7283]]
## [1] "yvi_evol: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7284]]
## [1] "AdelineAsianut: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[7285]]
## [1] "trvaluvknj: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7286]]
## [1] "KimberlyMautin1: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[7287]]
## [1] "LovingChapter2: @wktth @jaysbeaniefr @ayangmin9yu_k @onionlaav @AwesomeDeni @allkpop I don't know why people can't accept the fact… https://t.co/qJvlNKFJP5"
## 
## [[7288]]
## [1] "saquiba862: The replies acting like a 1000 vs. 1 fight will break out 💀 if you fight over Kpop irl especially something like th… https://t.co/N7bQvgqTLE"
## 
## [[7289]]
## [1] "trashcatavenue: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[7290]]
## [1] "idkwhojesuis: Best song every created it would be insulting to call it “kpop” https://t.co/OOV84UVVMR"
## 
## [[7291]]
## [1] "thunderyours: proof that you'll never know if you never try haha, now i love lots of kpop songs and artists (apart from skz) and… https://t.co/M3Fs12Bid5"
## 
## [[7292]]
## [1] "JengLovesBTS: RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…"
## 
## [[7293]]
## [1] "Reve299296671: RT @garnethours_my: 🦋 Available [221209] 🦋\n\n❄️ Choeaedol | 90k❤\n\n❄ Fancast | 10k💛\n\n❄️ Freevote | 840❤️\n\n❄️ Idol Champ \n| 1k💙 chamsims\n| 1k❤…"
## 
## [[7294]]
## [1] "WongWan73211006: @Hongnhanlai87 Yes me too! I hope NJ will go to Vietnam for concert. Kpop is banned here but I can go to Vietnam 🙂"
## 
## [[7295]]
## [1] "RudaIik: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7296]]
## [1] "oldnotdead1: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[7297]]
## [1] "mbbmarl: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[7298]]
## [1] "BLACKPINKChile: RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…"
## 
## [[7299]]
## [1] "yixienings: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[7300]]
## [1] "lirkivese: RT @RM_Peru: 🎥Peruvian dance challenge for 'Still Life' on TIKTOK🇵🇪\n\nJeaneth Loayza, a Peruvian dancer, choreographer and KPOP dancer instr…"
## 
## [[7301]]
## [1] "satrnv: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7302]]
## [1] "myeonttonjun: Kpop stans is releasing his 2015 card when it comes to Exo 🤕🤕 a band that has been on the hiatus era for 3 years th… https://t.co/4q98en76PW"
## 
## [[7303]]
## [1] "lfrs11: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[7304]]
## [1] "queky_: RT @alpacadata: Can't tell if it's hilarious or sad to reveal that the result of all that \"hardwork\" was just using a visual motif so commo…"
## 
## [[7305]]
## [1] "angelicVivoree: RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…"
## 
## [[7306]]
## [1] "allmyloveizgone: @nichirren kpop stans have been spiralling into cult mentality to a point they treat kpop groups and fandoms like sometimes sacred and holy"
## 
## [[7307]]
## [1] "nyoojeens: RT @Attention_spy: [📊| UPROXX has listed \"New Jeans\" by \n@NewJeans_ADOR as one of the K-Pop albums of 2022 👏👑\n\n🔗: https://t.co/qWK9TtnK5g…"
## 
## [[7308]]
## [1] "ARMY_KPOP_97: Netherlands said we ain't done yet! \n\n#Qatar2022"
## 
## [[7309]]
## [1] "LeeSoftminnie: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[7310]]
## [1] "fanofm_sic: RT @1lioss: Kpop Girl World has been crazy these past weeks we need to stand together because WE THEM GIRLS https://t.co/2dVL0ADhPt"
## 
## [[7311]]
## [1] "M33_J1n: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[7312]]
## [1] "kookie_penguin: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[7313]]
## [1] "JENMINKOO: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7314]]
## [1] "KaiSoo520: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[7315]]
## [1] "LowlaLiz: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[7316]]
## [1] "yasyyasss: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[7317]]
## [1] "HopeWorld_SJ: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7318]]
## [1] "AnOceanGoddess: Ugh I miss when Kpop was for fun, now everything is a fucking nightmare with y’all. We can’t enjoy shit. I truly mi… https://t.co/DT16pr1Hot"
## 
## [[7319]]
## [1] "winson007_: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7320]]
## [1] "swiftsgonevogue: RT @mprlibre: Can confirm. I have worked on DOZENS of Broadway shows and have NEVER seen more passionate and young and diverse audiences th…"
## 
## [[7321]]
## [1] "gothbfmark: RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F"
## 
## [[7322]]
## [1] "channieeexoxoxo: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[7323]]
## [1] "gaysprite_: @MX3Nova it’s just my tiktok account that i use so i don’t have kpop all over my main fyp"
## 
## [[7324]]
## [1] "blackIeveI: i wanna get back into kpop ☹️☹️"
## 
## [[7325]]
## [1] "IMWhatIAm26_: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[7326]]
## [1] "haru__0T7: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[7327]]
## [1] "svnny_kpop: RT @iFightPlug: Bro thought he was in an anime 💀 https://t.co/XrElZRQEwe"
## 
## [[7328]]
## [1] "dotdotllama: RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…"
## 
## [[7329]]
## [1] "PocopRosalinda: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7330]]
## [1] "maodiblue1: RT @PleinDeVie_7: Global domination is real! 🔥\n\nSB19's aura &amp; perf after WYAT Tour screamed passion! ❤️‍🔥\nI like the new WYAT intro!\n\nSeein…"
## 
## [[7331]]
## [1] "sanjananiha: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[7332]]
## [1] "HopeWorld_SJ: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7333]]
## [1] "toomuchbieberx: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[7334]]
## [1] "gookiemin: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7335]]
## [1] "dreamyjules: My fyp keeps giving me kpop and I don’t appreciate it at all"
## 
## [[7336]]
## [1] "iamjeffsatur: some kpop stans just can't be normal and it's annoying"
## 
## [[7337]]
## [1] "Maria_TAELandd: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7338]]
## [1] "winterbeargirl_: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7339]]
## [1] "whatspoppingurl: RT @ThePopBase: Highest ranking Kpop acts on Billboard 200 Artists Year-end chart:\n\n1. #BTS - #18 (2020)\n2. #BTS - #21 (2018)\n3. #BTS - #26…"
## 
## [[7340]]
## [1] "jisoongka: RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…"
## 
## [[7341]]
## [1] "dubulead: @peakcaps it’s so good!!! a perfect summer kpop song imo"
## 
## [[7342]]
## [1] "BlinkueFilo: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7343]]
## [1] "gothbfmark: RT @lykasticker: no like genuinely how can you not think this is one of the best kpop songs production and concept wise like  https://t.co/…"
## 
## [[7344]]
## [1] "i4wonyooo: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7345]]
## [1] "the8isforlisa: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[7346]]
## [1] "rrrapmonstar: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7347]]
## [1] "DemonicKandy46: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7348]]
## [1] "mirohmaze: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[7349]]
## [1] "kasupaola: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[7350]]
## [1] "afrodykee: It’s because of JYJ suing them that there’s no longer slave contracts in Kpop and Exo m sued them for mistreatment… https://t.co/nQYtf6Jyej"
## 
## [[7351]]
## [1] "st_tiredeve: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[7352]]
## [1] "pr3ttym4ii: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[7353]]
## [1] "duermevela_13: Woodz, OnlyOneOf and DKZ in the same article!!\n\nhttps://t.co/HbvnaVq12M"
## 
## [[7354]]
## [1] "aforangee: RT @xiyyyywi: 📢📢Selling Idol Champ Ruby &amp; Blue Chamsims📢📢\n\nBLUE CHAMSIMS: SHOW CHAMPION AVAILABLE 25,000💙\n\n1,200💙=$1/54\n\nNote:\ncan only vot…"
## 
## [[7355]]
## [1] "VlBEOF3RACHA: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7356]]
## [1] "SANGR1OS: sometimes i forget some &lt;18 kpop fans are actually allowed to buy whatever merch they want whenever they want and j… https://t.co/rl3P0uGT1z"
## 
## [[7357]]
## [1] "ParkHoo32743956: RT @Iove4eva: no bc somebody cursed kpop ggs..."
## 
## [[7358]]
## [1] "8_kisshu: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[7359]]
## [1] "Haider57154346: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7360]]
## [1] "kenkukulkan: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7361]]
## [1] "nia_mh1: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[7362]]
## [1] "notjichukim: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[7363]]
## [1] "Biscuit_Kpop: Let's send Messi home!"
## 
## [[7364]]
## [1] "hai_hai97: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7365]]
## [1] "uyu_uyu26: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[7366]]
## [1] "jichangminist: more of t-ara from my little queen's kpop boy 🫶 https://t.co/5tbf0CXa3n"
## 
## [[7367]]
## [1] "Wiktoriatiny: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[7368]]
## [1] "H3LL3VAT0R: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7369]]
## [1] "iamriotus: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7370]]
## [1] "Cxxg_kat: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[7371]]
## [1] "DeniseA51588407: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7372]]
## [1] "jaywithcorn: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[7373]]
## [1] "_syelala: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7374]]
## [1] "that__girl__sam: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[7375]]
## [1] "f286574b78ae424: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[7376]]
## [1] "onejwi: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7377]]
## [1] "thunderyours: i still cannot believe i'm owning a kpop fan acc when i remember how close minded i was about kpop before discoveri… https://t.co/1lbKg2A4U3"
## 
## [[7378]]
## [1] "fromstars_: @Yeo_Cry_Tea Oh no one understands what call me baby did for me in 5th grade like I legitimately don't think I'd be… https://t.co/cpc2BRyDRq"
## 
## [[7379]]
## [1] "3rachasfarmer: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[7380]]
## [1] "daniarchilaa: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[7381]]
## [1] "BTSLCVED: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7382]]
## [1] "ljnjmkl: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7383]]
## [1] "barbiegirltete: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7384]]
## [1] "Hotshortie11: RT @Hotshortie11: @lsgrlr ARMY in 2018 KPOPPIES kicked us out of KPOP whatever. YAY! We got our Freedom! @BTS_twt https://t.co/Hk6NvRa5rq"
## 
## [[7385]]
## [1] "ammazzatemi_: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[7386]]
## [1] "Gonzaliver_BP: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7387]]
## [1] "bobapwark: Everything that has happened in the kpop industry this year is crazy like wtf is going on it's like a fucking curse💀💀💀"
## 
## [[7388]]
## [1] "sunyfmo: RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…"
## 
## [[7389]]
## [1] "lovelyayy_: Printilan kpop check ayygoo on shopee"
## 
## [[7390]]
## [1] "stripedtowels: RT @smiiliingkookie: Jungkook is collecting all the ‘first and only Kpop, Korean soloist to’ that there’s to reach. He has been conquering…"
## 
## [[7391]]
## [1] "TinhBall: i love when manhwas have the typical dungeons appeared everywhere story treat hunters fans like kpop stans https://t.co/ho1Ez49cIr"
## 
## [[7392]]
## [1] "aesguerraa: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[7393]]
## [1] "ParkHoo32743956: RT @Iove4eva: i feel terrible.. the kpop industry treats ggs terribly"
## 
## [[7394]]
## [1] "Leah_Robins32: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7395]]
## [1] "taegyunun: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7396]]
## [1] "bts_angeline24: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7397]]
## [1] "uhohashley: my god kpop stans are so delusional 😭😭😭"
## 
## [[7398]]
## [1] "Ammy_Kpop: RT @WORLDMUSICAWARD: Korean Monster Rookie Group #Treasure lands at #2 on the #OriconAlbumChart with their brand new album #THESECONDSTEPCH…"
## 
## [[7399]]
## [1] "astragalus127: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7400]]
## [1] "Framblinklizer: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[7401]]
## [1] "octaviics: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[7402]]
## [1] "svnny_kpop: RT @433: CROATIA HAVE KNOCKED OUT BRAZIL! 🇭🇷👏 https://t.co/jzlRLntcRh"
## 
## [[7403]]
## [1] "hoshimys: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7404]]
## [1] "crwzyoweru: RT @BLACKPINKSTATS5: .@BLACKPINK was 2022’s 2nd top trending comeback (2nd most searched) in the U.S. according to @GoogleTrends. It was th…"
## 
## [[7405]]
## [1] "astromyboy: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[7406]]
## [1] "FENTYPRNTS: Kpop stans are funny asl😭"
## 
## [[7407]]
## [1] "mingistan1117: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7408]]
## [1] "P3per0sa: @LovingChapter2 @skz_legend @AwesomeDeni @allkpop I'm not saying it's the majority of army, just like ppl hating on… https://t.co/ewVao8uer3"
## 
## [[7409]]
## [1] "iYXJN2: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[7410]]
## [1] "aufasyamiraaaa: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7411]]
## [1] "slutsforchwe: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[7412]]
## [1] "beargyu_313: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[7413]]
## [1] "Jips_nim: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7414]]
## [1] "Chau611: RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…"
## 
## [[7415]]
## [1] "NidiaOT7: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7416]]
## [1] "bts_angeline24: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7417]]
## [1] "AriBTS1304: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7418]]
## [1] "ChutimaBezzina: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7419]]
## [1] "sk8cha: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7420]]
## [1] "LoloTanawong: RT @Di00407778: Blackpink - “B.P.M” Roll 2\n-\n #blackpink #jisoo #rosé #lalisa #kpop #bornpink #blinks #yg #블랙핑크 #지수 #제니 #로제 #리사 #tiktok #re…"
## 
## [[7421]]
## [1] "JoonsTinyCrab: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[7422]]
## [1] "ma_tices: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7423]]
## [1] "matchassx: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7424]]
## [1] "triptych_mp3: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[7425]]
## [1] "jisoooyoo: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7426]]
## [1] "crystlskjn: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7427]]
## [1] "lovvnoelle: The urge to call my favorite kpop idols my babies even tho I’m 10+ years younger then them 😱(I’m 13) https://t.co/GxiAmFI2nJ"
## 
## [[7428]]
## [1] "hyosnote: RT @James20779653: @soompi 2022 is the WORST YEAR FOR KPOP"
## 
## [[7429]]
## [1] "AnotherElouick: RT @michyongsun: top tier kpop vocalists with top tier abs being born on the same day what a coincidence what about a collab https://t.co/x…"
## 
## [[7430]]
## [1] "Leyla0098: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7431]]
## [1] "FolkloreByTayS: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[7432]]
## [1] "eyjjin: RT @bunsieun: every day i hate being a kpop stan a little more"
## 
## [[7433]]
## [1] "oceanairstream: K-pop’s key character is its unique blend of multiple musical styles &amp; languages. Sticker is the perfect encapsulat… https://t.co/3nah3kWHMn"
## 
## [[7434]]
## [1] "junnie_to_miki: RT @eunoia__svt: Btw @MTV releases 5 \"Albums of the year\" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…"
## 
## [[7435]]
## [1] "Ly199912932: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7436]]
## [1] "lisamangirl: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[7437]]
## [1] "svnny_kpop: RT @BeckyGOnStats: BECKY G IS OFFICIALLY ENGAGED  💝💍 https://t.co/wAxwC3nOxG"
## 
## [[7438]]
## [1] "inkookmaze: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7439]]
## [1] "KingsTS0613: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7440]]
## [1] "mr2218925: RT @ThePopBase: Highest ranking Kpop acts on Billboard Top Album Sales Artists Year-end chart:\n\n1. #BTS - #2 (2020)\n1. #BTS - #2 (2021) \n2.…"
## 
## [[7441]]
## [1] "GangWaeng: RT @GD_got_my: So in HISTORY T.O.P will become the first Man/Kpop Artist/Idol/K-rapper/Actor to go to SPACE"
## 
## [[7442]]
## [1] "OsTJimina: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7443]]
## [1] "ieiebin: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[7444]]
## [1] "mnlvrrr1: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[7445]]
## [1] "every1trash: RT @meusconceptions: Factually and objectively the chaser by infinite is the best song ever created in kpop"
## 
## [[7446]]
## [1] "bigBradio: NowPlaying on #KPOP \"Moon\" by #EVERGLOW \nhttps://t.co/VrAMbe3Qwl https://t.co/rqV1keN3xW"
## 
## [[7447]]
## [1] "MyWouldBeLife: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7448]]
## [1] "Yuzana19194355: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[7449]]
## [1] "nck_sk: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7450]]
## [1] "613_jack: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7451]]
## [1] "sunrictz: 2014, by my cousin cause she also listen to kpop https://t.co/Fu3jhTM2Bc"
## 
## [[7452]]
## [1] "Ahgasexgot72: RT @thedivestudios: waiting for the day jackson &amp; eric live together 🙏\n\n#Kpop #DIVEStudios #DAEBAKSHOW #EricNam #에릭남 #JacksonWang #잭슨 #kpop…"
## 
## [[7453]]
## [1] "juIi3t_: RT @milseum: hi !! i'm lee, new to #studytwt #studytwtph and i'm looking for mutuals and bffs ^ ___ ^  let's be friends &lt;3 \n\n☁️ she/they, 0…"
## 
## [[7454]]
## [1] "grlgrpss: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[7455]]
## [1] "toniachizeapohl: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[7456]]
## [1] "stayskz1433: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7457]]
## [1] "United4Pinks: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7458]]
## [1] "7teenloo: RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV"
## 
## [[7459]]
## [1] "army_intheseom: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7460]]
## [1] "billysmotive: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7461]]
## [1] "sanslatina: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[7462]]
## [1] "prawnqueenx: not to get all deep but when i was a kid kpop was so uncool and now it’s so cool to like it, my inner child feels healed &lt;33"
## 
## [[7463]]
## [1] "ratu_perez: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7464]]
## [1] "kay_hasty0613: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7465]]
## [1] "AlaynaMulti: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[7466]]
## [1] "acessomingyu: croacia vs brasil do kpop https://t.co/cEN9b0S3Zg"
## 
## [[7467]]
## [1] "myg93luv: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7468]]
## [1] "lykasticker: no like genuinely how can you not think this is one of the best kpop songs production and concept wise like… https://t.co/PivITXnKj3"
## 
## [[7469]]
## [1] "_cryxtael_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7470]]
## [1] "Gwielnim: RT @GOT7HAPPENINGS: That a Kpop idol is a hard fanboy of TAEYEON from SNSD and made a bio on his IG when his bias was rumoured dating.\n\n#GO…"
## 
## [[7471]]
## [1] "cettnamv: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7472]]
## [1] "ErieYah: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[7473]]
## [1] "btslospoptitan: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[7474]]
## [1] "Envy4Yoon: RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…"
## 
## [[7475]]
## [1] "bahizbarbie: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7476]]
## [1] "Framblinklizer: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[7477]]
## [1] "1231Notsadako: @SecuritySn @isayzuu My point is how do you expect them to win any award from such big company? Hardly any kpop fan… https://t.co/C4eyds9Xkr"
## 
## [[7478]]
## [1] "ClDebourb: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7479]]
## [1] "mints4taem: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7480]]
## [1] "knwssick: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[7481]]
## [1] "Fabiana19608491: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[7482]]
## [1] "insomnissera: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7483]]
## [1] "KPOP_JUICE_EN: ✨INTO1✨\n\n【12/9】Daily Votes Ranking\n1 #Rikimaru \n2 #Patrick \n3 #NINE \n4 #Santa \n5 #ZhouKeyu \n\nhttps://t.co/Py2dRCI042\n\n#into1"
## 
## [[7484]]
## [1] "MarySunshineJH: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7485]]
## [1] "minhosfalsetto: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7486]]
## [1] "Jimnimoon: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[7487]]
## [1] "indigoboraOT7: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7488]]
## [1] "svnny_kpop: RT @thehobiprint: j-hope is the most streamed male K-Pop soloist on Spotify globally in 2022!\n\nCONGRATULATIONS J-HOPE 👏🏻 https://t.co/F6Esv…"
## 
## [[7489]]
## [1] "6JJae: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7490]]
## [1] "982HD: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[7491]]
## [1] "wheeeluv: wtf is wrong with you all this over a kpop idol https://t.co/ORhhP7Hy37"
## 
## [[7492]]
## [1] "ITZY_CUNT: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[7493]]
## [1] "Ms_LillyG: @smate_vmin Resellers swiped up all of the seats for Ft. Worth, even accessible seats. I was crushed. Still, ATEEZ… https://t.co/0rQUaaSNTQ"
## 
## [[7494]]
## [1] "lattedoie: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[7495]]
## [1] "whee_yisus: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[7496]]
## [1] "ddaengsec: @taetaeisabear @gladys1_2 @manjyune Circle Chart is trying to expand their \"global\" market presence, but we all kno… https://t.co/AmD6IriR53"
## 
## [[7497]]
## [1] "scat_tee: RT @KeTshegoo: @aphx_ American artists need to stay away from Afrobeats, Kpop and Amapiano. Respectfully"
## 
## [[7498]]
## [1] "szkukz: They want it to floppp so badly welll that's not happening he remains being the most impactful kpop act this year ❤️🫶"
## 
## [[7499]]
## [1] "tetekjkoo: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7500]]
## [1] "gremlinjjong: There's a criminal lack of vixx on kpop twitter so I'm just going to remind you all that this exists… https://t.co/AV2SpBRvD2"
## 
## [[7501]]
## [1] "kara_kpop_kara: Oh Oh I wanna be a super girl!"
## 
## [[7502]]
## [1] "brownskin_nayy: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[7503]]
## [1] "lemonpie_coffee: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[7504]]
## [1] "nananaur_: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7505]]
## [1] "SoontoHoon: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7506]]
## [1] "min_ayiti: arguing with dumbass Kpop stans is exhausting"
## 
## [[7507]]
## [1] "mingjuch: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[7508]]
## [1] "f286574b78ae424: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[7509]]
## [1] "Army__7bangtan: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7510]]
## [1] "ayenations: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[7511]]
## [1] "juguitod_tae: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7512]]
## [1] "TD4rkb0y: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7513]]
## [1] "GraceBeluvBTS: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7514]]
## [1] "Y_GIIIIIII: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7515]]
## [1] "Sim8a1: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[7516]]
## [1] "quakityluv: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7517]]
## [1] "DanielaLucero_: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[7518]]
## [1] "guobapot: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7519]]
## [1] "jking2597: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[7520]]
## [1] "xdefseoul: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7521]]
## [1] "GiselleAmor23: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[7522]]
## [1] "jklove_la: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7523]]
## [1] "lunitajimin: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7524]]
## [1] "iwantittigotit: Whenever I listen to kpop, something good happens to me."
## 
## [[7525]]
## [1] "United4Pinks: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7526]]
## [1] "parkch4eyoung: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[7527]]
## [1] "W_lilfreak: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[7528]]
## [1] "sunnybtts: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7529]]
## [1] "Moon7Janus: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7530]]
## [1] "twicepinkwbk: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[7531]]
## [1] "Mavic003: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[7532]]
## [1] "BTSGhanaARMY: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7533]]
## [1] "fitalovesu: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7534]]
## [1] "ZufiShah7: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7535]]
## [1] "kookcandyboy: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[7536]]
## [1] "TMIFelix: i’ve been a kpop stran since 2016 and i still get disappointed when groups dont come to the uk 💀\n\nlike you would th… https://t.co/PDXflhk4DA"
## 
## [[7537]]
## [1] "JOON_WIFI_: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7538]]
## [1] "hyejoos_simp: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[7539]]
## [1] "kdytrsr_: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7540]]
## [1] "bunniexoo: •Credit to original owner\n-@secretlovereto\n-@dyounglv \n#NCT127 #nct #bap #KPOP #tiktok https://t.co/rTyyIg39jL… https://t.co/0juXXVtU1j"
## 
## [[7541]]
## [1] "beanless_toast: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[7542]]
## [1] "sibghaislam22: RT @Pk_bts_land: Biggest Weekly Debut by a Kpop Act on Spotify Pakistan : \n\n#1. Dreamers - 134,150 \n#2. Wild Flower - 122,079 😭💜\n#3. The As…"
## 
## [[7543]]
## [1] "pauchismk: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[7544]]
## [1] "pawpiiiz: Kpop men are NOT the big boys sza is talking abt btw"
## 
## [[7545]]
## [1] "M33_J1n: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7546]]
## [1] "taerygyuu: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[7547]]
## [1] "99S17_: RT @hakushotafan: guys in your opinion whats the best song ever created in kpop"
## 
## [[7548]]
## [1] "MamamooSpain_: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[7549]]
## [1] "user901485: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[7550]]
## [1] "Nyxisonline: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7551]]
## [1] "thvorul: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7552]]
## [1] "shah1710mr: RT @BLACKPINK4WAYS: .@BLACKPINK now holds the TOP 2 of Longest Charting Kpop Group Songs released this year on Global Spotify ( Pink Venom…"
## 
## [[7553]]
## [1] "akvmyaaa: RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…"
## 
## [[7554]]
## [1] "Olhahoneynight: RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…"
## 
## [[7555]]
## [1] "DecalcomaniaOT7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7556]]
## [1] "LouranzE: @jl_kpop dm sent"
## 
## [[7557]]
## [1] "calstanvard: @markhmasters Looks like a kpop boy group"
## 
## [[7558]]
## [1] "pottatoee: @thvdoeric @PJM_vocal O such an impact that you were prob still too young to be aware about huh like PLS kpop is not only bts 🙄😒"
## 
## [[7559]]
## [1] "AnaGarcia_0T7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7560]]
## [1] "indigoluvsme: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[7561]]
## [1] "Mooonadia: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7562]]
## [1] "Gby80585969: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7563]]
## [1] "thvorul: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7564]]
## [1] "dafaffy: RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…"
## 
## [[7565]]
## [1] "mim_samantha: RT @Daily_JK97: 📊 “Left and Right” has surpassed 414M streams on Spotify on its 167th day, the fastest song by Kpop &amp; Korean soloist to do…"
## 
## [[7566]]
## [1] "13_moonchild_: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7567]]
## [1] "thoribbin: @VulpesOkamis yeah that's what made people get so \"kpop fan\" over the characters, since there was a clear divide"
## 
## [[7568]]
## [1] "anpanmayne: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[7569]]
## [1] "RagingPanda321: @kate_luvs_kpop WHEN DID YOU GET THAT!?"
## 
## [[7570]]
## [1] "Lililet16: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[7571]]
## [1] "YEOJlNDlET: RT @swookiiii: Kpop eating fancams to occupy you✿\n\nThread 4 edtwt https://t.co/ATC5VhQ7L8"
## 
## [[7572]]
## [1] "cccccandid: RT @hakushotafan: guys in your opinion whats the best song ever created in kpop"
## 
## [[7573]]
## [1] "Ola84380546: RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…"
## 
## [[7574]]
## [1] "FKareemat: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[7575]]
## [1] "tynexttrack: my sister surprised me and somehow the local mail sold kpop albums https://t.co/gZYoEPVNst"
## 
## [[7576]]
## [1] "ChitHsuWai4: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7577]]
## [1] "aquariusmonbebe: @Jimin1013Lala09 I know it’s Armys don’t correct me lol my keyboard auto corrects and I have to fix it plus it’s no… https://t.co/fGW2BeUpT4"
## 
## [[7578]]
## [1] "soyvile: RT @Attention_spy: [📊| UPROXX has listed \"New Jeans\" by \n@NewJeans_ADOR as one of the K-Pop albums of 2022 👏👑\n\n🔗: https://t.co/qWK9TtnK5g…"
## 
## [[7579]]
## [1] "linanina1326: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7580]]
## [1] "lamareaux: RT @Jeff__Benjamin: Exclusive: The @KPOPBroadway musical is putting out an official cast recording album. Harvey Mason Jr. (who produced si…"
## 
## [[7581]]
## [1] "MyMoonJin7: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[7582]]
## [1] "Janet14033172: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[7583]]
## [1] "tasty_lunar: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7584]]
## [1] "vireak_lim: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…"
## 
## [[7585]]
## [1] "haocitie: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[7586]]
## [1] "athelfled: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[7587]]
## [1] "roseyooniie: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[7588]]
## [1] "feelsgoo: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7589]]
## [1] "chiinhchiinh: RT @MRSJUNKAY: \"only 2PM can\" \n\nquote this twt with things only 2PM does/did and not in other groups!! \n#2PM #투피엠\n@follow_2PM \n\ni'll start…"
## 
## [[7590]]
## [1] "riyababybird1: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7591]]
## [1] "fadsout7999: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7592]]
## [1] "Majobngtz78: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7593]]
## [1] "txtmuffins: RT @James20779653: @soompi 2022 is the WORST YEAR FOR KPOP"
## 
## [[7594]]
## [1] "FKareemat: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[7595]]
## [1] "MyMoonJin7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7596]]
## [1] "miadlrsr: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[7597]]
## [1] "kim_doeyoung: was just reminded of the time i went to this bookstore and kpop was playing…. what a moment"
## 
## [[7598]]
## [1] "kim_doeyoung: like why cant i listen to KPOP at the retail store"
## 
## [[7599]]
## [1] "Moonchild0613_7: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[7600]]
## [1] "Sun_hope9: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7601]]
## [1] "Sukiyanyuzu__: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[7602]]
## [1] "FAXMACHlNE20l3: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[7603]]
## [1] "ScruppyCats: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[7604]]
## [1] "koosad444: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[7605]]
## [1] "kookoo_prya: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[7606]]
## [1] "wooriyouni: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[7607]]
## [1] "blue0629: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[7608]]
## [1] "_jikook_ot7: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[7609]]
## [1] "mrkIeegf: while were on the topic of best kpop song pls remember so bad by stayc exists"
## 
## [[7610]]
## [1] "GIGI40148112: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7611]]
## [1] "Shantal_rev: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7612]]
## [1] "PLUTOSHOPE: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[7613]]
## [1] "byakko01234: Can't wait to go home and show what I got at the kpop store lol\nIt's only like 3 items but I'm happyyyy!!!🥰🥰🥰 https://t.co/JbT50APCRK"
## 
## [[7614]]
## [1] "JKCYPH3R: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7615]]
## [1] "miadlrsr: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7616]]
## [1] "jl_kpop: WTS LFB PH RT\n\nSpecial 8 Photo-Folio Us, Ourselves, and BTS 'We' SET \n🏷Php 2505.00 payo\n🏷Php 2705.00 dop\n\n🎉DOO unti… https://t.co/pAeIzgLvo8"
## 
## [[7617]]
## [1] "sailor_kpop: RT @Koreaboo: The world wasn’t ready for VeriVery to release their song “Get Away”, it’s too powerful of a song 🌟\n https://t.co/yHESgiFdTy"
## 
## [[7618]]
## [1] "Kuoriwi7: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7619]]
## [1] "FKareemat: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7620]]
## [1] "ukshawolEm: RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n\"Key understood the assignment, and aced it with h…"
## 
## [[7621]]
## [1] "christinadirkes: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[7622]]
## [1] "Nathali68957495: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7623]]
## [1] "Jimnimoon: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[7624]]
## [1] "milkblocks: DUDE i reallyneed to get into more kpop groups but im so old school [minus loona g idle le sserafim, those r the on… https://t.co/9yOz6z0ZgG"
## 
## [[7625]]
## [1] "stan_lesserafim: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7626]]
## [1] "kpoppiepapi: I do not understand ICSM haters like that song is so good it pulled me into kpop fandom full time???"
## 
## [[7627]]
## [1] "luv_4Jimin: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7628]]
## [1] "redcherrydream: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7629]]
## [1] "baangtanxbackup: @bamboIleo Hmm, entered at what position? I saw My Universe at 25, Butter (which was release May 2021) at number 38… https://t.co/pg2VEJjIKq"
## 
## [[7630]]
## [1] "sooyaakitty: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[7631]]
## [1] "SakuraChanMOTC: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[7632]]
## [1] "RabiaSaghir3: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7633]]
## [1] "kdytrsr_: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7634]]
## [1] "petitcrayon: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[7635]]
## [1] "OdesVillain: went to a kpop store for the first time 🤭🤭 https://t.co/td1s5EG4EG"
## 
## [[7636]]
## [1] "pendex_kpop: RT @Genius_kor: #GeniusCharts | 2022 Year-End Genius Korea Chart | Top K-Pop Songs\n1. Pink Venom\n2. Shut Down \n3. ELEVEN\n4. LOVE DIVE\n5. Po…"
## 
## [[7637]]
## [1] "bby_starcandy: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7638]]
## [1] "YELYAHINTHEBOX: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7639]]
## [1] "pchskai: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[7640]]
## [1] "lesliearavena2: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7641]]
## [1] "wooriyouni: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7642]]
## [1] "EngeneMoArmy_: RT @foetuskookieOO: @WORLDMUSICAWARD @BTS_twt From \"The Princes of KPop\" to \"The Princes of GLOBAL POP\"\nYes, That's BTS"
## 
## [[7643]]
## [1] "selqnasboy1: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[7644]]
## [1] "kiiddy8: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7645]]
## [1] "seasawmyg_: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[7646]]
## [1] "hiddeniee: my uni's kpop society did a cover showcase for our arts festival today and they covered Oh Na Na and Bomb Bomb so K… https://t.co/ZzASa5vuZE"
## 
## [[7647]]
## [1] "gbeewalker: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[7648]]
## [1] "lalisaaahm: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[7649]]
## [1] "boacults: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[7650]]
## [1] "gracehunter98: RT @Honey06_13: @iridescencemyg When other famous Kpop idols have gone, other soldiers would try to take secret pictures or videos and sell…"
## 
## [[7651]]
## [1] "lvsrbyjne: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7652]]
## [1] "christinadirkes: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[7653]]
## [1] "dietpupp: wtf is going on in kpop like even ncity is having bad luck"
## 
## [[7654]]
## [1] "aeslxu: @foklorian @AboutMusicYT just say you don’t like blackpink. no kpop group is organic, especially not flopwice with their oppas everywhere"
## 
## [[7655]]
## [1] "jking2597: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[7656]]
## [1] "pendex_kpop: RT @G_IDLESuperior: 4th Gen Girl Group K-Pop With Highest PEAK of Spotify Monthly Listener in USA 🇺🇸 Spotify:\n\n#1 NewJeans — 542K\n#2 #GIDLE…"
## 
## [[7657]]
## [1] "luv_4Jimin: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7658]]
## [1] "notstacyyy: RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH"
## 
## [[7659]]
## [1] "magicnextdoor: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[7660]]
## [1] "PABLOistic: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[7661]]
## [1] "fnislsa_: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[7662]]
## [1] "TXTdreamer1: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7663]]
## [1] "yunhotteokies: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[7664]]
## [1] "liveforateez: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[7665]]
## [1] "hiyyih_light_ng: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7666]]
## [1] "AndriiuLftD: RT @Kpopmap: Top 15 IG Updates By K-Pop Idols\nhttps://t.co/Uv5m1m1Rfp\n\n#IVE #AnYuJin #ENHYPEN #NiKi #EPEX #Wish #GIDLE #Minnie #SF9 #RoWoon…"
## 
## [[7667]]
## [1] "Susky_32: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[7668]]
## [1] "MaryObaniana: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7669]]
## [1] "Leslie44084114: RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…"
## 
## [[7670]]
## [1] "monamie_bts: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[7671]]
## [1] "7on_ugh: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7672]]
## [1] "SusPup: @AskAQueerChick My pocket friends, ie the ones I usually only see online - I spend a lot of time with them both syn… https://t.co/HIdUtmuD2Z"
## 
## [[7673]]
## [1] "Daelight2711: Oh they’re playing a kpop song in Wednesday lol and not even the conventional ones"
## 
## [[7674]]
## [1] "gothbfmark: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[7675]]
## [1] "olivethehobbit: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7676]]
## [1] "noisteponmepls: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7677]]
## [1] "SN0WMlN: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7678]]
## [1] "wonuniversse: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7679]]
## [1] "swiftsgonevogue: RT @fx_Luvatar812: [LUNA INSTAGRAM STORY]\n #savekpopbroadway #kpop #kpopbroadwaymusical https://t.co/8KlOn76tEA"
## 
## [[7680]]
## [1] "aussiekko: @atzwap Didnt expect more from kpop fan.hf☺️"
## 
## [[7681]]
## [1] "myngsgad: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7682]]
## [1] "BTSKS123: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[7683]]
## [1] "Soul4Sad: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[7684]]
## [1] "ExoLove2Giane: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[7685]]
## [1] "miadlrsr: RT @kpopmusic_jp: SEVENTEEN - Hit Song\n#KPOP #LIVE https://t.co/N0lUlLw67X"
## 
## [[7686]]
## [1] "AneYakei: RT @PleinDeVie_7: Global domination is real! 🔥\n\nSB19's aura &amp; perf after WYAT Tour screamed passion! ❤️‍🔥\nI like the new WYAT intro!\n\nSeein…"
## 
## [[7687]]
## [1] "curlicarib: @m0rkseatenbooty @gdtopremacy @pinkfaiyr All of y’all need to stop. ALL kpop groups are guilty of CA. ALL OF THEM.… https://t.co/0WFMZxo0c9"
## 
## [[7688]]
## [1] "kpop_animw: RT @WORLDMUSICAWARD: #UPROXX's Best K-Pop albums of 2022🇰🇷❤️‍🔥\n1⃣BORN PINK #BLACKPINK\n2⃣Gasoline #KEY\n3⃣YOUTH #KIHYUN\n4⃣FEARLESS #LESSERAFI…"
## 
## [[7689]]
## [1] "UknowLoveUknow: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[7690]]
## [1] "Asterlily_jk: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[7691]]
## [1] "PlNKSCORE: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[7692]]
## [1] "_PurpleHeart_99: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7693]]
## [1] "iiZydrate: FACE REVEAL / KPOP ALBUM UNBOXING / HOPEFULLY SILENT HILL LATER https://t.co/epux6tNTmz"
## 
## [[7694]]
## [1] "esterpaulablink: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7695]]
## [1] "lil_satan_: RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…"
## 
## [[7696]]
## [1] "rieicheorom: @nayeonmylvr ON KPOP FLEX IN GERMANY 😭"
## 
## [[7697]]
## [1] "Ola84380546: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7698]]
## [1] "mrsryuj1n: RT @seohanjie: wtf is going on in kpop?? pls i just hope they’re okay and nothing serious happened to them this is so fucked up"
## 
## [[7699]]
## [1] "loving_coups: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7700]]
## [1] "TinyIceMoon: @sunmi_is_art @kjsonlyone @miyaohyeah with us. No one is obliged to know her story and know that she supports Brazi… https://t.co/vwS50n0Yak"
## 
## [[7701]]
## [1] "Ami77Jade: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7702]]
## [1] "BTSKS123: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7703]]
## [1] "pinkss4life: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7704]]
## [1] "do36026660: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7705]]
## [1] "Bangtanactivist: RT @BTSEMPIRES: Indigo is now the biggest weekly debut for an album by a Kpop/Korean soloist in Spotify’s history with only 5 days of track…"
## 
## [[7706]]
## [1] "bp22jlc: @ifyunhosz kpop is an expensive hobby &lt;/3"
## 
## [[7707]]
## [1] "dubulead: is there a qrt about red flavor on that kpop song tweet because there should be"
## 
## [[7708]]
## [1] "lvsrbyjne: RT @togejustvibin: BEST KPOP SONG OF 2022\nhttps://t.co/QOqt6PTVED"
## 
## [[7709]]
## [1] "sakeiyaa: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[7710]]
## [1] "jungkookiemylov: RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…"
## 
## [[7711]]
## [1] "Engene_Sunwon77: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[7712]]
## [1] "jiminseyesocket: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[7713]]
## [1] "KliffSaint: Any moots who listens to Kpop?"
## 
## [[7714]]
## [1] "pinkss4life: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[7715]]
## [1] "andge_koo: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7716]]
## [1] "ohmanbts: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[7717]]
## [1] "lixieeebrownies: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7718]]
## [1] "bts_bornlegend: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[7719]]
## [1] "jnstyIe: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[7720]]
## [1] "DPRMlT0: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[7721]]
## [1] "taekenbyjin: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[7722]]
## [1] "joysesmaid: I just don't get why they're making the world cup about kpop like whatsjshdudjdjdj https://t.co/izgKRGei1m"
## 
## [[7723]]
## [1] "hiewaga: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7724]]
## [1] "eriforexoonly: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[7725]]
## [1] "jungkookiemylov: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7726]]
## [1] "inxayn28: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7727]]
## [1] "jimin_sshiiiii: RT @stallseok: y’all it’s normal for artist to take years off of music especially when they have a rush of being worldwide icons like i can…"
## 
## [[7728]]
## [1] "ZemeerahV: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7729]]
## [1] "Betterthan_Kpop: 【My Black Rose – by Adrian von Ziegler】\n\n#Kpopより良い曲 #音楽\n#BetterThanKpop #Music\n#BetterThanBTS\nhttps://t.co/oTkpFEuEPq"
## 
## [[7730]]
## [1] "Seunglleongtang: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[7731]]
## [1] "do36026660: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[7732]]
## [1] "hiijeongguk: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[7733]]
## [1] "mooooooonchild7: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[7734]]
## [1] "crobatdevotee: They're sending a kpop idol to the moon next year ??"
## 
## [[7735]]
## [1] "BTSARMY97914150: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[7736]]
## [1] "Ola84380546: RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…"
## 
## [[7737]]
## [1] "ARMY_MoonNEarth: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[7738]]
## [1] "seohanjie: wtf is going on in kpop?? pls i just hope they’re okay and nothing serious happened to them this is so fucked up"
## 
## [[7739]]
## [1] "WOAINISHRlMP: RT @soIodown: kpop companies when you’re 18+ in an audition https://t.co/HcZqJHIgbu"
## 
## [[7740]]
## [1] "4xvxrBTS: @BTSOriented Most people who went there are multis or casual listeners or fans of other groups. Never before has a… https://t.co/cZQ9gMPkYO"
## 
## [[7741]]
## [1] "STR4WBERHEEZ: @demorality U want them to disband as if they werent carrying the kpop industry. If some of em weren't here ur favs… https://t.co/Gyx5bEvDvX"
## 
## [[7742]]
## [1] "STREETLlGHT_: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[7743]]
## [1] "coolcutieeve: RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…"
## 
## [[7744]]
## [1] "jaystaywithu: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[7745]]
## [1] "leo95svt: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[7746]]
## [1] "Lu13147: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7747]]
## [1] "BahiJunglitz1: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7748]]
## [1] "nextlevelmay: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[7749]]
## [1] "theorypoppins: was so confused i thought this whole time you were talking about the kpop idol named holland — 😭 but in this contex… https://t.co/HqzO8GEdiw"
## 
## [[7750]]
## [1] "Alrkived: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7751]]
## [1] "Candyy_Baekhyun: He looks like the top Kpop soloist 😄 https://t.co/02cjLlPdYz https://t.co/jcQZU6l1Y4"
## 
## [[7752]]
## [1] "amriie_stay: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[7753]]
## [1] "LovingXiuXiu: Cute kpop idol in a dark concept comeback. I can picture him dancing. But he's not the best dancer, he's the main s… https://t.co/4fWcDla0lR"
## 
## [[7754]]
## [1] "hmuwonwoo: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7755]]
## [1] "amriie_stay: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[7756]]
## [1] "pixyjun: RT @leebitboobs: @demorality Kpop is nothing without them…?"
## 
## [[7757]]
## [1] "Monbeastserver: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[7758]]
## [1] "damikim520: RT @coloredseung: y’all can say what u want about sorn but she always got kpop fans talking about her unprovoked like the hold she has on t…"
## 
## [[7759]]
## [1] "MariaBe32258210: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7760]]
## [1] "cadetliac: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7761]]
## [1] "rxquelita: Brazil goalkeeper is as useless as some dozen members in some kpop groups"
## 
## [[7762]]
## [1] "OSHereWeGoAgain: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7763]]
## [1] "yoongis_fat_ass: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7764]]
## [1] "emi_nct127: RT @Hana41759047: Who Is Your Favorite Male Japanese K-Pop Idol? - Kpopmap\n#YUTA https://t.co/xblnL5tzcV"
## 
## [[7765]]
## [1] "swyjk3: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[7766]]
## [1] "fairy_jimin95: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[7767]]
## [1] "ibabekeiys: RT @UPROXX: 🧵 From @BLACKPINK to @STAYC_official to @le_sserafim – here are our picks for the best K-Pop albums of 2022\n\nBest K-Pop Albums…"
## 
## [[7768]]
## [1] "my_eternal: RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…"
## 
## [[7769]]
## [1] "paoIareynosa: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7770]]
## [1] "AliveAgain10821: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7771]]
## [1] "tonka996: RT @Ada__Sujuist: Just because Heechul’s contract ends with SM doesn’t mean he’s done with SJ. Out of my 4 top kpop groups SUJU is probably…"
## 
## [[7772]]
## [1] "betulalpay10: RT @stream4taekook: \"Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…"
## 
## [[7773]]
## [1] "jasnmrk: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[7774]]
## [1] "BtooshBatool: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7775]]
## [1] "nayoungist: RT @wekikepi: notice how kpop is going downhill ever since weki meki finished their last comeback promotion... we need them back to fix thi…"
## 
## [[7776]]
## [1] "swiftsgonevogue: RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…"
## 
## [[7777]]
## [1] "zahraalattar540: @getthebreadd Did u return back to kpop my girl😭"
## 
## [[7778]]
## [1] "strawberrychims: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[7779]]
## [1] "AngelHarts44: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[7780]]
## [1] "fruityjhs: RT @soobinbeloved: qrts are sounding a lot like kpop fws im having flashbacks. “AND HOW MANY GOALS DID UR FAVS WIN?” https://t.co/OOi4L2yvT7"
## 
## [[7781]]
## [1] "lvsrbyjne: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7782]]
## [1] "runart_W86th: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[7783]]
## [1] "imnayeon_66: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[7784]]
## [1] "7_hangsang: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7785]]
## [1] "imnayeon_66: RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs"
## 
## [[7786]]
## [1] "eymgigi: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7787]]
## [1] "JoonsTinyCrab: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7788]]
## [1] "ikityunjin: like 23 years old complaining abt kpop groups on twt 😭"
## 
## [[7789]]
## [1] "DanielMullett4: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[7790]]
## [1] "alliseeishimrn: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[7791]]
## [1] "HobiHydrogen__: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7792]]
## [1] "Atlantic__Azure: End fairy is the worst thing that could have ever happened to kpop and no one can change my mind"
## 
## [[7793]]
## [1] "babybreadjs: this year is the worst for kpop. jinni left,chuu,loona,treasure and other more sad shit like omg. im literally so sad rn"
## 
## [[7794]]
## [1] "TAEHUNlES: RT @jiyoonietunes: kpop save one, drop one!\nsame idol, different eras ver.\n\na thread🧵🪡 by ant"
## 
## [[7795]]
## [1] "btsxarianaa: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7796]]
## [1] "lilbangtankoo: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7797]]
## [1] "bluejay_exo: RT @kpophappenings_: when that kpop boy sang the high note adlibs of ningning and winter in their it’s live cover of savage in the original…"
## 
## [[7798]]
## [1] "WahyuRamdhon1: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7799]]
## [1] "theworldofshery: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7800]]
## [1] "lullabyJK: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7801]]
## [1] "5_mishel: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7802]]
## [1] "ct_Naparporn: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7803]]
## [1] "7on_ugh: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[7804]]
## [1] "sakuraNotFlower: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[7805]]
## [1] "PhGeun: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[7806]]
## [1] "Kihaebear: RT @itsLIVEofficial: &lt;COMING UP NEXT&gt;\n#원호 - #CRAZY &amp; #on_on\n#WONHO - Crazy &amp; On &amp; On\n@official__wonho\n\n#잇츠라이브 #KPOP #itsLive https://t.co/y…"
## 
## [[7807]]
## [1] "BTSPDnims: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[7808]]
## [1] "lupithaV: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[7809]]
## [1] "treeckorandom: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[7810]]
## [1] "a7dOw9e6pcVb3cX: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[7811]]
## [1] "imnayeon_66: RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…"
## 
## [[7812]]
## [1] "heretoshipboys: RT @PapayaPanic: I can’t believe Block B is coming back to save kpop Omg I legit screamed."
## 
## [[7813]]
## [1] "shugadove: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7814]]
## [1] "kindlydovey: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[7815]]
## [1] "325HIYYIH: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7816]]
## [1] "prinsipeng: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[7817]]
## [1] "magicstarshop: most kpop girlies can't even properly sing live bfr https://t.co/ol3C0RgODG"
## 
## [[7818]]
## [1] "Simo090980: RT @inkijam: Infinite (인피니트) - Telemonster OST Album Lyrics and Tracklist.\nKorean, Romanized and English Lyrics to your favorite Kpop Album…"
## 
## [[7819]]
## [1] "abey_ash: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[7820]]
## [1] "mltigay: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[7821]]
## [1] "ShannelBlack1: Kim Taehyung Tarot Reading: Soulmate, Money or Your Heart? V speaks out via Tarot @BTSW_official  #BTSV #BTS #KPOP… https://t.co/I97kZw1hsG"
## 
## [[7822]]
## [1] "joonrmoon: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[7823]]
## [1] "lomlloey: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[7824]]
## [1] "201229f3l3tx4n4: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[7825]]
## [1] "eymgigi: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7826]]
## [1] "Cindy_luvs_kpop: Looking for 2 more people 😊"
## 
## [[7827]]
## [1] "888points: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[7828]]
## [1] "rmable_: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7829]]
## [1] "noisteponmepls: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[7830]]
## [1] "jinxregalia: i really didn’t expect to have a bias for a fake kpop idol group comprised of COOKIES AND CAKE CREATURES(?) anyways… https://t.co/MZE7dHfQ4H"
## 
## [[7831]]
## [1] "glitter___0_: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[7832]]
## [1] "joonrmoon: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[7833]]
## [1] "mooooooonchild7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7834]]
## [1] "6_second_review: KPOP: Explosive show engages audience in full blown pop music experience.Not for those w/sensitivity to loud noises… https://t.co/onsGFysfxQ"
## 
## [[7835]]
## [1] "tyniverse: @boopleyboop stealing this line whenever pretty kpop boys catch my eye"
## 
## [[7836]]
## [1] "T912007: RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…"
## 
## [[7837]]
## [1] "fairyshwa: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[7838]]
## [1] "nawarjennie: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7839]]
## [1] "Yuzana19194355: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[7840]]
## [1] "Atee_789: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[7841]]
## [1] "ParkHoo32743956: RT @James20779653: @soompi 2022 is the WORST YEAR FOR KPOP"
## 
## [[7842]]
## [1] "graeminpark: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7843]]
## [1] "ibabekeiys: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[7844]]
## [1] "Nekkura_: RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…"
## 
## [[7845]]
## [1] "mooooooonchild7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7846]]
## [1] "Boo_93JK: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7847]]
## [1] "nrmgirll: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7848]]
## [1] "Jimnimoon: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7849]]
## [1] "hunny_potts: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7850]]
## [1] "BcsofU7: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7851]]
## [1] "MareaRL01: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7852]]
## [1] "rrrapmonstar: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7853]]
## [1] "realmeorpersona: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7854]]
## [1] "tofuxwaffle: Melbourne BTS ARMY\n💜 Happy TaeJin Day\n💜Happy Cup - 17 Railway Pde, Glen Waverley (next to train station)\n💜 TODAY 11… https://t.co/cscunLGe1Y"
## 
## [[7855]]
## [1] "inlovewthepinks: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[7856]]
## [1] "ibabekeiys: RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…"
## 
## [[7857]]
## [1] "rain_forever13: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7858]]
## [1] "T912007: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[7859]]
## [1] "nawarjennie: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[7860]]
## [1] "Sw7Wendy_ARMY: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7861]]
## [1] "astro6ix: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[7862]]
## [1] "ninjjaisme: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7863]]
## [1] "dulchashus: RT @hongteezer: why are so many kpop groups releasing tour announcements 1 month before the show is scheduled ?? that is NOT enough time fo…"
## 
## [[7864]]
## [1] "patriciallige: there is an innate behavior that any kpop stan does which is to start showing performances and music videos they adore"
## 
## [[7865]]
## [1] "T912007: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[7866]]
## [1] "P134340L: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[7867]]
## [1] "joonrmoon: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7868]]
## [1] "7Uarmy: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7869]]
## [1] "sseravelvets: RT @loveis4wols: MY FUNCTIONS U WILL ALWAYS HAVE THE BEST DISCOGRAPHY IN KPOP  https://t.co/jRrUa9brhb"
## 
## [[7870]]
## [1] "MariyamQatar: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[7871]]
## [1] "Ola84380546: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7872]]
## [1] "glitter___0_: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7873]]
## [1] "dvas1516: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7874]]
## [1] "g0wonology: RT @softnayei: ੈ♡˳ heya!! I’m looking for new moots ! #kpoptwt #genshintwt\n\n✧ im vi, 14, he/they, leo, I like : genshin, reading, kpop, man…"
## 
## [[7875]]
## [1] "mc_ddakk: RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…"
## 
## [[7876]]
## [1] "Carni611: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7877]]
## [1] "idle4life: What is THAT one kpop group that you want to stan but can't because of some specific reason?"
## 
## [[7878]]
## [1] "njmntk: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7879]]
## [1] "McMc17dream: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7880]]
## [1] "Yeo_Cry_Tea: @fromstars_ Dance the night away by twice and call me baby by exo are just so kpop idk how to explain"
## 
## [[7881]]
## [1] "LaPusca2: RT @Tashal55: (G)I-DLE Spotify Kpop ON story update 🥰 https://t.co/1Qs1KQ2rf9"
## 
## [[7882]]
## [1] "Bts_tortugaU: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7883]]
## [1] "readaus1: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[7884]]
## [1] "saikiz_: my home page being kpop and nails lol https://t.co/ir5VecLb3s"
## 
## [[7885]]
## [1] "awmjunik: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7886]]
## [1] "luvinmimi_: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[7887]]
## [1] "mygkthtresh: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[7888]]
## [1] "DC170113: RT @iamprinceelliot: kpop stans QRT this with a photo of ur bias that makes you go \"why does this photo exist???\""
## 
## [[7889]]
## [1] "UpcomingYGstan: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7890]]
## [1] "jiunguet: @lauranerri kpop culture is so freaking bad"
## 
## [[7891]]
## [1] "dianahikari8809: RT @moonbinmemes126: Kpop fans: bias photocards...\nThe kpop bias: 40,000¥ moneybills. 🤣🤣🤣 https://t.co/pEkP2zNH8v"
## 
## [[7892]]
## [1] "RuisBlanca: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7893]]
## [1] "Princessm3lly_: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[7894]]
## [1] "mystarhoya: i genuinely can't listen to some of those 2016/2017 kpop hits anymore bc i was listening to them a lot in 2018/earl… https://t.co/W7lGms6mfB"
## 
## [[7895]]
## [1] "eyybibiwayem: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7896]]
## [1] "Kookie29247799: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[7897]]
## [1] "linohuii: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[7898]]
## [1] "Karina_M192: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7899]]
## [1] "McMc17dream: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7900]]
## [1] "lullabyJK: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7901]]
## [1] "wooriyouni: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[7902]]
## [1] "Liayasvocal: RT @itzyloverr_: WHEN A MEMBER LEAVES ITZY.\nIM DONE WITH KPOP.\n5 OR NONE. https://t.co/y7qsF2IrOr"
## 
## [[7903]]
## [1] "MiniMoni875: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7904]]
## [1] "crimsonrainlily: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[7905]]
## [1] "AkuaMinalisa: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[7906]]
## [1] "Allens_Anahi: RT @honey0sito: I feel like the longer I stay in kpop, the farther I stray from fandoms. Y’all will fight about everything &amp; anything becau…"
## 
## [[7907]]
## [1] "vnjthjh: i feel so out of place with how i can so easily switch from being a kpop fan to liking all the “normal” music."
## 
## [[7908]]
## [1] "aallgn: RT @BTSEMPIRES: #INDIGO by RM is now the first and only album by a Kpop/Korean soloist in HISTORY to gather over 70M streams on Spotify in…"
## 
## [[7909]]
## [1] "cookiesophia1: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[7910]]
## [1] "huihuichat: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[7911]]
## [1] "PuffyFl92288299: RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…"
## 
## [[7912]]
## [1] "jihyo1999: RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs"
## 
## [[7913]]
## [1] "Hana41759047: Who Is Your Favorite Male Japanese K-Pop Idol? - Kpopmap\n#YUTA https://t.co/xblnL5tzcV"
## 
## [[7914]]
## [1] "EKookiebts: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7915]]
## [1] "P28sj: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[7916]]
## [1] "HY3G40: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[7917]]
## [1] "McMc17dream: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[7918]]
## [1] "yelyjkk: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7919]]
## [1] "SXZlDENT: RT @yeniology: our full of love kpop boy https://t.co/srL4TI57ut"
## 
## [[7920]]
## [1] "purplebloodj: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7921]]
## [1] "G_lxrxjxj: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[7922]]
## [1] "khunbear003: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7923]]
## [1] "bangtanie30: @SSwiftussy @Cristal10_10 @PopBase 2nd generation wasnt just consisted of big bang and 2ne1, so yes kpop would have… https://t.co/MHtCvsAh21"
## 
## [[7924]]
## [1] "SiyeonieCatcher: When will Kpop stans realize just because a group succeeds on charts, album sales, etc, that doesn't prove they hav… https://t.co/FH72mt7QHZ"
## 
## [[7925]]
## [1] "JENNIEDREAMIE: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7926]]
## [1] "g0wonology: RT @__crxy: looking for #kpop moots!!\n\nI'm not new to #kpoptwt but I'm on a new account! looking for orbit, winxy, fearnot, crown, swith, n…"
## 
## [[7927]]
## [1] "wenjunhuismeow: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7928]]
## [1] "taeminxgod: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[7929]]
## [1] "jiminmoster: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[7930]]
## [1] "kiwikyoong: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[7931]]
## [1] "WindLovesSVT19: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7932]]
## [1] "kokobopsession: @IG_Acct_zkdlin Sometimes I see other non exo-l kpop fans defend exo in threads and I feel like I would have been o… https://t.co/PRmLBWmCMQ"
## 
## [[7933]]
## [1] "jiunguet: finally escaping the grasps of kpop i no longer feel terrible if i dont get concert tickets"
## 
## [[7934]]
## [1] "nemvitu42: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7935]]
## [1] "_InFiReS_aRmY: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7936]]
## [1] "shujisunday: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[7937]]
## [1] "illegirl_Eri13: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7938]]
## [1] "PuffyFl92288299: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[7939]]
## [1] "jazz_0ii: RT @yeniology: our full of love kpop boy https://t.co/srL4TI57ut"
## 
## [[7940]]
## [1] "mltigay: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7941]]
## [1] "jadecherry_7: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[7942]]
## [1] "askaboutjay: RT @elizZZ01: Jay Park did what every kpop label doesnt want the idol to do🤷‍♀️ it doesnt matter if you are a fan or not, you need to give…"
## 
## [[7943]]
## [1] "seongvityy: I feel like so many bad/crazy things are just happening in kpop rn like, the whole loona thing, jinni leaving NMIXX… https://t.co/SXpXCIvJRF"
## 
## [[7944]]
## [1] "midnight_sykes: RT @loonajuche: Bts what do you like to eat outside of korea kimchi rice noodle hamburger sprite panda express RM namjoon jin suga j-hope j…"
## 
## [[7945]]
## [1] "iuvlll: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[7946]]
## [1] "eveliin_3: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7947]]
## [1] "chocost46443437: RT @LaliceUpdates: LISA is the FIRST &amp; ONLY K-POP SOLO ACT to win The Best K-pop Award at both the VMAs &amp; EMA. She’s the Most Followed Kpop…"
## 
## [[7948]]
## [1] "purplebloodj: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[7949]]
## [1] "Daniela35606565: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7950]]
## [1] "jhwiiny: RT @MMMSongsDaily: [November 25, 2022] \n\nSong : D-Day [Single] (Wheein solo) \n\nYouTube : https://t.co/m3o47oUxj4 \n\nTranslation : https://t.…"
## 
## [[7951]]
## [1] "katiapa43: RT @doIlprism: moonbin truly is one of the best male performers in kpop"
## 
## [[7952]]
## [1] "msvlvr: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7953]]
## [1] "Ola84380546: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[7954]]
## [1] "Areeba15974580: @MuhammedSemi13 @ODDSbible What kpop gotta do with football"
## 
## [[7955]]
## [1] "moashrinp: @txtlmfao Most respected hyung in all of kpop 😊"
## 
## [[7956]]
## [1] "qtlovelyjiminie: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[7957]]
## [1] "softberry_08: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[7958]]
## [1] "sunchyng: without exo kpop doesn't even exist https://t.co/XMbNrUEeM1"
## 
## [[7959]]
## [1] "Hana41759047: NCT Yuta Kpop Profile - Kpopmap - Kpop, Kdrama and Trend Stories Coverage https://t.co/hkOf3Cj9UB"
## 
## [[7960]]
## [1] "pranprotector: hopefully sza's new album will pull me out of kpop /j https://t.co/hIAZHuMuIy"
## 
## [[7961]]
## [1] "chocost46443437: RT @Slutformyselfxx: LISA IS THE FIRST KPOP SOLOIST IN HISTORY TO WIN VMAs AND THE MTVEMAs https://t.co/VNet853f9s"
## 
## [[7962]]
## [1] "jinxzssd_: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[7963]]
## [1] "supuwustar: the solo stand that come from mnet survival shows and jpop groups like akb are so annoying, kpop is worse because of them"
## 
## [[7964]]
## [1] "GISEOK4EVA: loona has the best discog in kpop"
## 
## [[7965]]
## [1] "Yaya_nicolee: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7966]]
## [1] "lorde_ofthering: The amount of men I’ve made listen to kpop on dating apps is astounding. These artists need to put me on the payroll."
## 
## [[7967]]
## [1] "TurtleRabitK72: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[7968]]
## [1] "HlGHEELS: it's funny when kpop stans will be like how dare you westernize this!!! Like majority of kpop's whole identity is not from black culture"
## 
## [[7969]]
## [1] "angel_loveskz: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[7970]]
## [1] "windjim1013: RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop"
## 
## [[7971]]
## [1] "OSOS76420134: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7972]]
## [1] "woozisupremacy: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[7973]]
## [1] "WE_PURPLE_YOU_V: RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…"
## 
## [[7974]]
## [1] "NMIXX_CHARTSS: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[7975]]
## [1] "avocadosmile22: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7976]]
## [1] "xcoups__: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[7977]]
## [1] "Army__7bangtan: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[7978]]
## [1] "Jimnimoon: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7979]]
## [1] "Papier4Steen: RT @kookfie_: ⚠️⚠️GUYS FINALLY MY NEW DANCE COVER WITH MY KPOP DANCE COVER GROUP IS OUT AAIEDJJDJSKS IM SO HAPPY IT HAS BEEN WAY TOO LONG\nI…"
## 
## [[7980]]
## [1] "bubblegappy: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[7981]]
## [1] "SanidhyaTrivedi: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[7982]]
## [1] "stillwith_you_7: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[7983]]
## [1] "CCAS_voice: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7984]]
## [1] "jeonginstro: RT @doIlprism: moonbin truly is one of the best male performers in kpop"
## 
## [[7985]]
## [1] "nex_bangpink: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[7986]]
## [1] "Kpwhck: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[7987]]
## [1] "tsoaot: who would've thought id be giggling over football edits and treating football players like i do w my kpop boys"
## 
## [[7988]]
## [1] "ttaeggukMinnie: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[7989]]
## [1] "hyeclassy: RT @elsserafim: le sserafim mama dance break proves they’re one of the best performers in 4th gen kpop https://t.co/sJHwTRJLIX"
## 
## [[7990]]
## [1] "jungkookiemylov: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[7991]]
## [1] "HANNAElla7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[7992]]
## [1] "yzejiwu: they’re all so talented and amazing and never deserved this. not like kpop stan’s ever truly cared abt idols mental health tho"
## 
## [[7993]]
## [1] "Jeontime11: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[7994]]
## [1] "1gHeUQqk3e0iKXK: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[7995]]
## [1] "woyodeftns: im a kpop stan a genshin &amp; identity v player an anime enjoyer a cosplayer a monster energy can collector And she st… https://t.co/CaRCKuTxhI"
## 
## [[7996]]
## [1] "VibingOn: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[7997]]
## [1] "MinJoonluvMoon: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[7998]]
## [1] "Liquoricecum: POP SOTY no other kpop song this year even comes close."
## 
## [[7999]]
## [1] "gay_sad_emo: RT @soIodown: kpop companies when you’re 18+ in an audition https://t.co/HcZqJHIgbu"
## 
## [[8000]]
## [1] "Hongnhanlai87: @WongWan73211006 I'm surprised you know about those 2 hell pits of the low life Kpop stans. You're totally right. I… https://t.co/TH6WnN8b0x"
## 
## [[8001]]
## [1] "taesburguer: RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…"
## 
## [[8002]]
## [1] "sexiuyeoI: This time period right now of kpop stans also turning into temp football accs is giving me a headache it's like dou… https://t.co/JysHFuVeGK"
## 
## [[8003]]
## [1] "belle_vsp: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[8004]]
## [1] "leftinorbit: about to start tweeting like a kpop stan...her DUALIT"
## 
## [[8005]]
## [1] "jingushinee: RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n\"Key understood the assignment, and aced it with h…"
## 
## [[8006]]
## [1] "gfsvteez: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[8007]]
## [1] "leedongnai: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[8008]]
## [1] "druighq: this is funnier when u know emma is an actual kpop stan https://t.co/OPz0OuHnBz"
## 
## [[8009]]
## [1] "jihoonmelody: this is what all kpop should be sounding like  https://t.co/D3j431fSgD https://t.co/1SymbRdKck"
## 
## [[8010]]
## [1] "jingushinee: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[8011]]
## [1] "Claudia_bts17: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8012]]
## [1] "m0on_ch11d8: I doubt think jyye or any kpop company cares that much about hate their artists get in English and Chinese. It's al… https://t.co/aWATqAXtiL"
## 
## [[8013]]
## [1] "bvtcat: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8014]]
## [1] "Sun_hope9: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8015]]
## [1] "Luciamorante8: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8016]]
## [1] "BsDontleaveme: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8017]]
## [1] "InjieAnis: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8018]]
## [1] "Carla3b: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8019]]
## [1] "nini_friend: RT @togejustvibin: BEST KPOP SONG OF 2022\nhttps://t.co/QOqt6PTVED"
## 
## [[8020]]
## [1] "flrtspixy: @WORLDMUSICAWARD @ygofficialblink @SHINee @MonstaXAccess @NewJeans_ADOR @pledis_17 @Stray_Kids @ITZYofficial kpop s… https://t.co/xCc27wXdd0"
## 
## [[8021]]
## [1] "eins80141838: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8022]]
## [1] "chwesoleil: RT @soIodown: kpop companies when you’re 18+ in an audition https://t.co/HcZqJHIgbu"
## 
## [[8023]]
## [1] "_becki_x: nahh they can all fuck off.\n\ni guess a great sendoff to my kpop era though 🤣 https://t.co/18QsI8SRAD"
## 
## [[8024]]
## [1] "beloved_kpop: RT @namverse: @mybwits he’s right. society pushes marriage on u &amp; if u even think other than what u grew up with as the norm it’ll try to c…"
## 
## [[8025]]
## [1] "FKareemat: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[8026]]
## [1] "thkjkj_123095: RT @SerieTV46: \"RUN BTS\" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams."
## 
## [[8027]]
## [1] "vicauchinaga: the way you create your own definition to suit your sentiment and set a nonsense argument that rich kids must be ph… https://t.co/aU5zrGApDt"
## 
## [[8028]]
## [1] "xox_vickie: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[8029]]
## [1] "puulisss_: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[8030]]
## [1] "ar_glow: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8031]]
## [1] "SophieRose87: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8032]]
## [1] "piyutts: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[8033]]
## [1] "AhmedAh71191162: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8034]]
## [1] "dhyck6_6: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[8035]]
## [1] "rptor707: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[8036]]
## [1] "Ola84380546: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[8037]]
## [1] "EmilseMujerAraa: RT @UPROXX: 🧵 From @BLACKPINK to @STAYC_official to @le_sserafim – here are our picks for the best K-Pop albums of 2022\n\nBest K-Pop Albums…"
## 
## [[8038]]
## [1] "Fairy_Chim95: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8039]]
## [1] "choi_charo: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8040]]
## [1] "taehyungloops: V 🤝 the face of Kpop https://t.co/mX02ZsiYM8"
## 
## [[8041]]
## [1] "OsTJimina: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8042]]
## [1] "jungkookiemylov: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[8043]]
## [1] "SpaceDash2: RT @kpophappenings_: when that kpop boy group created the colors of a pride flag with each of their solo debuts while showing queer represe…"
## 
## [[8044]]
## [1] "beloved_kpop: RT @mybwits: About marriage\n\n🐨 I'm really scared, and for now...I think it's very long, Promise &amp; swear eternity with one person 'Can somet…"
## 
## [[8045]]
## [1] "jking2597: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[8046]]
## [1] "IzaPrez6: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8047]]
## [1] "semangka_hk: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[8048]]
## [1] "moonskookie: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8049]]
## [1] "bzflr: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8050]]
## [1] "benjablink: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8051]]
## [1] "JkMita1Fan: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[8052]]
## [1] "lauranerri: @jiunguet omg literally, it's v weird the way kpop promotes this type of thing"
## 
## [[8053]]
## [1] "born2_beAlone: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8054]]
## [1] "i9YURI: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8055]]
## [1] "jkdokja: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8056]]
## [1] "FKareemat: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8057]]
## [1] "Yami_Lg13: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8058]]
## [1] "moonskookie: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8059]]
## [1] "shahshadd: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[8060]]
## [1] "9m41h: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[8061]]
## [1] "ghibliknj: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8062]]
## [1] "super_anchovy: RT @GabrielBrandes: Super happy to have co-written @SJofficial next single out on the 15th dec 🎄🎅 #SUPERJUNIOR #single #kpop #SM"
## 
## [[8063]]
## [1] "ajpie11: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8064]]
## [1] "5hineeLtm: RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…"
## 
## [[8065]]
## [1] "fairygowoni: @sunmimilkk “don’t have any relevance” and it’s the most prestigious award handed out in kpop HELP"
## 
## [[8066]]
## [1] "AISZYSINGKIT: @Rora1608 I feel you. The last time I was so crazy about kpop was Bigbang/2ne1/SNSD era. After 2ne1 disbanded, and… https://t.co/Nzi6uu9s8g"
## 
## [[8067]]
## [1] "DanielaFajardoH: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8068]]
## [1] "Ola84380546: RT @ThePopBase: Highest ranking Kpop acts on Billboard Top Album Sales Artists Year-end chart:\n\n1. #BTS - #2 (2020)\n1. #BTS - #2 (2021) \n2.…"
## 
## [[8069]]
## [1] "Purplestarlets: I'm taking recommendations for Jpop and Kpop Christmas songs 📖🤲🏽🎄\n#ChristmasSongs #Jpop #Kpop"
## 
## [[8070]]
## [1] "Caramelaine: @allybools HONESTLY LOOOOL one of my fav things is that acc best things to happen in kpop… but everyone just consta… https://t.co/NRxvp1alip"
## 
## [[8071]]
## [1] "eccdiva: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8072]]
## [1] "eymgigi: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8073]]
## [1] "03TwentySeven: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[8074]]
## [1] "irantzuia1: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8075]]
## [1] "TONKKI_: RT @soIodown: kpop companies when you’re 18+ in an audition https://t.co/HcZqJHIgbu"
## 
## [[8076]]
## [1] "FKareemat: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[8077]]
## [1] "intobhy: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8078]]
## [1] "FrogKTre: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[8079]]
## [1] "yooniiworld: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8080]]
## [1] "ifaaaaf_: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[8081]]
## [1] "i95NAVELY: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8082]]
## [1] "NievesDelaguil3: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8083]]
## [1] "betulalpay10: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[8084]]
## [1] "thvholic: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8085]]
## [1] "cutiechangerine: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[8086]]
## [1] "Anita93927739: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8087]]
## [1] "rnbyeon: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8088]]
## [1] "5hineeLtm: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[8089]]
## [1] "DI0RJ1N: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8090]]
## [1] "theo_won_1: The Royal Family just dropped the ARTIST EDITION show from their Virtual Experience trilogy\nft. ReQuest doing Big B… https://t.co/Pr2zs0Ir1G"
## 
## [[8091]]
## [1] "Jimnimoon: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8092]]
## [1] "kietahatsu: RT @loveis4wols: MY FUNCTIONS U WILL ALWAYS HAVE THE BEST DISCOGRAPHY IN KPOP  https://t.co/jRrUa9brhb"
## 
## [[8093]]
## [1] "pernile2017: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[8094]]
## [1] "jl_kpop: RT @LINEFRIENDSinfo: When blue and red comes together💙❤️\nIt creates a hopeful and passionate purple!\n\nBT21 Purple edition\nComing Soon\n\n✔️Gl…"
## 
## [[8095]]
## [1] "Envy4Yoon: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8096]]
## [1] "loves5HINee: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[8097]]
## [1] "JustHere4_BTS: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8098]]
## [1] "lulutkk: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…"
## 
## [[8099]]
## [1] "sniperofmyheart: RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…"
## 
## [[8100]]
## [1] "wa_co_ca: Moon Ga Young and Seo Kang Joon | Dream K-drama pairings Part 2 ...\n \nhttps://t.co/Fi5ynmRgdy\n \n#KoreanActors… https://t.co/SMyI6Nfs24"
## 
## [[8101]]
## [1] "fullbleach: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[8102]]
## [1] "linohuii: The usual responses when they can't accept that another gen will be taking over the kpop scene. As a second gen sta… https://t.co/QAKRCgcgrD"
## 
## [[8103]]
## [1] "LaraPin89525668: RT @ABtheKreator: I found this picture on internet… what award did our homie D.O Kyoungsoo win here? 👀🔥🔥🔥💯✅ #DO #EXO #EXOL #kdrama #kdramat…"
## 
## [[8104]]
## [1] "personafied7: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8105]]
## [1] "betulalpay10: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[8106]]
## [1] "mimamoguel: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[8107]]
## [1] "rjli0111: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8108]]
## [1] "voboscokezero: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[8109]]
## [1] "jessbooks492: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[8110]]
## [1] "sparko3001: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[8111]]
## [1] "akgbjh: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8112]]
## [1] "jaebeomsdaily: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[8113]]
## [1] "FANCYY0U: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[8114]]
## [1] "CHRxxRM: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8115]]
## [1] "mimamoguel: RT @CelebConfirmed: #BTS’s #RM performed some of the latest tracks from his first solo album #Indigo at the #DiaBeacon art museum in #NewYo…"
## 
## [[8116]]
## [1] "KAIZVOUS: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8117]]
## [1] "stxrlightwoo: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[8118]]
## [1] "Yoongis_petrock: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8119]]
## [1] "fairswanie: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[8120]]
## [1] "wings_fanatic: @ultjmz Changed the whole of kpop too. Actual icon"
## 
## [[8121]]
## [1] "kdemazo: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[8122]]
## [1] "solovelylovelyy: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8123]]
## [1] "Vtaehyung_Tann: RT @taetaevoting_jp: ❤︎ テテDaily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1QYrh\n▶︎ https://t.co/iw7S3kMCn3\njuice\n▶︎ https://t.co/0k65503ogj\nK kpop\n▶︎…"
## 
## [[8124]]
## [1] "Yooni933: RT @loonajuche: Bts what do you like to eat outside of korea kimchi rice noodle hamburger sprite panda express RM namjoon jin suga j-hope j…"
## 
## [[8125]]
## [1] "kamyskamyska: this reminds me how often people think i'm saying gaypop when i say kpop and like yeah that definitely is also sth… https://t.co/1SL3hSHrb6"
## 
## [[8126]]
## [1] "jklove_la: RT @Glaze_Kookie: Highest songs Debut week by Kpop Soloist on Spotify (filtered streams): \n\n#1 #LeftandRight — 30.3M🥇\n#2 #Dreamers — 25.7M(…"
## 
## [[8127]]
## [1] "jheth9: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8128]]
## [1] "Moasoobin8779: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[8129]]
## [1] "swiftsgonevogue: RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…"
## 
## [[8130]]
## [1] "Camii_BerriosR: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8131]]
## [1] "siellynsalty: im a loser whos checking up kpop pcs at midnight and i. want. him."
## 
## [[8132]]
## [1] "0325_jade: @sunmi_is_art I honestly think football stans are worse than kpop stans lol"
## 
## [[8133]]
## [1] "onewverses: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[8134]]
## [1] "Moasoobin8779: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[8135]]
## [1] "sumin44386868: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[8136]]
## [1] "Manuelita7Army: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[8137]]
## [1] "MuhammedSemi13: @Areeba15974580 @ODDSbible Average cringe kpop fan"
## 
## [[8138]]
## [1] "IzaPrez6: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8139]]
## [1] "Park14110921: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[8140]]
## [1] "AniKpopTrash: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[8141]]
## [1] "skzdeukaes: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[8142]]
## [1] "Ydbc0R84bqLtWRF: RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6"
## 
## [[8143]]
## [1] "VriskaChat: RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…"
## 
## [[8144]]
## [1] "chvnelo: tell me a movie abt an emoji has any storytelling potential. wtf kind of plot is “emoji is shunned for not being a… https://t.co/dpPfRFApxV"
## 
## [[8145]]
## [1] "chvnelo: cold take alert but i just saw a headline abt the broadway musical abt kpop and thats when it clicked. out of touch… https://t.co/n06wIq5Cis"
## 
## [[8146]]
## [1] "leebitboobs: @demorality Kpop is nothing without them…?"
## 
## [[8147]]
## [1] "greedyhyvne: RT @dumpling_hj: Hwang Hyunjin,you're LOVED, you're most appreciated and successful idol of your generation and that's a BIG threat for eve…"
## 
## [[8148]]
## [1] "R1V3R_R04D: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[8149]]
## [1] "jnkshortcake: RT @twinkIebee: hello #kpoptwt I like most kpop grps ♡\nThings about me and who I stan :\n\n° I'm a minor but don't be afraid to drag me if ne…"
## 
## [[8150]]
## [1] "payolablink: RT @SerieTV46: \"Shut Down\" by @BLACKPINK it's the most viewed Kpop Group MV in last 24 hours on Youtube with 1.4M views."
## 
## [[8151]]
## [1] "701YJ: RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…"
## 
## [[8152]]
## [1] "Adriananabi0011: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8153]]
## [1] "MAK1MA_ENJOYER: Like jooheon was hyping hyungwon  up for his stage this man is not giving any takes on the kpop industry"
## 
## [[8154]]
## [1] "hwahongiie: ateez? really?\nyou guys picking the greatest band in 4th gen and only band that carry the kpop on their backs...omg… https://t.co/0MtiwshvEO"
## 
## [[8155]]
## [1] "KimberlyMautin1: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[8156]]
## [1] "MONDayhater25: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8157]]
## [1] "Beverly45228726: RT @sSalmavante: @kpopcharts_data #Taehyung is the standard and he is the TOP ONE Kpop star in China\" #BTSV #태형 #뷔 https://t.co/n6sVHRgZ9O"
## 
## [[8158]]
## [1] "Sht1252003: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8159]]
## [1] "javachipsky: RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6"
## 
## [[8160]]
## [1] "ihae2k: @vvsyongs and its crazy bc men will talk about kpop like woah!"
## 
## [[8161]]
## [1] "moonhwa98: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[8162]]
## [1] "3su_us3: RT @PARKJIMINJAPAN: 🗳Kpop Lifes\n\n📍Most Handsome KPOP Male Idols\n🔗 https://t.co/RukGTi49dI \n\n📍KPOP Heartthrobs 2022\n🔗 https://t.co/rfitrFLda…"
## 
## [[8163]]
## [1] "bbbkkkoooo: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8164]]
## [1] "enhyfan5: RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…"
## 
## [[8165]]
## [1] "Beverly45228726: RT @Romantic_Tae: @kpopcharts_data #1 V\n#2 V\n#3 V\n\"#Taehyung is the standard and he is the TOP ONE Kpop star in China\" #BTSV #태형 #뷔 https:/…"
## 
## [[8166]]
## [1] "naykoobun: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[8167]]
## [1] "kmgfeels: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8168]]
## [1] "LOVEBUNNYMYEON: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[8169]]
## [1] "shineeonyu_zu: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[8170]]
## [1] "valyriankook: “whats the best song in kpop” and i rt-ed both pied piper and fake love lmaoo"
## 
## [[8171]]
## [1] "yzejiwu: the way kpop stans will absolutely destroy idols dreams over a concept then have the guts to act like that idol wou… https://t.co/7pGz3X8pJB"
## 
## [[8172]]
## [1] "UpcomingYGstan: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[8173]]
## [1] "diphylleiagrai: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[8174]]
## [1] "xiaoppears: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[8175]]
## [1] "nfiemyblvd: RT @seung__jjang: kpop stans: don’t baby idols, they’re grown men 🤬🤬🤬\nthe grown man in question:\nhttps://t.co/1WUweDXguY"
## 
## [[8176]]
## [1] "linospurplehair: also im new to this cause i guess this is a thing that every kpop group does? like this yearly season's greeting thing, can someone explain?"
## 
## [[8177]]
## [1] "bamhaneulepearl: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8178]]
## [1] "jiminmoster: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8179]]
## [1] "kmgfeels: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[8180]]
## [1] "lenkusubitvh: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[8181]]
## [1] "gummysuga17: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8182]]
## [1] "wrldcharts: NOLZA is now the highest selling KPOP album of all time. @ITZASDIARY https://t.co/XM9aYkGVa6"
## 
## [[8183]]
## [1] "RubiCarat: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8184]]
## [1] "JUYEONSNEV: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8185]]
## [1] "crystlskjn: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8186]]
## [1] "MadushaAmarasi3: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[8187]]
## [1] "jjungpandorox: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[8188]]
## [1] "flolikebyul: kpop stans so weird"
## 
## [[8189]]
## [1] "02Lunaa: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[8190]]
## [1] "atk_pb: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8191]]
## [1] "mothrgaia: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[8192]]
## [1] "redreplover89: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[8193]]
## [1] "ThinaraJayasin1: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[8194]]
## [1] "haanqi: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8195]]
## [1] "imismyim: RT @kkulkyun2609: Since Monsta X comeback is nxt yr &amp; we mbbs really tweet a lot and kpop stans usually drag us into fanwars, how about we…"
## 
## [[8196]]
## [1] "Felix66205366: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[8197]]
## [1] "skswn0208: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[8198]]
## [1] "winterfantasi: RT @hyoshin0807: [Eng] SF9 Rumination Showcase 211122\n\n1: https://t.co/j3yDDrb5Yq\n2: https://t.co/CY4Nhccuut\n3: https://t.co/Bf4p9aCWp2\n4:…"
## 
## [[8199]]
## [1] "diala2212: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8200]]
## [1] "AustinXiaoting: @_queenmamba_ Name names now I just found out kpop had plushies and as a certified plushie addict I will like to collect them"
## 
## [[8201]]
## [1] "ATZH0NGJ00NG: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8202]]
## [1] "JENNIEDREAMIE: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8203]]
## [1] "LizetVasquez7: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[8204]]
## [1] "luvssjeon: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8205]]
## [1] "abyvalval88: RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…"
## 
## [[8206]]
## [1] "gfriendtwiIight: RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…"
## 
## [[8207]]
## [1] "Beverly45228726: RT @kpopWorldItaly1: LORD KIM TAEHYUNG ❤️❤️\n\nMe, Myself, and V \"Veautiful Days\".\n\nVEAUTIFUL DAYS \nVEAUTIFUL DAYS WITH V\nARTIST &amp; CREATOR V…"
## 
## [[8208]]
## [1] "yimh_ny: @nabunnyim jyp himself doesn't have a \"good heart\" seeing how he treats the group. I don't get how onces/kpop stans… https://t.co/ZbJ9uldXJh"
## 
## [[8209]]
## [1] "jiunguet: (opinion) idk i'd feel wrong having to pay money to talk to my idols who are people i essentially dont know.. ofc s… https://t.co/5awWcdvtnN"
## 
## [[8210]]
## [1] "heyits_rk: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8211]]
## [1] "tasanee1966: RT @ipxrlebun: Listening to Win's songs along w/ my kpop fave is a whole mood while doing school stuffs. 🫰🫶\n\nProud of you @winmetawin\nour T…"
## 
## [[8212]]
## [1] "fashionminghao: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8213]]
## [1] "Kamo66238304: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8214]]
## [1] "pendex_kpop: RT @shining_idle: Welcome to the Spotify collage club NMIXX😭😭 https://t.co/1vVYeNnDdt"
## 
## [[8215]]
## [1] "tribedalocas: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[8216]]
## [1] "sgcal___annne: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[8217]]
## [1] "prettyjongiin: @usernotokayy It's true groups never disband but exo? Someone said they are the cockroaches of kpop 😭😭"
## 
## [[8218]]
## [1] "milkybunnie24: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8219]]
## [1] "vrnnmrk: like what is rhis?? what does this hwve to do w kpop???? https://t.co/J3CvNMz62i"
## 
## [[8220]]
## [1] "unusualpinks: RT @BLACKPINKSTATS5: .@BLACKPINK was 2022’s 2nd top trending comeback (2nd most searched) in the U.S. according to @GoogleTrends. It was th…"
## 
## [[8221]]
## [1] "Ccyellow7: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8222]]
## [1] "BTS4ever_Army7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8223]]
## [1] "G5QYUj: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[8224]]
## [1] "JungOne200: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8225]]
## [1] "cakeghurls: RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…"
## 
## [[8226]]
## [1] "starrynightBTS1: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8227]]
## [1] "taegikookhoe: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8228]]
## [1] "MiraculerxX: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[8229]]
## [1] "Ccyellow7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8230]]
## [1] "hsthebrave_: RT @brotheromori: moonbin truly is one of the best male performers in kpop"
## 
## [[8231]]
## [1] "Nevergonadance: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[8232]]
## [1] "jinglden: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8233]]
## [1] "dearestseungjin: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[8234]]
## [1] "Nathan_Kunj: RT @teuidaapp: Are you ready to sing with Umji? This is your perfect chance to sing with a kpop idol!🥰 \n#teuida_viviz https://t.co/Q8pO7scv…"
## 
## [[8235]]
## [1] "BarbzNMaraj: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[8236]]
## [1] "oh3hun: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8237]]
## [1] "fIirtykook: Mappa fans sound like those kpop company stans ... both embarrassing"
## 
## [[8238]]
## [1] "OvertimeOnce: RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…"
## 
## [[8239]]
## [1] "tanniessolostan: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[8240]]
## [1] "martinezmariey: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8241]]
## [1] "allaboutB_01: RT @itsladyrean: The Living Legend of Kpop herself, BoA ✨😌✨\n\n#BeYou2inManila\n#BoA\n#StarryNightWithBoA https://t.co/iLSb3F8x6c"
## 
## [[8242]]
## [1] "formydear7: RT @innerchilding7: Thats why i also hate the “king of kpop” “itboy of kpop” “ace of kpop” like pls its been decades since BTS as a whole l…"
## 
## [[8243]]
## [1] "betyoublack: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[8244]]
## [1] "ktlady0225: RT @allegedlyangelo: I have been a kpop fan since second gen. There’s nothing you could say or show me that I have not heard, seen or said…"
## 
## [[8245]]
## [1] "trvaluvknj: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[8246]]
## [1] "BTS_bt7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8247]]
## [1] "babylokkes: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[8248]]
## [1] "10fedeer1: RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…"
## 
## [[8249]]
## [1] "Kamilia_125: my kpop bside playlist on shuffle play pt 2:\n\npinwheel                     the leaders https://t.co/u1oyRLVKRD… https://t.co/jy8J7FnGqm"
## 
## [[8250]]
## [1] "MehuliDas11: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8251]]
## [1] "brunobxtch: RT @nonoooramos04: 🥺 LISA AND JISOO seeing the drawing 😭 \n\nWith the help of our bestie @alexsa1000_jd 🙏 \n\n#BLACKPINK #BORNPINKinBarcelona #…"
## 
## [[8252]]
## [1] "VANTMYOON: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8253]]
## [1] "soobmissive: RT @James20779653: @soompi 2022 is the WORST YEAR FOR KPOP"
## 
## [[8254]]
## [1] "UitzMedina: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8255]]
## [1] "Xoch_JuJuJuP: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[8256]]
## [1] "simpoverjimin: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8257]]
## [1] "Sue_2392: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8258]]
## [1] "UKnowSoloSpprt: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[8259]]
## [1] "goshinyeochin: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[8260]]
## [1] "BarbzNMaraj: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[8261]]
## [1] "defscoupss: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8262]]
## [1] "eternallywiz: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[8263]]
## [1] "beytsprint: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8264]]
## [1] "G_Taysi: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[8265]]
## [1] "K2YWE_twt: @marymybelle no cuz even my sister who doesn’t even listen to kpop anymore Looovess this song it’s just too good!"
## 
## [[8266]]
## [1] "AnoXNymXOus: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[8267]]
## [1] "kiana9758: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[8268]]
## [1] "C_Miidzzy: RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…"
## 
## [[8269]]
## [1] "uji_hochi: RT @svtcontents: @pledis_17 📰 SECTOR 17 is on UPROXX's Best K-Pop Albums 2022 List! \n\n🖇️https://t.co/TWl2csgBPx https://t.co/I2vid9v3z3"
## 
## [[8270]]
## [1] "irina88885: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8271]]
## [1] "ZLJPNv3kAl0IeHu: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[8272]]
## [1] "_pjmsiren_: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8273]]
## [1] "armymarperu: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8274]]
## [1] "ourcityburning: RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…"
## 
## [[8275]]
## [1] "fleurenjuin: @magicalbangs @MystDragon_ @AboutMusicYT Although actually it’s not the girls’ fault, we veteran Kpop stans know ho… https://t.co/vnBKfPMd5u"
## 
## [[8276]]
## [1] "FreaksinKeyland: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[8277]]
## [1] "bangtanrealeza: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8278]]
## [1] "cry_should: RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…"
## 
## [[8279]]
## [1] "goblinparties: RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…"
## 
## [[8280]]
## [1] "BensonWu2000813: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8281]]
## [1] "95Valleng: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8282]]
## [1] "Paloma74889430: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[8283]]
## [1] "hoshyngie: RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV"
## 
## [[8284]]
## [1] "superchoisan: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[8285]]
## [1] "VenomPink5: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8286]]
## [1] "purpuriu_: RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…"
## 
## [[8287]]
## [1] "gingeryoongis: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8288]]
## [1] "catboyIevi: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8289]]
## [1] "leslurd: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[8290]]
## [1] "bts_myspringday: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8291]]
## [1] "_ily_jonghyun_: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[8292]]
## [1] "dna_bulletproof: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8293]]
## [1] "readaus1: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8294]]
## [1] "nixk_nixk: 1 YEAR ANNIVERSARY TO MY FAV SONG! #ATEEZ #atiny #kpop https://t.co/waSOml9ku3"
## 
## [[8295]]
## [1] "dianitadcv: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[8296]]
## [1] "TannyBangtan: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8297]]
## [1] "Ericktrillame: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[8298]]
## [1] "Nathan_Kunj: RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…"
## 
## [[8299]]
## [1] "_fxxck_it: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[8300]]
## [1] "ClcLiven: RT @HlYYlHRTS: I’m gonna be honest bg’s have so much privilege in kpop they could be providing their company absolutely nothing and STILL t…"
## 
## [[8301]]
## [1] "jeno123_n: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[8302]]
## [1] "armymarperu: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8303]]
## [1] "RahSaima: RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…"
## 
## [[8304]]
## [1] "j43hyns: when kpop idols wear this shirt, they automatically become hot! https://t.co/uXkuKH8Mt7"
## 
## [[8305]]
## [1] "Samblink6: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8306]]
## [1] "jiunglebells: RT @hongteezer: why are so many kpop groups releasing tour announcements 1 month before the show is scheduled ?? that is NOT enough time fo…"
## 
## [[8307]]
## [1] "meikaleney: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8308]]
## [1] "ihypekyu: omg we went to the new korean grocery store too and they were playing mvs on a giant tv and they had kpop albums !!! https://t.co/wHa4uXbVfC"
## 
## [[8309]]
## [1] "jsp9A3AKYBdv6y9: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[8310]]
## [1] "binsIvr: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[8311]]
## [1] "Lolawinxclub: RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…"
## 
## [[8312]]
## [1] "mylove_know: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8313]]
## [1] "encxrevivi: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[8314]]
## [1] "ninisoori: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[8315]]
## [1] "Kihaebear: @itsLIVEofficial @official__wonho We missed it 🥺💙\n#itsLive #원호 #CRAZY #on_on #WONHO #KPOP \n@official__wonho"
## 
## [[8316]]
## [1] "aIeexaa: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8317]]
## [1] "mnthmim: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[8318]]
## [1] "mykoeun_: the things you miss when you avoid kpop twt for two months lol"
## 
## [[8319]]
## [1] "CubforKdub: My entire kpop heart belongs to this man. 💙🐻 https://t.co/FtLO8Q8Bkb"
## 
## [[8320]]
## [1] "Varshu_875: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8321]]
## [1] "nrmgirll: RM BIGGEST THAT KPOP"
## 
## [[8322]]
## [1] "borderlinechill: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[8323]]
## [1] "yup_please: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[8324]]
## [1] "zarulsyahmi4: Another heartbreaking kpop news. Usually I don’t bothered but jinni leaving jyp makes me shocked. Till now I’m stil… https://t.co/4EJpvxaR1D"
## 
## [[8325]]
## [1] "supremejk_1997: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[8326]]
## [1] "bangtanzthel: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[8327]]
## [1] "loving2jimin: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8328]]
## [1] "dearly323: RT @kpophappenings_: when the kpop boy comforted his classmates when they were having menstrual cramps and brought them medicine from the h…"
## 
## [[8329]]
## [1] "avocadosmile22: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[8330]]
## [1] "L00veLetter: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[8331]]
## [1] "chxnlomlx: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[8332]]
## [1] "jongkey98shawol: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[8333]]
## [1] "iLovSooo: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8334]]
## [1] "kttychica: RT @ninqrIs: i'm looking for #stantwt #kpoptwt moots \n\n- paula ('00)\n- she/her\n- nct, exo, aespa, red velvet, le serrafim, snsd, shinee, f(…"
## 
## [[8335]]
## [1] "illmeltforJin: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8336]]
## [1] "JinniSunFlower: RT @koreatimescokr: #NMIXX slims to sextet with member Jinni's departure  \n#kpopgirlgroup #kpop #JYP\n\nhttps://t.co/jVfBs0jJpg"
## 
## [[8337]]
## [1] "BaronDestructo: Top 10 Kpop Songs of November, 2022 \n1. Fortuna - #LexieLiu \nMark November 24th as the day I discovered Lexie Liu.… https://t.co/T4CKBC4c2K"
## 
## [[8338]]
## [1] "jmskyblue: RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop"
## 
## [[8339]]
## [1] "yixienings: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[8340]]
## [1] "Pump1623: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8341]]
## [1] "avocadosmile22: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[8342]]
## [1] "AncholiBrocolli: RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…"
## 
## [[8343]]
## [1] "YM134340: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8344]]
## [1] "JEOsinophil: @SJofficial MY BELOVED 🥺 The group that started my love for kpop. I miss you guys so much and forever thankful for… https://t.co/hHrQrkErQU"
## 
## [[8345]]
## [1] "yxgstan: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[8346]]
## [1] "JiminJules: @Chromozone5 @AboutMusicYT BTS paved the way for kpop and bp"
## 
## [[8347]]
## [1] "BaronDestructo: Top 10 Kpop Songs of November, 2022 \n2. Limbo - #Nature \nOne of those songs that leave you wondering \"What the hell… https://t.co/3EsOkcd43o"
## 
## [[8348]]
## [1] "stantalentjk: RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…"
## 
## [[8349]]
## [1] "Kihaebear: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[8350]]
## [1] "joonsbattery: RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…"
## 
## [[8351]]
## [1] "Kuoriwi7: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 6…"
## 
## [[8352]]
## [1] "rianaendedyou: Kpop stans aren't real https://t.co/Tgc1lHAEYU"
## 
## [[8353]]
## [1] "mari_mere: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[8354]]
## [1] "TheSeokjin20: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8355]]
## [1] "namu4lvr: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8356]]
## [1] "Kakyerin: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[8357]]
## [1] "Kihaebear: @itsLIVEofficial Best boy 💙\n#itsLive #원호 #CRAZY #on_on #WONHO #KPOP \n@official__wonho"
## 
## [[8358]]
## [1] "BaronDestructo: Top 10 Kpop Songs of November, 2022 \n3. Alone - #Highlight \nCoincidentally, following on the heels of Young Jun Hyu… https://t.co/sTwKfrj3oI"
## 
## [[8359]]
## [1] "kylasback: @auditiontwtceo Jyp would never terminate a contract just coz a member hates a concept actually no kpop company in… https://t.co/IXYmO0OQLh"
## 
## [[8360]]
## [1] "fendiseunie: RT @GOTEXOCULT: the way 2019 is considered one of the worst year for kpop and I officially started listening to kpop that year https://t.co…"
## 
## [[8361]]
## [1] "Epi_chuu: RT @kpophappenings_: when that kpop boy produced his group’s entire comeback at 17"
## 
## [[8362]]
## [1] "Baez136Baez: jungkook makeup kpop"
## 
## [[8363]]
## [1] "karrisziaquin: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8364]]
## [1] "Moaserendipity: Wel technically Gangnam Style BUT I will go with the first song that got me into Kpop and that was Monster - Exo https://t.co/19re7YPgTj"
## 
## [[8365]]
## [1] "jieuky: RT @TOJIYEOL: what is up with kpop stans saying exos peak was in 2014-15 like does kokobop and the eve not exist to yall??? 😭 like what abo…"
## 
## [[8366]]
## [1] "rrkiivee1: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8367]]
## [1] "sugasjoonie: RT @innerchilding7: Thats why i also hate the “king of kpop” “itboy of kpop” “ace of kpop” like pls its been decades since BTS as a whole l…"
## 
## [[8368]]
## [1] "PJMsMINI13: RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop"
## 
## [[8369]]
## [1] "mk68058495: RT @kpopitaly2017: 🇮🇹 vota per i tuoi 5 gruppi preferiti dell'anno, il 2 gennaio scoprirai la classifica in live su twitch\n\n🇬🇧 vote for you…"
## 
## [[8370]]
## [1] "Kuoriwi7: RT @SerieTV46: \"Dreamers (FiFA World Cup 2022 Official Soundtrack)\" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…"
## 
## [[8371]]
## [1] "aj_xz7: RT @ATiny_WayZenNi_: Happy Ni-Ki Day December 9, 2005 #NiKi #NishimuraRiki #enhypen #engene #Heeseung #Jake #Jay #Jungwon #Sunghoon #Sunoo…"
## 
## [[8372]]
## [1] "Kuoriwi7: RT @SerieTV46: \"RUN BTS\" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams."
## 
## [[8373]]
## [1] "alluvsjk: omg im gonna make my kpop x cafe shop in the sims tomorrow"
## 
## [[8374]]
## [1] "sweemo_wzho: kpop lighstick ranking https://t.co/YozWVroP13"
## 
## [[8375]]
## [1] "Kuoriwi7: RT @SerieTV46: Top 15 most streamed song by Kpop Artist on Spotify of 7 December 2022:\n\n#JUNGKOOK, #RM, @BLACKPINK, @le_sserafim, #JIN, @Ne…"
## 
## [[8376]]
## [1] "TannuSurya: RT @celebdotid: Big Hit releases Kim Taehyung's special photo-folio, Veautiful Days😍\nARMY goes crazy over Kim Taehyung, which one is your f…"
## 
## [[8377]]
## [1] "KPredictionn: an idol member who left their group could open an social media page(like insta or twitter, something like that)… https://t.co/2hlXyRBGLo"
## 
## [[8378]]
## [1] "alinasdeniz: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[8379]]
## [1] "nagiPride: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[8380]]
## [1] "joohunbees: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[8381]]
## [1] "Bangtan_inSpain: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8382]]
## [1] "BaronDestructo: Top 10 Kpop Songs of November, 2022 \n4. Koong - #YoungJunHyung  \nDidn't know anything about the artist until I came… https://t.co/GqgRJjYnLk"
## 
## [[8383]]
## [1] "Kamilia_125: my kpop bside playlist on shuffle play pt 1:\n\nyoung luv                       run bts https://t.co/mewCSYeeTK… https://t.co/sPdGfXaY7r"
## 
## [[8384]]
## [1] "seokkvth: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[8385]]
## [1] "Leslie44084114: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[8386]]
## [1] "BTXTelepathy: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8387]]
## [1] "Kuoriwi7: RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…"
## 
## [[8388]]
## [1] "TKpatroa: RT @JAMJAMPICS: everyone! if you’re active right now go on kingchoice to vote #JIMIN on HOT 100 K-pop Idols. he’s on #2 spot and it’s endin…"
## 
## [[8389]]
## [1] "j00npanman: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[8390]]
## [1] "burntbraincell: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8391]]
## [1] "sugasjoonie: RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…"
## 
## [[8392]]
## [1] "ARk0_N: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[8393]]
## [1] "BTS__4ever777: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8394]]
## [1] "veatifuIkoo: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8395]]
## [1] "tanniessolostan: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[8396]]
## [1] "EXOFR_: RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…"
## 
## [[8397]]
## [1] "BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be… https://t.co/IR0uFnMs9W"
## 
## [[8398]]
## [1] "Hana41759047: RT @foryutachanyeol: https://t.co/vkb40wd5i0\n\nKeep vote for yuta"
## 
## [[8399]]
## [1] "taytawa: I totally forgot how kpop tweet used to be jjdjdjd...."
## 
## [[8400]]
## [1] "theemermaidgirl: Some kpop company needs to recruit all of the members who have been kicked out and make one big group I fear https://t.co/HCc7EOmAgM"
## 
## [[8401]]
## [1] "JKHOLIC2: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8402]]
## [1] "pluralofmousse: These days you really be hearing kpop songs on anything and anywhere like wdym my brother heard twice's \"I can't st… https://t.co/76RlRmabRO"
## 
## [[8403]]
## [1] "niagara_tae: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[8404]]
## [1] "decalcomaniabe: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[8405]]
## [1] "mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https://t.co/qFacsX4TFg"
## 
## [[8406]]
## [1] "myg_7anpnmn: RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…"
## 
## [[8407]]
## [1] "ecinej083180: RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…"
## 
## [[8408]]
## [1] "Kuoriwi7: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8409]]
## [1] "icefaes: Not ed related but i need 2 say kpop stans r so goddamn misogynistic. Also leave my girl w0nyoung alone shes breathing u just hate women"
## 
## [[8410]]
## [1] "tanniessolostan: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8411]]
## [1] "sokazi_giveaway: RT @aerisshop: welcome to @aerisshop ~\n\npremium accs\nload to gcash trades\npautang service\nbuy n sell phones\n\ndm me to avail &lt;3\n\nt. wts lfb…"
## 
## [[8412]]
## [1] "Kasoon55775987: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[8413]]
## [1] "BaronDestructo: Top 10 Kpop Songs of November, 2022 \n6. Rollercoaster - #Woo_Ah \nA relatively young group (They debuted in 2020) th… https://t.co/1rZfpSz6Zd"
## 
## [[8414]]
## [1] "namuabyss: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8415]]
## [1] "eunwoosbigbooty: @astjinwoosxl Same. I’d fall out of kpop"
## 
## [[8416]]
## [1] "codeseungmo: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[8417]]
## [1] "OishyRahman5: RT @foetuskookieOO: @WORLDMUSICAWARD @BTS_twt From \"The Princes of KPop\" to \"The Princes of GLOBAL POP\"\nYes, That's BTS"
## 
## [[8418]]
## [1] "StephSeptic: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[8419]]
## [1] "Joons_Jams21: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8420]]
## [1] "YM134340: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8421]]
## [1] "babybeemelody: RT @KShinwonptg: not a group but when that kpop boy Jinho from Pentagon covered Bohemian Rhapsody https://t.co/GWohjO2G67"
## 
## [[8422]]
## [1] "KPredictionn: a few other agencies has took noticed of some loona members \n#kpoppredictions #kpopprediction #kpop"
## 
## [[8423]]
## [1] "fratkoo: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8424]]
## [1] "neferta36805783: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[8425]]
## [1] "AlanMonterroso3: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[8426]]
## [1] "LouPandoras: RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…"
## 
## [[8427]]
## [1] "dayanischan: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8428]]
## [1] "maodiblue1: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[8429]]
## [1] "BaronDestructo: Top 10 Kpop Songs of November, 2022 \n7. All Right - #Flora \nOST's rarely make my rankings, so it's always a pleasan… https://t.co/gsoHf7wFnv"
## 
## [[8430]]
## [1] "nctcandy28: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[8431]]
## [1] "JiminJules: RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…"
## 
## [[8432]]
## [1] "jeozhia2020: RT @zhellllllllllll: #lapillus included in kpop rising of #spotify … 🔥🔥🔥\n\n#lapillus #라필루스 #GRATATA #그라타타 https://t.co/X3DqQzWCAh"
## 
## [[8433]]
## [1] "queky_: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8434]]
## [1] "cottonpiico: @relishchuu he did yall a favor saying some shit yall cant say. what they gon do, shun his ass when heon even like kpop? lmfaoooo"
## 
## [[8435]]
## [1] "jeonggukpathy: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[8436]]
## [1] "Bangtangare7: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8437]]
## [1] "jiminchillin: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8438]]
## [1] "jklove_la: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8439]]
## [1] "BaronDestructo: Top 10 Kpop Songs of November, 2022 \n8. Snowy - #Itzy \nCheshire, the title track, is getting all the love (especial… https://t.co/lrywZlKXVV"
## 
## [[8440]]
## [1] "pynkgl1tter: RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…"
## 
## [[8441]]
## [1] "queky_: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8442]]
## [1] "BaronDestructo: Top 10 Kpop Songs of November, 2022 \n9. Girl in the Mirror -  #HongJinYoung \nI'm not a big fan of trot, so Hong Jin… https://t.co/2f52p5eYC5"
## 
## [[8443]]
## [1] "foxeejeongin: RT @dreamsinjail: if lee know wasn’t an idol he would be one of the greatest kpop choreographers out there but y’all aren’t ready for that…"
## 
## [[8444]]
## [1] "KPredictionn: a group will finally get their big break/shine to shine(2023/2024) this group hard work will pay off during that ti… https://t.co/mZKnD8NoDS"
## 
## [[8445]]
## [1] "Bamp_V_I: [KPOP FanCam 8K] ITZY Cheshire 컴백 221209 | ITZY On the way to work to @M... https://t.co/xmKHfPP8QI via @YouTube… https://t.co/xTdGYiTcwt"
## 
## [[8446]]
## [1] "fonneangel: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[8447]]
## [1] "SoShineeTrash: RT @alanaareyoufake: BOA’s presence on stage screams EXPERIENCE AND TALENT. \n\nshe really is the queen of kpop"
## 
## [[8448]]
## [1] "tumblr: 2022 saw the rise of the 4th gen girl groups\nSee how your favorite k-pop groups ranked https://t.co/QnOBK3HJqn https://t.co/P8KSQwZfwW"
## 
## [[8449]]
## [1] "MyonlyHyunjin: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8450]]
## [1] "_piegoblin_: @LaChategris @Lil_KPop_Katze and as i said, we did not care what was happening, we just wanted whomever it was not to keep LEAVING IT"
## 
## [[8451]]
## [1] "kimkailover__: RT @ToyToy1392: Today's the last day to donate for Kai Day Cupsleeve Event! \n\nDono Link: https://t.co/jonn9N3LU3\nThere's still a time to fu…"
## 
## [[8452]]
## [1] "LJackelinne: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8453]]
## [1] "yjippang: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[8454]]
## [1] "joonkkore: what’s y’all’s least fav fandom? Can be be multiple and outside of kpop."
## 
## [[8455]]
## [1] "sasha57792651: bro this year has been simultaneously an amazing year for the girls in kpop and the worst one"
## 
## [[8456]]
## [1] "fonneangel: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8457]]
## [1] "BaronDestructo: Top 10 Kpop Songs of November, 2022 \n10. When I Move - #Kara \nWelcome back, ladies! #KpopTop10 https://t.co/cqipgqmpKa"
## 
## [[8458]]
## [1] "foryutachanyeol: https://t.co/vkb40wd5i0\n\nKeep vote for yuta"
## 
## [[8459]]
## [1] "xiuyangis: kpop stans saying exo’s peak was in 2015 when exo’s most streamed song and most popular bside was released in 2017,… https://t.co/STzF10Wk2O"
## 
## [[8460]]
## [1] "bestofsouI: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[8461]]
## [1] "Matyllgc: Kpop bom demais, fodamse divas pop https://t.co/ahyIevHhHm"
## 
## [[8462]]
## [1] "OT7DAECHWlTA: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8463]]
## [1] "rajinmembaca: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[8464]]
## [1] "starcanby: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8465]]
## [1] "namoontale: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8466]]
## [1] "hiyyihies: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8467]]
## [1] "fonneangel: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[8468]]
## [1] "l_4la0: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8469]]
## [1] "_piegoblin_: @LaChategris @Lil_KPop_Katze this was like....all over the underside of the lid?? so like the angle was very strange."
## 
## [[8470]]
## [1] "kathmanducatfis: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[8471]]
## [1] "bxpIicit: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8472]]
## [1] "kpop_boyfies: Sensual and alluring.\n#KIMYOUNGDAE #THEFORBIDDENMARRIAGE #ACTOR #KDRAMA https://t.co/TUgbwkNKIz"
## 
## [[8473]]
## [1] "Ola84380546: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8474]]
## [1] "honeyoatbrd: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[8475]]
## [1] "grupo_isabel: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[8476]]
## [1] "fonneangel: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[8477]]
## [1] "KiaraLuci_a02: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8478]]
## [1] "singhayushi26o1: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8479]]
## [1] "ptdlalv: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8480]]
## [1] "Violet_lPhoenix: RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…"
## 
## [[8481]]
## [1] "Amiewriter: @Lil_KPop_Katze @ShelleyElwood @_piegoblin_ I haven't been on a horse in a very long time, but I'm game. Also, do w… https://t.co/1jnfgOoOxI"
## 
## [[8482]]
## [1] "uh_geut: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8483]]
## [1] "Amariliz_RM: RT @BTSEMPIRES: #INDIGO by RM is now the first and only album by a Kpop/Korean soloist in HISTORY to gather over 70M streams on Spotify in…"
## 
## [[8484]]
## [1] "onlyforbangbts: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[8485]]
## [1] "Violet_lPhoenix: RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…"
## 
## [[8486]]
## [1] "KPredictionn: a group that isn’t from the big 3 companies will get popular or have a hit song(2023/2024)\n#kpoppredictions #kpopprediction #kpop"
## 
## [[8487]]
## [1] "swiftsgonevogue: RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…"
## 
## [[8488]]
## [1] "RajshreeB7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8489]]
## [1] "lailajsmi: RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…"
## 
## [[8490]]
## [1] "pak_forever: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8491]]
## [1] "kkumyoongi: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[8492]]
## [1] "BTSArmy98386218: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8493]]
## [1] "Jessy_parkhash: RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8494]]
## [1] "i99twai: RT @jsuhsource: 🐱: i didn't really think about kpop then, i always knew i wanted to be in the industry but i didn't know from which way i w…"
## 
## [[8495]]
## [1] "fonneangel: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8496]]
## [1] "breyaubreyaub: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8497]]
## [1] "Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify."
## 
## [[8498]]
## [1] "Sugainspire123: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8499]]
## [1] "jeongmau: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[8500]]
## [1] "ninispaperbag: @snowspring_ I was just scrolling on instagram and then BAM a kpop idol in space??? And no one cares???"
## 
## [[8501]]
## [1] "chamihoney1: RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…"
## 
## [[8502]]
## [1] "Enujpen: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[8503]]
## [1] "penisfart12345: my son just came out as emo!!! 😁😁😁😁\n#kpop #emo #livelaughlove #dream #btsarmy #BallsOut https://t.co/VxM7SvAbh0"
## 
## [[8504]]
## [1] "braveblackluv: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[8505]]
## [1] "Ana_kpop_jpop: RT @DonghaesPout: 🙈 what game will eunhae play? pocky game juseyoooo\n\nhttps://t.co/Z28KCuQ84O"
## 
## [[8506]]
## [1] "p1ece0fpe4ce: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8507]]
## [1] "HunnyCinamoroll: RT @LinMuzical: @kpophappenings_ honestly ever since 2019, kpop in general has just been getting worse and worse in terms of disbandments a…"
## 
## [[8508]]
## [1] "pocketshrikes: honestly i'm so used to idols being shackled to years-long unbreakable contracts it's confusing when a company anno… https://t.co/bU1LBW9Wwk"
## 
## [[8509]]
## [1] "prettyseokie: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[8510]]
## [1] "WWSunshine97: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[8511]]
## [1] "0706_danielle: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8512]]
## [1] "heyhaebora: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8513]]
## [1] "aislin679: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[8514]]
## [1] "moonzmonster: RT @CelebConfirmed: #BTS’s #RM performed some of the latest tracks from his first solo album #Indigo at the #DiaBeacon art museum in #NewYo…"
## 
## [[8515]]
## [1] "Storm88_: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[8516]]
## [1] "0ggam: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[8517]]
## [1] "otherbully: EXO has made some of the greatest songs in the history of kpop and this is one of them. https://t.co/SsYntel4yw"
## 
## [[8518]]
## [1] "LikJk52: RT @ThePopBase: Highest ranking Kpop/Korean acts on Billboard Top Artists Year-end chart:\n\n1. #BTS - #8 (2018) \n2. #BTS - #10 (2017) \n3. #B…"
## 
## [[8519]]
## [1] "HeyitsMaisHere: FIRST KPOP CONCERT! - BLACKPINK Born Pink Concert Vlog! #BLACKPINK_BORNPINK #BLACKPINK #BLACKPINKinLondon \nhttps://t.co/fvRGrU8ZEe"
## 
## [[8520]]
## [1] "HunnyCinamoroll: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[8521]]
## [1] "jinsbubble: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[8522]]
## [1] "miniseeri: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[8523]]
## [1] "fonneangel: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8524]]
## [1] "Ranzzna: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[8525]]
## [1] "Jdog_TheFenrir: RT @ryukdoll: ONKYFANS CRASHING IN THE MIDDLE OF ME WATCHING ONE OF MY SUBS KPOP ALBUM PULLS IM GONNA CRY"
## 
## [[8526]]
## [1] "kimi0194: RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…"
## 
## [[8527]]
## [1] "chevrefabuleuse: RT @etionman: The Best K-Pop Songs and Albums of 2021 by @TIME \n▶️ https://t.co/5GhukeG0sK\n\n@WM_ONOFF #온앤오프 #ONF https://t.co/i5ZIgiikIa"
## 
## [[8528]]
## [1] "babybluecb: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[8529]]
## [1] "SKZToTheNumber1: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[8530]]
## [1] "N4MIVIVI: @glazaer THE KPOP EFFECT"
## 
## [[8531]]
## [1] "shah1710mr: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8532]]
## [1] "hiyyihbearr: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8533]]
## [1] "jinnflor: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[8534]]
## [1] "LostInYeoversve: RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…"
## 
## [[8535]]
## [1] "KPredictionn: a boy group will have a popular song that will do really well in korea\n#kpoppredictions #kpopprediction #kpop"
## 
## [[8536]]
## [1] "ryukdoll: ONKYFANS CRASHING IN THE MIDDLE OF ME WATCHING ONE OF MY SUBS KPOP ALBUM PULLS IM GONNA CRY"
## 
## [[8537]]
## [1] "chnhori: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[8538]]
## [1] "fonneangel: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[8539]]
## [1] "Blaquenby: RT @youngheunnie: Yall wanted proof #nova from #mepc don't support war? Here it is. Her dance crew posted this statement under their cover/…"
## 
## [[8540]]
## [1] "BungeoWindspiel: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8541]]
## [1] "klassicmingi: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8542]]
## [1] "limousinenim: if i ever become inactive one day, it is not because i got myself a new bias, but i am probably quitting kpop becau… https://t.co/Y8WUJjdjh2"
## 
## [[8543]]
## [1] "julieeynag: RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n\"Key understood the assignment, and aced it with h…"
## 
## [[8544]]
## [1] "cyberycyner: @jeoncejoon I was ready to let hate paralyze my mind ...but then I realized 🤣like how kpop fans say this atrocious… https://t.co/deNHXN1pEI"
## 
## [[8545]]
## [1] "namaisreads: RT @rknjive: Dear diary, I became the highest charting kpop soloist today https://t.co/v2yhUEE1w1"
## 
## [[8546]]
## [1] "jjkIovesjm: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8547]]
## [1] "7iseverythng: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[8548]]
## [1] "shah1710mr: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[8549]]
## [1] "JINKIM42478720: RT @LSSRFMcharts: .@UPROXX named @le_sserafim \"FEARLESS\" as one of the Best K-Pop Albums of 2022! 🖤🔥\n\n🔗: https://t.co/iSUKbkfvoy \n\n\"The EP…"
## 
## [[8550]]
## [1] "illuminatibby: To me there’s no best song but go though the qrts and I think you’ll see we can all agree that kpop is really outdo… https://t.co/Dh4Ps9UXcn"
## 
## [[8551]]
## [1] "kuppuz: RT @hiyyihcrops: ☆︎ txt - the name chapter concept trailer\n\n| crop mv cropped video kpop pinned https://t.co/D0LPkzO4zI"
## 
## [[8552]]
## [1] "katereinking: Whelp, looks like I’m probably not seeing KPOP this weekend after all. But honestly ELATED they have sold everythin… https://t.co/GGJUYKj0Gr"
## 
## [[8553]]
## [1] "ayohoesh: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[8554]]
## [1] "Park_lovely95: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8555]]
## [1] "ivybIuee: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8556]]
## [1] "Bruhidontknow02: You want Kpop, R&amp;B, HipHop, Rap or Reggae? I got everything in my playlist dw I gotchu ;)"
## 
## [[8557]]
## [1] "chnhori: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[8558]]
## [1] "lm41851944: RT @UPROXX: 🧵 From @BLACKPINK to @STAYC_official to @le_sserafim – here are our picks for the best K-Pop albums of 2022\n\nBest K-Pop Albums…"
## 
## [[8559]]
## [1] "Karina_M192: RT @BLACKPINKSTATS5: .@BLACKPINK was 2022’s 2nd top trending comeback (2nd most searched) in the U.S. according to @GoogleTrends. It was th…"
## 
## [[8560]]
## [1] "poemrkiv: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8561]]
## [1] "drippinhyuvk: RT @SIFOPT_: - The moonlight that has fallen on the tip of your chin\nIlluminates your everything\nWhen the momentary regret fades away\nWhen…"
## 
## [[8562]]
## [1] "fowkye: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[8563]]
## [1] "Gw3nMaryJ0n3s: RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…"
## 
## [[8564]]
## [1] "mooooooonchild7: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[8565]]
## [1] "kyumzie: my kpop hating ass sister loves taemin AND this song bruh https://t.co/aCSysrJfN3"
## 
## [[8566]]
## [1] "auiroras: RT @flrtspixy: kpop has always been shitty but if companies keep debuting 14-17 year olds and disbanding any group that doesn’t become an i…"
## 
## [[8567]]
## [1] "shawolpl: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[8568]]
## [1] "etima_williams: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[8569]]
## [1] "BtsxHighlight: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[8570]]
## [1] "pearl_ronan: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[8571]]
## [1] "hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons… https://t.co/QRk31kCdqB"
## 
## [[8572]]
## [1] "Polllitotriste: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[8573]]
## [1] "rubinapo: RT @maipo_kpts: I think most of us are kpop fans and i dont know about yall but isnt it like a general knowledge among kpop fans that we sh…"
## 
## [[8574]]
## [1] "ootdhijabkeren: 🌟 Stand Figure NCT Album Universe Akrilik standee Acrylic way V 127 Dream Nctzen kpop set 🌟\n\n⭐ : 4,9\nCek Diskon :… https://t.co/VNqfkh2H3z"
## 
## [[8575]]
## [1] "ravnstomoon: @xhyunsung istg it just can’t be true that out of all idols, robin and mine kpop ults leave their group 🧍🏼‍♀️"
## 
## [[8576]]
## [1] "anhdrgh: RT @Cerys_MOONCHILD: How sad it this,\n\nWhen I became a mutlu Stan I genuinely searched kpop idols with scoliosis to see if I was twining wi…"
## 
## [[8577]]
## [1] "AuroraJoong_Art: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[8578]]
## [1] "jinsbubble: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8579]]
## [1] "AEPishere: RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…"
## 
## [[8580]]
## [1] "_Firestone__: RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…"
## 
## [[8581]]
## [1] "_Firestone__: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[8582]]
## [1] "_sunkooki: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8583]]
## [1] "art134340: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[8584]]
## [1] "sk8minho: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[8585]]
## [1] "Jenchulichae_4: @sariisj_15 Look who’s talking. I still have yet to find another kpop group more problematic than suju."
## 
## [[8586]]
## [1] "ootdhijabkeren: 🌟 KPOP GLITCH MODE NCT DREAM ART PRINT / AESTHETIC KPOP WALL DECO 🌟\n\n⭐ : 5,0\nCek Diskon : https://t.co/KUfat5boyy https://t.co/Qz1vjyQpdN"
## 
## [[8587]]
## [1] "captainsingnie: being a kpop fan is like being a catholic\nno, i will not explain. make your own assumptions."
## 
## [[8588]]
## [1] "taeikai: because being that young is so normalised in kpop i don’t think many people realise just how crazy it was for shine… https://t.co/2BN7ItE32S"
## 
## [[8589]]
## [1] "BLACKATNERO: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[8590]]
## [1] "kimchijoon: @relishchuu no bc i know he lost his shit seeing the qrts like he doesn’t listen to kpop, he has nothing to lose LMFAO"
## 
## [[8591]]
## [1] "xioyx1485: RT @TOJIYEOL: what is up with kpop stans saying exos peak was in 2014-15 like does kokobop and the eve not exist to yall??? 😭 like what abo…"
## 
## [[8592]]
## [1] "art134340: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8593]]
## [1] "taeilssquad: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8594]]
## [1] "sleepyeepee: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[8595]]
## [1] "jamaalaldin_tv: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 6 Serious Questions 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https…"
## 
## [[8596]]
## [1] "Dientit0: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8597]]
## [1] "BTS__4ever777: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8598]]
## [1] "jamaalaldin_tv: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 Baepsae 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54…"
## 
## [[8599]]
## [1] "jamaalaldin_tv: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…"
## 
## [[8600]]
## [1] "TokioBts: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8601]]
## [1] "LorenaBTS_R: RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…"
## 
## [[8602]]
## [1] "Lalalina19yo: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[8603]]
## [1] "LISAMYTYPAGIRL: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[8604]]
## [1] "ukshawolEm: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[8605]]
## [1] "etima_williams: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[8606]]
## [1] "blakee1x: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[8607]]
## [1] "hobimisser: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8608]]
## [1] "PINKTOKKl: Idk it feels like purple karma to me. 2nd gen stans will learn how things have changed in their “15 years in kpop” https://t.co/zip4SgYrxn"
## 
## [[8609]]
## [1] "redlightdstrct: @OddEyeWhovian oh btw this is about all i know about 1st gen kpop bahaha. i might know an SES song or two but not a lot"
## 
## [[8610]]
## [1] "Gw3nMaryJ0n3s: RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…"
## 
## [[8611]]
## [1] "StrangeeD2: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8612]]
## [1] "supremevila: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[8613]]
## [1] "sidecharmz: Also I just know that if they were working with just models and not famous kpop idols they would have never made a… https://t.co/FA1rfEhWiq"
## 
## [[8614]]
## [1] "Stella84528217: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8615]]
## [1] "RTaejincember: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8616]]
## [1] "jamaalaldin_tv: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 MEMES DE 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef5…"
## 
## [[8617]]
## [1] "yup_please: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8618]]
## [1] "luvityportgas: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8619]]
## [1] "sanvse: RT @flrtspixy: kpop has always been shitty but if companies keep debuting 14-17 year olds and disbanding any group that doesn’t become an i…"
## 
## [[8620]]
## [1] "jamaalaldin_tv: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…"
## 
## [[8621]]
## [1] "Gw3nMaryJ0n3s: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[8622]]
## [1] "Rljj20: RT @jnveon: You got curated playlist that made for u cause u listen to kpop, and draw the line because hard to love in it? 😭😭 Damn yall are…"
## 
## [[8623]]
## [1] "jamaalaldin_tv: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…"
## 
## [[8624]]
## [1] "patog_16_04: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[8625]]
## [1] "jamaalaldin_tv: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 RM - Indigo FULL ALBUM REACTION pt. 4/4 | (RM of 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV…"
## 
## [[8626]]
## [1] "Riya1172: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8627]]
## [1] "shweta2080: RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…"
## 
## [[8628]]
## [1] "_namgimix_: RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…"
## 
## [[8629]]
## [1] "mmeyangg: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[8630]]
## [1] "BoXichJung: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[8631]]
## [1] "purplexkth: RT @p1wonies: op said that keeho often tell ppl about jongseob being the winner of kpop star, he’s not teasing him, hes just really proud o…"
## 
## [[8632]]
## [1] "RabiaSaghir3: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8633]]
## [1] "SHRYE0N: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[8634]]
## [1] "drunkennessguk: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[8635]]
## [1] "aaaachiuuu: RT @youngheunnie: Yall wanted proof #nova from #mepc don't support war? Here it is. Her dance crew posted this statement under their cover/…"
## 
## [[8636]]
## [1] "TOJIYEOL: what is up with kpop stans saying exos peak was in 2014-15 like does kokobop and the eve not exist to yall??? 😭 lik… https://t.co/1SmR5NwjH5"
## 
## [[8637]]
## [1] "isbest_jin: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[8638]]
## [1] "RedRose67329672: RT @Daily_JK97: 📊 “Left and Right” has surpassed 414M streams on Spotify on its 167th day, the fastest song by Kpop &amp; Korean soloist to do…"
## 
## [[8639]]
## [1] "MOONCHILDLC: RT @hwaberrykiss: Normalize kpop concerts being scheduled on the weekend AND NOT THE MIDDLE OF THE WEEK."
## 
## [[8640]]
## [1] "luvdyeonie: It’s really dawning on me how having an incompetent company and the lack of a united fandom is really affecting Kep… https://t.co/IqjdHxJ4mI"
## 
## [[8641]]
## [1] "RTaejincember: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8642]]
## [1] "whaliensound: RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…"
## 
## [[8643]]
## [1] "SalemGas: Kpop is bad music and I am generalizing"
## 
## [[8644]]
## [1] "chocolatl85: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8645]]
## [1] "tbz_v_: RT @hakushotafan: guys in your opinion whats the best song ever created in kpop"
## 
## [[8646]]
## [1] "luna_luna_123: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8647]]
## [1] "tqm_myg: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8648]]
## [1] "its_me_taylor_9: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8649]]
## [1] "magicimpact: RT @kyleshabet: Dalsooobin gave us a song that literally felt like a spiritual and holy awakening, during the pandemic when we were feeling…"
## 
## [[8650]]
## [1] "4sahisflwr: so kpop in 2022 was just good comebacks and idols leaving their groups"
## 
## [[8651]]
## [1] "moonlightaekook: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8652]]
## [1] "M00NLIGHTJOON: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8653]]
## [1] "swiftsgonevogue: RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…"
## 
## [[8654]]
## [1] "FaintlyShining: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8655]]
## [1] "SallyRM7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8656]]
## [1] "koofaerie: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8657]]
## [1] "lovenderX7: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[8658]]
## [1] "marytanluv: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[8659]]
## [1] "myg7kosmos: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8660]]
## [1] "fatedtomeetbla1: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8661]]
## [1] "kookiet20700430: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8662]]
## [1] "DarlyOrtiz11: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8663]]
## [1] "stan0newe: RT @LinMuzical: @kpophappenings_ honestly ever since 2019, kpop in general has just been getting worse and worse in terms of disbandments a…"
## 
## [[8664]]
## [1] "tanniesboo: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8665]]
## [1] "lesbiannpc: thinking about when oomf said that if the pgs were a kpop group mac would end up being main rapper purely bc she ha… https://t.co/JYvDYwb3T7"
## 
## [[8666]]
## [1] "Elen01091997: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8667]]
## [1] "lalisaaaa2797: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[8668]]
## [1] "WongWan73211006: @Hongnhanlai87 I saw posts on K crush and Vkr news, two vietnamese kpop fanpage. Also a page called The Fashion World."
## 
## [[8669]]
## [1] "swiftsgonevogue: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[8670]]
## [1] "stan7army: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8671]]
## [1] "mykpopshows: Pre-order ✨\n\n#DREAMCATCHER 2023 Season's Greetings\nDaebak Store\n🛍️ https://t.co/pDTufn2szx\n🎁 5% off code: MYKPOPSHO… https://t.co/YtdO2LOvgc"
## 
## [[8672]]
## [1] "i94HEON: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[8673]]
## [1] "GODKIME: RT @KPredictionn: girls on top will have a comeback next year \n#kpoppredictions #kpopprediction #kpop"
## 
## [[8674]]
## [1] "inc9200: If you listen to kpop your opinion on music is invalid"
## 
## [[8675]]
## [1] "straykids_know: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[8676]]
## [1] "namuabyss: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8677]]
## [1] "ninamonday: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[8678]]
## [1] "Zaina_ExoK: RT @youngheunnie: Yall wanted proof #nova from #mepc don't support war? Here it is. Her dance crew posted this statement under their cover/…"
## 
## [[8679]]
## [1] "3am_coffee: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[8680]]
## [1] "exosehunie07: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[8681]]
## [1] "syd_lyg: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8682]]
## [1] "SKULLHORNETS: @velnumdes is it every day that you see a bratz or kpop avi getting mad about someone making fun of a national team"
## 
## [[8683]]
## [1] "swiftsgonevogue: RT @wjmcentee: \"I am pushing really hard for it to be archived this week [through the New York Public Library].\" —Helen Park in @cashleelee…"
## 
## [[8684]]
## [1] "aIwayskoo: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8685]]
## [1] "robinsfleur: kpop stans picking a random year every time n theyre always wrong 😭😭 https://t.co/X4h5uU3jqd"
## 
## [[8686]]
## [1] "taegikie: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[8687]]
## [1] "noctisnymph: @pinathemenguin Funny ppl complain for these things when those fans are literally supporting those idols as well lo… https://t.co/4JRS1cO5md"
## 
## [[8688]]
## [1] "swiftsgonevogue: RT @cashleelee: “I don’t feel defeated, I feel angry. I feel like we never got a fair chance.”\n\na candid chat with @HelenHjPark, Jason Kim…"
## 
## [[8689]]
## [1] "jksfairytale: RT @_RapperJK: + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Spotify\n\n(J…"
## 
## [[8690]]
## [1] "queky_: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8691]]
## [1] "1japanfan: Are there any mainland Chinese ppl in kpop ggs besides Xiaoting atm"
## 
## [[8692]]
## [1] "shineebeanie: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[8693]]
## [1] "soulsuppremacy: RT @p1hits: keeho watches kpop 4th gen vocal analysis on youtube to see if he's there, he is so real 😭🤣 \n\n#P1Harmony #피원하모니 #기호 https://t.c…"
## 
## [[8694]]
## [1] "jaiipsssssqt: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[8695]]
## [1] "tanniessolostan: RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…"
## 
## [[8696]]
## [1] "ejjanggu: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8697]]
## [1] "some_scripts: RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…"
## 
## [[8698]]
## [1] "SoShineeTrash: RT @kjinjm_: Finally saw the Queen of Kpop, @BoAkwon 💛 you were amazing!!! #BeYou2Manila https://t.co/uIbRF1PGtU"
## 
## [[8699]]
## [1] "wVeZqbGhDRQBJlN: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[8700]]
## [1] "shineebeanie: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[8701]]
## [1] "ming__carat: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8702]]
## [1] "soobfulls: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8703]]
## [1] "tofumango: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[8704]]
## [1] "livia_twib: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8705]]
## [1] "LourdesDiscua2: RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop"
## 
## [[8706]]
## [1] "kaytlinslayed: @fanciwu @pinksforlife_ @Sihfixtion @soompi Over kpop bffr 💀"
## 
## [[8707]]
## [1] "starofthsoul: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[8708]]
## [1] "4Jensoolise: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[8709]]
## [1] "Btsforlifee07: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[8710]]
## [1] "Radoolebobo: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[8711]]
## [1] "riri_stages: RT @rore_views: Ok 👌🏽, thank you! #LOONA's #ranking will come on Saturday 12/17.\n#KPOP #KpopReview #Review #music #KpopTwitter #kpoptwt #kp…"
## 
## [[8712]]
## [1] "irantzuia1: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[8713]]
## [1] "hwagiland: i will never understand why some kpop stans call fl0p a group who is a million seller and had six wins in their mos… https://t.co/y3tbCmC0c5"
## 
## [[8714]]
## [1] "iheartateez3: @navi_inlove You’re so lucky to be able to just walk into a kpop store. 😭 I live in a big city on the west coast an… https://t.co/8ZfGyCqUSg"
## 
## [[8715]]
## [1] "jiminnie_ly: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8716]]
## [1] "kpop_kati: IT’S TRUE 🥰🥰🥰💜💜💜🌞🌞🌞 https://t.co/zC5x0yDUPj https://t.co/5MCmXBX1Pu"
## 
## [[8717]]
## [1] "SanidhyaTrivedi: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8718]]
## [1] "Maril16870549: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[8719]]
## [1] "futurelvs: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8720]]
## [1] "jnpchh: RT @KPOPBroadway: Sit back and watch her climb! ✨\n\nWatch this clip of Luna singing “Phoenix\" then come experience the electric energy of KP…"
## 
## [[8721]]
## [1] "hobishenjk: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8722]]
## [1] "fairswanie: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[8723]]
## [1] "baaltastic: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8724]]
## [1] "ohmeqax: saw this tweet that was like “every company has one kpop stan running their socials” and it’s true. it’s me."
## 
## [[8725]]
## [1] "thepinksbf: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8726]]
## [1] "VwithUTaehyung: RT @faceofkpopV: lmao taehyung is the most talked about kpop idol even in football! be it the fans or the football team themselves they onl…"
## 
## [[8727]]
## [1] "sheeshawooga: RT @p1hits: keeho watches kpop 4th gen vocal analysis on youtube to see if he's there, he is so real 😭🤣 \n\n#P1Harmony #피원하모니 #기호 https://t.c…"
## 
## [[8728]]
## [1] "naninenati: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[8729]]
## [1] "4Jimin_Jimin: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8730]]
## [1] "caullmoi: kpop meanspo is honestly so funny i have a whole folder dedicated to it"
## 
## [[8731]]
## [1] "pearl_ronan: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8732]]
## [1] "acyelmr: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[8733]]
## [1] "Taejin7777: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8734]]
## [1] "1234_mateja: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8735]]
## [1] "7rikive_: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8736]]
## [1] "annanto02: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8737]]
## [1] "eccdiva: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[8738]]
## [1] "min_ayiti: @peachdongies but u got not place to say who’s problematic when u stan one of the most problematic group in Kpop"
## 
## [[8739]]
## [1] "lovingxuxi_: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8740]]
## [1] "ChuyuSkz: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[8741]]
## [1] "jksfairytale: RT @_RapperJK: So proud of Charlie &amp; Jungkook! \n\nReminder: #Jungkook is the FIRST and Only Kpop idol to receive RIAA Gold certification htt…"
## 
## [[8742]]
## [1] "seyt8ny: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[8743]]
## [1] "bangtinee_vk: RT @koreatimescokr: #BTS leader #RM's solo album puts spotlight on late artist Yun Hyong-keun  \n#solo #kpop #Indigo #newalbum\n\nhttps://t.co…"
## 
## [[8744]]
## [1] "koonmjn: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8745]]
## [1] "Taemaris_Chex: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[8746]]
## [1] "linouuvita: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[8747]]
## [1] "ot7rights: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8748]]
## [1] "pjmstolemyheart: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8749]]
## [1] "MissDayonce: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8750]]
## [1] "ixXxyrng: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[8751]]
## [1] "leoncitobebetae: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8752]]
## [1] "evielynrose: just listened to sticker by nct for the first time and it is the funniest kpop song i have ever heard in my /life/"
## 
## [[8753]]
## [1] "jukyujin: never thought i’d see the day when kpop fans would start fanwars bc of football"
## 
## [[8754]]
## [1] "gabysan32685817: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8755]]
## [1] "anonchrisgf: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[8756]]
## [1] "hoshieeeya: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8757]]
## [1] "kpop_kati: @holyannamoly He’s sexy feet tall… 🥵🔥 \n#daddylonglegs https://t.co/y5nQHniPI2"
## 
## [[8758]]
## [1] "analoubanawa: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8759]]
## [1] "Hoops227_Tech: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…"
## 
## [[8760]]
## [1] "Hoops227_Gaming: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…"
## 
## [[8761]]
## [1] "RTaevan: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8762]]
## [1] "daisyaloe_: RT @hakushotafan: guys in your opinion whats the best song ever created in kpop"
## 
## [[8763]]
## [1] "Hoops227_Tech: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…"
## 
## [[8764]]
## [1] "Hoops227_Gaming: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…"
## 
## [[8765]]
## [1] "Manderkat: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[8766]]
## [1] "Hoops227_Tech: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 MTF ZONE Reacts To 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https:…"
## 
## [[8767]]
## [1] "Hoops227_Gaming: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 MTF ZONE Reacts To 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https:…"
## 
## [[8768]]
## [1] "Hoops227_ASMR: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…"
## 
## [[8769]]
## [1] "Hoops227_ASMR: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…"
## 
## [[8770]]
## [1] "bstay0604: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[8771]]
## [1] "Hoops227_ASMR: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 MTF ZONE Reacts To 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https:…"
## 
## [[8772]]
## [1] "ok_beiby_ouo: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8773]]
## [1] "Hoops227_Tech: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…"
## 
## [[8774]]
## [1] "Hoops227_Gaming: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…"
## 
## [[8775]]
## [1] "torrentialynkoo: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8776]]
## [1] "Hoops227_Tech: RT @jamaalaldin_tv: https://t.co/LUcBQAtXHB Shooting With My Favourite\" Malaika Arora\"🤩 | 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV htt…"
## 
## [[8777]]
## [1] "Hoops227_Gaming: RT @jamaalaldin_tv: https://t.co/LUcBQAtXHB Shooting With My Favourite\" Malaika Arora\"🤩 | 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV htt…"
## 
## [[8778]]
## [1] "Betterthan_Kpop: 【A Winter's Tale (#Civilization5 ost) - by #GeoffKnorr】\n\n#Civ5\n#音楽 #Kpopより良い曲\n#music #BetterThanKpop\nhttps://t.co/Q6bLCxZlqh"
## 
## [[8779]]
## [1] "Hoops227_ASMR: RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…"
## 
## [[8780]]
## [1] "Hoops227_ASMR: RT @jamaalaldin_tv: https://t.co/LUcBQAtXHB Shooting With My Favourite\" Malaika Arora\"🤩 | 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV htt…"
## 
## [[8781]]
## [1] "KPredictionn: girls on top will have a comeback next year \n#kpoppredictions #kpopprediction #kpop"
## 
## [[8782]]
## [1] "ammie__7: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8783]]
## [1] "lilisaaah: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[8784]]
## [1] "kpopthread11: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8785]]
## [1] "veatifuIkoo: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8786]]
## [1] "haechgsm: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[8787]]
## [1] "tencityhana: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[8788]]
## [1] "isaiasmaylob4: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[8789]]
## [1] "Wifesleeknow: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[8790]]
## [1] "jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg… https://t.co/jDTAAMVK7E"
## 
## [[8791]]
## [1] "jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg… https://t.co/JQSpn582ZW"
## 
## [[8792]]
## [1] "KCJKitkat17: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8793]]
## [1] "jamaalaldin_tv: https://t.co/LUcBQAuvx9 MTF ZONE Reacts To 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg… https://t.co/czGZlby4I6"
## 
## [[8794]]
## [1] "im_youx_s_u_n: Hii! Is anyone interested in buying photocards?! #NAYEON #KPOP"
## 
## [[8795]]
## [1] "ARMYARMYYEAHOT7: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8796]]
## [1] "JustThinkingKay: RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…"
## 
## [[8797]]
## [1] "jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg… https://t.co/Jbl9Whw9yp"
## 
## [[8798]]
## [1] "ammie__7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8799]]
## [1] "jamaalaldin_tv: https://t.co/LUcBQAtXHB Shooting With My Favourite\" Malaika Arora\"🤩 | 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV… https://t.co/4ORBtwDr0z"
## 
## [[8800]]
## [1] "bangtan_stars_7: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[8801]]
## [1] "Mira28209725: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[8802]]
## [1] "k_imgood: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[8803]]
## [1] "kookiestitties: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8804]]
## [1] "niaccke: @kniazhytska Still a kpop fan unfortunately other than that I’m doing pretty good!"
## 
## [[8805]]
## [1] "SYAORANLl: @leoyonghoon but its the whole point of the tweet😭😭😭 that tweet talks more about op's kpop fandom than football"
## 
## [[8806]]
## [1] "Mira28209725: RT @UPROXX: 🧵 From @BLACKPINK to @STAYC_official to @le_sserafim – here are our picks for the best K-Pop albums of 2022\n\nBest K-Pop Albums…"
## 
## [[8807]]
## [1] "__Doyeen: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8808]]
## [1] "lola_ppo39: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8809]]
## [1] "namdzunlover: Daily jebac kpop live ent"
## 
## [[8810]]
## [1] "NAMKOOK_19: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8811]]
## [1] "EB0YJK00K: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8812]]
## [1] "GregortheMendel: @Lil_KPop_Katze Noooo! I worked at a gas station the summer after high school. I cleaned the bathrooms but never, e… https://t.co/DbhX3zkodQ"
## 
## [[8813]]
## [1] "eme279: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[8814]]
## [1] "vitcsev: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[8815]]
## [1] "_goyangiiii: RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs"
## 
## [[8816]]
## [1] "jk_neatfreak: RT @_RapperJK: + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Spotify\n\n(J…"
## 
## [[8817]]
## [1] "eagerfillies: becoming a kpoppie later in life is so exhilarating because now i get to watch all of the kpop yuri on ice amvs and i understand."
## 
## [[8818]]
## [1] "rssnfxkv: RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[8819]]
## [1] "sinbethemoon: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8820]]
## [1] "jungkookjkjkjk7: @PLAYBAZ00KA what tf is happening to kpop lately"
## 
## [[8821]]
## [1] "shweta2080: RT @_RapperJK: + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Spotify\n\n(J…"
## 
## [[8822]]
## [1] "KowminHan: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8823]]
## [1] "JKpop143: I was never around for him because I’m only a year into the world of kpop but I also miss him 😅 https://t.co/HjAaBZeP65"
## 
## [[8824]]
## [1] "gyuteIIas: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8825]]
## [1] "polykoos: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8826]]
## [1] "dory67589729: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8827]]
## [1] "bts7_army_ph: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[8828]]
## [1] "miyoo26: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8829]]
## [1] "moonzmonster: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8830]]
## [1] "yoshified_: kpop stans on twitter can’t be real, like why is everyone beefing all the time 😭"
## 
## [[8831]]
## [1] "lizlovecamila: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8832]]
## [1] "TAEHUNlES: @k1mochiwaru1 is that the kpop stan one"
## 
## [[8833]]
## [1] "ShadMi6: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8834]]
## [1] "purplekisstvt: damn people weren’t lying when they said most kpop stan’s are the most annoying people https://t.co/kptyWMBbzc https://t.co/656tWSjTuq"
## 
## [[8835]]
## [1] "PTGHE4VEN: RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH"
## 
## [[8836]]
## [1] "thebtsgen: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8837]]
## [1] "Purplelight0293: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8838]]
## [1] "minnishi_0613: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[8839]]
## [1] "jjkth_05: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8840]]
## [1] "maylzzzzz: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8841]]
## [1] "Lolaskz_: “what’s two pictures that share the same energy?”\nthis. \n#kpop #leeknow #soul #straykids #P1Harmony https://t.co/Yw2KwmOb9L"
## 
## [[8842]]
## [1] "wearwolf99: @SYouranus @papermoon4 @realabrahamlim Kpop doesn't work because its the opposite of true honest work. The producer… https://t.co/djLX2QdAcu"
## 
## [[8843]]
## [1] "iamurzula: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8844]]
## [1] "minbelly19_kpop: RT @dimpleechan: chan shouting \"SPEARB\" 🥺 https://t.co/KFpCt0chkl"
## 
## [[8845]]
## [1] "retr0PVNK: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[8846]]
## [1] "Mighty_Yashi: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[8847]]
## [1] "seokJinnsun: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[8848]]
## [1] "griffith_lorisa: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8849]]
## [1] "StrayKi00451501: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[8850]]
## [1] "sprngkdz: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8851]]
## [1] "isaiasmaylob4: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[8852]]
## [1] "k6rumis: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8853]]
## [1] "YoonjiC93: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8854]]
## [1] "1bigBLmess: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8855]]
## [1] "vvvv_1230_624: RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…"
## 
## [[8856]]
## [1] "ursolovelyBTS7: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8857]]
## [1] "nicolelizeth2: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8858]]
## [1] "midorie2001: RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…"
## 
## [[8859]]
## [1] "cherry04berry: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8860]]
## [1] "Sht1252003: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[8861]]
## [1] "KookieCute014: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8862]]
## [1] "TAEKOOK199597_: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8863]]
## [1] "yoowithmi: RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…"
## 
## [[8864]]
## [1] "Satanclaus__: @UrVoice8 Let me guess u a guy who lives in middle of no where pretending to be in touch with the world by listenin… https://t.co/DdlYhAnLUO"
## 
## [[8865]]
## [1] "fairswanie: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8866]]
## [1] "hoseocrates: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[8867]]
## [1] "s10nny: see how kpop stans totally forgot about the world cup now that sk is out"
## 
## [[8868]]
## [1] "Sht1252003: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8869]]
## [1] "naija0329: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8870]]
## [1] "chickendave12: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[8871]]
## [1] "lisa_the_queenn: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[8872]]
## [1] "doyukvns: RT @hongteezer: why are so many kpop groups releasing tour announcements 1 month before the show is scheduled ?? that is NOT enough time fo…"
## 
## [[8873]]
## [1] "helloverivery: i saw a tiktok of this person showing all their kpop concert outfits for this year and i really gotta step it up fo… https://t.co/hYckcHNcKV"
## 
## [[8874]]
## [1] "teddybvibin: The amount of tears🤣🤣 I have talking to my moots most days is UNREAL!!! Just natural comedians and I'm here for it.… https://t.co/St3XKQMDjt"
## 
## [[8875]]
## [1] "H4V4RT1: KATTED BOOM MY BELOVED YOU'RE SO WONDERFUL and also I miss our late night vcs where you teach me about kpop https://t.co/J8BO1lnRc1"
## 
## [[8876]]
## [1] "NAMKOOK_19: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[8877]]
## [1] "sahi_world: scoups best leader in kpop fr https://t.co/7qnkatBDVD"
## 
## [[8878]]
## [1] "Engeneforlife12: WOW That’s epic ! 🔥 He went there as a kid Kpop stan to see Shinee, then dreamt of becoming a Kpop idol 1 day, &amp; in… https://t.co/K2XxqH3fCq"
## 
## [[8879]]
## [1] "csmr459: Yes this song is definitely one of the best songs ever created, not only in kpop but in general it’s so good🙌🏻! https://t.co/bVjdyvA8kH"
## 
## [[8880]]
## [1] "fictionalmissp: RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…"
## 
## [[8881]]
## [1] "fairswanie: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8882]]
## [1] "isaiasmaylob4: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8883]]
## [1] "rore_views: Ok 👌🏽, thank you! #LOONA's #ranking will come on Saturday 12/17.\n#KPOP #KpopReview #Review #music #KpopTwitter… https://t.co/vNuciWmy45"
## 
## [[8884]]
## [1] "taetaettaemune: is there a masterlist/thread of ALL the innovations bangtan did for kpop? like having a producer line aside from ra… https://t.co/iXLoGHARGx"
## 
## [[8885]]
## [1] "arzlovestwice: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[8886]]
## [1] "sadgialive: RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants \"ddiung,…"
## 
## [[8887]]
## [1] "latinoteez: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[8888]]
## [1] "olivnyu: latte best kpop dog its so polite just like haseul https://t.co/AhBKdI3ZUO"
## 
## [[8889]]
## [1] "onlystanstalent: @yoongaboo I converted my friends little sisters by proxy and now my friends know some kpop songs"
## 
## [[8890]]
## [1] "bb_dongjuneya: RT @ikonicjuneyaaa: this should be the one we recommend to babykonics. lets stop being the sadgurls/bois of kpop hahahaha  https://t.co/qRS…"
## 
## [[8891]]
## [1] "astjinwoosxl: all these terrible news about kpop groups makes me anxious about astro 🫠🫠🫠"
## 
## [[8892]]
## [1] "yunhogiz3r: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[8893]]
## [1] "TWICZENNIE: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[8894]]
## [1] "chrisisbanhg: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[8895]]
## [1] "Leslie44084114: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8896]]
## [1] "martinezmariey: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8897]]
## [1] "CarlosL11399293: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[8898]]
## [1] "NamjoonGirl14: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[8899]]
## [1] "stnelva: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[8900]]
## [1] "sherose1408: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[8901]]
## [1] "snejmochi: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8902]]
## [1] "ChitHsuWai4: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8903]]
## [1] "goingonpluto: no taemin and baekhyun being in the military is what's causing the kpop music industry to go crazy"
## 
## [[8904]]
## [1] "hiphopewrld: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8905]]
## [1] "toonfimin: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[8906]]
## [1] "woodzyammm: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[8907]]
## [1] "oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka"
## 
## [[8908]]
## [1] "haeunio: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[8909]]
## [1] "G_IDLESuperior: @kpop_spotify I think you need to make a more friendly 'excel sheet', idk if you use auto-fwd from Spotify to excel… https://t.co/T9s39Cwx2y"
## 
## [[8910]]
## [1] "ltmgigiloml: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[8911]]
## [1] "AakPandey: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8912]]
## [1] "Sandy216733141: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8913]]
## [1] "teitweets: RT @floweryddana: his improvements throughout the years are really amazing and not to mention that he's still young, Park Jisung the future…"
## 
## [[8914]]
## [1] "Ann73240495: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8915]]
## [1] "namunamukoo21: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8916]]
## [1] "Mayma179: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8917]]
## [1] "cantstophan: when people are interviewing kpop idol and then the person interviewing them goes like, “how did you learn english… https://t.co/CvEXt2Lp1h"
## 
## [[8918]]
## [1] "MsShyChey: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8919]]
## [1] "haeunio: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[8920]]
## [1] "Scipurple1989: RT @_RapperJK: + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Spotify\n\n(J…"
## 
## [[8921]]
## [1] "IndianMygirl: @MYNAME_KYong -D-12\n\nCr: Pinterest\n. \n.\n#MYNAME #CHAEJIN #JUNQ #SEYONG #INSOO #GUNWOO #INDIANMYGIRL #MYBOY… https://t.co/H6RhUpb5x8"
## 
## [[8922]]
## [1] "martinezmariey: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[8923]]
## [1] "isaiasmaylob4: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[8924]]
## [1] "MUGLERM00N: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8925]]
## [1] "starlight8779: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[8926]]
## [1] "BLODAY24: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[8927]]
## [1] "outsomniasky: \"they sing live\" i get it\n\nkpop is all about backing tracks\n\nbut so what....:( if they cant actually sing properly… https://t.co/bw5FE7esV9"
## 
## [[8928]]
## [1] "YvesPursuer: @urza1i sojang is spreading rumors about why jinni from nmixx left, and of course allkpop is writing about 😡 Sojang… https://t.co/RyiDpzi7ZP"
## 
## [[8929]]
## [1] "gzbfate: specially the part of kpop songs charting at 78 un bubble under hot 100 https://t.co/DYmrfxzf9n"
## 
## [[8930]]
## [1] "spice_jimin: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8931]]
## [1] "vilatsshut: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8932]]
## [1] "tddypang: my 2021 music taste was elite then kpop happened"
## 
## [[8933]]
## [1] "YourSmileandYou: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[8934]]
## [1] "UndergroundTrbl: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8935]]
## [1] "leoncitobebetae: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8936]]
## [1] "MsShyChey: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8937]]
## [1] "ahsokatanto: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[8938]]
## [1] "jmsnlee: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[8939]]
## [1] "meliembebe_: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[8940]]
## [1] "alldayknj: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8941]]
## [1] "martinezmariey: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8942]]
## [1] "ygilvr: Ight since nobody is going to point it out..I FUCKING WILL!  \nTiktok Creator: Jordan Nataé came online yesterday &amp;… https://t.co/xvxAkZoMG3"
## 
## [[8943]]
## [1] "bigdanburn: Loving the copium tonight on Brazillian kpop twitter"
## 
## [[8944]]
## [1] "Monse59225158: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[8945]]
## [1] "h3ykiki: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[8946]]
## [1] "baeyoojun: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[8947]]
## [1] "Snuggles1018: @kevinwoo91 I am so sorry that this happened this way oof course Kevin you should enjoy your last day with your Kpop Broadway family 🙂❤"
## 
## [[8948]]
## [1] "iheartyoongi_: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[8949]]
## [1] "isaiasmaylob4: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[8950]]
## [1] "ot7_bts_spotify: RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…"
## 
## [[8951]]
## [1] "PLAYTAXl: still one of the best kpop songs ever released, and i stand by that! https://t.co/vTqBgF2z0F"
## 
## [[8952]]
## [1] "_RapperJK: + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Sp… https://t.co/Hsg36mbqNo"
## 
## [[8953]]
## [1] "idiasilver: sorry for the kpop spam i got nostalgic"
## 
## [[8954]]
## [1] "Joossie_: RT @ccfr4gile: .    ♡ Imagenes aesthetic para poster kpop.ver  ♡   .\n\n—🍄 https://t.co/xjIHAPsoz1"
## 
## [[8955]]
## [1] "Eingtuan96: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[8956]]
## [1] "irisbffs: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[8957]]
## [1] "hobishenjk: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[8958]]
## [1] "lil_beauitful: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[8959]]
## [1] "SanidhyaTrivedi: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8960]]
## [1] "hwhyein: @jadasokpopp there’s no way i’m gonna fall in love with an AI kpop idol…"
## 
## [[8961]]
## [1] "yentebts: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8962]]
## [1] "tanniesboo: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8963]]
## [1] "NamjoonGirl14: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[8964]]
## [1] "c4texx: RT @fairyofhee: being a kpop stan in italy sucks istg"
## 
## [[8965]]
## [1] "Shez_H_: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[8966]]
## [1] "tqm_myg: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[8967]]
## [1] "twicechartdataa: @AboutMusicYT the top 3 is the entire kpop industry 🥹🫶🏻"
## 
## [[8968]]
## [1] "Jeonjun24364405: RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…"
## 
## [[8969]]
## [1] "panyai94: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8970]]
## [1] "canela6002_VIP: RT @WhiteTamar1: The Creator of the kpop lightstick 😍😍\n#MAMAVOTE #bigbang\nhttps://t.co/YZ8o5k82Zf"
## 
## [[8971]]
## [1] "Haru13196953: RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…"
## 
## [[8972]]
## [1] "minbelly19_kpop: RT @Akjinbts: Me everytime Seokjin posts : https://t.co/iPiiAeL6Qu"
## 
## [[8973]]
## [1] "ICARUSPINKS: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[8974]]
## [1] "idiasilver: RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW"
## 
## [[8975]]
## [1] "fauxfauz: RT @bttrflyteez: random questions for kpop stans to answer if you are bored \n\nㅡ a long thread"
## 
## [[8976]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl A while ago, I purchased an album NFT from DROPS. I have accumulated some $BEAT tokens\n#MetaB…"
## 
## [[8977]]
## [1] "N4MIVIVI: Sorry its so funny to me to see footballers being treated the way people treat kpop idols but they are being SERIOUS ABT IT.. please don’t"
## 
## [[8978]]
## [1] "tanniessolostan: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8979]]
## [1] "alldayknj: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[8980]]
## [1] "xmiyakochannel: COUNTRY GIRLS (yes I know this is a kpop thread) https://t.co/dNc2Uxpn5C"
## 
## [[8981]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl MetaBeat is a Fan-to-Earn community platform powered by fan activities and rewards. MetaBeat…"
## 
## [[8982]]
## [1] "Mxstr76ArmyMom: RT @_RapperJK: @chartdata @TIME @lizzo @BTS_twt @oliviarodrigo @BLACKPINK BTS: the 1st kpop group to receive a cover on Time magazine &amp; the…"
## 
## [[8983]]
## [1] "Amaira5657: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[8984]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl MetaBeat will spread like wild fire Even the blind will see MetBeat and hop on 🚀🚀\n#MetaBeat …"
## 
## [[8985]]
## [1] "ursolovelyBTS7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[8986]]
## [1] "jmsnlee: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[8987]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl Accompanied by the launch of their app on September/October of 2022, which will seamlessly br…"
## 
## [[8988]]
## [1] "shark_mainhub: Friend: sus you getting kpop on your fyp \n\nMe the past few weeks: https://t.co/MUITRz6z6p"
## 
## [[8989]]
## [1] "kiirawira: there’s a list\n1. sherlock\n2. the chaser\n3. gee\n4. superhuman\n5. mirotic\nin no particular order but these songs lit… https://t.co/PeaNyn3A2X"
## 
## [[8990]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl MetaBeat stems from the purpose of putting fans and artists first. It is long known that fans…"
## 
## [[8991]]
## [1] "jenlisapatao: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[8992]]
## [1] "vrobelek7: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8993]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl MetaBeat, a Music Community NFT platform, is continuing to give fans what they really want an…"
## 
## [[8994]]
## [1] "JOONSMFDIMPLES: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[8995]]
## [1] "snejmochi: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[8996]]
## [1] "XiL0ft: no its not a phase to listen to kpop once a year, mom &gt;:("
## 
## [[8997]]
## [1] "svteenluv: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[8998]]
## [1] "skzitsmylife: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[8999]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl MetaBeat will ensure to persevere in bringing artists and fans closer together through specia…"
## 
## [[9000]]
## [1] "wdigkys: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[9001]]
## [1] "MultiStanShay: @miumiulace I like it, we need more kpop idols with confidence like Soyeon 🤷🏽‍♀️"
## 
## [[9002]]
## [1] "moonlitseouls: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[9003]]
## [1] "isaiasmaylob4: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9004]]
## [1] "mariscal_samira: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9005]]
## [1] "moonbinniesbyul: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9006]]
## [1] "marsmingki: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[9007]]
## [1] "minbelly19_kpop: RT @seokjinnie_luv7: Seokjin in grey is just so boyfriend https://t.co/GZPlYaGlae"
## 
## [[9008]]
## [1] "Yoonglies_: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[9009]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl In the future, we plan to create a positive virtuous cycle in the entertainment industry and…"
## 
## [[9010]]
## [1] "xingkais: RT @M_M_Socks: I've already seen so many angry posts demanding statements, info, and legal action from SM. Part of the kpop product is to c…"
## 
## [[9011]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl $BEAT token use cases\ni. Can be used for staking\nii. Can be used for purchasing NFT\niii. Can…"
## 
## [[9012]]
## [1] "yeomrk: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9013]]
## [1] "vkookki22331486: RT @juon_v: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,372) https…"
## 
## [[9014]]
## [1] "LouPandoras: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9015]]
## [1] "hoonieloaf: no but really what year do these people think it is exo is as relevant to the current kpop scene as raisins are to mac and cheese"
## 
## [[9016]]
## [1] "exoisot9_12: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[9017]]
## [1] "mazST4Y: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9018]]
## [1] "hagsfan: lucky my fav kpop idol dog like https://t.co/jtoEL81n1s"
## 
## [[9019]]
## [1] "yanfeicIub: RT @Issrfm: congratulations to beomgyu for being the first kpop idol to become a genshin impact playable character https://t.co/KBLfSxIj8H"
## 
## [[9020]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl $BEAT Token is the utility and governance token of METABEAT. If you hold and stake BEAT for N…"
## 
## [[9021]]
## [1] "DeirdreDonlon: RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…"
## 
## [[9022]]
## [1] "yoongispiano_: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9023]]
## [1] "vkookki22331486: RT @juon_v: Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to reach this…"
## 
## [[9024]]
## [1] "OT7appreciation: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[9025]]
## [1] "willbemygalaxy: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[9026]]
## [1] "LaChategris: @_piegoblin_ @Lil_KPop_Katze Tmi warning, but I used to be on a medication that gave me explosive diarrhea and it n… https://t.co/iLiNYpZBDd"
## 
## [[9027]]
## [1] "decodeselena: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[9028]]
## [1] "Jv47Jk: RT @_RapperJK: So proud of Charlie &amp; Jungkook! \n\nReminder: #Jungkook is the FIRST and Only Kpop idol to receive RIAA Gold certification htt…"
## 
## [[9029]]
## [1] "xanotiz: RT @Drlceberg: a thread of all \"im gonna start tweeting about western artists like kpop stans do\" images i was able to find https://t.co/RJ…"
## 
## [[9030]]
## [1] "sstlla6: RT @hara_n4: [#studytwtph #studytwt #studyacc]\n\nhello, i'm Harana, new to studytwt. I'm looking for moots!!! ❤️ or retweets are highly appr…"
## 
## [[9031]]
## [1] "baekjiyugsan: @Fantasyy160801 Im in Madrid and we are planning on going to a kpop store tomorrow but i have no idea is it worth i… https://t.co/ExRDqkeznB"
## 
## [[9032]]
## [1] "troyesnude: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9033]]
## [1] "KCJKitkat17: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[9034]]
## [1] "gguk_7WY: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9035]]
## [1] "babychicksehunn: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[9036]]
## [1] "TaeIsMyBoo16: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9037]]
## [1] "Kayci_02: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[9038]]
## [1] "choisanswhore: its official im unstanning all kpop groups units everything i cant live like this ANY LONGER"
## 
## [[9039]]
## [1] "choiyoungrei: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9040]]
## [1] "iloveyasuho: these r the albums i own from my first kpop phase:\n\nmots7\ncle 2\nmots persona\nlove urself answer"
## 
## [[9041]]
## [1] "Violet_lPhoenix: RT @VogelPaula: Sad about K-POP closing. I don’t come into NY often, hoping to see it later in the run. Many shows are struggling: a tone d…"
## 
## [[9042]]
## [1] "allllkpop_: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[9043]]
## [1] "MmeSousLaPluie: RT @Joonie2608: @BTSGlobalCharts CONGRATULATIONS KIM NAMJOON\n\nRM HIGHEST CHARTING KPOP SOLOIST\n\nRM ‘All Day (with 김남준)\n\n#RM #Indigo #BTS #방…"
## 
## [[9044]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl New animation NFT auction is announced in DROPS. This animation is on a popular webtoon, I ex…"
## 
## [[9045]]
## [1] "rosalia_blanca: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9046]]
## [1] "DeirdreDonlon: RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…"
## 
## [[9047]]
## [1] "MeghanDiamonds: RT @BTSEMPIRES: “kpop was suffering to surpass 1 group now they will be struggling with 7 MEMBERS” https://t.co/y84ThHD1Ev"
## 
## [[9048]]
## [1] "Violet_lPhoenix: RT @Jeff__Benjamin: Exclusive: The @KPOPBroadway musical is putting out an official cast recording album. Harvey Mason Jr. (who produced si…"
## 
## [[9049]]
## [1] "fakedeepben: RT @kyleshabet: Dalsooobin gave us a song that literally felt like a spiritual and holy awakening, during the pandemic when we were feeling…"
## 
## [[9050]]
## [1] "NiinaA_m: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[9051]]
## [1] "Katerin30677956: RT @brotheromori: moonbin truly is one of the best male performers in kpop"
## 
## [[9052]]
## [1] "karinicoleee: not my mom turning on the radio and all the stations are red neck versions of christmas carols and then asking my s… https://t.co/jxu0XZdPBs"
## 
## [[9053]]
## [1] "PR0DTANNlES: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9054]]
## [1] "Chiajung0323: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 64 MILLION streams on Spotify, the fastest solo song by a Kpop soloist to reach this mi…"
## 
## [[9055]]
## [1] "minbelly19_kpop: RT @Taehyungimpact: Taehyung in ripped jeans was a rare sight, he’s so hot 🫠 https://t.co/2VrLoX8XGM"
## 
## [[9056]]
## [1] "xvxixuxii: Not an nmixx stan but fans are blaming JYPE solely as if they’re not apart of the problem too. Y’all come on twt to… https://t.co/o4eyPrdOY0"
## 
## [[9057]]
## [1] "adachinakamoto: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9058]]
## [1] "bayno08: RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…"
## 
## [[9059]]
## [1] "Violet_lPhoenix: RT @nypost: KPOP musical demands apology after 'racist' New York Times review https://t.co/PsaYwPwV61 https://t.co/8lipqYSbgm"
## 
## [[9060]]
## [1] "Mylovely_sun: RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx"
## 
## [[9061]]
## [1] "gcftaehope: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[9062]]
## [1] "Kpop_onCHARTS: RT @FIFAWorldCup: Croatia, wow!"
## 
## [[9063]]
## [1] "PresRMofArmy: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[9064]]
## [1] "Ritika32100405: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9065]]
## [1] "IR_91v3v_: RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…"
## 
## [[9066]]
## [1] "jellyjoy04: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[9067]]
## [1] "_silverjimin: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9068]]
## [1] "Cilla_mena: I need kpop fan especially international kpop fans 2 stop already. You people act like you know all when it comes 2… https://t.co/lZ9Xhb4q7c"
## 
## [[9069]]
## [1] "ot7rights: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9070]]
## [1] "JijmJk: RT @juon_v: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,372) https…"
## 
## [[9071]]
## [1] "hobishenjk: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[9072]]
## [1] "JijmJk: RT @juon_v: Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to reach this…"
## 
## [[9073]]
## [1] "Nicole0_07: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9074]]
## [1] "Stella84528217: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[9075]]
## [1] "fluffyoon_: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[9076]]
## [1] "kyleshabet: Dalsooobin gave us a song that literally felt like a spiritual and holy awakening, during the pandemic when we were… https://t.co/7va5fTr2w5"
## 
## [[9077]]
## [1] "minbelly19_kpop: RT @jmnpromise: 2019 JIMIN                          2022 JIMIN https://t.co/wAiPjDkl2d"
## 
## [[9078]]
## [1] "SweetRedBerry94: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9079]]
## [1] "minjiiv: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[9080]]
## [1] "StanTalent365: @aerideulssi @kpophappenings_ This is always gonna be iconic in the history of kpop fake bangs 😂😂"
## 
## [[9081]]
## [1] "GUCCIYUGIE: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[9082]]
## [1] "HelenHjPark: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[9083]]
## [1] "NJ_to_TX_to_: @KariLake I'd hate to see #kpop snatch all the tix."
## 
## [[9084]]
## [1] "TsuyuYaoyorozu: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9085]]
## [1] "NiinaA_m: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9086]]
## [1] "ahsokatanto: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9087]]
## [1] "mingaya_TEEZ: @glamourhiyyih The worst combo is them being a kpop stans on top of it all"
## 
## [[9088]]
## [1] "clawsername: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[9089]]
## [1] "Lisayaaaa26864: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[9090]]
## [1] "carleeraeh: markiplier nsfw 18+ onlyfans leak kpop anime scissor lesbian moan gay  https://t.co/vN3hOTsJ3k"
## 
## [[9091]]
## [1] "Umfasecret: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[9092]]
## [1] "mymoonchildbaby: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9093]]
## [1] "Crisell53293435: RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️"
## 
## [[9094]]
## [1] "petitdongree: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[9095]]
## [1] "kunseishu: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[9096]]
## [1] "TVXQsRedOcean: RT @alex_cabilte: Be You 2 makes me so emo as a kpop fan. Reminded me how much I love Chen and his voice, got bias-wrecked by Xiumin. Saw T…"
## 
## [[9097]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl A while ago, I purchased an album NFT from DROPS. I have accumulated some $BEAT tokens\n#MetaB…"
## 
## [[9098]]
## [1] "loveis4wols: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[9099]]
## [1] "stanwondergirls: I just hate kpoppies who don’t know anything about kpop"
## 
## [[9100]]
## [1] "hyeijz: i just got the ick from a kpop idol 😬"
## 
## [[9101]]
## [1] "otherbully: RT @ScruppyCats: This is objectively the best kpop song ever."
## 
## [[9102]]
## [1] "cha5won: i have to find someone who isn't a kpop fan so i can infodump to them about it"
## 
## [[9103]]
## [1] "dory67589729: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9104]]
## [1] "kjsdivine_: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[9105]]
## [1] "FerYyY_y: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9106]]
## [1] "hyunjeekies: kpop twt whenever skz breathe https://t.co/6Sc0OVWhQq"
## 
## [[9107]]
## [1] "AlyssaGamez4: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[9108]]
## [1] "MAMalcontento: RT @lvvrsl1ne_: helu Im ireie and Im looking for filo interactive kpop moots. mostly engenes but basically any fandom will do. Rts are high…"
## 
## [[9109]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl The community NFTs are generated by diverse projects such as music albums, singles, metaverse…"
## 
## [[9110]]
## [1] "kimi0194: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[9111]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl $BEAT token use cases\ni. Can be used for staking\nii. Can be used for purchasing NFT\niii. Can…"
## 
## [[9112]]
## [1] "valentinedest97: my new kpop playlist is so good 😭"
## 
## [[9113]]
## [1] "kassmaekju: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[9114]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl FANomance Index is a customized index uniquely designed by MetaBeat, based on key criteria of…"
## 
## [[9115]]
## [1] "izzimrn: RT @soIodown: kpop companies when you’re 18+ in an audition https://t.co/HcZqJHIgbu"
## 
## [[9116]]
## [1] "paulieponzi: @theheckinghck That might be more feasible, but this still reads like corporate speak about something that will nev… https://t.co/2isqrbvc3C"
## 
## [[9117]]
## [1] "Leslie_Michi_: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[9118]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl Accompanied by the launch of their app on September/October of 2022, which will seamlessly br…"
## 
## [[9119]]
## [1] "GUCCIYUGIE: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9120]]
## [1] "faefiiend: RT @soobinbeloved: my favorite genre of kpop edits are the edits with hot/serious clips with the most unserious song choice ever"
## 
## [[9121]]
## [1] "shinaera_alex: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[9122]]
## [1] "cutiietaetaee: RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…"
## 
## [[9123]]
## [1] "Silvamy13: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9124]]
## [1] "delilahvipic: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[9125]]
## [1] "uji_hochi: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[9126]]
## [1] "xxxdhyxxx: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[9127]]
## [1] "heejinsoulyves: RT @YeojinsLog: my whole biasline in kpop is disappearing…\n#ThankYouJinni"
## 
## [[9128]]
## [1] "namchanhyung: @nyuskneehighs Yeah I know trust me, same here...it was one of the main reason why I had never took interest in kpo… https://t.co/WHArsuDUjn"
## 
## [[9129]]
## [1] "amayafake: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9130]]
## [1] "navi_inlove: I JUST WALKED INTO A KPOP STORE AND THEYRE PLAYING PARADIGM https://t.co/hiCgh249Q0"
## 
## [[9131]]
## [1] "stann_pentagon: RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G"
## 
## [[9132]]
## [1] "Kjjslsrs: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[9133]]
## [1] "machinegirl420: the grip BESTie has on me. NO MUSIC IN 7 YEARS N THEYRE MY FAVE KPOP GROUP THAT EVER LIVED!!!!!! https://t.co/OyQjYoQK5c"
## 
## [[9134]]
## [1] "elaikabanana: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9135]]
## [1] "EsraaEl875: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9136]]
## [1] "jungkook1938: RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…"
## 
## [[9137]]
## [1] "allegedlyangelo: I choose to engage w/ Kpop and point out the problems I see. As anyone should. You, on the other hand, just want to… https://t.co/uteQAJv7AS"
## 
## [[9138]]
## [1] "allegedlyangelo: I have been a kpop fan since second gen. There’s nothing you could say or show me that I have not heard, seen or sa… https://t.co/h21I6VeLKO"
## 
## [[9139]]
## [1] "knjcrave: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[9140]]
## [1] "NALUa_7: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9141]]
## [1] "slypurple_snake: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[9142]]
## [1] "valdisviktoria: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[9143]]
## [1] "lvlyminii: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9144]]
## [1] "_5x_how: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9145]]
## [1] "kimnamjooona: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9146]]
## [1] "purpuriu_: RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…"
## 
## [[9147]]
## [1] "BTSLINE_7: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[9148]]
## [1] "dory67589729: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9149]]
## [1] "thectic__: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[9150]]
## [1] "UsernamenaijanT: Everything is up to 35% OFF!!😲\n\n사랑 Love Purple Heart T-Shirt\n\nhttps://t.co/wXoN86OEhu\n\n#loveheart #heart #purple… https://t.co/it4iTJe4J9"
## 
## [[9151]]
## [1] "ARMY_MoonNEarth: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9152]]
## [1] "blackpinkis143: Imagine blackpink have 2-3 comeback like every kpop group! Yeah read the first word again!💀🙂"
## 
## [[9153]]
## [1] "mariapz01: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[9154]]
## [1] "trvvwang: I missed my Kpop lottery purchase deadline yesterday cus I thought they'd text me if I win, and i didn't win today.… https://t.co/br6vpLfclz"
## 
## [[9155]]
## [1] "BP_Reals: RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…"
## 
## [[9156]]
## [1] "jkoollerina: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[9157]]
## [1] "10309293o: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[9158]]
## [1] "Namjoonsbaeeeee: RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…"
## 
## [[9159]]
## [1] "purpuriu_: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[9160]]
## [1] "Frances70814439: RT @tinytaem_: i'm going to be honest, i got away from kpop because people that were close to me treated me like i was some type of crazy f…"
## 
## [[9161]]
## [1] "klassicmingi: RT @relatable_9yu: what is with this \"everything in kpop is scripted\" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…"
## 
## [[9162]]
## [1] "JinVoo_Abyss: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9163]]
## [1] "Augiesalas48: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9164]]
## [1] "Aleeeeeesandro: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[9165]]
## [1] "ARMY_MoonNEarth: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9166]]
## [1] "damcleph: RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl MetaBeat Solutions\n1. DROPS\n2. MINGLE\n3. SHOUT OUT\n4. NFT MARKETPLACE\n#MetaBeat \n#METABEATNFT…"
## 
## [[9167]]
## [1] "Ana_kpop_jpop: RT @Eunhae0404_1510: D&amp;E selfie 🔫🔫 \nThe same selfie Donghae posted on his IG 221207\n\n#eunhyuk #donghae #동해 #은혁 #eunhae #은해 https://t.co/CtL…"
## 
## [[9168]]
## [1] "Cnskskn1: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9169]]
## [1] "yunhosmile: i think ateez is the sluttiest kpop group 😏"
## 
## [[9170]]
## [1] "Valtorsdesire: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9171]]
## [1] "dovesfeat: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[9172]]
## [1] "jhopelove: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9173]]
## [1] "anahitnise: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[9174]]
## [1] "yamij05: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9175]]
## [1] "Namjoonsbaeeeee: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[9176]]
## [1] "145melo: RT @everhuta: because btob revolutionised kpop with missing you. #btob https://t.co/eRWFswEenS"
## 
## [[9177]]
## [1] "bangtan7sonsuzz: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9178]]
## [1] "LoveOf_MiniMoni: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9179]]
## [1] "army_531: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9180]]
## [1] "enchantdtherose: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[9181]]
## [1] "ara5054308862: I voted for [n.Ssign] Lee Hanjun !! \nTotal Vote Count:10,055 https://t.co/hV7nBdPbGO #LeeHanjun #イハンジュン #nSsign… https://t.co/3geE0H5TAQ"
## 
## [[9182]]
## [1] "Taegerslover: RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the \"learning…"
## 
## [[9183]]
## [1] "PT_KOREA: We’re With You: Kara’s Ji-young leaves group’s comeback album at late member Ha-ra’s res ...… https://t.co/D3HrI2YKcU"
## 
## [[9184]]
## [1] "spiderjennie: no like why are you blaming the loss of a football team on a kpop group 😭😭😭"
## 
## [[9185]]
## [1] "KwonMdragon18: RT @BIGBANGAfrica1: BIGBANG created THE FIRST EVER LIGHTSTICK IN KPOP and they thought \"since we did this First, how about we name the orig…"
## 
## [[9186]]
## [1] "jisoobltch: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[9187]]
## [1] "Mimiya51046201: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9188]]
## [1] "juon_v: Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist t… https://t.co/vFZNnA9cmC"
## 
## [[9189]]
## [1] "ohmylenax: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[9190]]
## [1] "nyuskneehighs: @namchanhyung Hhhhh yeah.... It's just so much darker than that to me tho, like brotherhood or not, kpop is such a horrific industry"
## 
## [[9191]]
## [1] "jaebeoms_girl: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9192]]
## [1] "knjsmgbiased: RT @pixyrinji: pixy are nugu from an unknown company but Lola is recognised as one of the best 4th gen rappers and Reborn as one of the bes…"
## 
## [[9193]]
## [1] "Tris57367444: RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…"
## 
## [[9194]]
## [1] "tyfwlea: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9195]]
## [1] "firstlovejoonie: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9196]]
## [1] "Animeforever678: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[9197]]
## [1] "btsarmybutter: RT @ThePopBase: Highest ranking Kpop acts on Billboard 200 Artists Year-end chart:\n\n1. #BTS - #18 (2020)\n2. #BTS - #21 (2018)\n3. #BTS - #26…"
## 
## [[9198]]
## [1] "LovingBangtan06: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9199]]
## [1] "ProudArmy_jk: RT @stream4taekook: \"Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…"
## 
## [[9200]]
## [1] "saturnskiz: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9201]]
## [1] "sequined_smile: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[9202]]
## [1] "miniimoni1: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9203]]
## [1] "Blackcartu: @seokskive @BTSMamaFan1 Insane promo to push that kpop acts but not for the members of the biggest group in the world."
## 
## [[9204]]
## [1] "byakko01234: Surprised they had a Kpop store near where Iive LEZ GOOOOOOO"
## 
## [[9205]]
## [1] "n30n4ng3l: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[9206]]
## [1] "Kamdokht: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[9207]]
## [1] "soulsuppremacy: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[9208]]
## [1] "soobimi_1205: RT @csbshour: hoping for an 'essence of kpop' live later today 🙏 \nhttps://t.co/ZuLB3SJT1o"
## 
## [[9209]]
## [1] "mikrokosmosrain: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[9210]]
## [1] "RoMyknj: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9211]]
## [1] "CubHiyyih: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9212]]
## [1] "taeggukwins: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[9213]]
## [1] "MelBoomBos: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9214]]
## [1] "requaldebbarma_: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[9215]]
## [1] "hccjss: as a dreamzen there’s like no accs who translate like they do, moas are so lucky they are doing this 😭 apologising… https://t.co/ed4rnySkP3"
## 
## [[9216]]
## [1] "bamieIII: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9217]]
## [1] "ruby_reve: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[9218]]
## [1] "bribricutie3_: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[9219]]
## [1] "kiri_kpop: They are so cool, god I love this so much!\n❤️‍🔥❤️‍🔥❤️‍🔥❤️‍🔥❤️‍🔥❤️‍🔥\n#XdinaryHeroes #엑스디너리_히어로즈 #WE_ARE_ALL_HEROES… https://t.co/9eZQSWSSYm"
## 
## [[9220]]
## [1] "f3maleofaug: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[9221]]
## [1] "xiudyke: Kpop stans are so unserious 😭 https://t.co/5uREEYkl47"
## 
## [[9222]]
## [1] "taesty127: @CubforKdub one more for u https://t.co/5vAfKswW9g"
## 
## [[9223]]
## [1] "sb_ilna: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9224]]
## [1] "korenamu: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9225]]
## [1] "M1shhh24: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9226]]
## [1] "Ezielby: RT @larix1997: Kaeya keeps his TCG Diluc card in a photocard holder like a kpop stan\n#kaeluc #luckae #fanart https://t.co/KCq2OehYa7"
## 
## [[9227]]
## [1] "ingahauks: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9228]]
## [1] "KashaLac96: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[9229]]
## [1] "sjinnieberry: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9230]]
## [1] "sakuran_rk: So many Kpop boys are growing out their mullets in multitude of colors that I could totally assemble a wholeass Vkei band out of them 😂😂😂"
## 
## [[9231]]
## [1] "juon_v: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-7… https://t.co/FQthwt6aSy"
## 
## [[9232]]
## [1] "kthboston: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9233]]
## [1] "zebratoy_: RT @badestbih: Jenna Ortega names Blackpink as the worst kpop act of all time \n\n“If anyone ever plays them in my house, they're instantly k…"
## 
## [[9234]]
## [1] "EmelieSderlind4: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[9235]]
## [1] "joonadoree: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9236]]
## [1] "onew12147: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[9237]]
## [1] "soulego7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9238]]
## [1] "_realmaria: RT @itsLIVEofficial: &lt;COMING UP NEXT&gt;\n#원호 - #CRAZY &amp; #on_on\n#WONHO - Crazy &amp; On &amp; On\n@official__wonho\n\n#잇츠라이브 #KPOP #itsLive https://t.co/y…"
## 
## [[9239]]
## [1] "KJeonggkuk: RT @stream4taekook: \"Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…"
## 
## [[9240]]
## [1] "oddinaryhyun: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[9241]]
## [1] "PinkyValiant: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[9242]]
## [1] "9597L0VE: RT @stream4taekook: \"Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…"
## 
## [[9243]]
## [1] "yus_kiss: not new to #ageretwt but took a small break !!\n\nlooking for oomfs preferably 17+\n\n♡ into kpop (svt, nct, atz, etc)… https://t.co/p5EFzLfYPF"
## 
## [[9244]]
## [1] "NeginYNG: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9245]]
## [1] "Jips_nim: Just say you new in kpop..it was never okay to bring other groups lightstick but yeah keep being loud here"
## 
## [[9246]]
## [1] "0325_Insomnia: This was not on my Kpop bingo card today… https://t.co/3hMG5OLBZj"
## 
## [[9247]]
## [1] "kpop_spotify: Anything you like to have on this page in 2023?"
## 
## [[9248]]
## [1] "amiiv51: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9249]]
## [1] "sbinsap: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[9250]]
## [1] "joobiecore: they had * debut in a kpop super group with taemin kai and baekhyun, everyone was well aware the man couldn't sing… https://t.co/yentcvVeBO"
## 
## [[9251]]
## [1] "Joonieeee_94: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9252]]
## [1] "Bert23kookie: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[9253]]
## [1] "cewcharm: RT @Kpopmap: Top 15 IG Updates By K-Pop Idols\nhttps://t.co/Uv5m1m1Rfp\n\n#IVE #AnYuJin #ENHYPEN #NiKi #EPEX #Wish #GIDLE #Minnie #SF9 #RoWoon…"
## 
## [[9254]]
## [1] "homebody_zip: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9255]]
## [1] "jnkyeom: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9256]]
## [1] "Diane_IQ29: RT @chaniexo_: MINSEOK AND JONGDAE WERE THE ONLY KPOP ARTISTS WHO SOAKED THEMSELVES IN THE RAIN 😭 I FEEL HONORED!!!"
## 
## [[9257]]
## [1] "BeeRoseL: @foresthwa Mine is very Kpop twt stan but I also don’t tweet a lot lol https://t.co/eMvXqTM0vz"
## 
## [[9258]]
## [1] "MoonHoneygrove: RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…"
## 
## [[9259]]
## [1] "kpop_animw: RT @JisooPeru: Vota por JISOO en los Premios anuales K4US 2022\n\n🔗https://t.co/Gr50lcsizc\n\n#NETIZENSREPORT #JISOO for Asian Celebrity of the…"
## 
## [[9260]]
## [1] "phuphastian: never thought id see the day the WC is compared to kpop groups 💀⚰️ https://t.co/zm5T1bMkps"
## 
## [[9261]]
## [1] "whalien52mt: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[9262]]
## [1] "CavalrySam: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[9263]]
## [1] "mixxident: i’m actually so pissed at kpop stans for what they’ve done to nmixx. seeing these amazing girls who were so excited… https://t.co/Qg2QA76rIm"
## 
## [[9264]]
## [1] "DixieJoon7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9265]]
## [1] "stayumskzstay: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[9266]]
## [1] "taesty127: @CubforKdub u can literally watch videos of kpop idols who talk about the money they owed to their companies from t… https://t.co/QOGSotDTam"
## 
## [[9267]]
## [1] "DixieJoon7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9268]]
## [1] "jisoosclarity: RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…"
## 
## [[9269]]
## [1] "iBNGTZee: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[9270]]
## [1] "FamSKZMX: RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET"
## 
## [[9271]]
## [1] "tolanijegede1: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[9272]]
## [1] "kzhdnn: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9273]]
## [1] "DixieJoon7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9274]]
## [1] "mvcnloveshimm: RT @ToyToy1392: Today's the last day to donate for Kai Day Cupsleeve Event! \n\nDono Link: https://t.co/jonn9N3LU3\nThere's still a time to fu…"
## 
## [[9275]]
## [1] "sbinsap: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[9276]]
## [1] "phinexatin: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[9277]]
## [1] "iBNGTZee: RT @UPROXX: 🔥 #STAYC (@STAYC_official) - 'https://t.co/akHQHMiL6o’\n\nSTAYC is consistent with releasing hit after hit and powerful b-side af…"
## 
## [[9278]]
## [1] "kpop_hater22: RT @inyhourly: prettiest\n#나연 #NAYEON https://t.co/prc8g5FpH5"
## 
## [[9279]]
## [1] "nadokyze: RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…"
## 
## [[9280]]
## [1] "kpop_animw: RT @lqualityksm: i hope you're happy always min 🤍 https://t.co/RkMCw871io"
## 
## [[9281]]
## [1] "cistarshakeit: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[9282]]
## [1] "jindal_2: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9283]]
## [1] "Norauarmyhope: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9284]]
## [1] "ALEX201325: RT @koreatourism: 📣 Korea Grand Sale\n      2023.1.12 ~ 2.28\n\nWhat is Your Travel Bucket List for Korea? 🇰🇷\nK-Pop? K-Drama? K-Heritage? K-Fo…"
## 
## [[9285]]
## [1] "Beewith7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9286]]
## [1] "goddamncorpse: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[9287]]
## [1] "WDunweg: RT @marthopolis: @NylonMag on  @Stray_Kids #ODDINARY as one of KPOP’s best albums of 2022 \n“Their success hinges on their sincerity, expres…"
## 
## [[9288]]
## [1] "mayj4iler111: RT @419kcal: ⋆。˚ ࿔ edtwt intro  ࿔ ˚。⋆\n\nfran, she/her, 21\nugw: 42 kg\nbooks, kdramas &amp; kpop\nnon edtwt &amp; fatphobes dni\n\n↻/♡ to be moots https:…"
## 
## [[9289]]
## [1] "hyunhui95: okay i’m done retweeting things from the best song in kpop thread, what we’ve learned today is that i love all the kpop so much"
## 
## [[9290]]
## [1] "FamSKZMX: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[9291]]
## [1] "deadbyNamjoon: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9292]]
## [1] "GoIdLacquer: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[9293]]
## [1] "BeaMeabea10: RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything"
## 
## [[9294]]
## [1] "allmight707: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[9295]]
## [1] "kzhdnn: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[9296]]
## [1] "HappyJiminS2: RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop"
## 
## [[9297]]
## [1] "thinkerlalisa: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[9298]]
## [1] "alebg1104: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9299]]
## [1] "butterflysohn: wts ☽༓・*˚⁺‧͙\n\nhave: bts love yourself tour pcs\n\n!! details:\n- open ww\n- paypal f&amp;f only\n\navailability:\n$8 | $6\n\n🏷️… https://t.co/2W8nLsU2Yu"
## 
## [[9300]]
## [1] "melyanell: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9301]]
## [1] "Kpop_Oracle: @dankexion A nap sounds good! 😅😅"
## 
## [[9302]]
## [1] "wilmablaft11: RT @dawoonyoungie: When Mirotic started playing I was close to tears. As a kpop fan for more than a decade, to see TVXQ perform in person w…"
## 
## [[9303]]
## [1] "ksjdiadi: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9304]]
## [1] "Iycheefarm: imma say one thing y’all need to leave neymar alone take your lil kpop fights somewhere else"
## 
## [[9305]]
## [1] "xmiyakochannel: Some Orange Caramel song years ago, but I consider HIP my first while knowing the word kpop https://t.co/bzy7iOBNoI"
## 
## [[9306]]
## [1] "jnginlver: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9307]]
## [1] "AndreaL30327551: RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…"
## 
## [[9308]]
## [1] "luvpunz: guys im going on a date tomorrow &gt;__&lt; we’re buying from small businesses and then going to a korean fried chicken p… https://t.co/3Hk5WuHPX3"
## 
## [[9309]]
## [1] "_shay_tan_: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9310]]
## [1] "j_l_always: RT @wendyIoops: wendy is truly unparalleled like i dont think people understand how impressive she is. comparing her to other kpop idols is…"
## 
## [[9311]]
## [1] "taat3972: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[9312]]
## [1] "muchswaglizs: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9313]]
## [1] "dynamitesvictim: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[9314]]
## [1] "butterflysohn: wts ☽༓・*˚⁺‧͙\n\nhave: yunho pc &amp; mingi id\n\n!! details:\n- open ww\n- paypal f&amp;f only\n\navailability:\n$5 | $2\n\n🏷️ ateez a… https://t.co/uID4Sseab8"
## 
## [[9315]]
## [1] "Joonieeee_94: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9316]]
## [1] "Nymph48988984: @Mimis_Quokka The answer is JYP always did smtg wrong with artist. As an old kpop Stan JYP had caused issue with Go… https://t.co/EERMaMyZT4"
## 
## [[9317]]
## [1] "chanel_oberlyn1: RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[9318]]
## [1] "taesty127: @CubforKdub oh my gosh why don’t u go do ur research urself about kpop contracts n then give me ur opinion!!!!"
## 
## [[9319]]
## [1] "Beanie6783: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[9320]]
## [1] "Owleo_0327: RT @lisamanobal_327: \" BTW 'LILIES' fans has no Age reference. Love to see how she proud to show her bias on her TikTok. 😊💛🇬🇧\n\nLISA ROCKS I…"
## 
## [[9321]]
## [1] "zushizzh: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[9322]]
## [1] "_apobangpo_7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9323]]
## [1] "sun__1313: RT @JPMC1013: If you are trully a music lover, and a kpop stan you should know how huge the Taeyang x Jimin Collab. \n\nBigbang is still big…"
## 
## [[9324]]
## [1] "FerYyY_y: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[9325]]
## [1] "brbsarahspam: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9326]]
## [1] "flytomykitchen: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9327]]
## [1] "Namjoonsbaeeeee: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9328]]
## [1] "Rita_CC1: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[9329]]
## [1] "oecsuyeon: RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…"
## 
## [[9330]]
## [1] "Beanie6783: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[9331]]
## [1] "springsnowxs: RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH"
## 
## [[9332]]
## [1] "lovelyjunhan: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9333]]
## [1] "butterflysohn: wts ☽༓・*˚⁺‧͙\n\nhave: han no easy pc &amp; skzoo polaroid\n\n!! details:\n- open ww\n- paypal f&amp;f only\n\navailability:\n$2 | $8… https://t.co/dSSwQhhSxt"
## 
## [[9334]]
## [1] "exominyeo_: KPOP IS MY STYLE♥"
## 
## [[9335]]
## [1] "jeennaa: I’m in my kpop era again"
## 
## [[9336]]
## [1] "JofRhodor: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[9337]]
## [1] "Elsapuntxs_: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9338]]
## [1] "Rita_CC1: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[9339]]
## [1] "naryaselh: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9340]]
## [1] "JkBTan21: RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…"
## 
## [[9341]]
## [1] "oncesomnia: anon also I think she likes DIA too bc i remember one zhibo were she played a lot of DIA songs (bsides included) …… https://t.co/3SSReNjk9Q"
## 
## [[9342]]
## [1] "CHERRYCHA3RY: RT @xiyyyywi: 📢📢Selling Idol Champ Ruby &amp; Blue Chamsims📢📢\n\nBLUE CHAMSIMS: SHOW CHAMPION AVAILABLE 25,000💙\n\n1,200💙=$1/54\n\nNote:\ncan only vot…"
## 
## [[9343]]
## [1] "tyqzuu: @Jarekor_ @Dashed1x honestly straight looks better on u ima be honest ur hair is too straight for mid part you look like a kpop member"
## 
## [[9344]]
## [1] "claudiajkth: RT @stream4taekook: \"Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…"
## 
## [[9345]]
## [1] "Grace06111135: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9346]]
## [1] "hyukatodo: RT @soobinbeloved: qrts are sounding a lot like kpop fws im having flashbacks. “AND HOW MANY GOALS DID UR FAVS WIN?” https://t.co/OOi4L2yvT7"
## 
## [[9347]]
## [1] "_yxxngles_: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9348]]
## [1] "AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D"
## 
## [[9349]]
## [1] "mvp_KC: RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…"
## 
## [[9350]]
## [1] "Holaqtal1239: RT @AboutMusicYT: Most popular kpop idols on Tumblr this year: https://t.co/1Au1yJxViF"
## 
## [[9351]]
## [1] "butterflysohn: wts ☽༓・*˚⁺‧͙\n\nhave: sumin makestar pob + circle cards\n\n!! details:\n- open ww\n- paypal f&amp;f only\n\navailability:\n$10 |… https://t.co/ehLZovSuRQ"
## 
## [[9352]]
## [1] "ieatdubu6dahyun: @HodesAj She was first idol in 2015. From twice. Took my kpop cherry."
## 
## [[9353]]
## [1] "ScruppyCats: This is objectively the best kpop song ever. https://t.co/XtqjtsuPB3"
## 
## [[9354]]
## [1] "the1024nameless: RT @cleoteez: well, fireworks by ateez will always be the one and only song that hypes every kpop fan idc\nhttps://t.co/EzVYDRehha"
## 
## [[9355]]
## [1] "olhosdenini: me blocking my moots cause why not. brazil’s team is bigger and more successful than all ur silly kpop acts https://t.co/Ux9JmegjnR"
## 
## [[9356]]
## [1] "DancaJimin: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9357]]
## [1] "yoongiipapi: RT @foetuskookieOO: @WORLDMUSICAWARD @BTS_twt From \"The Princes of KPop\" to \"The Princes of GLOBAL POP\"\nYes, That's BTS"
## 
## [[9358]]
## [1] "ElifnurTemel7: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[9359]]
## [1] "joonieenamu: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9360]]
## [1] "choisrose: RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl"
## 
## [[9361]]
## [1] "lino1rockstar: RT @daari_kk444: is Lucas trying to break the record for the longest hiatus in the kpop industry or what"
## 
## [[9362]]
## [1] "kjsdivine_: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9363]]
## [1] "koophoria77: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[9364]]
## [1] "rashelioz: RT @RVbubble: Seulgi bubble update [Part 1] \n#redvelvet #irene #seulgi #wendy #joy #yeri #reveluv #kpop #bubble #redvelvetbubble #rvbubble…"
## 
## [[9365]]
## [1] "Ureabebe: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[9366]]
## [1] "bbbunnysung: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[9367]]
## [1] "lisabestiewayo: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[9368]]
## [1] "kim_choi57: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9369]]
## [1] "MargheDW8: RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…"
## 
## [[9370]]
## [1] "bae7psae: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9371]]
## [1] "yetithepotato: RT @inseongwifeu: (Recorder🎥: @naomiksor )\nHere’s my take on \n🔒 #BACKDOWN 🦶\n#kpop #backdown_challenge #P1Harmony #P1H #piwon #P1ECE #SETIN…"
## 
## [[9372]]
## [1] "prairiecryptid: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[9373]]
## [1] "Rora1608: I mean I still listen to kpop because I like it but I've no real connection with any of the groups. Probably the la… https://t.co/DjjOSDJ4o4"
## 
## [[9374]]
## [1] "joonkther: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9375]]
## [1] "zerdalovelisa: RT @lisamanobal_327: \" BTW 'LILIES' fans has no Age reference. Love to see how she proud to show her bias on her TikTok. 😊💛🇬🇧\n\nLISA ROCKS I…"
## 
## [[9376]]
## [1] "hoIidaygirl1225: @isakidol sorry..they r one of my ult groups they literally got me into kpop"
## 
## [[9377]]
## [1] "ddenver13: Why are kpop stans turning this into a fan war y'all weird af 🥴 https://t.co/p6GFpMxSCQ"
## 
## [[9378]]
## [1] "samhdixon: @biracial_booty this and also the “dale moreno no pares moreno” sound being used for yt boys or kpop stars… none of… https://t.co/3IlflWXuUm"
## 
## [[9379]]
## [1] "on22april: I miss kpop when it was real kpop https://t.co/zHEDmAsjzT"
## 
## [[9380]]
## [1] "moniscloud: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9381]]
## [1] "jwanjinnie: @jeongvkks kpop merch is getting so expensive"
## 
## [[9382]]
## [1] "hannah_022106: RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…"
## 
## [[9383]]
## [1] "idiasilver: or maybe they do idk havent listened to kpop in a while"
## 
## [[9384]]
## [1] "rrkiivee1: RT @kiveioon: RM BIGGEST THAT KPOP"
## 
## [[9385]]
## [1] "wa_co_ca: The way Chan holds Soo Jae hands😭🦋 | Why Her Ep 10 | #hwan ...\n \nhttps://t.co/KSBCDsTkA8\n \n#KoreanActresses… https://t.co/iNMijqv2J8"
## 
## [[9386]]
## [1] "NCKAYNOTBAE: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[9387]]
## [1] "aj_diaz02: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[9388]]
## [1] "wwednesdayys: @Lucyanaaaaaa_ @AboutMusicYT it says kpop “Female” songs"
## 
## [[9389]]
## [1] "MinYanny_511: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9390]]
## [1] "ChainPlatonic: @sakeiyaa So you've been caught.\n\nGosh, it's like behind every kpop avatar is some salty black girl."
## 
## [[9391]]
## [1] "zaibsid9: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[9392]]
## [1] "kiveioon: RM BIGGEST THAT KPOP"
## 
## [[9393]]
## [1] "bembisungjaysun: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9394]]
## [1] "GoofysCult: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9395]]
## [1] "soIchwe: another picture of the gates bc i was freaking out getting so see them i felt so ill art history loving kpop fan https://t.co/ZFqP0TeZGe"
## 
## [[9396]]
## [1] "zafran_sabri: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[9397]]
## [1] "Blackpink91: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[9398]]
## [1] "lesbtron: this was funny if u dont overanalyze everything like the kpop stans in the qrts"
## 
## [[9399]]
## [1] "slavtyperry: kpop stans making stupid and incorrect comparisons https://t.co/pNWDpDTq26"
## 
## [[9400]]
## [1] "minghaomode: telling ppl not into kpop that scoups is my fav and that he’s also the leader i always feel the need to be like: bu… https://t.co/jyH4iaFEar"
## 
## [[9401]]
## [1] "kookiet20700430: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9402]]
## [1] "becauseofB7S: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[9403]]
## [1] "DeweeseLebec: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9404]]
## [1] "bts7jinhyung: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[9405]]
## [1] "Borahae137: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9406]]
## [1] "weareallbutt: RT @cleoteez: well, fireworks by ateez will always be the one and only song that hypes every kpop fan idc\nhttps://t.co/EzVYDRehha"
## 
## [[9407]]
## [1] "YoonMyTime: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9408]]
## [1] "Wheeins_dedduck: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[9409]]
## [1] "BtsOnlyStan1: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[9410]]
## [1] "ChoiIsel: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[9411]]
## [1] "taemincult: RT @kibumnismo: List made by a brazilian journalist about this year's best kpop projects. Gasoline by Key is ranked #6 and Dice by Onew is…"
## 
## [[9412]]
## [1] "c__614: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9413]]
## [1] "stealover: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9414]]
## [1] "Aviehnda1: RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…"
## 
## [[9415]]
## [1] "alpas00: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9416]]
## [1] "peachvminz: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[9417]]
## [1] "beomii1uv: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9418]]
## [1] "sunshinehobi_4: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[9419]]
## [1] "betyoupink: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[9420]]
## [1] "whaliev_: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9421]]
## [1] "taekoory: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9422]]
## [1] "skzbti: congratulations to STRAY KIDS for being the only kpop group to have hwang hyunjin"
## 
## [[9423]]
## [1] "Sue_2392: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[9424]]
## [1] "Myuniverse25: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9425]]
## [1] "DanielaFajardoH: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9426]]
## [1] "jyp_peach1994: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9427]]
## [1] "suchhyper_dogs2: RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…"
## 
## [[9428]]
## [1] "kiveioon: RM BIGGEST THAT KPOP\nCONGRATULATIONS RM \nINDIGO BIGGEST DEBUT \nINDIGO 80M SPOTIFY"
## 
## [[9429]]
## [1] "Nyleve93612368: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9430]]
## [1] "naoipnk: @imygphobic ive been out of kpop lately 😭😭 wallahi i barely keep up with my favs"
## 
## [[9431]]
## [1] "HDhamnarwala: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[9432]]
## [1] "cleoteez: well, fireworks by ateez will always be the one and only song that hypes every kpop fan idc\nhttps://t.co/EzVYDRehha https://t.co/IotThRaw57"
## 
## [[9433]]
## [1] "chunmoon87955: RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…"
## 
## [[9434]]
## [1] "BtsOnlyStan1: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9435]]
## [1] "joonima7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9436]]
## [1] "urfaviskpop: marry the night by lady gaga is actually kpop"
## 
## [[9437]]
## [1] "il0vemin9yu: RT @MyBias_Gyu: How many more artist should be aware about how you treat their fans, @livenationph? Every minute you're losing your busines…"
## 
## [[9438]]
## [1] "Chiajung0323: RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…"
## 
## [[9439]]
## [1] "BLlSSFULBANGTAN: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9440]]
## [1] "namjoon_bts2: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[9441]]
## [1] "bluesungluvr: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9442]]
## [1] "taetaeeuntold: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[9443]]
## [1] "BtsOnlyStan1: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[9444]]
## [1] "MollyTran1495: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9445]]
## [1] "sahi_world: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[9446]]
## [1] "arsxnbox: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9447]]
## [1] "pespinoza4: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9448]]
## [1] "bi11lieverse: Kpop Smash or Pass thread [Extra hot edition]"
## 
## [[9449]]
## [1] "Nyleve93612368: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9450]]
## [1] "vaguehope99: RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…"
## 
## [[9451]]
## [1] "CeliBunneh: Didn't know a kpop christmas playlist was what I was missing from my life."
## 
## [[9452]]
## [1] "QuinMon2: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9453]]
## [1] "ANTAREUSSS: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[9454]]
## [1] "baemondays: RT @ygnggpolls: more of the mean girls + jennifers body look, i want to emphasize the fluffy coats and fluff on the heels as well as large…"
## 
## [[9455]]
## [1] "NeiyanMei: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[9456]]
## [1] "lazybear1783: RT @latte_cafetime: @minunivers I get deja vu seeing the news about her lefting nmixx\n\nAlso, something happening in kpop, cause news like t…"
## 
## [[9457]]
## [1] "BtsOnlyStan1: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9458]]
## [1] "hypermusick: @terryluvclub no cause i was a kpop fan for two years and i never saw bg stans wishing ggs would disband but maybe… https://t.co/8Wj54B0k9u"
## 
## [[9459]]
## [1] "Fancyoo325: I do like this aesthetic but i would kinda ruin it with my kpop merch 😭 https://t.co/3P2xo71Tim"
## 
## [[9460]]
## [1] "vmkprivileged: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9461]]
## [1] "ssoftiejnk: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[9462]]
## [1] "yoonknoww: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9463]]
## [1] "seren4k: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[9464]]
## [1] "zkratv: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[9465]]
## [1] "StayjuntocomSKZ: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[9466]]
## [1] "Anneojaseyo: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9467]]
## [1] "il0vemin9yu: RT @MyBias_Gyu: Yes, you were maybe painted as the bad people here but calling you out means there's an \"area of concern\". You are not neop…"
## 
## [[9468]]
## [1] "RTaevan: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[9469]]
## [1] "cola_a_todos: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[9470]]
## [1] "lvlyminii: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9471]]
## [1] "cucumberwonie: ENHYPEN THE FUTURE OF KPOP INDEED🔥🔥🔥 https://t.co/HC4OY2gwkS"
## 
## [[9472]]
## [1] "Art_place22: @garamserene I wanted every tiktok kpop stan off this planet"
## 
## [[9473]]
## [1] "sugasaranghaeee: the moment that kpop bg performed “Supercalifragilisticexpialidocious” at MAMA, I just could not take them seriously"
## 
## [[9474]]
## [1] "BtsOnlyStan1: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9475]]
## [1] "zeiyasailor: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[9476]]
## [1] "RTaevan: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[9477]]
## [1] "Taehyung_thv: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[9478]]
## [1] "ssoftiejnk: RT @jnveon: You got curated playlist that made for u cause u listen to kpop, and draw the line because hard to love in it? 😭😭 Damn yall are…"
## 
## [[9479]]
## [1] "tri11asf: Starting thread of kpop songs tht sound like this: https://t.co/6UGywEk9w3"
## 
## [[9480]]
## [1] "janabanana613: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9481]]
## [1] "1ofdBtsNerds: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[9482]]
## [1] "gyulric: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[9483]]
## [1] "gimme_kpop: RT @ddalgijohwa: 🦊: Ok let’s do this again *while showing* Should I do this? Should I do this?\n\n🏔️: Ah it’s annoying.\n\n🦊: Ok again, what sh…"
## 
## [[9484]]
## [1] "exo_l_and_sure: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9485]]
## [1] "cola_a_todos: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9486]]
## [1] "Nahuel12Joaquin: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9487]]
## [1] "FarehaMonir: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9488]]
## [1] "elycarterkook: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9489]]
## [1] "cottcor: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9490]]
## [1] "jane_vo22: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9491]]
## [1] "leeinie: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9492]]
## [1] "cooluse52678402: RT @miccikyu: they better get madonna by luna in that kpop broadway musical  https://t.co/LRxDaoiC70"
## 
## [[9493]]
## [1] "doremikakkun: RT @youngheunnie: Yall wanted proof #nova from #mepc don't support war? Here it is. Her dance crew posted this statement under their cover/…"
## 
## [[9494]]
## [1] "AniKpopTrash: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9495]]
## [1] "Khunying_Joei: RT @goulet_coralie: HAPPY BIRTHDAY to the amazing #KANGDANIEL ❤️🎂I'm soo happy that your apeard in my life last year, couldn't have done it…"
## 
## [[9496]]
## [1] "Geraldi73147223: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[9497]]
## [1] "inzommberz: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9498]]
## [1] "my_umieverse: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9499]]
## [1] "Dysnomia0412: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9500]]
## [1] "MoonworldMoon: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[9501]]
## [1] "CsMtere: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9502]]
## [1] "cls_tiny: RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…"
## 
## [[9503]]
## [1] "VkBangtan5: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9504]]
## [1] "kazuadore: RT @LSSRFMcharts: .@UPROXX named @le_sserafim \"FEARLESS\" as one of the Best K-Pop Albums of 2022! 🖤🔥\n\n🔗: https://t.co/iSUKbkfvoy \n\n\"The EP…"
## 
## [[9505]]
## [1] "TinoKottia: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9506]]
## [1] "Fluffyuniee: RT @IoveIyjaeyun: reiley an american singer mentioned #JAKE in his question \" if you would like to collab with any other kpop idols ? if so…"
## 
## [[9507]]
## [1] "angelB1303: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[9508]]
## [1] "21hopecoffee: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9509]]
## [1] "benmustafa_f: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9510]]
## [1] "courtneykilI: This morning I’ve been sending my work to kpop publication because 1. photographer 2. more dc content needs to be covered"
## 
## [[9511]]
## [1] "Skylikestannies: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9512]]
## [1] "Teslametalover: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[9513]]
## [1] "strawbimi: theres no other kpop song like it actually https://t.co/0b56SD6kvz"
## 
## [[9514]]
## [1] "todamensa: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[9515]]
## [1] "qveenscove: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[9516]]
## [1] "angelB1303: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[9517]]
## [1] "ARMY_KPOP_97: RT @yoongisgunner: Happy anniversary to Girl of My Dreams by Juice Wrld and Suga🔥, broke records and changed lives\n#LLJW🕊\n https://t.co/pVY…"
## 
## [[9518]]
## [1] "Amaal_Army: RT @koreatimescokr: #BTS leader #RM's solo album puts spotlight on late artist Yun Hyong-keun  \n#solo #kpop #Indigo #newalbum\n\nhttps://t.co…"
## 
## [[9519]]
## [1] "LJackelinne: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9520]]
## [1] "todamensa: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[9521]]
## [1] "bangtancasita: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[9522]]
## [1] "laintrepida: @CARMENavarrete I was looking for something NOT related to kpop. I was NOT into it. And saw a picture of DNA Tae. W… https://t.co/f2UPfGVwqB"
## 
## [[9523]]
## [1] "katysaquiray1: @jaemcoelhinho hahaha what's happening to the sonyas lately they are becoming very obsessed with Lisa eh like every… https://t.co/Xtzdn5qMBx"
## 
## [[9524]]
## [1] "uh_goods: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[9525]]
## [1] "pebepe12: @PLAYBAZ00KA I don't know who any of these ppl are 😭 is this kpop?"
## 
## [[9526]]
## [1] "moonchild_koo: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9527]]
## [1] "whalien52mt: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[9528]]
## [1] "yo_dreamm7: RT @floweryddana: his improvements throughout the years are really amazing and not to mention that he's still young, Park Jisung the future…"
## 
## [[9529]]
## [1] "bp4everot4: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[9530]]
## [1] "wwednesdayys: @ArmyXBTS_1578 @TribalPapi @AboutMusicYT Twitter army’s when they realize kpop groups can pave their own way for th… https://t.co/PfojZnXdWy"
## 
## [[9531]]
## [1] "aegonism: Ikyfl BITCHES SHOULD HAVE BEEN DOING KPOP CHANTS LET ME INNNNN https://t.co/cqKDReb4Ip"
## 
## [[9532]]
## [1] "livininyellow: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9533]]
## [1] "BongoBp: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[9534]]
## [1] "vmkprivileged: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9535]]
## [1] "DualityLim: RT @kkulkyun2609: Since Monsta X comeback is nxt yr &amp; we mbbs really tweet a lot and kpop stans usually drag us into fanwars, how about we…"
## 
## [[9536]]
## [1] "SGElSalvador: RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX"
## 
## [[9537]]
## [1] "eilishsuga: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[9538]]
## [1] "umserIluminade: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9539]]
## [1] "cooluse52678402: RT @bootyhypnotic: never trust a kpop stan who doesn't know \"Madonna\" by Secret https://t.co/4imWUPXUaP"
## 
## [[9540]]
## [1] "givernyarches: every infinite song is the best kpop song ever made. except that One. but everything else, even their commercials, are excellent"
## 
## [[9541]]
## [1] "Invxlid_error: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9542]]
## [1] "mingaya_TEEZ: @glamourhiyyih One of moots got dts for literally celebrating and it was all from kpop stans"
## 
## [[9543]]
## [1] "nawasi_jin7: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[9544]]
## [1] "woneeboy: RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT"
## 
## [[9545]]
## [1] "Ddanilalala: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9546]]
## [1] "lovelzkookie: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[9547]]
## [1] "Anu_Amii: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9548]]
## [1] "Ks_portrait: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[9549]]
## [1] "kate_luvs_kpop: RT @enhypenupdates: @ENHYPEN_members [ENG] 221210\n\nNi-ki-yah I’m lateeee… ㅜㅜㅜㅜ \nOur cutie pie maknae baby boiled dumpling leopard happy bir…"
## 
## [[9550]]
## [1] "helIoberry: it gotta be true because neither kpop nor football fans know the actual value of both tbz and croatia i guess https://t.co/3DNMHLYQhR"
## 
## [[9551]]
## [1] "DitteVeronica: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9552]]
## [1] "seulgisfruit: football fans &amp; kpop fans are definitely same breed💀"
## 
## [[9553]]
## [1] "olgatheemolga: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[9554]]
## [1] "striproblem: RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh"
## 
## [[9555]]
## [1] "armyhoekate: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9556]]
## [1] "lesbisum: @nayoungist ahhh makes sense i like listening to jpop as well on occasion (like not kpop groups releasing japanese… https://t.co/0Z1erBKeUY"
## 
## [[9557]]
## [1] "sunflower_0501: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9558]]
## [1] "cettnamv: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9559]]
## [1] "RosePruk: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[9560]]
## [1] "LOVETOLOVE241: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9561]]
## [1] "yoonknoww: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[9562]]
## [1] "Hobiased17: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9563]]
## [1] "jijify: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9564]]
## [1] "hara_skz: @Beomkai_yeri to be fair, maybe they like the groups personality? oddly i have an irl who likes watching b*s videos, but doesn't like kpop 😂"
## 
## [[9565]]
## [1] "BTSandTRAINEEA: RT @SerieTV46: \"RUN BTS\" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams."
## 
## [[9566]]
## [1] "henekhj: RT @seii_lights: Wow, SS501’s Snow Prince?\nThey are covering my kpop first love, SS501, song? 😭"
## 
## [[9567]]
## [1] "L151717: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[9568]]
## [1] "JKCYPH3R: RT @SerieTV46: \"RUN BTS\" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams."
## 
## [[9569]]
## [1] "toeithzip: RT @Tashal55: (G)I-DLE Spotify Kpop ON story update 🥰 https://t.co/1Qs1KQ2rf9"
## 
## [[9570]]
## [1] "Everthingoes7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9571]]
## [1] "hyunjingatuno: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[9572]]
## [1] "YouKnowNaBTS: RT @stream4taekook: \"Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…"
## 
## [[9573]]
## [1] "Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every… https://t.co/2em5qoHOSm"
## 
## [[9574]]
## [1] "TaeIsMyBoo16: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9575]]
## [1] "vanta_kim: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9576]]
## [1] "erikalilianahe3: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[9577]]
## [1] "joonfreedom: RM BIGGEST THAT KPOP\nCONGRATULATIONS RM \nINDIGO BIGGEST DEBUT \nINDIGO 80M SPOTIFY"
## 
## [[9578]]
## [1] "planet_ship: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[9579]]
## [1] "EXO_s__Miracle9: RT @dazaijd: no one taking the best kpop vocalist title from jongdae anytime soon HE TOO GOOD \nhttps://t.co/fg21eEMbUD"
## 
## [[9580]]
## [1] "uh_goods: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9581]]
## [1] "HellenMOA: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[9582]]
## [1] "TheFirstHashira: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[9583]]
## [1] "iloveshirbert: RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s"
## 
## [[9584]]
## [1] "whalienseas: bts is the only kpop group without a 🐺 emoji"
## 
## [[9585]]
## [1] "athenakm: RT @UPROXX: 🔥 #PIXY (@official_pixy) - 'Reborn'\n\nPIXY, a 5-piece ensemble, thrive &amp; take pride in bringing dark pop into K-Pop, as they shi…"
## 
## [[9586]]
## [1] "love89546527: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9587]]
## [1] "AnnLucifer_zz: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9588]]
## [1] "KR81754426: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9589]]
## [1] "RMliderr: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9590]]
## [1] "bangtancasita: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9591]]
## [1] "wonwoosglasses_: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9592]]
## [1] "jeonghaniy1004n: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9593]]
## [1] "BTSMeal01: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9594]]
## [1] "ReeteekaM: RT @connism9: ⚡ We can break the curse of 4th generation Kpop if Seo Soojin returns to the stage. \n\n100% faith, 0% doubt\n\n#BringSoojinBack…"
## 
## [[9595]]
## [1] "RVelvetbts: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9596]]
## [1] "V_Hush_7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9597]]
## [1] "undxrstan: RT @borasaekbyeolx: Pre concert music for ATEEZ - afrobeats \nPre concert music for Burna Boy - Kpop"
## 
## [[9598]]
## [1] "_MagicShop7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9599]]
## [1] "bylalune: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9600]]
## [1] "FiorellaLezca10: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9601]]
## [1] "moonchild_koo: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9602]]
## [1] "Gluang212: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9603]]
## [1] "selenamonitor: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9604]]
## [1] "chanheemeal: Christian horse girl kpop really is the only genre of kpop where every single song hits https://t.co/ad8hD5IzCu"
## 
## [[9605]]
## [1] "Alondradmzzz: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9606]]
## [1] "ishikishin72: RT @proyunjin: on the off chance it was actually a major personal issue, i wish her the best, but the kpop industry is never known for thei…"
## 
## [[9607]]
## [1] "svteez22: @mntozakisana29 woah it's kpop chill"
## 
## [[9608]]
## [1] "FaerieTreasures: The Faeries are back and just in time to help you find that special gift for the holidays. How about this, handmade… https://t.co/a6efJmsZ0h"
## 
## [[9609]]
## [1] "Almendra_Ojeda_: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[9610]]
## [1] "gyunnyz: RT @soobinbeloved: qrts are sounding a lot like kpop fws im having flashbacks. “AND HOW MANY GOALS DID UR FAVS WIN?” https://t.co/OOi4L2yvT7"
## 
## [[9611]]
## [1] "4wallsdemo: soccer and kpop are the saaaaammeeeee 😭😭😭😭😭"
## 
## [[9612]]
## [1] "beomii1uv: RT @answrhwa: seonghwa has one of the most stable voices in kpop my god"
## 
## [[9613]]
## [1] "speashos: RT @gyumetaI: best thing to happen in kpop idc\nhttps://t.co/wyKS3zuNBM"
## 
## [[9614]]
## [1] "Yoojinnie98: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9615]]
## [1] "ElenaJeff1: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[9616]]
## [1] "2tannieswithluv: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9617]]
## [1] "s_nghan: No... for kpop fans who don’t keep up with football this is like exo losing best selling sm album to nct. https://t.co/FH7RU6z6Mc"
## 
## [[9618]]
## [1] "lisaminobia: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9619]]
## [1] "jhiela1: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[9620]]
## [1] "BTSSoulmates26: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9621]]
## [1] "hyuckheiiii: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[9622]]
## [1] "moonchild_koo: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9623]]
## [1] "hjoongsluvr: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[9624]]
## [1] "TaegooVkarma7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9625]]
## [1] "chlsy_xx: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[9626]]
## [1] "hoyaphile: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9627]]
## [1] "643Karito: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[9628]]
## [1] "camikrokosmos: RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho"
## 
## [[9629]]
## [1] "mylove_chani: Hi, fandom Kpop, Kdrama! ❤ Let's walk together on the flower path and give each other love ❤ \nPlease  support me. S… https://t.co/2C9xzSRk1e"
## 
## [[9630]]
## [1] "garay_mansilla: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9631]]
## [1] "jellyjoy04: RT @thedivestudios: after his debut?!?! 🤯\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin #프니엘 #BTOB #JUNNY #주니 #HOLLAND https://t.co/gG0zaAVj…"
## 
## [[9632]]
## [1] "shadowlynxwebe: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[9633]]
## [1] "lady_gee95: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9634]]
## [1] "babystardevil: @houseofjihope same with philly nobody in kpop ever comes here"
## 
## [[9635]]
## [1] "Adelaii_NJ: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9636]]
## [1] "love_ryeo_wk: RT @theGuyInNewYork: OK, @KPOPBroadway, if every ticket is sold out through Sunday, any way you would reconsider…and #saveKPOPBroadway? - a…"
## 
## [[9637]]
## [1] "mnwnie: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[9638]]
## [1] "diimawia: @TheChowderhead I just had whiplash because why is Kpop star TOP of all people being sent to the moon oh my god"
## 
## [[9639]]
## [1] "Sahra1236: RT @_RapperJK: @chartdata @TIME @lizzo @BTS_twt @oliviarodrigo @BLACKPINK BTS: the 1st kpop group to receive a cover on Time magazine &amp; the…"
## 
## [[9640]]
## [1] "yamij05: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9641]]
## [1] "Cristhievj: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9642]]
## [1] "naturalgrayy: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9643]]
## [1] "TogaHim79342493: RT @glowmingi: From Lucas unlimited hiatus to Yedam and Mashiho leaving treasure to chuu kicked out of loona to jinnie leaving nmixx, what…"
## 
## [[9644]]
## [1] "HYUNJ3NNI: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9645]]
## [1] "V_Hush_7: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[9646]]
## [1] "charwong2: RT @Kpopmap: 7 Male K-Pop Idols Who Look Fashionable In A Hoodie\n https://t.co/muB9kO6beo\n\n #kpop #MinGyu #TaeYong #JuYeon #YeonJun #MinHyu…"
## 
## [[9647]]
## [1] "TwinklingMarie: RT @curtispatricia7: #V is first Korean KPop soloist to have 2 songs stream over 200,000,000 each Spotify. Christmas Tree is also the most…"
## 
## [[9648]]
## [1] "marybtsgirl: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[9649]]
## [1] "wintrcuIt: kpop youtubers literally just want attention never seen any good takes in vids like this https://t.co/Vsz6yzsa4t"
## 
## [[9650]]
## [1] "sirshimu: RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…"
## 
## [[9651]]
## [1] "BPMmmNE11: RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…"
## 
## [[9652]]
## [1] "kjsdivine_: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[9653]]
## [1] "Kpop_Newsss: BLACKPINK’s Jennie Goes Viral For Being “Upset” With Jisoo For The Most Unexpected Reason https://t.co/ZKozoBNEli"
## 
## [[9654]]
## [1] "Carolblink12: RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…"
## 
## [[9655]]
## [1] "tbdldidn: @dokjatruther “Croatia was actually in the finals last time kpop stans are so corny” https://t.co/Z4WMh1n1lV"
## 
## [[9656]]
## [1] "IsabelButter1: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9657]]
## [1] "thasadscientist: Kpop sound like epileptic seizure and brain damage"
## 
## [[9658]]
## [1] "Hazel_1ra: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9659]]
## [1] "TanniesRoy: Stanning kpop groups now is so stressful. You have to learn stage names, real names, match names to faces, and lear… https://t.co/4jw7PkiOdW"
## 
## [[9660]]
## [1] "beartete95: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9661]]
## [1] "4_Ever_Stay_: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9662]]
## [1] "Cristhievj: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9663]]
## [1] "pyoryua: RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…"
## 
## [[9664]]
## [1] "iBNGTZee: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9665]]
## [1] "godmyungsun: @BYE0LBI mania was released january 2018 👵 i literally became a kpop stan while waiting for fob"
## 
## [[9666]]
## [1] "seung__jjang: kpop stans: don’t baby idols, they’re grown men 🤬🤬🤬\nthe grown man in question:\nhttps://t.co/1WUweDXguY"
## 
## [[9667]]
## [1] "Estrell14161687: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[9668]]
## [1] "channieshay: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9669]]
## [1] "nabiya0693: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9670]]
## [1] "Joonbooster: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9671]]
## [1] "sciqentiax: yesterday was such a simp day for me. i got up at noon, played honkai impact for like 5 hours and then watched kpop… https://t.co/u0L6GO3JC3"
## 
## [[9672]]
## [1] "mer_ofbts: RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…"
## 
## [[9673]]
## [1] "cellys_corner: RT @inkijam: Siwan (of ZE:A) - Misaeng OST Part 5 Album Lyrics and Tracklist.\nKorean, Romanized and English Lyrics to your favorite Kpop Al…"
## 
## [[9674]]
## [1] "fireworksjwy: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[9675]]
## [1] "cettnamv: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[9676]]
## [1] "hobasnamu: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9677]]
## [1] "rain_forever13: RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…"
## 
## [[9678]]
## [1] "Yangchusan12: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9679]]
## [1] "beomii1uv: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[9680]]
## [1] "betyoupink: RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…"
## 
## [[9681]]
## [1] "gguksilvy: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9682]]
## [1] "koookkiemonster: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9683]]
## [1] "VelfVi: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[9684]]
## [1] "soobinbeloved: who knew id be witnessing the mix of kpop and football stans through a pannchoa article"
## 
## [[9685]]
## [1] "CultOfJeong: Girl Crush Jeongyeon is very Alluring💚\n#OnceAgainWithJeongyeon \nFan\nFancy Fancam\nWallpaper\nVocals\nBeautiful\nGorgeou… https://t.co/K0N5UeK1Ix"
## 
## [[9686]]
## [1] "MelindaMinks1: RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…"
## 
## [[9687]]
## [1] "cettnamv: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[9688]]
## [1] "goldwign: @Nofaced_ are u a kpop girl now"
## 
## [[9689]]
## [1] "Titity_99: RT @Pheeeeeeeebs1: @fwpy8 LOL. DO NOT GO TO THE ARTICLES. They are biting off ARMY's heads. It's horrible. \"If you stepped out of your bts…"
## 
## [[9690]]
## [1] "Debluvsmc: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9691]]
## [1] "Kukli25136051: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9692]]
## [1] "AROYALPITCH: I don’t know who might need to hear this but I have read all the pjo books outside of toa and further. \n\nI’m well a… https://t.co/jKJw3prpls"
## 
## [[9693]]
## [1] "KatiuskaHndz: RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…"
## 
## [[9694]]
## [1] "rosebunny127: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[9695]]
## [1] "ssoftiejnk: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9696]]
## [1] "Dan_hobe: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[9697]]
## [1] "rmdimples2013: RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…"
## 
## [[9698]]
## [1] "just_pingu5: RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5"
## 
## [[9699]]
## [1] "Kep1ianNote: RT @Chaehyunie143: @nugupromoter Fans want an official comeback but this will do for now. At least we know that somehow they are doing some…"
## 
## [[9700]]
## [1] "oraazaaaa: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[9701]]
## [1] "soobinbeloved: qrts are sounding a lot like kpop fws im having flashbacks. “AND HOW MANY GOALS DID UR FAVS WIN?”… https://t.co/OVGqEq2Vyw"
## 
## [[9702]]
## [1] "ivepinkslayed: RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything"
## 
## [[9703]]
## [1] "28cheol: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9704]]
## [1] "131MYOU: RT @koreatimescokr: #NMIXX slims to sextet with member Jinni's departure  \n#kpopgirlgroup #kpop #JYP\n\nhttps://t.co/jVfBs0jJpg"
## 
## [[9705]]
## [1] "dankexion: @Kpop_Oracle good job, now lets take a nap 😄"
## 
## [[9706]]
## [1] "rrkivezz: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9707]]
## [1] "ruoksamridhi: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[9708]]
## [1] "Oddy37802706: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9709]]
## [1] "outsomniasky: hard to sing while dancing? \n\ni just wish kpop didnt like make things so fake lol i get autotune sure but they dont even try to switch it up"
## 
## [[9710]]
## [1] "shweta2080: RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…"
## 
## [[9711]]
## [1] "poanerji: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9712]]
## [1] "tattsnstarcandy: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[9713]]
## [1] "fairy0fshampoo: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9714]]
## [1] "doublebunny_2: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9715]]
## [1] "Smiling_Beggar: Then Asians got into something else but it remained popular in JP to this day. We’re in the same cycle now with ani… https://t.co/sdMkhv7uNa"
## 
## [[9716]]
## [1] "clxraaaaaaa7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9717]]
## [1] "AtzPaula: RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything"
## 
## [[9718]]
## [1] "reveluv_0nce: RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…"
## 
## [[9719]]
## [1] "fluffyHobibu: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9720]]
## [1] "Kjjslsrs: RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything"
## 
## [[9721]]
## [1] "Hobilinsw: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9722]]
## [1] "Adelaii_NJ: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9723]]
## [1] "bbalkgars: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[9724]]
## [1] "__LiliPoopoo: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[9725]]
## [1] "cettnamv: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9726]]
## [1] "encorejiny: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9727]]
## [1] "V_Hush_7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9728]]
## [1] "Amaltea13: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9729]]
## [1] "mayusolosurfavs: guys what kpop songs would you show to a nonkpop fan"
## 
## [[9730]]
## [1] "Chantel22981444: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9731]]
## [1] "jk_mikan2: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[9732]]
## [1] "rmdimples2013: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[9733]]
## [1] "deffEternal: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9734]]
## [1] "nesgrn: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[9735]]
## [1] "SYouranus: @ADMcMillan1 @papermoon4 @realabrahamlim Granted, could the marketing have gone better? Yes. But Kpop also started… https://t.co/s5BsM3wLWP"
## 
## [[9736]]
## [1] "IREHSPIXY: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[9737]]
## [1] "watnabes: lawd you football people are even more deranged than kpop fans.. didnt know that was possible https://t.co/DL6No5Hx9o"
## 
## [[9738]]
## [1] "HsdndRed: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[9739]]
## [1] "LunarKkami: RT @stayindust: The problem with stan twitter/kpop twitter is that a lot of you read things solely to respond, as opposed to reading things…"
## 
## [[9740]]
## [1] "Kamdokht: RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…"
## 
## [[9741]]
## [1] "saraspersona: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9742]]
## [1] "Lalalina19yo: RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy"
## 
## [[9743]]
## [1] "ARMY_KPOP_97: RT @7_amae: This is no shade to others~but rather proof that Jungkook (well all of Bangtan) are legit. They are organic through and through…"
## 
## [[9744]]
## [1] "yeeunnie92: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9745]]
## [1] "jikook13moonsun: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9746]]
## [1] "booskyb: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9747]]
## [1] "TheJiminff: RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop"
## 
## [[9748]]
## [1] "RoxanaV79887595: RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…"
## 
## [[9749]]
## [1] "SilviaS15116388: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[9750]]
## [1] "kiwyoons: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9751]]
## [1] "stabilerjoon: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9752]]
## [1] "EvelynV99101315: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9753]]
## [1] "KatiuskaHndz: RT @svtcontents: @pledis_17 📰 SECTOR 17 is on UPROXX's Best K-Pop Albums 2022 List! \n\n🖇️https://t.co/TWl2csgBPx https://t.co/I2vid9v3z3"
## 
## [[9754]]
## [1] "bprubykim: RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything"
## 
## [[9755]]
## [1] "jnIsdead: RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything"
## 
## [[9756]]
## [1] "RoxanaV79887595: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[9757]]
## [1] "werkOnsel: @EmLiChaeng LMAOOO a secret relationship i can't stop laughing 😭oh my god the delusion, continue speaking to lamp p… https://t.co/i8ZNtJw0Wg"
## 
## [[9758]]
## [1] "AngCg: RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…"
## 
## [[9759]]
## [1] "Ilostmytaehyung: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9760]]
## [1] "moonseoks_: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9761]]
## [1] "crwzyoweru2: RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything"
## 
## [[9762]]
## [1] "ariesskiz: Are you usually into football or just during world/euro cup? — i've been into football since forever 🫡 i was on foo… https://t.co/YPo7OmFqih"
## 
## [[9763]]
## [1] "_TKVJ7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9764]]
## [1] "nesgrn: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[9765]]
## [1] "20_TanMin: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[9766]]
## [1] "izexos: putting kpop’s tallest idol and shortest idol next to each other on national television is so sick to me https://t.co/klO8XzhjmX"
## 
## [[9767]]
## [1] "TVXQsRedOcean: RT @dawoonyoungie: When Mirotic started playing I was close to tears. As a kpop fan for more than a decade, to see TVXQ perform in person w…"
## 
## [[9768]]
## [1] "petphia1: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[9769]]
## [1] "artr_sh: @fiinallysafe the 1975 my fav kpop group omg 😍😍😍"
## 
## [[9770]]
## [1] "fckoffbtch__: RT @UPROXX: 🧵 From @BLACKPINK to @STAYC_official to @le_sserafim – here are our picks for the best K-Pop albums of 2022\n\nBest K-Pop Albums…"
## 
## [[9771]]
## [1] "DelfiARMYOt7: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9772]]
## [1] "daesjoy: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[9773]]
## [1] "cavlady01: @jjkonlyace DJ DINO is one of the firsts who predicted Jungkook’s success out of all kpop. He’s a believer since early on."
## 
## [[9774]]
## [1] "krnchipmunk: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[9775]]
## [1] "nekohuni: RT @p1wonies: op said that keeho often tell ppl about jongseob being the winner of kpop star, he’s not teasing him, hes just really proud o…"
## 
## [[9776]]
## [1] "owiekyeom: @NSB_Kpop_Bears IF U WONT VE HERE 911 CLALING"
## 
## [[9777]]
## [1] "chaotic_evelyn: RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…"
## 
## [[9778]]
## [1] "sumintcondition: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[9779]]
## [1] "annOyll: @0325_jade @alexuskaii Right 😭 people  are allowed to have a life outside of kpop twt and admins acc isn’t even for… https://t.co/i5mQmtus44"
## 
## [[9780]]
## [1] "JessDark1987: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9781]]
## [1] "poanerji: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9782]]
## [1] "jooniebear994: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[9783]]
## [1] "Seferedi: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9784]]
## [1] "n_thestars2nite: @CanCallMeIris One of the beauties of being totally ignorant about kpop is I have no feelings on anything like this. 😂"
## 
## [[9785]]
## [1] "pixiefelixiexi: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[9786]]
## [1] "seok_vv: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9787]]
## [1] "_peachybangtan_: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9788]]
## [1] "owiekyeom: RT @kekezhall: @NSB_Kpop_Bears yess😭 stream darling ppl"
## 
## [[9789]]
## [1] "Ive6ix: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[9790]]
## [1] "taeluvvbott: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9791]]
## [1] "just31029598: ...biceps,abs check,hard workout,The Gym, abs to how get for workout best conditioning at kpop home pack idols a ex… https://t.co/FYLYifVcvA"
## 
## [[9792]]
## [1] "JoyShanave: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[9793]]
## [1] "flolikebyul: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[9794]]
## [1] "ViewingMode: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[9795]]
## [1] "supremejk_1997: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[9796]]
## [1] "CH5EZ: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[9797]]
## [1] "ltyav7: Don't know nct was 18th mist followed kpop artist before https://t.co/LLN4PJPEw6"
## 
## [[9798]]
## [1] "10kidol: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[9799]]
## [1] "kpop_animw: RT @skzinfoesp: Hyunjin: A definition of a beautiful work of art 🖼️ \n\ncr de la foto: HWHJPICTURES \n\n#StrayKids #CASE143 #HYUNJIN @Stray_Kid…"
## 
## [[9800]]
## [1] "RM_JoonieNamu: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9801]]
## [1] "b4jispluto: the tyler kpop sigilkore music pipeline is ridiculous"
## 
## [[9802]]
## [1] "tina368856: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9803]]
## [1] "_flowerchris: RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…"
## 
## [[9804]]
## [1] "JUSTBTS_ZAHRA: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box"
## 
## [[9805]]
## [1] "hoseokmyloveee: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9806]]
## [1] "shiningpjm: RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97"
## 
## [[9807]]
## [1] "cettnamv: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[9808]]
## [1] "RVelvetbts: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9809]]
## [1] "hobie0318: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9810]]
## [1] "fairyyhosh: RT @kimwowbaby: kpop peaked here i'm afraid, she will never be beaten\nhttps://t.co/xylhAoBHE8"
## 
## [[9811]]
## [1] "lecheflam: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[9812]]
## [1] "shweta2080: RT @stream4taekook: \"Dreamers\" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…"
## 
## [[9813]]
## [1] "channiesbubb: ❣️: @bethaleaf @sig_stay @namchanhyung @lomlchannies @e_stay0819 @Rishikajha15 @bela_evka @xoxo_seungmin8 @xxxul666… https://t.co/04AzmAQFuw"
## 
## [[9814]]
## [1] "FansKook: RT @Pk_bts_land: Biggest Weekly Debut by a Kpop Act on Spotify Pakistan : \n\n#1. Dreamers - 134,150 \n#2. Wild Flower - 122,079 😭💜\n#3. The As…"
## 
## [[9815]]
## [1] "Titity_99: RT @Pheeeeeeeebs1: So I learned about a rumored collab. I support anything the tannies decide but I dread the fans w/ superiority complex.…"
## 
## [[9816]]
## [1] "Kageyam10970492: RT @j_iK0NIC: BOBBY rapping the best kpop rap verse that exists 😎\n\nhttps://t.co/C9lJdOsTKb"
## 
## [[9817]]
## [1] "marsmoon__: tf is happening in the kpop industry"
## 
## [[9818]]
## [1] "scarletdawn__: RT @kwoonfire: @Koreaboo 4 well known kpop groups leaving their group and company???? 2 members of treasure, chuu with loona and now jinni…"
## 
## [[9819]]
## [1] "RUN2SIAYC: RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…"
## 
## [[9820]]
## [1] "hobarin96: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9821]]
## [1] "clownst35999059: RT @CharityC1007: 🗳️ STAY VOTING PREP\n\nMUBEAT AWARDS voting could begin as early as Jan!\n\nWatch 15 ADs a day &amp; do quizzes!\n\nIF YOU WOULD LI…"
## 
## [[9822]]
## [1] "lewyonda: RT @starrymya: of course kpop twt will only focus on the negative when it comes to everglow. where were yall when they had not just one but…"
## 
## [[9823]]
## [1] "sosoleilskz: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9824]]
## [1] "AgustDsFavB: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9825]]
## [1] "Snickley7: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9826]]
## [1] "shiningpjm: RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥"
## 
## [[9827]]
## [1] "Hey_its_bee_: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[9828]]
## [1] "krynd42: Gotta get that #Zoomer market by mentioning it can play #KPop music (b/c the genre matters at all, lol).\n\nPortable… https://t.co/1H3NelFThz"
## 
## [[9829]]
## [1] "zyaqff_: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[9830]]
## [1] "ista_lia: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[9831]]
## [1] "lesbisum: @nayoungist i tend to add some of the new releases to my playlist for a bit but eventually i overplay them so 🤷 idk… https://t.co/qd6Se2I2pi"
## 
## [[9832]]
## [1] "brunoignatio: RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…"
## 
## [[9833]]
## [1] "magicshopjk7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9834]]
## [1] "veranamu: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9835]]
## [1] "PPetrova7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9836]]
## [1] "sugxlly: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9837]]
## [1] "ausberry_0325: RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…"
## 
## [[9838]]
## [1] "oddluxie: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9839]]
## [1] "skiesforgyu: RT @soobinbeloved: my favorite genre of kpop edits are the edits with hot/serious clips with the most unserious song choice ever"
## 
## [[9840]]
## [1] "digimon_tae: RT @faceofkpopV: lmao taehyung is the most talked about kpop idol even in football! be it the fans or the football team themselves they onl…"
## 
## [[9841]]
## [1] "_addictaed_18: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9842]]
## [1] "whatta_bum_bum: RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3"
## 
## [[9843]]
## [1] "dianalady27: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9844]]
## [1] "lifes_dynamite: When I didn't know what GOAT meant I wondered why football fans use to call Messi a goat I thought they were associ… https://t.co/WZ2Cmr4TGK"
## 
## [[9845]]
## [1] "L0VERJUN: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9846]]
## [1] "Jisoorabit1: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[9847]]
## [1] "ughloona: suchwita is the dystopia daily of kpop"
## 
## [[9848]]
## [1] "wonucat_1004: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[9849]]
## [1] "B4MTANNIE: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9850]]
## [1] "moniscloud: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9851]]
## [1] "senoritarosie: @squishieovi Atp I’m convinced they don’t have a life outside of kpop and twitter 💀"
## 
## [[9852]]
## [1] "bbalkgars: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[9853]]
## [1] "oatmarkcreampie: NCT wad the 18th most followed kpop artist on spoofy? https://t.co/3Jqm3tlOAH"
## 
## [[9854]]
## [1] "Aoi_Kiriya_Star: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9855]]
## [1] "Kpop_Newsss: Watch: Kim Jung Hyun, Im Soo Hyang, And More Impress At First Script Reading For Upcoming Drama https://t.co/hlq5fwKjW0"
## 
## [[9856]]
## [1] "kkenqt: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9857]]
## [1] "hobarin96: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9858]]
## [1] "somos_fueg0: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[9859]]
## [1] "beomii1uv: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9860]]
## [1] "koophoria77: RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…"
## 
## [[9861]]
## [1] "seeyousvt: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9862]]
## [1] "Yoongimyman2: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9863]]
## [1] "SeChan_Exo9: RT @EX0POP: \"exo doesn’t have a lot of fans\" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53"
## 
## [[9864]]
## [1] "armydabahia: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9865]]
## [1] "butterfly_mer: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9866]]
## [1] "bangtan_stars_7: RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…"
## 
## [[9867]]
## [1] "starryjoyjoy: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[9868]]
## [1] "deobis_exol: RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed"
## 
## [[9869]]
## [1] "johnjalal4: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[9870]]
## [1] "lilacteez: This cactus outsinging most of the kpop industry https://t.co/Qikf3QIP2X"
## 
## [[9871]]
## [1] "marcelineqbee: RT @Vane04092: Hello THX I need your help.\nI'm new to Kpop and #TNX is my first group so I don't understand some concepts. 😶\nWith the publi…"
## 
## [[9872]]
## [1] "__Smileflower__: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9873]]
## [1] "mariapz01: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9874]]
## [1] "starryjoyjoy: RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…"
## 
## [[9875]]
## [1] "hopexxoe: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9876]]
## [1] "bangtan_stars_7: RT @the_popbase: #RM joins Jhope &amp; Suga becoming the only Korean/Kpop Soloist to enter the UK Official Albums Chart! https://t.co/BSCODij6dd"
## 
## [[9877]]
## [1] "vrisscat: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9878]]
## [1] "sugalysious: RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS"
## 
## [[9879]]
## [1] "FungNaiyana: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9880]]
## [1] "kpop_mellow: Roller coaster indeed"
## 
## [[9881]]
## [1] "jennieitgerll: RT @blueberrypatton: @jennieitgerll @irenesluvvr @Koreaboo Yall need to stay out of western culture than. Since you feel that way. Kpop cul…"
## 
## [[9882]]
## [1] "taesty127: @CubforKdub i obviously dk the situation that lead to her leaving but this tweet has nothing to do w that. it’s lit… https://t.co/6OVXlPh4jP"
## 
## [[9883]]
## [1] "koobun7: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9884]]
## [1] "krisscamb_: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[9885]]
## [1] "cakee_waltz: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9886]]
## [1] "Hey_its_bee_: RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…"
## 
## [[9887]]
## [1] "EmberSkeleton: RT @stopkmpls: Most streamed song by kpop act this year is dynamite, longest charting is L&amp;R,most streamed album by group is proof,most str…"
## 
## [[9888]]
## [1] "the_popbase: #RM joins Jhope &amp; Suga becoming the only Korean/Kpop Soloist to enter the UK Official Albums Chart! https://t.co/BSCODij6dd"
## 
## [[9889]]
## [1] "cettnamv: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9890]]
## [1] "chimmychimm133: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9891]]
## [1] "aareumdawo__: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[9892]]
## [1] "owlstare: RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…"
## 
## [[9893]]
## [1] "SakuraChanMOTC: RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…"
## 
## [[9894]]
## [1] "decalcomaniabe: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[9895]]
## [1] "Lovenam71: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9896]]
## [1] "LucarioKid73: @itdoesnteggs @ every kpop group"
## 
## [[9897]]
## [1] "mshiluvs: RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…"
## 
## [[9898]]
## [1] "4fflictions: RT @makeawishnctzen: stayc 스테이씨 album photocard template: \nmember pc templates \n\nsumin, sieun, isa, seeun, yoon, j\n\nHQ: https://t.co/TcvD82…"
## 
## [[9899]]
## [1] "meiaitanniess: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[9900]]
## [1] "ccryforjikook: RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…"
## 
## [[9901]]
## [1] "Soshistans1: RT @StoryKover: [🇲🇾]New Update]GRAND WAVE KPOP MUSIC FESTIVAL in Malaysia\n\n📆 14.01.2023 7.30pm\n🏟 Surf Beach, Sunway Lagoon\nLINEUP ✨ HYO (GG…"
## 
## [[9902]]
## [1] "_piegoblin_: @Lil_KPop_Katze Happened more than once in a big house I shared with five other people. \n\nWe had to have a house me… https://t.co/OJcfyNjv8B"
## 
## [[9903]]
## [1] "Andykihh: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[9904]]
## [1] "mooooooonchild7: RT @BTSEMPIRES: #INDIGO by RM is now the first and only album by a Kpop/Korean soloist in HISTORY to gather over 70M streams on Spotify in…"
## 
## [[9905]]
## [1] "jeonsshines: RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…"
## 
## [[9906]]
## [1] "tyun13_txt: RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr"
## 
## [[9907]]
## [1] "PJKKTLI: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[9908]]
## [1] "ot7_purplegirl_: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9909]]
## [1] "interludeewings: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9910]]
## [1] "jinieskidding: RT @hwasajjang_: YUP!!\nHwasa is the only female kpop idol to chart on Billboard Japan Year-End 2020 Hot 100 Lyricists (#75) and Hot 100 Com…"
## 
## [[9911]]
## [1] "hongcookie94: RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH"
## 
## [[9912]]
## [1] "Estrell14161687: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9913]]
## [1] "sourmiroh: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9914]]
## [1] "2b11untz: RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao"
## 
## [[9915]]
## [1] "iluvuVmimi: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9916]]
## [1] "melbourneasap: RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…"
## 
## [[9917]]
## [1] "outsp0ken_free: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9918]]
## [1] "ArmyBgang7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9919]]
## [1] "mykpopshows: Pre-order ✨\n\n#STRAYKIDS ‘Stay In Stay’ In Jeju Exhibition ‘To Stay, From Stray Kids’ Merch\n🛍️… https://t.co/cKE50cJMQT"
## 
## [[9920]]
## [1] "MonbebeLucia: RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…"
## 
## [[9921]]
## [1] "JinArmyBell: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9922]]
## [1] "christincau: RT @jennyhanx: LET ME INTRODUCE YOU KPOP WORLD OUR VERY HANDSOME CEO CHOI SEUNGHYUN A.K.A #TTTOP FROM #BIGBANG @YG_GlobalVIP https://t.co/r…"
## 
## [[9923]]
## [1] "cainmeal: a rumour is not the same as mocking someone who has passed away, I promise you someone make a joke about someone on… https://t.co/0TpcueBM9k"
## 
## [[9924]]
## [1] "10_04ww: RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…"
## 
## [[9925]]
## [1] "njngays: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9926]]
## [1] "glitskzning: like the space time fabric of what i thought my introduction to kpop was has drastically changed and i’m now a different person"
## 
## [[9927]]
## [1] "moon7btsptwfa: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9928]]
## [1] "MMilagros0213: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9929]]
## [1] "junseokclouds: RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW"
## 
## [[9930]]
## [1] "MyDaeguBoySwag: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9931]]
## [1] "chagrinbts: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9932]]
## [1] "YoonjiC93: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9933]]
## [1] "gyumetaI: best thing to happen in kpop idc\nhttps://t.co/wyKS3zuNBM https://t.co/gPeeG9oG0c"
## 
## [[9934]]
## [1] "PaulitaYNWA: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9935]]
## [1] "Dannie__07: @njslostairpods i stanned only one kpop group for a whole year and a half..... luckily i was sane enough to not become a... yk"
## 
## [[9936]]
## [1] "jjkevi: RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…"
## 
## [[9937]]
## [1] "mykpopshows: Pre-order ✨\n\n#ATEEZ X Wonderwall Collab 8 Makes 1 Team Collection\n🛍️ https://t.co/0tUR1jLquW\n🎁 Get a 10% discount u… https://t.co/cA2F8QtKVQ"
## 
## [[9938]]
## [1] "naenciy: RT @AboutMusicYT: Biggest kpop idol group songs on Circle Chart (based on index points): https://t.co/du2k3iS575"
## 
## [[9939]]
## [1] "rebecca_sunder: RT @halsugofficial: A song for your playlist: #MERRYGOROUND 🎤\n\nMake sure to check out more of his music through the link in his Instagram b…"
## 
## [[9940]]
## [1] "Houseof613: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9941]]
## [1] "namgistory: RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…"
## 
## [[9942]]
## [1] "MarooMySunshine: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9943]]
## [1] "BTSandBST: RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…"
## 
## [[9944]]
## [1] "Chimchim1362013: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9945]]
## [1] "RenatoCastroCo4: RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…"
## 
## [[9946]]
## [1] "cettnamv: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[9947]]
## [1] "nyunjiver: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[9948]]
## [1] "KOOKIEVRSE: RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…"
## 
## [[9949]]
## [1] "Lavieenviv: RT @nexuswidow: how do kpop stans manage to make everything about kpop… like what do you mean Blackpink is the reason why Brazil got elimin…"
## 
## [[9950]]
## [1] "ieatdanceline: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"
## 
## [[9951]]
## [1] "stickiinotez: RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr"
## 
## [[9952]]
## [1] "kia0530_2: RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…"
## 
## [[9953]]
## [1] "taesty127: @CubforKdub this is not jyp specific. i was literally just qt the tweet where the person said that it’s easy to ter… https://t.co/W6uVzUdV06"
## 
## [[9954]]
## [1] "Montser37362636: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9955]]
## [1] "jooniebear994: RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…"
## 
## [[9956]]
## [1] "poanerji: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9957]]
## [1] "KiraneyB: RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk"
## 
## [[9958]]
## [1] "jheth9: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9959]]
## [1] "vntetthv: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9960]]
## [1] "Ti7JYNHT: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9961]]
## [1] "TaegooVkarma7: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9962]]
## [1] "dailyjoonose: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9963]]
## [1] "justhim247: RT @jinakgay: dont yall find it weird how kpop stans use mandatory military enlistment as a drag and it is always targeted to seokjin like"
## 
## [[9964]]
## [1] "jooniebear994: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9965]]
## [1] "chadchaYAYA: RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…"
## 
## [[9966]]
## [1] "Gih_Mochii: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9967]]
## [1] "lovestayaccbook: RT @queeri_official: Submission 3\n2nd Winner of KPOP Idol Looks Like An Anime\n#HYUNJIN #STRAYKIDS \n\n🏆Jogja City Mall Directory Board\n\nHow t…"
## 
## [[9968]]
## [1] "domdom_twt: RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie"
## 
## [[9969]]
## [1] "Formula1FanGirl: RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm"
## 
## [[9970]]
## [1] "PCDKG: RT @legendarysisiw: @bangtancookiee whatta joke. 🥴 taeyang has the best vocals in kpop fr. \n\nhttps://t.co/n5jtn65Kdf"
## 
## [[9971]]
## [1] "thepassingsoul7: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9972]]
## [1] "f4iryhyp3n_: RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔"
## 
## [[9973]]
## [1] "lifeisgeci: RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…"
## 
## [[9974]]
## [1] "enya_fl: RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…"
## 
## [[9975]]
## [1] "ind66768622: RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ"
## 
## [[9976]]
## [1] "laitgirlisa: RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…"
## 
## [[9977]]
## [1] "SkullhongTata: RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…"
## 
## [[9978]]
## [1] "wlwgaara: RT @I_28_29: I dont listen to kpop so tank blowing you up https://t.co/4wYq4fIxYy"
## 
## [[9979]]
## [1] "6lavk_candy: RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…"
## 
## [[9980]]
## [1] "cry_should: RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…"
## 
## [[9981]]
## [1] "RUBY_anu7777777: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9982]]
## [1] "moonchildslow: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9983]]
## [1] "forbiddenson3: RT @gamerzzblue: I have a question for kpop stans...\nWats the very first kpop album/merch uve ever bought?"
## 
## [[9984]]
## [1] "yejinsanity: my new kpop hyperfixation is this song LIKE THE INTRO ALOOONE \n\nhttps://t.co/c8JIDvaHtN"
## 
## [[9985]]
## [1] "seonghwalove: RT @yeospurr: damn kpop stans really view ateez as a threat"
## 
## [[9986]]
## [1] "RMel_joon: RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…"
## 
## [[9987]]
## [1] "kpop_king97: @allkpop @jeonforevr TOP SOLOIST JUNGKOOK \n\nCongratulations jungkook \nDREAMERS BY JUNGKOOK  #Jungkook #dreamers #FIFAWorldCup    @BTS_twt"
## 
## [[9988]]
## [1] "halsugofficial: A song for your playlist: #MERRYGOROUND 🎤\n\nMake sure to check out more of his music through the link in his Instagr… https://t.co/7pcg51g7QJ"
## 
## [[9989]]
## [1] "eposty2: RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…"
## 
## [[9990]]
## [1] "ddaengyeon: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9991]]
## [1] "BESST_day: RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…"
## 
## [[9992]]
## [1] "army_intheseom: RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…"
## 
## [[9993]]
## [1] "kpop_king97: @allkpop @jeonforevr JUNGKOOK KOREA’S PRIDE\nSO PROUD OF JUNGKOOK\n\nMy vote is for @charlieputh x @BTS_twt #Jungkook… https://t.co/IAF4RhfZ9z"
## 
## [[9994]]
## [1] "bangtan_stars_7: RT @the_popbase: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify this year: \n\n#1. #Indigo - 80.2M [New]\n#2. Jack in th…"
## 
## [[9995]]
## [1] "koreatimescokr: #NMIXX slims to sextet with member Jinni's departure  \n#kpopgirlgroup #kpop #JYP\n\nhttps://t.co/jVfBs0jJpg"
## 
## [[9996]]
## [1] "minion__fart: kpop stand get the fuck off my timline i dont care ur music sucks"
## 
## [[9997]]
## [1] "cettnamv: RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…"
## 
## [[9998]]
## [1] "VarshaKook: RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…"
## 
## [[9999]]
## [1] "Formula1FanGirl: RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…"
## 
## [[10000]]
## [1] "deobis_exol: RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…"

Covert Data to data frame. Save and load data file

tweetsDF<- twListToDF(tweets)

save(tweetsDF, file = "tweetsDF.Rdata")
load(file = "tweetsDF.Rdata")

Checking for missing values in a data frame

missingValue <-sapply(tweetsDF, function(x) sum(is.na(x)))

missingValue
##          text     favorited favoriteCount     replyToSN       created 
##             0             0             0          9294             0 
##     truncated    replyToSID            id    replyToUID  statusSource 
##             0          9299             0          9294             0 
##    screenName  retweetCount     isRetweet     retweeted     longitude 
##             0             0             0             0         10000 
##      latitude 
##         10000

Subsetting using the dplyr()package Save and load the data file

twts<- tweetsDF %>%
  select(screenName,text,created, isRetweet) %>% filter(isRetweet == FALSE)

twts
##           screenName
## 1      flowersfordes
## 2            ioveobi
## 3         featfetish
## 4    Angelan47649232
## 5     YWCHX28_memory
## 6     onlineluvrgirl
## 7       whatthekpop1
## 8        Kpop_Newsss
## 9          Stays30up
## 10   Angelan47649232
## 11    onlineluvrgirl
## 12       Sarnobyl_88
## 13      reaaallfebyy
## 14    qqvincent_kpop
## 15         rjsprintt
## 16       chinxchan__
## 17          phmjeans
## 18    MusicPrincesss
## 19       simpforyato
## 20        thekdigest
## 21      C_Hamilton95
## 22          RMCOMUNA
## 23      imthatguyhim
## 24        LeeHyowons
## 25           pilsbun
## 26          kthsacnh
## 27         TRSRMKR96
## 28         RKIVEM0N0
## 29   sssorn_wild_ent
## 30      Realityup_id
## 31      Realityup_id
## 32        shainawent
## 33   szmeterlingxoxo
## 34      whatthekpop1
## 35         BlinkChun
## 36       mimosatzuyu
## 37       Kpop_Multi1
## 38    sonatinesignal
## 39       nyafterglow
## 40    kate_luvs_kpop
## 41    antiromantic57
## 42     makingdemands
## 43    taebinkailover
## 44    choibeomgyusbf
## 45           wtvtfvl
## 46       funtimetree
## 47          mibt1997
## 48       nwjnclusive
## 49     AhmadShiddiqN
## 50     ruruuwatanabe
## 51   slgtrdvmitdolls
## 52            vnenoz
## 53         skytramps
## 54        Kazer_Beam
## 55         Kaja_Kpop
## 56    smkinBigdoinks
## 57           mekeyJD
## 58            ydavey
## 59   TaoRin_VVHL0502
## 60       GiggyDaBomb
## 61             gajr_
## 62      coloredseung
## 63      momrespecter
## 64       kpopradiopy
## 65      lesyeuxdenat
## 66         CINAMR0LL
## 67           oddpulp
## 68    moonchildmoona
## 69        juuung_one
## 70       bloomrenjun
## 71       SarahRebell
## 72      tyunningbees
## 73     kpop_samcheon
## 74            ydavey
## 75   JiminParksMyCar
## 76      whatthekpop1
## 77          phmjeans
## 78    kate_luvs_kpop
## 79         Tazmin_00
## 80        stephpark5
## 81        lungc4ncer
## 82       robinsfleur
## 83   ____aquariusbae
## 84            yoo9in
## 85     hoseokworldss
## 86          nowwhatw
## 87     zeromiletoyou
## 88    lalalisaM_327_
## 89        miumiulace
## 90        ateez_moon
## 91      stanIeecameo
## 92           kthwony
## 93          NEWJE4NS
## 94          azzaeell
## 95       joongomango
## 96        ghouliisch
## 97        dazedance2
## 98         2huenings
## 99           cyan4jy
## 100         MingiDen
## 101       jeans_0901
## 102      homohotline
## 103      h8nsool_mp3
## 104       yloyloyloy
## 105        bubsluvie
## 106   kate_luvs_kpop
## 107         TWlNKBOT
## 108         vampgyul
## 109       visforvivi
## 110         ksoolina
## 111      amethystgrp
## 112       aye_aye864
## 113          qyuvers
## 114    hoseokworldss
## 115          T4Blink
## 116         tenxlisa
## 117   BabygirlTashhh
## 118        romeojjun
## 119  Angelan47649232
## 120     Catalina8803
## 121          pixsIay
## 122           d8llix
## 123    hispanics4boo
## 124      chxppedskxn
## 125          Iuvblur
## 126   MadameBangtan7
## 127         jellyOT9
## 128     feraIhusband
## 129     psychoseulgi
## 130  kpopspamandmore
## 131       supuwustar
## 132          eisavvy
## 133         vinsukun
## 134       keiyeoptae
## 135     plylstsforjk
## 136         eriphyIe
## 137        gays4yuri
## 138      ghostingrry
## 139         flwr_tae
## 140   kate_luvs_kpop
## 141     sunnevalifsi
## 142  DestinationPre1
## 143        FangirlJ_
## 144  belugrafionmon1
## 145        s00youngs
## 146          idleis6
## 147      Kpop_Oracle
## 148     hwallrounder
## 149          77Tutus
## 150         daetoiIe
## 151     songmingisgf
## 152           drxyun
## 153         flwryshj
## 154         yejisoju
## 155       haha_fixon
## 156   fixforeternity
## 157         VAMPCB97
## 158   bulletandproof
## 159     thistnxworld
## 160        towaslirl
## 161       aimeestern
## 162        human_68k
## 163         iryu_jin
## 164  yxwKu7V2KLRRVt5
## 165         ohmyooni
## 166  yxwKu7V2KLRRVt5
## 167  morosexual_lovi
## 168      jeonwoongss
## 169      Kpop_Multi1
## 170   citylights2154
## 171      Kpop_Multi1
## 172    NobelBangwool
## 173   mangaaremylife
## 174       nectoclock
## 175  pluiedefeuilles
## 176         blktingz
## 177   LeleheartsKPop
## 178        human_68k
## 179    billlie__love
## 180   LeleheartsKPop
## 181         FAlRYLlX
## 182      nokeyboardd
## 183       kyungseist
## 184     alienvernhhj
## 185         owtea_12
## 186  MultiStanFerret
## 187       bgyuphoria
## 188        Kaja_Kpop
## 189      Kpop_Newsss
## 190     sheltermochi
## 191   hitdidifferent
## 192     jisoomyeonho
## 193  jiminluv1365244
## 194      Kpop_Multi1
## 195       WONSHIESTY
## 196       huebainana
## 197        yeonchill
## 198       iadoreme21
## 199        btspop123
## 200   HolidayMatsuri
## 201     sunshinehak_
## 202    JUNGWONGLOBAL
## 203       poffincals
## 204      Kpop_Multi1
## 205       mingostars
## 206       CartBuggie
## 207    ghoulcreature
## 208     Realityup_id
## 209        HlYYlHRTS
## 210       fendimogul
## 211       moonshooky
## 212    nootcreations
## 213           jewnko
## 214      mimosatzuyu
## 215          wtvtfvl
## 216     flowerykshop
## 217  Betterthan_Kpop
## 218      acharchived
## 219    partnerinvain
## 220        Lemizzzzz
## 221      skittytales
## 222        vonzlends
## 223    bbysseungsqrl
## 224    minjisunshine
## 225         rafruity
## 226    Chiara_moomoo
## 227        HlYYlHRTS
## 228      jiwonsprite
## 229     wenclairsita
## 230        magickoya
## 231          inunvrs
## 232       3to3ahceah
## 233       chorongies
## 234           mbvtxt
## 235        awhyunwoo
## 236       nyuthereal
## 237      Kpop_Multi1
## 238     _saintjennie
## 239         adorehao
## 240      franniyoo_n
## 241         fltrtheo
## 242    isucknamstits
## 243         blkpareo
## 244       lovctheory
## 245          DIAMINl
## 246          yjmaeri
## 247            89SK2
## 248       woIftrapva
## 249    starving4lone
## 250      linosflow3r
## 251    chartdata_twt
## 252   taaffeitemoths
## 253      britheminaj
## 254    kayleenmariex
## 255        deddeosun
## 256     vvintaebear_
## 257   viziblecreator
## 258   Leejenofordays
## 259     sunnevalifsi
## 260     jjongdimples
## 261     Elodie_kpop_
## 262      iyeniiverse
## 263        marcz_501
## 264      bigboner127
## 265      KimLiMa2021
## 266         goromyon
## 267       mengqoreng
## 268     Elodie_kpop_
## 269         ech0void
## 270   AutomaticDaisy
## 271        newjimuse
## 272       aeyaxinori
## 273          jiubora
## 274       jisoosgurl
## 275     whoknowsjiao
## 276  TheCeruleanRose
## 277  DarkSideAdvcate
## 278        newjified
## 279       cupidkiss1
## 280        AOlASHITO
## 281          muqeeri
## 282         kidtearz
## 283   kpopconceptbot
## 284     byeolbitxing
## 285      Arminoderso
## 286          rhyluvs
## 287          sagi501
## 288     Hotshortie11
## 289      xiaovuitton
## 290    bleuminghours
## 291        kimicka13
## 292        anjheelee
## 293      Ace_of_Kpop
## 294       sugaglossi
## 295      dummyvannah
## 296         M_0__N_a
## 297        hrtsoobin
## 298         sinbmygf
## 299           VjmJin
## 300     dalgonajimin
## 301  Taehyun_Pastels
## 302      yoshiisukyo
## 303      THEFINALPAM
## 304     beloved_ochi
## 305       julescreve
## 306         aktrsure
## 307     fairydaseull
## 308          Acekyu3
## 309   seamlesskyubin
## 310     Kjkyoshiikun
## 311     heavenlyfifi
## 312     Elodie_kpop_
## 313       julescreve
## 314     DangOniichan
## 315       yakouseiii
## 316      satanicbaek
## 317     exosearchbot
## 318       notazipper
## 319       gyehyeon69
## 320         antagnoo
## 321       redditkpop
## 322      Kpop_Oracle
## 323     PaperBagEric
## 324        kakyoshi_
## 325      304BUNNYHOE
## 326      Kpop_Newsss
## 327     sofarawaytae
## 328    feversequence
## 329      dawonmother
## 330          Trsrmae
## 331   circusmainshow
## 332  haechanspatella
## 333    VALENTlNEG1RL
## 334    jstlittlebebe
## 335         j0hnnyln
## 336        hope_taji
## 337        1japanfan
## 338          kepchoo
## 339       ArMoonBebe
## 340       shotaruwu1
## 341     Yralabdullah
## 342         myuteume
## 343       nmixxcheer
## 344        solbooist
## 345        KANINKOOO
## 346  theshortandlong
## 347    Duality_Queen
## 348       SewageCrow
## 349    KPOP_JUICE_EN
## 350  audrey__fangirl
## 351           kuyan9
## 352       sullhwangs
## 353      yutaluvr420
## 354       TWICZENNIE
## 355         rmremojk
## 356      ERR0R1NS1DE
## 357        joong_web
## 358       kay_laniii
## 359        gotheroda
## 360         catsbyul
## 361    nisazaira20fs
## 362          NOOClTY
## 363  thisismathhyung
## 364        misacakke
## 365      jeon_shook_
## 366       cixreasons
## 367     thanosmfstan
## 368  RekomendasiKpop
## 369          yeowdea
## 370  proanaformyself
## 371    jayssociation
## 372         ban_kpop
## 373          ciitsym
## 374      maria_roma1
## 375      skyrosehoya
## 376     landylandyra
## 377       twelvernon
## 378     waveheeseung
## 379       diocalypse
## 380     She_Predicts
## 381      DELULURACHA
## 382      raplinegold
## 383        00zbonita
## 384       evanmaltby
## 385      slut4sebaek
## 386          loxlyly
## 387  Essa_naseeeeeer
## 388     seofessional
## 389  thisuserisahomo
## 390      Ace_of_Kpop
## 391  ihatequers69420
## 392        TaeminHag
## 393         ketfiles
## 394      tanothaniel
## 395   ChloeChloearce
## 396          poemcix
## 397      hiraethsahi
## 398         jieunkai
## 399      spacefloozy
## 400       JangWony56
## 401          uarmyeo
## 402        cupidalic
## 403      staarvuurst
## 404     pirateequeen
## 405        2cool4luv
## 406      vsupernovva
## 407     kpop_hater22
## 408         chaedaju
## 409      BloonckNero
## 410      tanothaniel
## 411      1997_Rosie_
## 412        entanonly
## 413    fancams_kpops
## 414        UItraMuse
## 415        kupidkals
## 416         atyAtz24
## 417       h0mophobia
## 418        luxuryhl_
## 419  forjungkookwith
## 420       vmnleaders
## 421  yoshinorihourly
## 422    KPOP_JUICE_EN
## 423        fairyofks
## 424          szantaz
## 425        Nin_Manny
## 426        luvyagam1
## 427    Chaelisa_7may
## 428         krazemag
## 429  forjungkookwith
## 430       maschennys
## 431      quartzlatte
## 432     Ioverefrains
## 433       JHOPE_1117
## 434       InfosMaddy
## 435       JHOPE_1117
## 436     pirateequeen
## 437          luvsada
## 438     hourlyvernon
## 439  xmas_xmas_xmas_
## 440         wa_co_ca
## 441      salanglilly
## 442         rosiegfc
## 443        w7tchygrl
## 444         MarkPl08
## 445       supuwustar
## 446  EduardoSuspenso
## 447    KNE__official
## 448        luvyagam1
## 449  RealMarcusScott
## 450        daisy_bey
## 451        whatisdnp
## 452  chris_is_talkin
## 453    isucknamstits
## 454    moonchild_ugh
## 455     wooyo_bestie
## 456      elleros2002
## 457       hiidupiidu
## 458        Kaja_Kpop
## 459  TashaPe84686027
## 460    prettyjongiin
## 461       rosiecracy
## 462       pzzIepiece
## 463   panicatheworId
## 464       culmetsbot
## 465        Tofus_mp3
## 466      lilgluttony
## 467       GYUCANDOlT
## 468       srawaityai
## 469  Betterthan_Kpop
## 470     She_Predicts
## 471         chlketer
## 472  sugarpanda_0419
## 473          csmr459
## 474  yeonwoofansclub
## 475         ne0puppy
## 476      AERICOUTURE
## 477     AlexandraXCI
## 478          fvklore
## 479      kojirobunny
## 480    winterweight_
## 481     aespositions
## 482            89SK2
## 483      mikayilasan
## 484     soulmate_ati
## 485     Rotem_Vizman
## 486   kpopidolevents
## 487  Pauline98476699
## 488        Kaja_Kpop
## 489       hiidupiidu
## 490         WOMMYlSM
## 491      BlinksSones
## 492          suIIy_y
## 493   ChloeChloearce
## 494    channieslesbo
## 495    KPOP_JUICE_EN
## 496     TAEHYUNILOGY
## 497        o__opuppi
## 498         woni_lvr
## 499   kpopidolevents
## 500  AwakeSloth92508
## 501      Stayfastnot
## 502   introvertederr
## 503  braquiosaurio__
## 504         jjwehoes
## 505        idle4life
## 506      minslesbian
## 507       mingyukaku
## 508        fanxyheon
## 509        percspice
## 510     g0wonandonly
## 511   Tobilicious_TM
## 512           tnypws
## 513        beombobaa
## 514       jjkonlyace
## 515        m1_crafts
## 516  yeonwoofansclub
## 517       jjkonlyace
## 518  BbyGirlWooyoung
## 519    soobinbeloved
## 520      Kpop_qweens
## 521          sh4vely
## 522       dreyzation
## 523        leedodoll
## 524       kanekisIut
## 525       nonamerano
## 526   TannieSoldier1
## 527         Uennyeol
## 528         leabee15
## 529          vminwet
## 530     kpop_hater22
## 531         adioshwa
## 532         Pippyx25
## 533     yeojinslayer
## 534       sakkurakay
## 535           GUEMVI
## 536  borarachadotmp4
## 537        twicerrys
## 538  fairynouyunqui_
## 539  rainbowmisandry
## 540          woIfpet
## 541          sodabmi
## 542          dygenre
## 543     chewyoda_bns
## 544      dusktilblue
## 545         pnkrckju
## 546       lesyIphide
## 547         hohongly
## 548   jungcookie_twt
## 549     delight_kpop
## 550      dsk17012527
## 551     jisoosociety
## 552      jeongyeonix
## 553         xqcfan69
## 554         jmagreda
## 555  AlmirasPolaroid
## 556          sh4vely
## 557       gh0ulpuppy
## 558        loeyskiss
## 559       LoLoLand__
## 560      nikisgender
## 561           hrlck1
## 562  kimliptonicetea
## 563  sweetannie_kpop
## 564     jisoosociety
## 565    nadeerayasmin
## 566       wxnteraran
## 567    KPOP_JUICE_EN
## 568      shineefan08
## 569    mmiiccuurides
## 570     jisoosociety
## 571       Sam_082618
## 572         _aheungg
## 573         debyulyi
## 574      sapphire6ix
## 575       exotanteez
## 576           yufims
## 577        Noerl1223
## 578    pastelduskull
## 579        join_8763
## 580         xninigyu
## 581         SAIKIEKO
## 582      Kpop_Joahae
## 583   Onerandomgirl3
## 584   AsiaRockPopRap
## 585          kswscar
## 586  chris_is_talkin
## 587    moonxmilkxtea
## 588  HeyItsClemence_
## 589         SAIKIEKO
## 590      dsk17012527
## 591       midzyswith
## 592     jisoosociety
## 593         skztagon
## 594          sagi501
## 595         iBNGTZee
## 596            iaydr
## 597    ArmyPatrol911
## 598          grlica_
## 599  sunoppositemoon
## 600      raplinegold
## 601     mellowmiette
## 602       k00k1e0re0
## 603     TheKpopverse
## 604  pickmeforyoongi
## 605              THR
## 606          yeonzz_
## 607          127JUYO
## 608         deerhive
## 609        yeonnicha
## 610         P3per0sa
## 611     glitter___0_
## 612        R3pl4y127
## 613  Fishy_Superstar
## 614    fantasystephx
## 615         liIy4eva
## 616   Nishat75263031
## 617        JyisTaken
## 618           hccjss
## 619      uglygabriel
## 620    Dark_Glasses_
## 621    onlymoondidii
## 622     frozenxxxx__
## 623          hwataks
## 624          JJJHYLT
## 625       Pixledemon
## 626     jhopescharts
## 627     dorkymintine
## 628     cookies65746
## 629       KaguyaHive
## 630        JyisTaken
## 631     exothicjimin
## 632    KPOP_JUICE_EN
## 633     ccyberbott57
## 634         pinkysgs
## 635  flickerrjungwon
## 636          hwataks
## 637        alya_kpop
## 638        bngtan_my
## 639     aeyshaisdead
## 640    blackpinkidle
## 641     Biscuit_Kpop
## 642      yongieverse
## 643   Indigo7btsarmy
## 644          Gyurivv
## 645          miIsohn
## 646          hvaraa_
## 647     jisoosociety
## 648     glitter___0_
## 649       gIitchmode
## 650   drypastanoodle
## 651     stateIessmen
## 652     smallpoisons
## 653          idsoqiu
## 654  yeonwoofansclub
## 655        kpop_kati
## 656    jihopesfiIter
## 657    seonghwaa1998
## 658    cherry_kat666
## 659      humna__azam
## 660     exothicjimin
## 661  flickerrjungwon
## 662      patient2004
## 663     yo_changkyun
## 664        w7tchygrl
## 665        Artmisskz
## 666     orangewittch
## 667       redditkpop
## 668        beykwance
## 669  Cindy_luvs_kpop
## 670         ItsJezie
## 671        tomoKoD10
## 672       supuwustar
## 673           900tbz
## 674  yeonwoofansclub
## 675       8pointfive
## 676        omorihate
## 677         oddkseul
## 678        jongstarz
## 679       minaeongie
## 680       SHIKANOlNS
## 681    seonghwaa1998
## 682      sannieyunho
## 683      l0veloveall
## 684          idsoqiu
## 685          soobiwi
## 686        M0DERN1TY
## 687       chanarsbit
## 688      outroknjoon
## 689      choi_nunchi
## 690          Mafi7ll
## 691       yeeehawman
## 692            O773R
## 693       cypherroom
## 694  Cindy_luvs_kpop
## 695     dreamygirl_5
## 696  Cindy_luvs_kpop
## 697  201229f3l3tx4n4
## 698          hobiixv
## 699        btsayhmah
## 700    seonghwaa1998
## 701      Ace_of_Kpop
## 702         qwinjuun
## 703    TheGloominati
## 704   highwaytohell3
## 705    seonghwaa1998
## 706      kimseokxual
## 707  blueishoblivion
## 708         JorhezaR
## 709    neptunes_wngs
## 710  Cindy_luvs_kpop
## 711         JorhezaR
## 712         jaygirIf
## 713          idsoqiu
## 714         JorhezaR
## 715        mousungie
## 716        xiaospidr
## 717        solbooist
## 718    njplaysroblox
## 719    KPOP_JUICE_EN
## 720       mysunghoon
## 721        xiaospidr
## 722     RenFlower___
## 723        w7tchygrl
## 724    seonghwaa1998
## 725        jinri4eva
## 726   sweetnight_dia
## 727         JorhezaR
## 728      fleurdeLAYs
## 729        xiaospidr
## 730  yeonwoofansclub
## 731    mayberrybunny
## 732     reggaetonIuv
## 733  donteatmybreadd
## 734       jenyengene
## 735         MilkyIoI
## 736  Hells_Assailent
## 737        1028piwon
## 738     _sleepypoet_
## 739     silentdomino
## 740     mypogostick_
## 741         JorhezaR
## 742   AsiaRockPopRap
## 743          exoheIl
## 744         JorhezaR
## 745        taekkorom
## 746        TENTHElST
## 747   ScarletteDrake
## 748      sunnietoday
## 749      chogiwateez
## 750      Kpop_Oracle
## 751        just4taro
## 752  lealagrindstaff
## 753        haetalier
## 754       tinyyjikoo
## 755   Indigo7btsarmy
## 756  jun_operasinger
## 757          VMNMAZE
## 758       yeosector1
## 759  Cindy_luvs_kpop
## 760         JorhezaR
## 761         P3per0sa
## 762      staarvuurst
## 763  FiN3llySapphira
## 764      CultOfJeong
## 765         2jheartz
## 766     takenbyjichu
## 767      FonvPilates
## 768      phuphastian
## 769         aftrstrm
## 770          hihighz
## 771          Chirp_B
## 772     Miniminiyong
## 773          sixtyro
## 774       5050beomie
## 775       Nammiekinz
## 776      gooddaymina
## 777   kokobopsession
## 778  flowerhongjoong
## 779       Katatonia8
## 780    neptunes_wngs
## 781           naedis
## 782  Cindy_luvs_kpop
## 783  StayInDaydreams
## 784      chogiwateez
## 785        xiaospidr
## 786    kellylinhayes
## 787  SueOprahWinfrey
## 788   JiminieBTSeven
## 789         Oneweve1
## 790         tbzpedia
## 791         tbzpedia
## 792           tnypws
## 793          mansaes
## 794    ninkikagaming
## 795    heejincouture
## 796     a_broke_aeri
## 797      ahmericanos
## 798        solbooist
## 799   SdimplesSoobin
## 800      urfaviskpop
## 801    seonghwaa1998
## 802         ugh_blue
## 803          skzlftv
## 804         8starbit
## 805           ujxhae
## 806   that_DK_JM_one
## 807   nomidia_BJ_VIP
## 808      Kpop_Newsss
## 809    KPOP_JUICE_EN
## 810     HiHiJets_twt
## 811     KingOfBLINKs
## 812         ryukotaa
## 813     everyone_kyh
## 814     livrodrivers
## 815        NAKAWHORA
## 816        faIIinboa
## 817  luvelybangtanie
## 818     dreamygirl_5
## 819          idsoqiu
## 820      AthenaRheia
## 821  Cindy_luvs_kpop
## 822     Daddi_Yankii
## 823   fortnite_r0bin
## 824        sunnyyseo
## 825          JJJHYLT
## 826      hopeitshobi
## 827          idsoqiu
## 828  toxicnakyumstan
## 829   lilgiukinawell
## 830      codito30001
## 831          sodabmi
## 832  Spicy_NBA_Chili
## 833    neptunes_wngs
## 834  Spicy_NBA_Chili
## 835     KingOfBLINKs
## 836    gracefulily02
## 837  MerlinFernando5
## 838         munemush
## 839        xiaospidr
## 840         kkom_svt
## 841        wooksungs
## 842        hanhoyeoI
## 843          aeyerii
## 844       jinspisces
## 845         Koreaboo
## 846       nevelinsom
## 847         yeontual
## 848       spideygguk
## 849      yoonjis_wig
## 850  AnnoyedFoxPower
## 851   daniasiddiqui_
## 852   lilgiukinawell
## 853     drippinxcars
## 854  MinatozakiJeong
## 855        DithYoder
## 856           sprmsy
## 857       pharenheid
## 858        prfctpovx
## 859        ghoonstin
## 860     Ladybughugss
## 861        orbit0094
## 862       supuwustar
## 863         kittie2x
## 864          tenovil
## 865      moon_tzk1jz
## 866        dankexion
## 867    jihopesfiIter
## 868  choerrycoloured
## 869        highIytae
## 870  magneti_melissa
## 871       tiredlocks
## 872   AsiaRockPopRap
## 873          cjaeri_
## 874    human_corndog
## 875  BlackpinkMerch1
## 876        TAEHUNlES
## 877      bora_carr0t
## 878    KPOP_JUICE_EN
## 879         neinmuse
## 880    glittery_kpop
## 881        ladysa_99
## 882    Spasmodic_100
## 883      DARTHJONGIN
## 884  MonicaW23335880
## 885  autonomyprosper
## 886          cjaeri_
## 887     frybreadfrog
## 888          jl_kpop
## 889  jun_operasinger
## 890        themjhope
## 891           HYEGlS
## 892       AyasumiKai
## 893       jjongfully
## 894    cherrycolasun
## 895         yoonbito
## 896     ClashertimYT
## 897       sooyaajnk_
## 898  Cindy_luvs_kpop
## 899   kpopidolevents
## 900     Bloody_Starz
## 901       Jiniya1204
## 902         heewonme
## 903    glittery_kpop
## 904        Sharablax
## 905        lusolspjm
## 906         kseulgis
## 907      Chuckbuck__
## 908       chimmicles
## 909    ShelbyMadden_
## 910          idleis6
## 911  saynwhatmatters
## 912  WongWan73211006
## 913      alohabiches
## 914       ItsK_holic
## 915    bibisalovebot
## 916     dreamygirl_5
## 917      Ace_of_Kpop
## 918         kentosbf
## 919         shelba3_
## 920         shelba3_
## 921   HeManfromaHood
## 922     urkpopbestie
## 923  ConfessionGames
## 924  Bangtans_Angels
## 925        C0CKSHAME
## 926        w7tchygrl
## 927        idle4life
## 928   lalaluvcoupsie
## 929        boomhyung
## 930   atengmogirlCPA
## 931          poemcix
## 932          itsvagg
## 933   mmldjanesbitch
## 934        astronini
## 935  Betterthan_Kpop
## 936      Iovequinnie
## 937         tendalso
## 938         idolcast
## 939        EverYourz
## 940      neotaemlogy
## 941    bookishdrag0n
## 942        flormonet
## 943         epeIogue
## 944    witchbitchzee
## 945      seokminears
## 946      waterm__ark
## 947        Sharablax
## 948      aeviorel_vt
## 949      Ace_of_Kpop
## 950   herdorisjacked
## 951      Caramelaine
## 952         Oneweve1
## 953         FDCenter
## 954         fvazqu24
## 955          eungyao
## 956       eatjinsouI
## 957      monalilysaa
## 958  BlackpinkMerch1
## 959       tatsuhimed
## 960         ShinyBMO
## 961        glbsongrl
## 962        kpop_kati
## 963        seulgmoon
## 964    joonsfullmoon
## 965      death2david
## 966         idolcast
## 967  ConfessionGames
## 968          jl_kpop
## 969    glittery_kpop
## 970      death2david
## 971     ClashertimYT
## 972      MinjisVeins
## 973       kpop_iron_
## 974    glittery_kpop
## 975    albedoprotect
## 976   CharlieBarkin6
## 977   Kimchristine15
## 978      pretty_dino
## 979   Thatlil_SpearB
## 980     JIMINBIGDlCK
## 981      Kamilia_125
## 982  AmericanTheatre
## 983          Gyurivv
## 984        skzteez_8
## 985  nayeonapologist
## 986          cjaeri_
## 987       jjkonlyace
## 988          yejibro
## 989     misty_aur0ra
## 990       jjkonlyace
## 991  kpop_saveslives
## 992    oneandonlyAve
## 993       jjkonlyace
## 994       yuurihonjo
## 995       supuwustar
## 996          SSadiW8
## 997         2renjuns
## 998       jjkonlyace
## 999    blushstardust
## 1000    THEMYSCIIRAS
## 1001    exosearchbot
## 1002     by_kwonhyuk
## 1003        deewooss
## 1004    ParkJunSeo18
## 1005       crudscrub
## 1006         idleis6
## 1007 off_unfollowpls
## 1008        _ilichan
## 1009        linouyuu
## 1010      foxinniewi
## 1011      anaIsenpai
## 1012       Simba__97
## 1013   andrewjameszz
## 1014     itsayosigns
## 1015      icebrrynat
## 1016        karlfofo
## 1017    AboutMusicYT
## 1018   neoncity_mutt
## 1019         egofltr
## 1020        mimiweek
## 1021     lexschorizo
## 1022       MrobinS19
## 1023        JM_18550
## 1024   nukesinaction
## 1025       fairylexa
## 1026     lights_on_U
## 1027        SharkDC2
## 1028     istanjisoos
## 1029         egofltr
## 1030        skzholyc
## 1031      dtqkrchive
## 1032     KakuzusWife
## 1033  ParlourDigital
## 1034     Kamilia_125
## 1035  XHEAVYMETALLUV
## 1036 BlackpinkMerch1
## 1037       clotolphe
## 1038         edknves
## 1039      nctcandy28
## 1040 d4nihasopinions
## 1041    svnnysnights
## 1042       Sora_9303
## 1043     armys_hana7
## 1044   love_0613_bts
## 1045       joonkkore
## 1046        lovosiii
## 1047         mingy6u
## 1048          bomgcf
## 1049      f_MeUtopia
## 1050        _takozz_
## 1051    postpunkista
## 1052      5HINee_BB5
## 1053        ActorHub
## 1054  jelsiemelvernt
## 1055   kpopponytail8
## 1056       mikuIuver
## 1057     itJIMIN1013
## 1058        kitcalzz
## 1059      AmberKmuse
## 1060         jl_kpop
## 1061       lily506iu
## 1062   marcoadrianos
## 1063        innffble
## 1064         gnfwIbr
## 1065       _maytiny_
## 1066   jichuschickin
## 1067        WOMMYlSM
## 1068        JJPGyoem
## 1069   soyeon_editor
## 1070      vitaarieka
## 1071        raritiys
## 1072         soobitv
## 1073     Peachygotit
## 1074         idleis6
## 1075     chanheering
## 1076         lcyenha
## 1077    artsyybiitch
## 1078   BroadwayWorld
## 1079       neekelvon
## 1080       dietatory
## 1081   Kpop_onCHARTS
## 1082        Lili_fcv
## 1083  zerochartsdata
## 1084       rxquelita
## 1085   walwallucy_vr
## 1086       mingklsss
## 1087       icaruscds
## 1088        KidsSlay
## 1089     USHANKAIVAN
## 1090     weejburbles
## 1091        _nhuyyyy
## 1092       tinheejun
## 1093  alleyesonwooyo
## 1094     aina_lawana
## 1095       olygirl81
## 1096 peopletalking13
## 1097      tbmoesha23
## 1098      hyecliptic
## 1099      tuanskitty
## 1100     GratuitousV
## 1101       KOICHITWT
## 1102     kpop_king97
## 1103  xoxogossipgita
## 1104      violetdrms
## 1105        huacherg
## 1106    ogcassiopeia
## 1107       jermacare
## 1108   misschoutzuyu
## 1109   stay4skz_7609
## 1110   KPOP_JUICE_EN
## 1111  zerochartsdata
## 1112     Peachygotit
## 1113       H0RRORCAM
## 1114 itsrohitchouhan
## 1115       sealphone
## 1116        yelswrld
## 1117 Mskitty36540226
## 1118      ETERNALKSM
## 1119 THATITGIRLJISOO
## 1120      nayoungist
## 1121      DancaJimin
## 1122  internetpixelz
## 1123        sam_9943
## 1124          __crxy
## 1125  KpopKonverters
## 1126        uhgooods
## 1127     jjeonghann_
## 1128       jermacare
## 1129          553csb
## 1130 AngelOfLight000
## 1131        P3per0sa
## 1132 yeoniemybeloved
## 1133 ArmyGir71763875
## 1134  KpopKonverters
## 1135 Betterthan_Kpop
## 1136      Zelda_kpop
## 1137        hyunjlub
## 1138   fivesfourteen
## 1139        kwonhan_
## 1140  zerochartsdata
## 1141         idleis6
## 1142  nectarineglaze
## 1143 lightningwonder
## 1144        Lilac30J
## 1145      _grannymia
## 1146     wookjinloml
## 1147     eunchaewon_
## 1148        t01daigo
## 1149         Gyurivv
## 1150        moajunie
## 1151     itgirlkahei
## 1152        yunhoo27
## 1153      ahiru_kpop
## 1154  kpopidolevents
## 1155     GusterMabel
## 1156   ExoParadise10
## 1157       linamichy
## 1158    youngheunnie
## 1159          T30O0O
## 1160     Kpop_Oracle
## 1161       charms4yu
## 1162 StarDaisyCreate
## 1163     hoodbyasian
## 1164      tls123_twt
## 1165   Kpop_onCHARTS
## 1166   3viewstheater
## 1167  Apparelproduct
## 1168   rewindblossom
## 1169  mostsuccessfuI
## 1170   Kpop_onCHARTS
## 1171          MKL388
## 1172         juyo_mi
## 1173  AutomaticDaisy
## 1174  AnOceanGoddess
## 1175       dilucluvr
## 1176       bluehrkyo
## 1177   KPOP_JUICE_EN
## 1178     ParityProds
## 1179     KOMIYE_BLOG
## 1180     Calbookworm
## 1181          Reavyn
## 1182 katie_tannies13
## 1183         yivyaks
## 1184     Ace_of_Kpop
## 1185       juntistic
## 1186     hostagetheo
## 1187       KPOP___MV
## 1188        skzfiltr
## 1189        _zomboo_
## 1190         jl_kpop
## 1191    seekslibrary
## 1192    ahah_imagine
## 1193    silentcryskz
## 1194       dadsonism
## 1195 UsernamenaijanT
## 1196     honey1hunni
## 1197   __multitrash_
## 1198    jangmi_lilac
## 1199     wnplstarlst
## 1200       KimVShiii
## 1201 blueishoblivion
## 1202  Taetae__jinjin
## 1203    innerhostage
## 1204     rawwwrrrrXD
## 1205        innffble
## 1206  erzalucyxnatsu
## 1207      supuwustar
## 1208      vgtakesbot
## 1209       fakeyunqi
## 1210        dream32e
## 1211  imeveryonesjoy
## 1212    HOODlESEAZON
## 1213         zuhatic
## 1214    ParagonSlays
## 1215      otherbully
## 1216        luis_csz
## 1217    exosearchbot
## 1218  crazyoverlili7
## 1219       mikuIuver
## 1220        Koreaboo
## 1221  Taetae__jinjin
## 1222  Indigo7btsarmy
## 1223    festivethong
## 1224 FranciscaAduse6
## 1225        EndorMoo
## 1226 aquariusmonbebe
## 1227      zd_khaoula
## 1228       fawkexo88
## 1229       dorelre18
## 1230    Angelina_x13
## 1231 aquariusmonbebe
## 1232 Jimin1013Lala09
## 1233    vincentlao18
## 1234  stay_bebe_tiny
## 1235     Yeo_Cry_Tea
## 1236   minchanstwins
## 1237         jl_kpop
## 1238   cloudycloudmu
## 1239      txtlullaby
## 1240    yandere_riki
## 1241 kpop_princess95
## 1242  qqvincent_kpop
## 1243 WHORESCOPE_1117
## 1244  Taetae__jinjin
## 1245         nyzeris
## 1246     jaerose1015
## 1247       crememiin
## 1248     fatherenjun
## 1249       woossence
## 1250   Hongnhanlai87
## 1251       sersivrse
## 1252      fromstars_
## 1253        woodzDNI
## 1254     taetaeblep_
## 1255          ronjpg
## 1256   crushingkorin
## 1257   JooniesGalaxy
## 1258        adatseng
## 1259     Kpop_Newsss
## 1260        KlBUMlSM
## 1261  TaeTae_ENHYPEN
## 1262  RagingPanda321
## 1263      intakorize
## 1264   loafofbr3adtm
## 1265     antiromntic
## 1266      hyukmarked
## 1267       xiuyangis
## 1268      _sohibpaji
## 1269         yzejiwu
## 1270    haorangnabix
## 1271   loonathvworld
## 1272   knksrideordie
## 1273  LovingChapter2
## 1274      saquiba862
## 1275    idkwhojesuis
## 1276    thunderyours
## 1277 WongWan73211006
## 1278    myeonttonjun
## 1279 allmyloveizgone
## 1280    ARMY_KPOP_97
## 1281  AnOceanGoddess
## 1282      gaysprite_
## 1283      blackIeveI
## 1284     dreamyjules
## 1285    iamjeffsatur
## 1286        dubulead
## 1287       afrodykee
## 1288   duermevela_13
## 1289        SANGR1OS
## 1290    Biscuit_Kpop
## 1291   jichangminist
## 1292    thunderyours
## 1293      fromstars_
## 1294       bobapwark
## 1295      lovelyayy_
## 1296        TinhBall
## 1297      uhohashley
## 1298      FENTYPRNTS
## 1299        P3per0sa
## 1300      lovvnoelle
## 1301  oceanairstream
## 1302       bigBradio
## 1303        sunrictz
## 1304     prawnqueenx
## 1305    acessomingyu
## 1306     lykasticker
## 1307   1231Notsadako
## 1308   KPOP_JUICE_EN
## 1309        wheeeluv
## 1310       Ms_LillyG
## 1311       ddaengsec
## 1312          szkukz
## 1313    gremlinjjong
## 1314  kara_kpop_kara
## 1315       min_ayiti
## 1316  iwantittigotit
## 1317        TMIFelix
## 1318       bunniexoo
## 1319        pawpiiiz
## 1320        LouranzE
## 1321     calstanvard
## 1322       pottatoee
## 1323       thoribbin
## 1324  RagingPanda321
## 1325     tynexttrack
## 1326 aquariusmonbebe
## 1327    kim_doeyoung
## 1328    kim_doeyoung
## 1329        mrkIeegf
## 1330     byakko01234
## 1331         jl_kpop
## 1332      milkblocks
## 1333     kpoppiepapi
## 1334 baangtanxbackup
## 1335     OdesVillain
## 1336       hiddeniee
## 1337        dietpupp
## 1338          aeslxu
## 1339          SusPup
## 1340    Daelight2711
## 1341       aussiekko
## 1342      curlicarib
## 1343       iiZydrate
## 1344     rieicheorom
## 1345     TinyIceMoon
## 1346         bp22jlc
## 1347        dubulead
## 1348      KliffSaint
## 1349      joysesmaid
## 1350 Betterthan_Kpop
## 1351   crobatdevotee
## 1352       seohanjie
## 1353        4xvxrBTS
## 1354    STR4WBERHEEZ
## 1355   theorypoppins
## 1356 Candyy_Baekhyun
## 1357    LovingXiuXiu
## 1358       rxquelita
## 1359 zahraalattar540
## 1360      ikityunjin
## 1361 Atlantic__Azure
## 1362     babybreadjs
## 1363   magicstarshop
## 1364   ShannelBlack1
## 1365 Cindy_luvs_kpop
## 1366     jinxregalia
## 1367 6_second_review
## 1368       tyniverse
## 1369     tofuxwaffle
## 1370   patriciallige
## 1371       idle4life
## 1372     Yeo_Cry_Tea
## 1373         saikiz_
## 1374        jiunguet
## 1375      mystarhoya
## 1376         vnjthjh
## 1377    Hana41759047
## 1378     bangtanie30
## 1379 SiyeonieCatcher
## 1380  kokobopsession
## 1381        jiunguet
## 1382      seongvityy
## 1383  Areeba15974580
## 1384       moashrinp
## 1385        sunchyng
## 1386    Hana41759047
## 1387   pranprotector
## 1388      supuwustar
## 1389      GISEOK4EVA
## 1390 lorde_ofthering
## 1391        HlGHEELS
## 1392          tsoaot
## 1393         yzejiwu
## 1394      woyodeftns
## 1395    Liquoricecum
## 1396   Hongnhanlai87
## 1397       sexiuyeoI
## 1398     leftinorbit
## 1399         druighq
## 1400    jihoonmelody
## 1401     m0on_ch11d8
## 1402       flrtspixy
## 1403        _becki_x
## 1404    vicauchinaga
## 1405   taehyungloops
## 1406      lauranerri
## 1407     fairygowoni
## 1408    AISZYSINGKIT
## 1409  Purplestarlets
## 1410     Caramelaine
## 1411      theo_won_1
## 1412        wa_co_ca
## 1413        linohuii
## 1414   wings_fanatic
## 1415    kamyskamyska
## 1416    siellynsalty
## 1417       0325_jade
## 1418  MuhammedSemi13
## 1419         chvnelo
## 1420         chvnelo
## 1421     leebitboobs
## 1422  MAK1MA_ENJOYER
## 1423      hwahongiie
## 1424          ihae2k
## 1425    valyriankook
## 1426         yzejiwu
## 1427 linospurplehair
## 1428      wrldcharts
## 1429     flolikebyul
## 1430  AustinXiaoting
## 1431         yimh_ny
## 1432        jiunguet
## 1433   prettyjongiin
## 1434         vrnnmrk
## 1435      fIirtykook
## 1436     Kamilia_125
## 1437       K2YWE_twt
## 1438     fleurenjuin
## 1439       nixk_nixk
## 1440         j43hyns
## 1441        ihypekyu
## 1442       Kihaebear
## 1443        mykoeun_
## 1444      CubforKdub
## 1445        nrmgirll
## 1446    zarulsyahmi4
## 1447  BaronDestructo
## 1448     JEOsinophil
## 1449      JiminJules
## 1450  BaronDestructo
## 1451   rianaendedyou
## 1452       Kihaebear
## 1453  BaronDestructo
## 1454       kylasback
## 1455     Baez136Baez
## 1456  Moaserendipity
## 1457        alluvsjk
## 1458     sweemo_wzho
## 1459    KPredictionn
## 1460  BaronDestructo
## 1461     Kamilia_125
## 1462  BaronDestructo
## 1463         taytawa
## 1464 theemermaidgirl
## 1465  pluralofmousse
## 1466  mostsuccessfuI
## 1467         icefaes
## 1468  BaronDestructo
## 1469 eunwoosbigbooty
## 1470    KPredictionn
## 1471  BaronDestructo
## 1472     cottonpiico
## 1473  BaronDestructo
## 1474  BaronDestructo
## 1475    KPredictionn
## 1476        Bamp_V_I
## 1477          tumblr
## 1478     _piegoblin_
## 1479       joonkkore
## 1480   sasha57792651
## 1481  BaronDestructo
## 1482 foryutachanyeol
## 1483       xiuyangis
## 1484        Matyllgc
## 1485     _piegoblin_
## 1486    kpop_boyfies
## 1487      Amiewriter
## 1488    KPredictionn
## 1489     Pk_bts_land
## 1490   ninispaperbag
## 1491  penisfart12345
## 1492   pocketshrikes
## 1493      otherbully
## 1494  HeyitsMaisHere
## 1495        N4MIVIVI
## 1496    KPredictionn
## 1497        ryukdoll
## 1498    limousinenim
## 1499     cyberycyner
## 1500   illuminatibby
## 1501    katereinking
## 1502 Bruhidontknow02
## 1503         kyumzie
## 1504       hunktears
## 1505  ootdhijabkeren
## 1506     ravnstomoon
## 1507  Jenchulichae_4
## 1508  ootdhijabkeren
## 1509  captainsingnie
## 1510         taeikai
## 1511      kimchijoon
## 1512       PINKTOKKl
## 1513  redlightdstrct
## 1514      sidecharmz
## 1515        TOJIYEOL
## 1516      luvdyeonie
## 1517        SalemGas
## 1518      4sahisflwr
## 1519      lesbiannpc
## 1520 WongWan73211006
## 1521     mykpopshows
## 1522         inc9200
## 1523    SKULLHORNETS
## 1524     robinsfleur
## 1525     noctisnymph
## 1526       1japanfan
## 1527   kaytlinslayed
## 1528       hwagiland
## 1529    iheartateez3
## 1530       kpop_kati
## 1531         ohmeqax
## 1532        caullmoi
## 1533       min_ayiti
## 1534     evielynrose
## 1535        jukyujin
## 1536       kpop_kati
## 1537 Betterthan_Kpop
## 1538    KPredictionn
## 1539  jamaalaldin_tv
## 1540  jamaalaldin_tv
## 1541  jamaalaldin_tv
## 1542   im_youx_s_u_n
## 1543  jamaalaldin_tv
## 1544  jamaalaldin_tv
## 1545         niaccke
## 1546       SYAORANLl
## 1547    namdzunlover
## 1548 GregortheMendel
## 1549    eagerfillies
## 1550 jungkookjkjkjk7
## 1551        JKpop143
## 1552      yoshified_
## 1553       TAEHUNlES
## 1554   purplekisstvt
## 1555        Lolaskz_
## 1556      wearwolf99
## 1557    Satanclaus__
## 1558          s10nny
## 1559   helloverivery
## 1560     teddybvibin
## 1561         H4V4RT1
## 1562      sahi_world
## 1563 Engeneforlife12
## 1564         csmr459
## 1565      rore_views
## 1566  taetaettaemune
## 1567         olivnyu
## 1568 onlystanstalent
## 1569    astjinwoosxl
## 1570    goingonpluto
## 1571        oneofwol
## 1572  G_IDLESuperior
## 1573     cantstophan
## 1574    IndianMygirl
## 1575    outsomniasky
## 1576     YvesPursuer
## 1577         gzbfate
## 1578        tddypang
## 1579          ygilvr
## 1580      bigdanburn
## 1581    Snuggles1018
## 1582        PLAYTAXl
## 1583       _RapperJK
## 1584      idiasilver
## 1585         hwhyein
## 1586 twicechartdataa
## 1587        N4MIVIVI
## 1588  xmiyakochannel
## 1589   shark_mainhub
## 1590       kiirawira
## 1591          XiL0ft
## 1592   MultiStanShay
## 1593      hoonieloaf
## 1594         hagsfan
## 1595     LaChategris
## 1596    baekjiyugsan
## 1597   choisanswhore
## 1598     iloveyasuho
## 1599    karinicoleee
## 1600       xvxixuxii
## 1601      Cilla_mena
## 1602      kyleshabet
## 1603   StanTalent365
## 1604    NJ_to_TX_to_
## 1605    mingaya_TEEZ
## 1606      carleeraeh
## 1607 stanwondergirls
## 1608          hyeijz
## 1609         cha5won
## 1610     hyunjeekies
## 1611 valentinedest97
## 1612     paulieponzi
## 1613    namchanhyung
## 1614     navi_inlove
## 1615  machinegirl420
## 1616 allegedlyangelo
## 1617 allegedlyangelo
## 1618 UsernamenaijanT
## 1619  blackpinkis143
## 1620        trvvwang
## 1621      yunhosmile
## 1622   ara5054308862
## 1623        PT_KOREA
## 1624    spiderjennie
## 1625          juon_v
## 1626   nyuskneehighs
## 1627      Blackcartu
## 1628     byakko01234
## 1629          hccjss
## 1630       kiri_kpop
## 1631         xiudyke
## 1632       taesty127
## 1633      sakuran_rk
## 1634          juon_v
## 1635        yus_kiss
## 1636        Jips_nim
## 1637   0325_Insomnia
## 1638    kpop_spotify
## 1639      joobiecore
## 1640        BeeRoseL
## 1641     phuphastian
## 1642       mixxident
## 1643       taesty127
## 1644       hyunhui95
## 1645   butterflysohn
## 1646     Kpop_Oracle
## 1647      Iycheefarm
## 1648  xmiyakochannel
## 1649         luvpunz
## 1650   butterflysohn
## 1651   Nymph48988984
## 1652       taesty127
## 1653   butterflysohn
## 1654      exominyeo_
## 1655         jeennaa
## 1656      oncesomnia
## 1657          tyqzuu
## 1658    AboutMusicYT
## 1659   butterflysohn
## 1660 ieatdubu6dahyun
## 1661     ScruppyCats
## 1662     olhosdenini
## 1663        Rora1608
## 1664 hoIidaygirl1225
## 1665       ddenver13
## 1666       samhdixon
## 1667       on22april
## 1668      jwanjinnie
## 1669      idiasilver
## 1670        wa_co_ca
## 1671    wwednesdayys
## 1672   ChainPlatonic
## 1673        kiveioon
## 1674         soIchwe
## 1675        lesbtron
## 1676     slavtyperry
## 1677     minghaomode
## 1678          skzbti
## 1679        kiveioon
## 1680         naoipnk
## 1681        cleoteez
## 1682     urfaviskpop
## 1683    bi11lieverse
## 1684      CeliBunneh
## 1685     hypermusick
## 1686      Fancyoo325
## 1687   cucumberwonie
## 1688     Art_place22
## 1689 sugasaranghaeee
## 1690        tri11asf
## 1691    courtneykilI
## 1692       strawbimi
## 1693     laintrepida
## 1694   katysaquiray1
## 1695        pebepe12
## 1696    wwednesdayys
## 1697        aegonism
## 1698   givernyarches
## 1699    mingaya_TEEZ
## 1700      helIoberry
## 1701    seulgisfruit
## 1702        lesbisum
## 1703        hara_skz
## 1704        Rora1608
## 1705     joonfreedom
## 1706     whalienseas
## 1707     chanheemeal
## 1708        svteez22
## 1709 FaerieTreasures
## 1710      4wallsdemo
## 1711         s_nghan
## 1712    mylove_chani
## 1713   babystardevil
## 1714        diimawia
## 1715       wintrcuIt
## 1716     Kpop_Newsss
## 1717        tbdldidn
## 1718 thasadscientist
## 1719      TanniesRoy
## 1720     godmyungsun
## 1721    seung__jjang
## 1722      sciqentiax
## 1723   soobinbeloved
## 1724     CultOfJeong
## 1725        goldwign
## 1726     AROYALPITCH
## 1727   soobinbeloved
## 1728       dankexion
## 1729    outsomniasky
## 1730  Smiling_Beggar
## 1731 mayusolosurfavs
## 1732       SYouranus
## 1733        watnabes
## 1734       werkOnsel
## 1735       ariesskiz
## 1736          izexos
## 1737         artr_sh
## 1738       cavlady01
## 1739       owiekyeom
## 1740         annOyll
## 1741 n_thestars2nite
## 1742    just31029598
## 1743          ltyav7
## 1744      b4jispluto
## 1745    channiesbubb
## 1746      marsmoon__
## 1747         krynd42
## 1748        lesbisum
## 1749  lifes_dynamite
## 1750        ughloona
## 1751   senoritarosie
## 1752 oatmarkcreampie
## 1753     Kpop_Newsss
## 1754       lilacteez
## 1755     kpop_mellow
## 1756       taesty127
## 1757     the_popbase
## 1758    LucarioKid73
## 1759     _piegoblin_
## 1760     mykpopshows
## 1761        cainmeal
## 1762     glitskzning
## 1763        gyumetaI
## 1764      Dannie__07
## 1765     mykpopshows
## 1766       taesty127
## 1767     yejinsanity
## 1768     kpop_king97
## 1769  halsugofficial
## 1770     kpop_king97
## 1771  koreatimescokr
## 1772    minion__fart
##                                                                                                                                                                    text
## 1                          Even kpop fans will rally behind a cause and do great things with their energy but Depp stans will spend all day ma… https://t.co/FwxpgkMPAT
## 2                                                                                                     kpop stans are so  dumb and insane LOLLLL https://t.co/QyQLtVWgRW
## 3                                                                                                                        who here on both kpop twitter and mcyt twitter
## 4                           @kpop_king97 @KshowAnalysis @MBCMusicCore .@MBCMusicCore Jungkook has more YouTube Views than any nominated artist… https://t.co/KHpe4szPrA
## 5                          see the last stage of VAGABOND, made me cry because the part where it was cut was not cut like what happened at WHO… https://t.co/lHgvZjC6vt
## 6                                                                                        translation for my european moots: football fans are more rabid than kpop fans
## 7                                                                                                     Happy birthday to #ELAST's #Rano! 🎉 #kpop https://t.co/QFRltkI2bT
## 8                                                                       Multi-Talented Artist: 5 Of Lee Junho’s K-Dramas You Don’t Want To Miss https://t.co/xo8ZEgVibk
## 9                           Just leaving this here. This isn’t just about Woojin or Jinni, it’s deeper than that. It’s about how people can be… https://t.co/03TXbsrF6q
## 10                          @kpop_king97 @KshowAnalysis @MBCMusicCore .@MBCMusicCore Jungkook has more YouTube Views than any nominated artist… https://t.co/fq4p2lOoTg
## 11                                                                                                                            soccer fans are more rabid than kpop fans
## 12                                                                                                                 I miss @SinmyoonTV where did my og kpop bestie go???
## 13                                                                                                                                                Love All artist Kpop!
## 14                                                                                                            @youlove_0119 @pinkfantasy_kr @pinkfantasy_jp How cute! 🥰
## 15                                                                                                                    @nunuclitoris THAT KPOP STAN WE WERE MUTUALS WITH
## 16                                          I am sooo happy to attend my first kpop concert with you girls. Thank you and see you again soon. 🫶 https://t.co/e5XeuQvsP3
## 17                         a full on american english speaker did not get any “hidden” message while listening to cookie, not to mention cooki… https://t.co/0qydQlJLez
## 18                         @archiveney @lancerevoo50 Exactly. Britney is legally free. She has all her rights back. Now if you want to talk ab… https://t.co/moGUmSPSLQ
## 19                                                                                                       sobbing over my kpop boy’s enlistment for the 967432567th time
## 20                                                Study with KPOP Vol.3 | 4 Hour Study Session 📚 | Piano Playlist for Concentration &amp; Focus https://t.co/PjLzxA3QYd
## 21                                  1/? \n\nWatching a documentary on Virtual Kpop idols and idk who she is, presumably a CEO.. and her reason for favouring them is...
## 22                         #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80… https://t.co/6Y16wU45FH
## 23                                                                                                          @TrueAllKnower @BolWrld Nigga listens to kpop I’m crine💀💀💀💀
## 24                                                                         its not a want anymore, i NEED kpop stan twitter to discover ryujei. https://t.co/1ZHfbEGhs3
## 25                                                                                  is there anything in kpop that will ever be as spooky and pretty as orgel by shinee
## 26                                                                                                        my top 10 kpop releases of this year in no particular order 🧸
## 27                       @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/eM6o4JcGuI
## 28                                                                                                                             @ohyeahpaulchin BTS ISNT KPOP well done!
## 29                                                                                    they're still using yeeun and clc in kpop thumbnails eye- https://t.co/vQHzazOrmY
## 30                    ONLY 25K \nKEYCHAIN STRAP KPOP ALA SUPREME\nPROMO DAN READY STOCK TERBATAS!!\n\nMURAH MERIAH DAN GOOD QUALITY\nCUS ORDER… https://t.co/YSmiA3kyJn
## 31                    ONLY 25K \nKEYCHAIN STRAP KPOP ALA SUPREME\nPROMO DAN READY STOCK TERBATAS!!\n\nMURAH MERIAH DAN GOOD QUALITY\nCUS ORDER… https://t.co/2SlQrL7M9Z
## 32                                                            one would know i'm comfortable with someone if i start blabbering shit like kpop even without them asking
## 33                          @KatyHatesOnions @RIHINDUSTRY @AboutMusicYT of all people you are talking bout inbreeding when youre kpop stan plz… https://t.co/57SOepIuzr
## 34                                                #SuperJunior releases the second MV teaser for 'Celebrate'. #kpop \n\nhttps://t.co/lfHgAxdxJH https://t.co/DiCM92Qy9a
## 35                                                 @Genius_kor 4/10 blackpink songs, Queens of kpop\n\nI vote for #ShutDown by @BLACKPINK on this year’s #BopOfTheYear!
## 36                                                                                             I was looking for this song too. kpop perfection https://t.co/KPHWkGBd1J
## 37                                                                                @rawrwoongie Excuse me Goddess, I want to thank you for blessing us with your beauty.
## 38                                                                                  fift o harry’s house western y kpop formula of love o &amp; https://t.co/5PIv9twoRc
## 39                         about me: you can call me naju, i'm 22 years old, my pronouns are she/her. i speak pt-br and eng and understand spa… https://t.co/WLhVCfBEv1
## 40                                                                                         Anytime I have a random pain in my body, my mind convinces me that I’m dying
## 41                                                                  although this year was pretty bad for kpop let’s not forget about the good things that happened too
## 42                                                                                                              i love bossy people pls recommend ur bossiest kpop boys
## 43                                                Bighit Music and Hybe Labels artist carrying the whole KPop industry. https://t.co/zibC09UqqR https://t.co/blETKjNbYu
## 44                                         Kpop fans will really take One bad preformance by an idol and jump to say they suck and should quit like. Be fuckin for real
## 45                          @nutrasha ITS JUST HOW IT IS. MY BROTHER RELENTLESSLY BULLIED ME FOR WATCHING KDRAMA AND LISTENJNG TO KPOP AND NOW… https://t.co/yz4WMbzcDh
## 46                                                                                                             @bignaughtys_ @weakheroes i call that the kpop colosseum
## 47                         Who would have thought I would finally see the legendary BoA. 💛 Like isa talaga siya sa mga kpop artist na gusto ko… https://t.co/R1GKI6OJ7C
## 48                         newjeans getting all 3 of their tts on these critic's rankings, and their debut album on these '2022 top' lists🤭🤭 a… https://t.co/6d9UWxBKVz
## 49                         Yoasobi got introduced to casual music listener in Indonesia is like Day6 (especially You're Beautiful) is loved by… https://t.co/Cb3YIIwzEg
## 50                          Im so jealous cuz in my old school they are doing kpop cover performance competitions i miss it so much💔 I WANT TO… https://t.co/3rBWFeMGgx
## 51                                                                                                              @grflver2 i literally hate kpop https://t.co/NsUfmHjqdq
## 52                                                            @dickgayson69 grayson refused to share his spotify wrapped cause he exclusively listens to bubblegum kpop
## 53                                                  it never gets old watching western musicians react to kpop skill/production. Like, there's a reason it's like that.
## 54                                                                                                             @orikkunn holy shit this might turn me into a. kpop stan
## 55                                                                                                                                            @JennFischetto Oh yes!  💯
## 56                          The Jinni situation is so fcked like Jype was so fast at casting her out. Under 24hrs. And the fandom will move on… https://t.co/APhIUB2OcC
## 57                         @PLAYYPENN guess he was waiting for me to comeback with some stan twt type of replies. I told him that it's his pre… https://t.co/PNOrBsgASi
## 58                                                                             @ho_howard I saw KPOP twice and the lighting never made my Chinese American eyes squint.
## 59                         my Instagram is now public, I'm making a new personal account to keep this one for music, Kpop, cpop, ZTAO, Super J… https://t.co/cmmIfIMKqP
## 60                                                                                                                   @supuwustar erm… this isnt a kpop opinion… awkard!
## 61                                                                             @eternallyxnoas @TribalPapi my faves bts = 1st kpop group to lose Grammys once and twice
## 62                                                                                         very annoyed y’all told kpop fans that clc disbanded https://t.co/bjHe21ZWPl
## 63                                                                                every time a kpop boy shows up on my tumblr dash im like maggie do you know this man?
## 64                          18. RIE "BECAUSE"\n19. HWANG MIN HYUN "SO BEAUTIFUL"\n20. YOUNG SAENG "MI CASA SU CASA"\n\n#KpopRadioInternacional… https://t.co/fIEOfqKjfr
## 65                                                                                                    best kpop release of the year im crying \nhttps://t.co/OA880ocglb
## 66                                         me when i'm in "disrespecting other people's music tastes" competition and kpop stans r my opponents https://t.co/EFhiBzZBPm
## 67                                                                                                                  kpop 2023 predictions\nred velvet nu metal comeback
## 68                                                                           okay everybody pause and hear me out. if we're doing bts kpop collabs..... jimin x chungha
## 69                                               me confidently saying I won’t spend thousands for kpop groups but look heto ako kinakabahan sa ticket selling hahhaha👀
## 70                                                                     everytime i listen to a kpop song spotify shuffles to an ive title track.. they know me too well
## 71                         “People haven't seen much of the diversity and the depth and the complexity of Asian people, which helps create emp… https://t.co/LAaCzlbUWg
## 72                         i’m glad we’ve all come together and put aside our differences to say that shinee has the best discography in all o… https://t.co/ynmJOmLAJQ
## 73                         This side of Chenle - continuously providing comfort and reassurance to Jisung and other members - is one of many r… https://t.co/Yt0xtuaBwa
## 74                          My prediction for the future of @KPOPBroadway. Once the album for the show is released, there will be a demand for… https://t.co/hR10WqMopy
## 75                                                                                     @moajunie Ahh as in a Korean member debut in a jpop group rather than a Kpop one
## 76                          #ASTRO's #MOONBIN_SANHA unit unveils #Sanha's first set of concept photos for their 3rd mini album 'Incense'. #kpop https://t.co/lZtjkNASDk
## 77                       New York Times Best Songs of 2022\n\nJon Caramanica’s top 22 (Jon Caramanica is a pop music critic for The New York T… https://t.co/q8u5MXq3Hp
## 78                                                                                                                                                      I took two naps
## 79                                                                                 Introducing my sims for my kpop series which will be taking place live on my twitch!
## 80                                       V(BTS)'s Profile, Popularity Ranking &amp; Latest Trends【KPOP JUICE!!】 https://t.co/AhohynWhBu #KPOPJUICE via @KPOP_JUICE_JP
## 81                                                i need to follow more acc but there are just so many kpop stans and i dont know anything about kpop or care enough fr
## 82                                                                                                              @ruk6was we need to study the kpop to football pipeline
## 83                         if only i dont have responsibilities to pay for, i would be full time enjoying my kpop life but i just cant. i want… https://t.co/ekpetUNfVP
## 84                         "what was ur last concert and how was it" - Last concert was monsta x and it was my first Kpop concert and it was a… https://t.co/vO0cOqoTqx
## 85                                                                                       I need to be on the side of kpop twt which agrees that shinee is the blueprint
## 86                                                                                    - The biggest first week debut in spotify By kpop soloist https://t.co/LiEgZXSBEa
## 87                         I wonder why God sent them to me, but i stan seventeen on the age when im not stanning idols for being idols. Their… https://t.co/gzPgSHp0qy
## 88                         Lisa is included in the list of the top 50 most followed Instagram in the world, and Lisa is the only KPop artist o… https://t.co/G8Jgq66lRQ
## 89                                   I hope you throw yourself from a cliff — I dont think any kpop ido would want you saying that to someone 🤭 https://t.co/0nBXxuj3X4
## 90                                                                                                                                         ARTBEAT IS A KPOP GROUP NOW?
## 91                                                                                                                       Richarlison really infiltrated kpop twitter 😮‍💨
## 92                    ic interest check\n\ncrochet doll / head\n- can customized \n\nwts lf wtb ph bts blackpink itzy aespa redvelvet twice ex… https://t.co/OKqPZUlNEe
## 93                                                                                              NEWJEANS BEING THE ONLY KPOP GROUP THERE WOHOOO https://t.co/iI1lQVjxBa
## 94                       @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/PeWkuYV6vK
## 95                         I had my boyfriend listen and read the lyrics to cookie by new jeans (he is not a kpop fan.) he even said that lyri… https://t.co/a9GsCQeyfB
## 96                         Forced my grandma to listen to video game Kpop and she was too polite to tell me she hated it so I took advantage a… https://t.co/sVgE7hM46G
## 97                                               him using his kpop group's account with 2 million followers to talk about some stromae is sooo https://t.co/spI9Wt8XKz
## 98                                                                                     txt still has the best discography in kpop doesnt matter how much yall deny it 😊
## 99                         @randomkpop___ @AmizaSherry Been a kpop fan for so long. Been stanning numerous groups since. It was Produce 101 th… https://t.co/EeBiytXEcI
## 100                                                                                                          one of the biggest mystery in kpop https://t.co/ennM7ZLlBx
## 101                                                      @reikkomia done. \nshe's the real evil act of kpop for sure. Yet, somehow, it's kakao that's getting more hate
## 102                                                                                                                                     @kazinastay kpop just sucks atp
## 103                                                                                  not gonna lie this is some of the best kpop we'll ever get https://t.co/zQnsdWQEy0
## 104                        @btschart_data @taegiLover__ @mags_1821 @kim75463428 @Koobidivines 40% off? are you kidding me? it is a collaborati… https://t.co/WkgbUbpHsM
## 105                                                                               like my kpop collector self cant deal with 9 spors being randomly distributed, please
## 106                                                                                              @ENHYPENSJAY I mean, that’s expected. What else should they call them?
## 107                                                                                  trying to decide what kpop albums to buy is like trying to choose a favorite child
## 108                                                                                    @blkpareo kpop groups need to start bringing back the random voice in SOME songs
## 109                                                                          i never forgive the kpop industry for everyone and their nugu mother doing a retro concept
## 110                      Delusional time:\n\nMaybe sm is dropping these christmas collab albums bc the main mariah carey's of kpop are leaving… https://t.co/jpcLXA3Adv
## 111                      Crown - txt \n\nTeaser | cover by amethyst\n\n#txt #crown #Beomgyu #SOOBIN #heuningkai #Taehyun #Yeonjun #cover #kpop… https://t.co/Mxlp0ptH4P
## 112                         Kang Daniel coming to Manchester in January but its a Thursday? Would have actually loved to go but there's no way… https://t.co/BHeqkcLOZH
## 113                                                                                                                 wait jinni let’s nmixx what is happening in kpop ?!
## 114                                  Genuinely one of the best kpop songs of all time and I’m going to hear it LIVE are we fucking getting this https://t.co/M1nWYazyPB
## 115                                                                                                                                 Lisa is the most followed kpop idol
## 116                                             the tweet that said wayv are gonna be in those ‘unluckiest groups in kpop’ videos after 3 years https://t.co/pXBYXS0SbV
## 117                      @H1ppin Trickster ♡\n\nI'm bias because his lore is he's a kpop idol and he killed his group mates in a fire in the s… https://t.co/vQxi4EunEn
## 118                        i always think ab that one video where someone says that kpop stans are the biggest communists😭😭😭 everything HAS to… https://t.co/uPBy6SUDGl
## 119                        @kpop_king97 @JKMagicVN_ @MBCMusicCore Hello @MBCMusicCore , Jungkook has more YouTube Views than any nominated art… https://t.co/rRpvoxWQ69
## 120                                                                                                 @DualityofHan @soupcanarchist Add a Kpop Stan and Beyonce fan group
## 121                                                  @Madnesszeno not just you, whenever i see a tiktok dance or a kpop dance i go "OH THIS CHARACTER WOULD SO DO THIS"
## 122                            they’ve done sm shit towards SO MANY kpop idols/group they only enjoy the drama dont waste ur time watching their vid, block/report them
## 123                        Too many kpop groups had such good comebacks genuinely but didn’t get the hype bc they didn’t have a tiktok trend t… https://t.co/BiMG1ymSqa
## 124                                                                                                  I got into kpop in 2015 through my friends https://t.co/fm6IprFcAX
## 125                                                                                                       i’ve been a kpop fan for 7 years damn https://t.co/haV4fAv3xt
## 126                                                                                            @im2old4thisotp Kpop Band Windshield Foldable... https://t.co/jsUIEtZ0jo
## 127                                                                                        and this is why boa will always be the queen of kpop https://t.co/7SrnjHqZGQ
## 128                         also i write rpf and talk about non kpop groups as well so if that also bothers you you can unfollow as well don’t… https://t.co/R551pKaSjb
## 129                                                                                                           ae1 is going to make big waves and change kpop me thinks😳
## 130                        Ngl some of y’all are weird for how y’all acting over kpop. It’s upsetting when a group loses a member(s) or disban… https://t.co/swWZfvnRes
## 131                        it’s kind fucked that kpop profits off of many other cultures yet all kpopies do is try and police the appropriatio… https://t.co/f3RyaVskPV
## 132                        AND LETS TALK ABOUT THAT SAMPLE. a lot of kpop which samples classical music sorta just,, throws it in there. a nic… https://t.co/TveMQzMeVB
## 133                                                                                            Oda is gonna be the new kpop queen on MM’s tiktok account I just know it
## 134                                                                                                                     the best kpop song. idc https://t.co/VCKIKJk6uK
## 135                    🧺 | Votos diarios\n\nNehannn: https://t.co/TArEgDZzf5…\nKpop juice: https://t.co/b5NWhSC2w2…\nMelon Artist Popularity A… https://t.co/9hrYymu6cV
## 136                        @pcymilkers when you say casual kpop listener who are you referring to? Random intl kpop fans or???? Because if the… https://t.co/ugwCcd7bdJ
## 137                                                               everybody in kpop tryna have their pop punk moment thinking theyre doing this https://t.co/Wr0EG6rLg5
## 138                                                                                                       now i have a job and money i want to start buying kpop albums
## 139                        i hate kpop stans sza comes out with a song about wanting a BIG man like overweight chubby men and theyre making ed… https://t.co/Fre3NpTNP3
## 140                                                                                                                                               @RagingPanda321 Today
## 141                                                                        What would you choose No K-drama for the rest-of your life or no Kpop #QUESTION #KPOP  #KPOP
## 142                                   🎁SPECIAL GLOBAL DEBUT🎁\n#DestinationPre1 #Special_Global_Debut\n\n—————————————\n#Shazam #SonyMusic_Kpop… https://t.co/2AzI8Q0yov
## 143                        I can’t keep up with all of kpop but isn’t that Ten from WayV? Are the other 2 from WayV too? Who’s the one that sc… https://t.co/3UnO501uVM
## 144                @SonyMusic_Kpop @AppleMusic That's awesome 🥰🥺#KPOP #KRNB #SOULBYSEL\n #소울바이서울\n#NVRMND_IM #NVRMND\n#MONSTA_X #MONSTAX… https://t.co/EouV61mkWU
## 145                                                                                                                     when kpop fans don’t speak &gt;&gt;&gt;&gt;&gt;
## 146                        @ongnielstigma @atiny_og yeah we will see, gidle had two of the biggest kpop hits this year, they had multiple mode… https://t.co/rfCXY3KxLv
## 147                                                                                                                      @xiaokeonhwa I've seen it work well for sm too
## 148                        @Alilove4hwa There are so many good examples showcasing why he needs modeling gigs. Even the way he walks and the w… https://t.co/6MNsWaFIzh
## 149                                                                                                        that’s right btxt carriers of kpop!! https://t.co/EGXKyWLG77
## 150                                                                                                        do we know when taemin is coming back kpop needs to be saved
## 151                                                                                                                  my sexuality are my silly goofy kpop men and women
## 152                        tags: @itsjustmellic @haleyunho @gimme_kpop @HongTeez98 @atyAtz24 @Daisy24102018 @jinnmingi @belowyunho @darliingzz… https://t.co/15BEk6VdNs
## 153                                                                                                                                      jackie chan made a kpop group?
## 154                        If cocona was in kpop she would literally end so many 4th gen rappers LIKEEEEE that’s talent right here! A 06 liner… https://t.co/K5o3WSaZwl
## 155                        My brother was watching a new anime and he texted me all excited “watch this anime is good and ateez sing the intro… https://t.co/5jVuYA9Gxy
## 156          MCND\nERIC NAM\nATEEZ D-1\nKPOP FLEX D-1\nTHE BOYZ\nHALLYUPOPFEST D-1&amp;2\nROCKING DOLL\nJUNNY\nWASIA PROJECT\nASH ISLAND\nBLIT… https://t.co/VHiGuMHbG3
## 157                                                                                                            if you had to fuck a kpop song what song are you picking
## 158                            @stallseok ?? they're acting like ANYONE in kpop or any artists at all are like bts and other fandoms bonds are anything like armys 🧍🏽🧍🏽
## 159                       @Vane04092 Hi Vaaane! We’re happy to have you here 💞 \nI’m a baby at kpop too (1yr old 🥹) but if you want my dm is o… https://t.co/mPqFWkL6Uy
## 160                                                                                                                 @Amyhtcb "omg you look like a kpop idol" 😬 bro wahh
## 161                                                                        Secured the goods for KPOP round 3 tonight 🥰🥰🥰 STANDING ROOM IS GONNA BE A PARTY I CANT WAIT
## 162                                                                  i should check out more kpop in general but this is fun i like what's going on in the prechorus :)
## 163                                                       @idalsobit12 @_slayyeon How the real Kpop can disband ? If you don’t know they are ‘ The Last Man Standing  ‘
## 164                              Jay Park X 1MILLION / Jay Park - All I Wanna Do (Feat.Hoody, Loco) https://t.co/HJ58V00QA1 via YouTube\n\n#follobackforfolloback #kpop
## 165                                                                                        omg i‘m so sorry :( kpop is really falling apart idk https://t.co/NpZH8ZTx0Q
## 166                              Jay Park X 1MILLION / Jay Park - All I Wanna Do (Feat.Hoody, Loco) https://t.co/HJ58UZJNy1 via YouTube\n\n#follobackforfolloback #kpop
## 167                                                                                             Kpop photocards really make the best references https://t.co/7lByn5UArZ
## 168                                                               kpop is really never going to be able to top this one https://t.co/uq48ljb9ys https://t.co/onksaXM55U
## 169                                                                                                                          @MultiStanFerret Hubby said colon critters
## 170                         Nearly 20 years in the industry and these guys still steal people's hearts. 🥹 The og kpop kings. 👑👑 Not only to Kr… https://t.co/1CNTY86tiv
## 171                                                                                                                                    @MultiStanFerret ANAL ELVES 🤣🤣🤣🤣
## 172                        That fact that there aren't more major movies/tv shows about kpop idols is actually insane. Like, I would FULLY obs… https://t.co/Vtynd5thAN
## 173                                                                                               One of the few kpop songs i can actually sing https://t.co/qkz5TVPKnk
## 174                                                                                                    who do yall think of when people say "all rounder?" in kpop /gen
## 175                        A bunch of old men in their 50s trying to judge teenagers on their everyday lifestyle in the name of 'training' for… https://t.co/YR5WELxgCZ
## 176                        hiii I'm looking for more blk kpop mutuals. Other than that I also want Flo stans, Barbz, Hotties and Spice Cabinet… https://t.co/JiPLZqXDvl
## 177                                                                                             @Kpop_Multi1 I mean, I don't care if it is normal. I do it anyway. LMAO
## 178                                                               the only kpop song that's stuck with me personally is https://t.co/YOL43vmZbW https://t.co/OWdFn8tO1r
## 179                                                   Kpop being weird these day like there ton short youtube in my tl about "Leak information from sasaeng part nth" 😒
## 180                       Watch the recent video with Holland and two Korean women. \n\nIt is about his sexual orientation, but even the women… https://t.co/i02kzTqqfL
## 181                                                                               miss when i first got into kpop and all i did was watch funny compilations on youtube
## 182                                                                                 kicking out idols from korean entertainment companies best trend atm 💀 #kpop #JINNI
## 183                        never forget when rosé antis we’re dragging rosie in the qrts of oomfs post saying kyungsoo and rosé were their fav… https://t.co/cOmlGsc7iJ
## 184                                                                                 When you and your hubby are both kpop stans 🙌🏼🥰😍 @MajimaruS https://t.co/MsmJfHwjL8
## 185                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/5FywMwYAJv
## 186                                                                                                     @Kpop_Multi1 Yess! Crotch Goblins, Anal Elves and Bitch Babies.
## 187                                                               kpop stans when they see someone praising their faves https://t.co/7ccDt9ztSn https://t.co/Njrxs5f7iI
## 188                                                                                                              I hope Jordan Klepper becomes the new Daily Show host.
## 189                                                          BIGHIT MUSIC Releases Official Statement Regarding BTS’s Jin’s Military Enlistment https://t.co/yeTLZK5Gq6
## 190                     what Messi said to the microphone in kpop songs, translated for the community:\n\nLe Sserafim - Fearless \nDumb dumb -… https://t.co/6zWCcyf2LX
## 191                        as an nctzen (derogatory) and specifically a weishennie (slur) i have never known peace so like ??? just accept the… https://t.co/jtnZolAvr1
## 192                                                                               @pannchoa KPop stans react to P@nnchoa admin's recent visuals https://t.co/I6KnHEAWGi
## 193                 12.KpopLifes☆(~12/31)\n\nKing of Kpop 🆘️\nhttps://t.co/7NDJc1CuV2\n\nBest KPOP Male Idol\nhttps://t.co/Pbyx6xb0SL\n\nKPOP H… https://t.co/Kv15nhRjKf
## 194                                                                                                                              @tivrulski For real no one is doing it
## 195                                                        nobody in kpop has ever visualised like they vizualsed as visualizers of the visuals https://t.co/tsqHKcU5Vw
## 196                                                                                            So this isn't xenophobic???? Kpop stans are wild https://t.co/5DSbsIjUfk
## 197                                                                                                                    goddam here come the kpop stans to ruin the mood
## 198                                                         @chuuisinmywalls @vrmy061313 @artisticrozay @PopBase The best vocalist in kpop so what's your point here?!!
## 199                                                                                                                                    @verseynk This isn’t kpop lmao 🤣
## 200                      Calling all Idols, DJs, Kpop enthusiasts, and performers for the Lumica Mini Stage!\n\nLumica brings to #holmat2022 a… https://t.co/IZYlJ8IUs1
## 201                                                                                 If you’re a Pisces, who are your kpop biases ? I wanna know if we are all similar 😆
## 202                      [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it o… https://t.co/30A0Cot1XQ
## 203                                                                                                     @staarvuurst ikr same! i hate kpop so much...!worst genre EVER!
## 204                                                                  We need to normalize calling inconsiderate and rude minors crotch goblins. https://t.co/BJypghAACe
## 205                                                               it won't be the same but it will be just fine without one person, with these types of big kpop groups
## 206                                                                                                                                        @grntealiz i cant stand kpop
## 207                              being into kpop as a teen fucked my perception of age so bad i was like oh so after 24 im a hag and my life is over sounds about right
## 208                                           ONLY 25K \nKEYCHAIN STRAP KPOP \n STOCK TERBATAS!!\n\nMURAH MERIAH DAN GOOD QUALITY\nCUS ORDER!!  https://t.co/GX2NAD1DTs
## 209                        kep1er actually have the most stunning visuals in kpop but you will never hear anyone talking about it bc they just… https://t.co/e6jx84BJEO
## 210                                                                                                         that snl song is about fine chubby men not no damn kpop boy
## 211                         guys my english teacher sent me feedback on the research paper i did on kpop and she said it was so fantastic that… https://t.co/DZF9R909YG
## 212                         @theqweenizzy @_FinoBB_ i do mostly fan art :^) anime/manga, music/kpop, drag, tv shows, movies, u name it! here's… https://t.co/ECZZIlb13h
## 213                                                                              Paved the way for how kpop sounds now  https://t.co/riQGDpb0NC https://t.co/pAX2rrRVQ9
## 214                                              one of my first kpop releases and this rly sealed the deal that I’m in this kpop shit for life https://t.co/cMRWbz3iF5
## 215                                                                                        @nutrasha You in the group circle recommending a kpop song getting judged 😭😭
## 216                                                      [PO] Masker Kpop (Available; BAP, BIGBANG,\nBTS, EXO, SHINEE) IDR 40.000 Please contact\nus for more details^^
## 217                                       【Reset (#大神 ost) - by #平原綾香】\n\n#音楽 #Kpopより良い曲\n#music #BetterThanKpop #BetterThanBTS\nhttps://t.co/d2GFXrIAqW
## 218                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/SDVIeutXgY
## 219                                                                @kat_salaam @TrollFootball They are not kpop idol, they are footballers, they have to think about it
## 220                        @newjeans_ Guys u need to understand that kpop stans especially gg stans are targeting new jeans bcoz of jealousy a… https://t.co/wd8DLVan04
## 221                                   This is so true tho I’ve never seen kpop fans forget a shitty man’s history so thoroughly before or since https://t.co/ahbIZW5Toh
## 222                   🍡 :: lending service open • 12.10\n\n— ₱500 max for new : flexi for trusted \n— 1-2 days dop\n— 13% per day rates \n— vv… https://t.co/bKGVZ92Q3F
## 223                                                                                                 help all these kpop topics and suddenly vr shows up at the bottom 💀
## 224                                                                                                                       i love kpop piano covers ....... like so much
## 225                                                                                                         f2f extremamente camp... giving kpop bside take on pop/rock
## 226                        I really hate kpop stans. Why everything is about numbers for y'all? l listen to artists that have been making musi… https://t.co/woMoNkUxyU
## 227                                                        she’s literally one of the most stunning visuals in kpop but nobody even notices her https://t.co/hBn42rnbq7
## 228                                             saw some of the footballers y’all were hyping up 🙃 safe to say none of you can talk to me when i post about my kpop boy
## 229                                                                                                             the amount of kpop choreography that I know is worrying
## 230                          im crying that this tweet popped off bc the quotes were all locals before and now its bts + random kpop fancams 😭… https://t.co/FZtoHO4Rml
## 231                         did you hear that yuto from pentagon is the first japanese rapper in kpop? i heard yuto from pentagon is the first… https://t.co/H1OjN3rK4w
## 232                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/jUJquI9MoQ
## 233                                                                             favorite kpop cat ladies (UPDATED)\n\n#1 chorong (+1🔺)\n#2 sunny (-1🔻)\n#3 seola (NEW🔥)
## 234                                                              its kinda insane how txt has one of the highest monthly listeners in kpop without any cb for long time
## 235                                                                       JINNI LEFT?!?! Be so astronomically for fucking real right now… I’m so dee oh en ee with kpop
## 236                        nah cause i have this girl in my class that also likes kpop and i asked her if she listened to anti fragile and she… https://t.co/MTxqigl7YZ
## 237                        Like real talk, this is saying "I liked that song." when you didn't. This is a legit crime, making false accusation… https://t.co/7zjwKG67Xb
## 238                                    All of these Korean gossip sites need to *** and kpop stans need to stop giving them the clout they WANT https://t.co/WnBQLKbD7F
## 239                                                 got my spicy outfit for our performance at kpop night tonight 😭 just gotta find accessories https://t.co/N01AKTb5Db
## 240                        THAT ONES Kpop stans don’t actually get it.\nYou can put Seventeen to do a choreography doesn’t matter wich one and… https://t.co/NvFmb59oYh
## 241                                                                                                                      what is a kpop song u guys cannot stand at all
## 242                                          @lisa2nightt @taegiLover__ @mo56378516 @AboutMusicYT BTS outstream every kpop grpup with 12 songs, what are u talkin about
## 243                                                                                                                                   noone does kpop like this anymore
## 244                       kpop idols fitting between the railing at music bank ,, a dumb thinspo thread\n———————————\n🏷️— edtwt , thinspo , th1… https://t.co/XuIW83yfJw
## 245                                                                                                            IVE is the 5th Harmony of kpop 😭 https://t.co/vBBGhaKgp7
## 246                        the internalized misogyny within the kpop industry and in kpop fandoms is something i can never wrap my head around… https://t.co/5qivbaouPR
## 247                                                CONGRATULATIONS 😊🖤🎉👏🥰\nMV of #JIN @bts_bighit reached 50M views!! #KPOP\n#TheAstronaut - 51M https://t.co/bWyFxUudkf
## 248                                                                                    shes also an anime fan and a lover of kpop. shes so real https://t.co/nM5cDdD4VG
## 249                                                                     @Solaerz @kittwwy im not into kpop but im pretty sure! i think most idols have eating disorders
## 250                                                                                                      like i mean it when i say there is NO. HOPE. FOR. KPOP. STANS!
## 251                                                                                               .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 252                         @thryloz61 @JonesNoWonder @thyburneracct @ModerateWill @AKMETV @NeverDive10 @MattWallace888 they think criticizing… https://t.co/ahS7POKH0K
## 253                                                                                                                                  real kpop! https://t.co/IGJ2F6p4tz
## 254                                                                                                                              I so badly wish I could see kpop again
## 255                        Awali harimu dengan report akun jahat. Eaaaak, everyone with eyes will see how talented sunoo is. Even i-land produ… https://t.co/C9LOrriOdM
## 256                                               low qn and smooth internet pls huhu utang na loob first time ko pupunta ng concert in my 8 years of being a kpop stan
## 257                                                                 kpop //\n\nnever in my life did i think i would witness a love live x kpop (nayeon - pop) crossover
## 258                                                                                                   GOING TO A KPOP SHOP TOMORROW SO EXCITED EVEN IF IM GOING SOLO 😌🤞
## 259                                          SHOUTOUT TO JIHOONSCARAT SHE MAKES GOOD INFORMITIVE KPOP VIDEOS ON KPOP IDOLS ON YOUTUBE!\n#KPOP\n https://t.co/1sYEgtpHKd
## 260                                                                                                  stop I think kpop flex jay makes me lose my mind I amhatwmylfiehah
## 261                                                                                                    @MrobinS19 @Jtaegikook2 @JaehanPeach The clownery of that man 🤣🤣
## 262                        @bammiesflower @nichirren Been in kpop since 2011 and it wasnt really a big problem if it wasnt two groups where th… https://t.co/W14bgSTawz
## 263                                                                                                                           @mjfelipe Kaw na lahat MJ from bl to kpop
## 264                                                                                                me going out with  my 5 kpop related key rings all on a singular bag
## 265                           I find foreign politics fascinating and when it gets too ridiculous and stressful … back to my happy place…#kpop… https://t.co/OZUJD3fnlw
## 266                                                                                     @ganpares waiting for wackboyz to do this and have kpop gifs fill up their qrts
## 267                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/vgotAOHvYG
## 268                                                             @MrobinS19 @Julchen_DAFM @LunaNoona_GB @Jtaegikook2 Gah I’d go more if there were people to look at 👀🤦‍♀️
## 269                     2018: gashina - sunmi\n2019: twit - hwasa\n2020: un village - baekhyun \n2021: need (ooo-eee) - løren\n2022: beatbox -… https://t.co/OjfdC7rHrI
## 270                                New Kpop group announced! Y Y T a 6 member Foreign group. MV releases in mid November Concept: Video Game Badass ... I'm disapointed
## 271                        new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cook… https://t.co/KPDUBihrrY
## 272                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/sHHnYJGRIY
## 273                         i met one guy.. he's so kind and he's fine if i love kpop and kdramas like he is okay i can do whatever i want and… https://t.co/VTOabVbyQi
## 274                        watch out kpop idols who are inactive for years tweet a "hello, twitter" again just to be not tagged as inactive HS… https://t.co/W7FtlCzHLK
## 275                                                                                                  @tsizumi22 been into kpop only since 2019 but def the worst for me
## 276                         @idolcast Interesting and useful article. I wonder how one might be able to even begin to estimate how many unique… https://t.co/T7kxFu8Xoc
## 277                                                                     @sheeminied @Cherchez_la_Zo AfroBeats, Afrobeat, KPOP, and Amapiano are influenced by FBA Music
## 278                                                                       kpop girl that can pull off ginger hair the best and why is it haerin https://t.co/ffZ5kBcybL
## 279                         The only thing that rlly angers me when having a fight here specially in fucking kpop twtter is when they say "get… https://t.co/hyjiLKcU9C
## 280                                                                                                                                  @tobitheog lol no it’s kpop talk 😭
## 281                                                                                                  that’s why i listen to kpop and jpop a lot https://t.co/vJrVtG0F05
## 282                        i always forget it means behind the scenes and think everyone is talking about kpop all the time, i dont even liste… https://t.co/5iM2qAnuRh
## 283                        L O A D I N G // 💗 Serving up indifferent Folk punk realness: An MV filmed in a dark basement in The Netherlands. M… https://t.co/mEqOntJruv
## 284                        @idleis6 idle have great music and the awards to back it up but why do you feel the need to bring down other groups… https://t.co/SqgL5K3vwp
## 285                                                                                                                 I kind of dislike BTS. \n#Opinion #BTS #KPOP #Korea
## 286                                      MY NEW FAVOURITE THING IS KPOP EDITORS EDITING FOOTBALL PLAYERS TO BUBBLEGUM KPOP SONGS LIKE PAQUETA AND TWICE SLAYS SM 🤭🤭🤭🤭🤭🤭
## 287                                                                                                        2014 is still the worst kpop year .. https://t.co/A47sXBRR1J
## 288                                                                                                                            @btsfanmomma I still hate the word Kpop!
## 289                                  REAL KPOP. https://t.co/GyxhEvYPJO https://t.co/uGXfTNavSa https://t.co/TASC2MQPiN https://t.co/xo7HZEgxmU https://t.co/P8UcyGsnZO
## 290                        @soobinbeloved Also there's literally a bg that was abused by their company and now going to trial for it, like kpo… https://t.co/McZNOcyeqm
## 291                        Are you really telling me...and yes I am THIS far behind...that Eunha, Yeonjung, and Soobin's cover of Hold My Hand… https://t.co/WLbdATtSzB
## 292                                                                                                       thank you for my kpop boys, universe! https://t.co/TmqaIB5pxH
## 293                                                                               @jungkook97_only BIGHIT RESPECT JUNGKOOK\n#RESPECTJUNGKOOK\n#JK_개인활동_제대로지원해
## 294                                    @PLAYYPENN Reminds me of the time I dated someone who was an ex army/2nd gen kpop stan- yeah I broke up with them a while ago 😒😒
## 295                                                                                                   I’m in my bffs replies as if my favorite kpop mf posted but worse
## 296                                                                                                                                WTF is happing in Kpop right now?!?!
## 297                        why do these kpop stans want tubatu to be their token bg that acts like a gg so bad let them evolve let them explor… https://t.co/LLWaUiXoxj
## 298                        it's been soo long since I don't see any kpop related stuff apart from specific events like Kara's comeback or some… https://t.co/iWd2wlNUCV
## 299                      Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for Yoshi under Musi… https://t.co/hUbnUMEDWf
## 300                                                                                                   kpop accounts actually feuding over the world cup is really funny
## 301                                                                                                                                   WHAT THE FUCK IS GOING ON IN KPOP
## 302                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/CGUQO5UVEf
## 303                         Was about to make a tweet saying they’re “the best at kpop” which is a statement that doesn’t exactly make sense. But I still think is true
## 304                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/4pOw1rjNTZ
## 305                        @kpop_spotify also well this one is more like a request but can you do top 10 twice songs daily on spotify? our spotify fanbases are gone...
## 306                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/Sa8JKFxrG3
## 307                                                              i once thought maknae was an actual single person who was in evry kpop group whn i first got into kpop
## 308                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/4qRNLOoWru
## 309                                                                                                                       @fuchukioku still the best kpop song ever too
## 310                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/itmS92wEd0
## 311                                                                                              me seeing exo a lot more here than on my acc kpop stan acc is so funny
## 312                                                                                                @MrobinS19 @Jtaegikook2 @JaehanPeach Outrageous 🤯 what’s his game !?
## 313                                                                                                                @kpop_spotify please still continue the 2021 list...
## 314                                                  1,3, and 4 are me throughout my day but 2 is me for like 3 seconds when a little Kpop boy posts a pic or something
## 315                                                                                             @cierabyul Just an idea but maybe don't follow kpop news sources then 😂
## 316                        already had a ticket to kpop on bway  closing on sunday but someone i know offered me a free ticket to the matinee tomorrow too 😭 i'm not ok
## 317                                                                                                                        oh sehun is one of the best rappers in kpop!
## 318                                                                                                         @rae_ast Sorry im an anti romantic #antiromantic #txt #kpop
## 319                        there’s a job opening at my college that’s just a 2 hr weekly thingy on their radio station. i am going to take ove… https://t.co/XJTCqlF9tL
## 320                                                                                                                        not even a kpop idol https://t.co/zbhbjDIOSz
## 321                          NEWS: We’re With You: Kara’s Ji-young leaves group’s comeback album at late member Ha-ra’s resting place #kpopnews https://t.co/OO0Up6wAjc
## 322                                                  It's kind of funny... I used to be too scared to do bubble, but now I have Woohyun, Leedo, and as of today Dawon 😅
## 323                                                                                                                 You say Kpop I say cakepop. https://t.co/2lp5VGvH8M
## 324                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/iARbEsrpOO
## 325                                           @R0XD1E IN MY DEFENSE MY FIRST KPOP SONG I EVER LISTENED TO WAS ZIMZALABIM BY RV SO IM USED TO MUSIC LIKE THAT ¥|£|¥]¥}+]
## 326                                      Fans Are Furious After Seeing Filming Set That Collapsed And Injured NCT’s Johnny, Jaehyun and Jungwoo https://t.co/AnUpPhzIYj
## 327                        kpop stan’s are so easily brainwashed by company statements it’s actually impressive these PR people are insanely g… https://t.co/Z00YtOt5ur
## 328                                                                                                   Best music video in Kpop and I’m serious  https://t.co/pTkqJTDzPm
## 329                        gorgeous song, unique concept yet SO kpop, most perfect group lineup ever seen, gorgeous choreo, incredible vocals,… https://t.co/oJlBZNdhyM
## 330                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/5Ns5Kog9fl
## 331                                                                   i just met a hyunjin biased stay at a kpop club because of her shoes and we did make the staypose
## 332                        I agree totally, but why would you accost me with Taemin being graceful af in the thumbnail and clip, now I'm sad :… https://t.co/iuXmKWFFZa
## 333                                                     @daisyyoons ahh i hope u can find it! the barnes and noble by me stopped selling kpop albums for some reason 💔💔
## 334                         It is my escape from my problematic life; thanks to kpop i changed myself a lot I made some great friends, it is a… https://t.co/RdTLyqJ6H8
## 335                                                                        kpop stans need to stop saying BBL as shorthand for bubble i read that shit wrong every time
## 336                         Now they're after Jinni just like Woojin and so many others. This is sickening and I'm quite sure there'll be kpop… https://t.co/veA4rUC8Y8
## 337                        @isafagtron MAYBE ITS JUST A PREDICTION LIKE A LOT STAN INTERNATIONALLY AND KOREA AT LEAST KNOWS ABOUT THEM TO AN E… https://t.co/y6bGtYibL8
## 338                                                                                      @isoobinns ITS SO HARD TO FIND HORSEY KPOP STANS 😭 have i just found my people
## 339                        allthe pillars of things i love are gone. anime is behind many paywalls. kpop is only on youtubenow??? anything i c… https://t.co/QLSvHO1dQl
## 340                                                                 idk about best song in kpop but 2 fast is a vibe 🕺🎶 https://t.co/59Y4tzZ8El https://t.co/SYdhBbcYNu
## 341                                                           A moment of listening to the old Kpop songs “2007 - 2011” makes you feel the old days 💓\nThis feels good.
## 342                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/oWwjtjjbiY
## 343                                            @sullhwangs no its not it is way worse daily naver is written by some kpop stan from twitter they are not even an author
## 344                                                                        @_yellownovember I really don’t listen to full kpop albums besides seventeen so I haven’t!!!
## 345                                                                                                     @misacakke Kpop abs gif made it? 😭 I still want to talk to them
## 346                        @MilesKlee mine died at the gym + a palpable feeling of mortal dread registered as I had to hear these mouthbreathe… https://t.co/FZstaTmwzj
## 347                        @JooniesGalaxy No but for real. Sports fans can scream and cry about their sportsball and it's normal, but god forb… https://t.co/jv3EvDDIQl
## 348                                                I saw the guy with dyed hair anf for a moment thought this was some INSANE kpop band debut 💀 https://t.co/c27hU5Gumz
## 349               K-pop Daily Votes Ranking✨✨\n\n【12/9】\n36 #Jaemin (↑9)\n37 #YUMA (↓3)\n38 #Patrick (↑13)\n39 #RM (↑3)\n40 #KINJOSUKAI \n\nhttps://t.co/fhCRXp73RW
## 350                                                                                                               @joonkkore That one netflix fandom and also Kpop fans
## 351                    🌟Who is The King Of KPOP 2022 \n❺位https://t.co/G8HBetRmFz…\n🌟The Best Leader in KPOP 2022\n❸位https://t.co/ref1pOATvU…… https://t.co/YqHFzCfUSF
## 352                        daily naver is equivalent to seeing these kinds of posts on pannchoa or allkpop btw… and the source is SOJANG no on… https://t.co/3c366oK6Gs
## 353                                                                                                           REAL KPOP https://t.co/ZeAyFKLkXA https://t.co/PKhhpfsBhI
## 354                                                                                                                       nct do thr best ballads &amp; r&amp;b in kpop
## 355                                                                                      @thvmysinger @Oreyvas Jk destroyed any kpop artist including your fav too lmao
## 356                                                                     rock bands should make photo cards the way kpop groups do... @TheWarningBand2 im looking at you
## 357                        @hongteezer what bothers me most is that the teezers are always so respectful and just trying to do their thing and… https://t.co/olRqoyEyiR
## 358                                                                                                                @fangirlwithdawn I went to a few kpop stores today 🫠
## 359                                                                                                   kpop perfection \nhttps://t.co/XPEnEv9u5r https://t.co/H8opmBSLLe
## 360                        "why should i be forced to respect religions" you shouldn't. you should have MORALS. any normal human being dont ha… https://t.co/obYC1pqJTw
## 361                    TOP 10 Most Viewed KPOP Girl Group MV November 2022\n\nhttps://t.co/eKW2Ev0SQ1\n\n#KARA #RedVelvet #NATURE #ITZY #wooah… https://t.co/5AjqaxijVT
## 362                                                      wheeee theyre really calling anybody a kpop idol nowadays atp post my name on here too https://t.co/AIAwAvlUMV
## 363                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/i7KPuj3Cvv
## 364                                                                                                                                             @KANINKOOO Kpop Abs GIF
## 365                        I will not watch or listen to or consume everything just cause it’s BL, or Kpop or Anime or Music 😭 if I know the q… https://t.co/77q38tRDTa
## 366                        Kpop stans be like omg don’t bring up ex members they’re not even connected to the group anymore but then proceed t… https://t.co/blJZyeeWNV
## 367                                                                                                                      @charts_k @BTS_twt Who's the top kpop soloist?
## 368                                                                             KPOP DESK INSPIRATION ✨\n\n___ a thread\n\nPhoto by Pinterest. https://t.co/0t0xYoDjaL
## 369                        Is this KPOP concert that I’m gonna attempt to see in Houston also gonna be unethical. First LOONA now NCT 127?????… https://t.co/V6W0zAg4Oj
## 370                                                      There needs to be a documentary on the kpop fan to Eating disorder pipeline. Why r half of Ed TWT kpop stans 😭
## 371                        @11minjae That’s exactly the reason why im so crazy right now, bc its actually possible to have a chance with him u… https://t.co/BUOfgVRlTe
## 372                                                                              @LostArkFan2007 this the reason why valorant won best e-sports game at the game awards
## 373                                                                                      @taehyungzbot @moonyastromos I never said that. I support the kpop stan grind.
## 374                                                                                               @Kpop_Herald @Realtaeyang @BTS_twt @ygent_official Show us the proof.
## 375                        it sucks so much how everyones saying stayc fell off when i remember jst a year ago i was watching videos how stayc… https://t.co/oqrlreqn8a
## 376                        Actually, one more thing! Feel free to FOLLOW MY INSTAGRAM if you want to 💕 I post A LOT about Kpop-concerts, but a… https://t.co/EHdAWAFvPS
## 377                                                                                                                     @yujuIesbian this is fr just how kpop stans are
## 378                        @allkpop Why would anyone believe what sojang says? If you’ve been in kpop for awhile you know who they are and all… https://t.co/wX06b9nxXW
## 379                                                                                                                       like... this is so kpop.... it feels so right
## 380                                                                       Gidle, ITZY, and I*ZONE stage collabs are my favorite thing that has happened in 4th gen kpop
## 381                                          I met a carat at the Kpop Store and I got read to filth. She was like I bet you’re a Wonwoo bias and I stood there like 🧍🏻
## 382                        @AAvidReader97 i honestly am not there for bts or kpop at all, but since i like vids when it shows up it keeps show… https://t.co/fX10dljPjd
## 383                      @yoshinorihourly Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for… https://t.co/tlVa1fVPrl
## 384                                                                                             🚨 I have a ticket to tonight's KPOP (8pm) I can no longer use! DM me? 🚨
## 385                                                                                                                                is your phone background a kpop idol
## 386                                                                                          Luna by oneus is one of the best kpop songs ever made, argue with the wall
## 387                                                                                                                @Izukanee They should play a kpop song for his dance
## 388                        kpop stans can work together to break stupid records so kpop stans can do something to END sojang soon. it's absolu… https://t.co/pbKSX8Btbc
## 389                                                                                                                                @fIopaki this is so kpop stan of you
## 390                        @jeonsvam @KshowAnalysis @MBCMusicCore please explain why jungkook's SNS points for dreamers are not being counted?… https://t.co/egi88FWHb9
## 391                                                                                                                 did cookie run get hacked by twitter kpop stans????
## 392                        @superexo171 It's that way with everything, not just with Kpop or celebs. It's just how the world works. But yes, p… https://t.co/Nv2ixuQTGh
## 393                                                                                                                @juyoow the 1899 cast are just like kpop idols to me
## 394                         @spacefloozy if it was id have to respect it thwres a person in eastern europe who hated me and my kpop mutuals so… https://t.co/9meIen95d2
## 395                        @myjblue @MikaLuvs7 @delicioso_x @jjktoowell @chartdata @BTS_twt Most stream kpop soloist song and album best selli… https://t.co/tMz5PbSdAH
## 396                        @love_0613_bts okay in korea culture it is rude but in brazil is totally normal so just respect, just like we respe… https://t.co/jIWJSzy5ME
## 397                      Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for Yoshi under Musi… https://t.co/DZ43ey18wV
## 398                                                   started monday with iu’s kpop dance challenge (and it’s the long/awaited KARA bc at that) https://t.co/mUKlt7cPqu
## 399                                                                                                          @tanothaniel thankfully it's not worse that kpop twitter 😂
## 400                      Name : wonyoung jang mikaelson \nOther known as :jang wonyoung or just wonyoung\nAge:18\nParents: Elijah mikaelson an… https://t.co/GHoo9S7Caw
## 401                                                                                @megumispriv no because they actually brought me back to kpop so u wouldn’t be wrong
## 402                         @mizucuts kpop idols whole thing is looking perfect for societies standards and gyaru is literally against that so it's kinda contradictory
## 403                                                                                                      @kimsjspo i hate kpop and i’m going to keep saying i hate kpop
## 404                                                             I absolutely love it when n.flying are on the "kpop happenings" account because https://t.co/4XVpIf21i6
## 405                        wdym jin is leaving? get up! we have bts’ first snl performance tomorrow, first kpop group to do so! my favorite tr… https://t.co/sKxDiaST4G
## 406                      And theres tons of bg that are doing NOTHING ⭐ and they are still up there because of bg stans.\ni smell misogyny in… https://t.co/nAmPpyUhJ0
## 407                                                                                    @CozyDubu the man is saying "i love you"\nthe caption says "declaration of love"
## 408                                                                                         i will accept the defeat of kpop-rock..... flop.... https://t.co/svJLKbPZ5Y
## 409                                                                                                                                 Kpop makes you better at dark souls
## 410                                                                                                                                     cant be worse than kpop twitter
## 411                                                              I didnt knew that blackpink has kpop stan THAT pressed https://t.co/2PJuGrcDDu https://t.co/SlGrwQJt2Z
## 412                        @nikiziz just sent me something that got me spiraling. 3rd gen kpop idols were on a whole other level back in the d… https://t.co/qGBUqd0has
## 413                                                                                      yeri fancam "birthday" 🌟\n© kbs kpop\n#RedVelvet #YERI https://t.co/VanxITKCim
## 414                                                                                               I’ve lost more followers being a football stan than being a Kpop stan
## 415                    hey\ni'm not new to #edtwt just took a break and i'm back and need to find new moots:)\n\n⛤ kai (kajetan)\n⛤ they/he, t… https://t.co/E7SEj570PA
## 416                                                                                                                   can i get some sad krnb and kpop songs please?🤲😵‍💫
## 417                        i’ve gotten a few of those kpop picture card things on my fyp and from what i can tell this is literally the beanie babies of our generation
## 418                                                                                                                                                           0000 kpop
## 419                                                              @allkpop Ace of kpop\nI vote for @charlieputh + @BTS_twt's #Jungkook's #LeftAndRight for #BopOfTheYear
## 420                                                             omg old navy is playing bad decisions ig their kpop era is coming back again 🤭😭 https://t.co/n6rSBEVTse
## 421                      Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for Yoshi under Musi… https://t.co/L5XzthEy6U
## 422             K-pop Daily Votes Ranking✨✨\n\n【12/9】\n31 #SATOKEIGO \n32 #JIMIN (↓3)\n33 #MAMEHARAISSEI (↑6)\n34 #Jeno (↑2)\n35 #MAKI (↓1… https://t.co/E9Sm4LdVui
## 423                        1 year of me being a kpop stan. I couldn’t guess all the good things it would bring into my life. I’m just so thank… https://t.co/dNUU4IhOjT
## 424                                                                                                                             Kpop twt wracam https://t.co/iNOU1vqGwE
## 425                                                                                                                        @kpophappenings_ Worst but best year of kpop
## 426                        @chuuslawyer i think its bc ppl think its bc ppl are just seeing more kpop fans comment on the wc n probably though… https://t.co/e1Knntd4A5
## 427                                                        Why on earth people don't recognize how Between 1&amp;2 is one of the greatest 2022 kpop albuns ????? Please
## 428                        In the year of 2021, K-Pop groups and musicians everywhere were changing up their style and preparing themselves fo… https://t.co/Te9higDIDq
## 429                                                    @koreansales_twt King of kpop♡\nI vote for @charlieputh + @BTS_twt's #Jungkook's #LeftAndRight for #BopOfTheYear
## 430                                                                                                 I remember being so obsessed with irene when i was in my kpop phase
## 431                                                                                                          just in case u didn't know I'm a kpop fan. I'm a kpop fan.
## 432                                                                   no other kpop gg will see blackpink success ever again and everyone kinda needs to accept that...
## 433                                                                                                                                     wanna know kpop idol tea so bad
## 434                                                                                                                            @amasrapstar @acervozayah RAINHA DO KPOP
## 435                                                                                    kpop idols need to start acting like this at award shows https://t.co/uKmntn3joN
## 436                                                                                The kpop boy in question is a 30 yo man from a rock band 💀💀💀 https://t.co/7odxASrtFP
## 437                                                                                                realest ship in kpop https://t.co/AQQVPFo7Gr https://t.co/NEyva0xvjR
## 438                                                                                                                      kpop stans in the wild https://t.co/Jq3gSMD6pG
## 439                                                             they need to be like kpop bg's when their oldest member is goin to the military https://t.co/vsGg8kOrGi
## 440  Find #Cheshire #CHAERYEONG #채령#ITZY #있지 #ITZY_C ...\n \nhttps://t.co/LI0tIgPktd\n \n#KPOP女性アイドルランキング #チェリョンCHAERYEONG… https://t.co/M7IzWUWFyv
## 441                      Honestly I want to be a Vtuber who goes over Kpop since that is another one of my big interests\n\nI feel like I don’… https://t.co/u9emXFimsi
## 442                        @Alix7106 @PopBase thats why they’re one of the most successful GROUPS in the world rn … and the other kpop girlies… https://t.co/aJBJyVrvBG
## 443                        In KPOP I love BLOCK B, B.A.P, DREAMCATCHER and iKON mostly if that helps xD it's just ridiculous how I can write a… https://t.co/RbWzYNxF39
## 444                        @Actually_Tina I just hope that next year Geoff will work on security. I’ve seen shit like this happening in KPOP (… https://t.co/M2N2OS6HDk
## 445                                                                     not kpop but people who say restroom instead of bathroom are trying too hard to sound dignified
## 446                                                                                                                                           @kpop_hater22 F spicy 😭😭😭
## 447                       Jinni Leaves NMIXX 😱 JYP Release Statement Confirming Her Departure From Group And Agency\nhttps://t.co/JUHGdca3vv v… https://t.co/LyBdgAoJb0
## 448                                                                                                   ppl calling football fans kpop fans in disguise is making me cryf
## 449                        Wrote this six times before it went to print, but here is a truncated but vivid history of the rise and fall of “KP… https://t.co/6hHpLQ2cxc
## 450                                                                              growl and call me baby are one of THE national anthems of kpop https://t.co/3imE1SxbB6
## 451                                                           yknow how all new kpop group members have an animal emoji that kinda represents them? what would be dnp's
## 452                          https://t.co/KoP03YANr5\n(K)POPTART REACTION | 2PM WILD BUNNY EP 4.3 + 4.4 REACTION\n@follow_2PM @2PMagreement211… https://t.co/s01UZNn9L9
## 453                       @DIORJ0NG @N11nyNancy @teIfarbag yall are really capable to agree with a kpop fan  right?\nlooool, nothing on sza fo… https://t.co/ja8SUXu770
## 454                                 @voteforpjm I vote #JIMIN for Asian Celebrity of the Year #ACOTY2022 #NETIZENSREPORT #ACOTY2022JIMIN @thenreport\nJimin ace of kpop
## 455                                                      everybody by shinee. it has to be the most legendary kpop song https://t.co/5GgXMauPAn https://t.co/r8DIYi9fML
## 456                        @Rora1608 I agree, after Seventeen I havent really enjoyed Kpop anymore. Most groups now seems too "manufactured" a… https://t.co/mDzen7dPrY
## 457                        @bani_betti @tsizumi22 that always happens though?Maybe this year it was just ggs you were more into but members le… https://t.co/RmCvs8vQI4
## 458                                                                                                 Alley Mills and Jon Lindstrom's scenes today on GH were crazy good.
## 459                        “Dreamers” by Jungkook has surpassed 65  $MIL $LION streams on Spotify (66M), the fastest solo song by a Kpop soloi… https://t.co/ZNA1pQwEJj
## 460                                                                  Bringing Kai in this situation as if the whole kpop stan twt didn't know about what he said/did 😭😭
## 461                                                               @_slayyeon The ggs are literally dominating the kpop industry, disband those bg flops making no noise
## 462                                                                                                                                 who would win the kpop football cup
## 463                                                                                this psych ward has been making me lose my grip on kpop..... https://t.co/0fERHS1VXs
## 464                                                                                    paul has one (1) kpop song in his music collection but he aggressively denies it
## 465                        Sometime don’t even relate to XH or kpop at all, you guys are always making feel seen. There had been times where I… https://t.co/r7rCt7w551
## 466                                                                                              @ctrIswag Im ngl I thought you was rocking a kpop avi till I zoomed in
## 467                                                                                a kpop magazine putting yj as 4th gen it boy like he fr is 🙌 https://t.co/EGilLTH09a
## 468                                                the way some of the TikTok generation of kpop stans are now finding 2NE1 bc of this clip omg https://t.co/MIFgKKDQH5
## 469                                          【Atilla War Theme - #CIV5 ost】\n\n#Kpopより良い曲 #音楽\n#BetterThanKpop #Music\n#BetterThanBTS\nhttps://t.co/FGwCcjQUnk
## 470                                                      it's nice to see adult kpop idols (from 4th gen) speak up about how they should be allowed to dress their age.
## 471                                                                                                          No way the kpop stan is talking 💀💀 https://t.co/LhZSHMYMFH
## 472                                                                                                                    @pannchoa when you miss 2nd gen kpop stages... 🥲
## 473                        As it should be this album is a masterpiece and is definitely gonna be on the top of my list of favorite kpop album… https://t.co/cqtzRs05RC
## 474                      "One of the beautiful creatures in the world😍, Back In Black 🖤"\n@yeonwoofansclub \n\n#iloveyouyeonwoo #yeonwoonatics… https://t.co/Yzto1QfHXB
## 475                                                  was looking for this one, truly the BEST kpop song ever created!!🗣️ https://t.co/2gHXpriJIn https://t.co/C8DWvSsfK4
## 476                                                         they’re playing scream music \ni’m used to kpop not this\n\nhttps://t.co/CJh8u2K2jy https://t.co/b53TwqJ9Pd
## 477                        Started a playlist today for my favorite Vocals in kpop. And not shockingly at all, there’s only like 10 songs so f… https://t.co/AjYpWwzjri
## 478                        idk why but I feel like kpop industry is not just about good music but more about views, number, and fame. I mean t… https://t.co/OzPDdirB80
## 479                                                                                         IM GONNA SHIT MYSELF IF THEY MAKE YOSHIDA LOOK LIKE A KPOP IDOL SHFKHSKFJSJ
## 480                                            LOVE it. been a kpop stan since 2017 :] \nult bias is probably ha3ch4n from n&lt;t. my baby bear https://t.co/tkBbqM4oGp
## 481                            i went when a kpop group lose a member and their spotify team immediately goes to using those ugly ass collage pics until the next era 😭
## 482                   CONGRATULATIONS 😊🖤🎉👏😍\n#IZONE @official_izone #FIESTA #FIESTA100MViews #KPOP \n\nYoutube: https://t.co/aM8Um4QvE2\n\nMub… https://t.co/O5XjJjFeYc
## 483                        do u think ateez gonna disband over a hashtag????😂😂😂😂😂😂😂😂😂😂 no seriously this people are wierd if this is how its w… https://t.co/ywzQB2wSD1
## 484                         Can we just keep the chat? Let say in the future the group that I stan disbanded, will they remove everything like… https://t.co/alokULyZIN
## 485                        Kpop stans let's understand smth, leaving for personal reasons =/= doing smth bad, there's so many different reason… https://t.co/6qyj1gnLZM
## 486               ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I S… https://t.co/ZjmS4pyeii
## 487                        Apparently KPOP is very racist, as I would expect something coming from Asia appropriating Black American culture w… https://t.co/4zJ7nKWqi6
## 488                        @SourceRyan If she doesn't win a Daytime Emmy for this role, something is seriously wrong. She's fantastic. I didn'… https://t.co/tYN8Hf1QUk
## 489                                            @gogodatekou @vitaarieka @tsizumi22 the led crushing the dancer was cpop not kpop but it still should’ve have happened..
## 490                                                                                                    Is there anyone here on twt that goes to the Dublin kpop nights?
## 491                         @BTSTaekooker1 @chameleondks @soompi Acting like your fandom isn't disrespecting and being toxic to every kpop idol y'all are just the same
## 492                                                                         miss the era of kpop where new bgs were REQUIRED to dance to at least one exo song. in full
## 493                        @ArianaYo7 @Alexafu4 @GodIsAg_GodIsAg @AboutMusicYT U think twitter is important lmao they have 36m followers in sp… https://t.co/gkMFOvFwrw
## 494                        kpop is very much still a conservative industry but one area where it's very progressive is in normalising male ido… https://t.co/ML2A92YLN4
## 495             K-pop Daily Votes Ranking✨✨\n\n【12/9】\n26 #Renjun \n27 #NISHIHIROTO (↓4)\n28 #HIKARU (↑4)\n29 #OHIRASHOSEI (↑1)\n30 #RYOKI… https://t.co/UdCbv7AYlh
## 496                                                       @njslostairpods I stanned one group since I started getting into kpop\nYou will never get bored with txt hehe
## 497                       @tnypws AS IT SHOULD BE HONESTLY\nYeah before bts kpop was already a thing in america, it just wasnt nearly as mains… https://t.co/8VM6VFsAzd
## 498                         She's acting like kpop idols should be acting like babies, and I guess thar plays into the role of people who baby… https://t.co/uGDUi9GTWf
## 499               ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I S… https://t.co/39Y4OidwF0
## 500                                                                                                                   @march_butters Ofc it's just a kpop fan account 💀
## 501                                                                                                                                        Make Kpop good again in 2023
## 502                                               my favourite activity is seeing tweets on twt saying 20XX is the worst year for kpop because man it never gets old 🫶🫶
## 503                                                       @txtlmfao 5 talented guys that make the most famous, cool, interesting, amazing, etc etc 4th gen kpop group 🫶
## 504                                                                                                                   kpop twt in a nutshell\n\nhttps://t.co/WhpnA1ClVF
## 505                                                                                                                             QRT with the Most annoying kpop fandom!
## 506                                                                                 out  of  every  good  kpop  group  they  chose  that  group https://t.co/Hx5LiDo6Lm
## 507                                            bener2 lucu (in a good way) banget liat orang seneng karena nntn bola/goal bcs ITS SO ME FR but when my kpop drop new MV
## 508                                                                Dave\nStormzy\nGsoul\nEric nam\nDiversity x2\nKpop flex x2\nHallyupop fest x2\nMIK fest\nW24\nNCT127
## 509                             “many kpop groups wouldn’t let this happen” baby they absolutely WOULD spit on you n ya momma are you DUMB????? https://t.co/QAJoFuueA4
## 510                                       If I had to write a thesis on kpop, I’d write about the trendsetters that are Shinee and their influence on the kpop industry
## 511                        @urisunnie this isn't shady at all bros talking about how disappointed he was at the time and is even praising enha… https://t.co/jmcsLS3k9n
## 512                                                                      @o__opuppi i  think  this  wqs  The  first  kpop  song  i  ever  heard https://t.co/wsTugFTl5S
## 513                                                                             kpop stans really need to go outside more cause apparently people can’t be busy anymore
## 514                                            the most popular and successful kpop soloist in the world! 🔥👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK… https://t.co/26vlSSDtUS
## 515                        @VD_Glitch The fcking phrase has been said many many times by these media outlets whenever there's a new kpop group… https://t.co/iFeZZamTUg
## 516                          One of the beautiful creatures in the world😍\n@yeonwoofansclub \n\n#iloveyouyeonwoo #yeonwoonatics #yeonwoofancam… https://t.co/4TcjdiLKD7
## 517                                  @allkpop the most popular and successful kpop soloist in the world! 🔥👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK \nhttps://t.co/lwZwhSbc7p
## 518                                                                               1 year ago today, the backbone of 4th gen kpop got released🤷‍♀️ https://t.co/Im50usdcNw
## 519                        @myhobimoni LAIWJWJWJWNANAM there was probably weirder audios but there’s just something about using nyan cat for k… https://t.co/mvzBAlHes6
## 520                                                                                                              @SKZScarletMixer @LeighAnneMusic @LittleMix I hope not
## 521                         it's just so funny how kpop twt are shading football fans for being butthurt but some of those people are also the… https://t.co/nOdydb72PY
## 522                                                                                                              @kpop_hater22 @CozyDubu Yeah he is literally a cuckold
## 523                        yeah i really don't like how kpop stans are treating oneus when they were unknowingly promoting and living with a d… https://t.co/DQV26Y2gYn
## 524                                                                                                          iu palette still one of the best kpop albums ever released
## 525                                                   i realized there is something wrong when i understood every tea on tl including kpop, football and turkish dramas
## 526                                                                                                          This how you dumb Kpop Stans sound https://t.co/ECbWyZchsK
## 527                                    This tweet is giving kpop clap back vibes lmaooo I still need to see him knocked out the world cup tho 😹 https://t.co/sSAF05z3Ry
## 528                                                             @HwiXiaolee_10 Some people who don’t know kpop aka everyone really gonna thought he is your Boyfriend 😭
## 529                                                                                   gfriend is over, right? i feel like i'm a bit out of touch with the world of kpop
## 530                                                                                                              @CozyDubu made by the same guy https://t.co/tCbAl48T4f
## 531                                                                                  kinda wanna get out kpop collecting but also my collection is so cool ndnfnfnf ugh
## 532                                                                                                          I really hate kpop fandom sometimes. Such a damn headache.
## 533                                        kpop artists having a japanese release and then releasing said song in korean for their next comeback… but no it’s jpop guys
## 534                        @beomtori its weird how the kpop community will instantly turn on grps when they release a song that isnt wide like… https://t.co/pyTd6tM83Q
## 535                                                                        fiesta is like one of the best songs to come out of all of kpop sigh https://t.co/xzHE6losEw
## 536                                                                                          247 by stayc and impurities by le sserafim.....best rnb bsides in kpop btw
## 537                                                                                        this photo is the real antichrist of kpop not soyeon https://t.co/h2iCDP8Skt
## 538                                                                                                                      most normal kpop stan: https://t.co/eAfxo3ZXDB
## 539                                                                               actually one of the best eng kpop songs, argue with the wall\nhttps://t.co/LHNJckp9vo
## 540                        @tnypws for me , i learned about it because i was already into japanese culture + media , gangnam style blew up , t… https://t.co/lJMbUNT8cl
## 541                       1) watch kpop mvs !! \nmy favs groups: leeserafim, ive, fromis, loona, wjsn, apink, red velvet, alice, oh my girl, g… https://t.co/lQl7Ggi3cd
## 542                                                                                       .@tminrot guess what i found at this kpop store today https://t.co/bEW7DhP9cg
## 543                      * not kpop related ulit but this is so cute that i wanna share it with y'all!! *\n\nbaka may gamers / estetik fersons… https://t.co/A7EKxSJlC9
## 544                        guys i always wonder if anyone also got into kpop because of kevjumba. i remember digging so deep in the comments b… https://t.co/v7M4cWXczo
## 545                                                                             just imagine, we'll be able to hear him live and kpop industry will be able to breathe.
## 546                                                                                                                kpop really kpopped with nct https://t.co/FZIDL9m2PW
## 547                        thinking about how lee jihoon outdances some “main dancers” in the kpop industry and yet some people have the audac… https://t.co/bffb0SOFWs
## 548                      12/09/22\n\nTo my first love, the GODS and OG KINGS of Kpop @TVXQ Thank you for completing my fangirl heart. 🥰 Witnes… https://t.co/DarCRrAFtv
## 549                                arrived wh korea - wts want to sell lightstick nct neobong \n620k dp 350k bisa cicilan DP \n\navailable 2 LS https://t.co/5URQCLQid4
## 550                        @MeMyselfAndI_98 @AboutMusicYT Same as Blink have more things to do than googling that cuz Blackpink been active si… https://t.co/OvOeq37CCx
## 551                        @SAIKIEKO trust me it was something else 😭 everyone was doing techno pop. rarely was there real instruments in song… https://t.co/YifDnJ3wsd
## 552                        second row sorry for lying but middle aisle seats but my gf got the aisle seat because i like kpop she said…u can d… https://t.co/v0TEiuWxTy
## 553                                                                                                                 Anyone else imagine xqc doing kpop dances at school
## 554                                    @itabaileym9 Yes I want him to be a choreographer...for pop groups or Kpop groups...as someone with actual popgroup experience 🥰
## 555                                      @ItsDejie looking for a little mix like vocals but kpop like dancing?? \nlet me introduce 4th Impact \nhttps://t.co/JH0GPqVscE
## 556                        the quotes full of kpop stans just saying anything without knowledge about football and its culture 💀💀 op didn't sa… https://t.co/wrjEgVNWV4
## 557                     @mintkookoolate @ughmane @jikim_chi army are kpoppies. bts is in the idol industry under a company that promotes &amp;… https://t.co/PCCkZf4JHK
## 558                         @newsenstar @YouTube They did a great job in these 2 days ☺ First day they even performed in rain! EXO's still one… https://t.co/641Er1202I
## 559                                                                                                                                                @kpop_hater22 Ne nao
## 560                                                                                                                     guys give me a kpop idol for a new pfp for priv
## 561                                                                                                      @Sanssler @ReallyR4ndom @KhajiitM @Wasting_Night What's a kpop
## 562                                                                           nooooo wtf that kpop on broadway show is already getting shut down?! 😭💔 #saveKPOPBroadway
## 563                        Thank you @krnphile for being REAL and OPEN about recent situations. I hope no one ever thinks you're toxic, and re… https://t.co/Aloxgp3HC8
## 564                        @SAIKIEKO to my mental health. they treated SNSD terribly n were blatantly awful. when jonghyun unalived himself th… https://t.co/inVOUKyzFp
## 565                                                                        two are in both🤣🤣 youtube is mostly rock/band versions of kpop songs https://t.co/jLqdRDkrG9
## 566                                   who can sponsor w me? i havent been on this acc for so long and lost my friends😭😭 #ROBLOX #Adoptmetrades… https://t.co/2KKSN6m2fs
## 567                        K-pop Daily Votes Ranking✨✨\n\n【12/9】\n21 #KOIKESYUNJI (↓1)\n22 #JAY (↑3)\n23 #SUNGHOON (↑4)\n24 #SUGA (↓5)\n25… https://t.co/v44iOpCwOq
## 568                                                                                                                    Not a single one of ur kpop men is a big boy btw
## 569                                                         @Koreaboo the past few days have been horrible for the kpop industry. nct getting injured and jinni leaving
## 570                        @SAIKIEKO yes but it’s 10x worse now i feel like. back then we had something called hash threads that were NORMALIZ… https://t.co/xkZe2kMGNZ
## 571                         Anyone wants to be mutuals please? I like a little of kpop and i follow jpop such as exile tribes, and ano. Please… https://t.co/uume1AAng0
## 572                         Rant (Not kpop related) 🤷🏽‍♀️\n\nI hate how kdrama fans reduce ALL jdramas as straightforward, no substance, sensual… https://t.co/XRCNmascSq
## 573                                                                                                                        The real ace of kpop https://t.co/M4TWe1WDwK
## 574                                                                          This year has not been kind to kpop fans or idols. :( I'm hoping it gets better next year.
## 575                                                                                                    kpop fans every time atz wins something: https://t.co/eQ7BK8Lvqg
## 576                                                                                   don’t forget to leave a vote for yuta if u had a chuckle\nhttps://t.co/nifrmKfArL
## 577                        lGyehun, who was the 1st place in the creative team during the 3rd round of Laut, Gyehun, who worked hard on his cr… https://t.co/Vb20YNdLtN
## 578                           Sixth Sense by Brown Eyed Girls is actually one of the best songs ever created not even just in the genre of Kpop https://t.co/4Oaw7LCBJb
## 579                             THE REASON JACKSON WANG KEEPS A LIGHT ON AT HIS HOUSE #kpop #kpopshorts ... https://t.co/iX2RfOXdXA via @YouTube #JacksonWang #TEAMWANG
## 580                                             and when kpop stans learn how to stop bullying and lowkey harassing innocent people on the internet the world will heal
## 581                        @jisoosociety also i wasnt there for 2nd gen kpop so my knowledge on it is very limited 🕺 i do know tho it was a bi… https://t.co/1pPm7q6Qd3
## 582                                                                            @candeenana13 Fave too 💗 one of the songs on my everyday playlist during College Days 🥺🙌
## 583                         I drew this a couple months ago. I'm thinking of posting some other art of mine. I put it on my wall since I don't… https://t.co/KoAsHrKR9w
## 584                     #AsianMusic #AsianArtists #KPop #BTS #BTSSongs \nArtist: BTS @BTS_twt @bts_bighit \nSong:  Dynamite (Bedroom Mix)\nYea… https://t.co/7cYJNrTyga
## 585                                                                              kpop stans’ obsession of bringing the boyz’ name up in stupid shit needs to be studied
## 586                                     https://t.co/OoNy1ZwGBu\n(K)POPCORN REACTION | STREET WOMAN FIGHTER SEASON 1 EPISODE 6 PART 1 REACTION… https://t.co/kU0kLnGATi
## 587                         @KkuraSakura Hey! That’s how it starts. How long have you been into or known about kpop? I came across a Blackpink… https://t.co/u6fFuyC8tl
## 588                        the way I’ve wanted to like open a little shop or something like that to sell my kpop watercolor art since last yea… https://t.co/nCHe7bzmh6
## 589                                                                                          @jisoosociety thank you for educating me a bit more on 2nd gen kpop tho 🗣‼️
## 590                        @7GotAhga7 @MeMyselfAndI_98 @AboutMusicYT Do you seriously think that the fandoms mass google the same sentence ove… https://t.co/wrKROm8TLZ
## 591                        @gothseunghee i’m glad this kind of negative talk hasn’t passed my radar because that makes me SO mad. seeing “olde… https://t.co/VJ4Xg9qP5L
## 592                                                  @SAIKIEKO no just mutuals 😭 i’m making a point bc i saw ur tweet but it sounds very uneducated to the 2nd gen kpop
## 593                                                  @kyucobi When was the last time exo was even nominated for an award, they are not the Brazil football team of kpop
## 594                                                                                       All kpop referring to D1 as Harry-june's dad is my 2022 most iconic moment 😭❤️
## 595                                                                                              back then when kpop groups used to sing live 😞 https://t.co/Z9tV3j3lyU
## 596                                                                                                                    yes im a kpop stan and i hate kpop stans im real
## 597                      @allkpop @BbRabbitJK #1 fastest growing ff. in the 🌎\n#1 most streamed Kpop soloist 2022\n#1 korean soloist w/ highes… https://t.co/ztpoZtlWlg
## 598                                                           @888SHOKYO @thatdudeclow @KoiSilent @bambooney @CoolerRatGamer actual kpop stance https://t.co/4ssbZFUajA
## 599                                                            Huh, there was a kpop Broadway musical? Clearly, I'm not THAT big of a kpop fan. https://t.co/PSXUZlBTNb
## 600                        just watched a video compilation of english speaking people being shocked by kpop idols being fluent in english and… https://t.co/ZbaBxA7z2V
## 601                        also sorry for all the kpop talk bed just doesnt give me much ed stuff to mention 💀 no weightloss, no fasting or ca… https://t.co/ECmVdj6Gl2
## 602                                                                                        I didn’t think I’d get more Kpop albums then I have… it’s an addiction.. 🚶🏻‍♀️
## 603                    #CARAT’s and #kpop fans, @NortheastCarats will be hosting “BooShua Craft Night” a Seungkwan &amp; Joshua birthday cupsl… https://t.co/cXBSl1ukgW
## 604                                                                                                      SKMEONE SAID JYP IS THE ABBY LEE MILLER OF KPOP SJDHSKSKSKHFJD
## 605                                                             ‘KPOP’ Team on Abrupt Closing of Broadway Musical: “We Never Got a Fair Chance” https://t.co/0bl4umkTlo
## 606                                                                                                                             @dearyvno talking like he’s a kpop idol
## 607                        @binaural_test and the way croatia are a v strong team and a 2018 finalist like u can tell they dont watch football… https://t.co/D8DcDYvqJu
## 608                                                                    ya i get what other kpop stans mean about orbits being annoying.. 😭😭 just saying shit unprovoked
## 609                                                     @ioiflr use those gain kpop moots accounts! it’s what i did when i started using this account earlier this year
## 610                         @LovingChapter2 @skz_legend @AwesomeDeni @allkpop You blocked me but whatever. Literally no one was lecturing YOU,… https://t.co/O6Yb4IXspK
## 611                             Yes because it’s either Christmas shopping or KPOP. Lol 😆 \n\nAdded: or I’m looking at shelving systems too 😆🤣… https://t.co/wIipgJ7rjh
## 612                                                                          4 Years ago today, DAY6 released the greatest song in kpop history https://t.co/y3idygosCx
## 613                                                              Need more kpop songs with latin influence (staring directly at maknae on top and antifragile) so badly
## 614                                                                                             Anyways back to Kpop tweets it is, won’t be watching much world cup now
## 615                                                                             this might just be the most cursed kpop collab stage in history https://t.co/ybh8en5HmH
## 616                        @notjustbtstras1 I'm sorry but theirs have some toxic army's not Just army every fandom in kpop had toxic fans noth… https://t.co/RHpxPzavy4
## 617                                       @YouTube please youtube ban that youtuber keep posting a fake rumor about kpop idol ban that youtuber https://t.co/ZEEsCaguPB
## 618                                            no right they doing this FOR FREE. getting bagged on for having a life outside of kpop is insane https://t.co/TDry8Heqln
## 619                                                                        Reposting kpop related stuff on tiktok as if I don't have only one kpop friend (my bf) there
## 620                                                                                                                                      @kawtuz @njontor @sbyfess Kpop
## 621                        @Chimin10106773 @suremoxie @QUANZHILONG_KJY @allkpop that is why once GD came back an article was released "The Rea… https://t.co/bdAKitEwCv
## 622                        everyone was dancing to that choreography but now it's a problem because it's him, the video had absolutely nothing… https://t.co/8EjOlCGbxD
## 623                                                                                                                                  OOPS remove the kpop b4 classmates
## 624                                                                                                                     footballers i wish were kpop idols : -a thread-
## 625                        @TheGloominati I went to a couple of Kpop concerts. Nothing prepares you for the smell there. No nerd convention ca… https://t.co/1uRxp2KPw9
## 626                      Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the… https://t.co/Z1JyiD1oM4
## 627                                                                  my mom’s favorite is oficially minho she thinks he’s the hottest she’s seen out of any kpop idol🧘‍♀️
## 628                                                                                                    @bamboIleo @baangtanxbackup Most streamed kpop soloist= Jungkook
## 629                                                                    @DunceDarion Gonna just be a full time Kpop stan fuck this football shit https://t.co/Cfprve4dlX
## 630                        @YouTube @StevenMcinerney youtube please ban this youtuber who keep posting fake rumor on kpop idol please ban that… https://t.co/c6gt2G1Q4z
## 631                                                                                           @AboutMusicYT bts and twice kings and queens that carry the kpop industry
## 632             K-pop Daily Votes Ranking✨✨\n\n【12/9】\n16 #FUJIMAKIKYOSUKE (↑1)\n17 #JUNGKOOK (↓1)\n18 #JHOPE (↑6)\n19 #RanFuruie (↑2)\n20… https://t.co/gaMfnsQekb
## 633                                                                    made a friend in uni recently and she asked for my Insta today, and I found out she’s a kpop fan
## 634                                               why is there a stock of kpop song edits with famous futbol players I just saw another w chucky lozano to what is love
## 635                                                                                                              @themarcharmy @tokyofication u must be new to kpop lol
## 636                                                                        holy shit i have so many carat classmates, most of my kpop classmates that stan kpop ult svt
## 637                                                                                                                                                             arrived
## 638                                                                                          And next vocal line bakal nyusul rapline di list ini and nothing for kpop😎
## 639                                                                                                    2022 was not the year for kpop ek kannie https://t.co/rcpYG6pnML
## 640                                                                                                           Late 2021 and all of 2022 was not our year for kpop stans
## 641                                                                                                                      I'm now ready for Van Dijk to leave Liverpool.
## 642                                                                 man kpop is shit right now :(( first all the skz stuff and now the 127 situation? i can’t do thisss
## 643                           @AbelnikaMaraj @googiebobas @mo56378516 @AboutMusicYT It makes sense for kpop since most of fans take streaming as a job (mostly bp fans)
## 644                                                                                       @Kpop_noodles_18 I bias Chaewon but tbh all of the rest is bias wrecking me 🥴
## 645                                                                                    damn you all went from soccer to kpop fanwars in here 😭😭 https://t.co/jTyYtZ165V
## 646                                                                                                                                         Kpop change my boring world
## 647                        @SAIKIEKO were u around during 2nd gen??? like at all? they were a cool hip hop group and kpop fans were just happy… https://t.co/urlm3fFE8F
## 648                                                          Yes because it’s either Christmas shopping or KPOP. Lol 😆 https://t.co/g7c2A02F49… https://t.co/pdIXEhzjJR
## 649                                                                                                  and without exo? where would kpop be today https://t.co/wBxRo1LXyt
## 650                                                                                                                                vocaloid x kpop where are you please
## 651                                                         like just enjoy ur group and ur fandom and leave others out of it idk y thats so hard w today’s kpop stans🤷
## 652                                                               the best kpop songs sample für elise: hands up by cherry bullet, snowy by itzy, bye bye by red velvet
## 653                                                                                                        and as you can see yes im 2/3rd gen sm kpop stan mostly LMAO
## 654                               🥰🌺📷\nLike,follow for more❤️\n@yeonwoofansclub \n\n#yeonwoofancam #yeonwoo👑 #yeonwoolive #yeonwoolife #yeonwoo… https://t.co/tPHmOiG1HP
## 655                                                                                                                              @holyannamoly THE TREADMILL RUNNING 🥵🔥
## 656                                                                                                                                @namkookvante it’s time for kpop men
## 657                                                                                                         @Cindy_luvs_kpop @neptunes_wngs We rotate the main position
## 658                                                                                                          Anyways I need a sugar mommy cuz I want to buy kpop albums
## 659                                                                                                          @tsizumi22 Worst year to be a kpop fan really, I’m dying 🫠
## 660                                                                                                                   @jeoncejoon did you turn into a kpop stan or what
## 661                                       @bigolefriik @icemeltingconi @Lalamochigirl @PJM_vocal just like bts bruh💀nobody in the kpop industry is clean from ca/racism
## 662                                                                                                these ppl fight like theyre in a kpop fanwar https://t.co/MKu18GN9wK
## 663                        Chronically online kpop stan twitter users when they find out no one cares if someone brings a lighstick from a dif… https://t.co/ujNgDmGkke
## 664                        still not working with BTS, so they're back on KPOP, they're back on working with Korean artists, and of course arm… https://t.co/nEis71aGgP
## 665                                                                                                                                @skz_qk Kpop and the world situation
## 666                         The way im slowly losing interest in kpop...i suspect by next year imma be out of it completely cause nothing interesting has been going on
## 667                                                           TEASER REVEAL: IVE Gaeul - Chicteen China (December 2022 Issue Pictorial Preview) https://t.co/3Q8B44KcUS
## 668                        you talking abt how kpop fans treat 4th gen ggs and you choose GARAM as your example you lost me acting like  bully… https://t.co/HGMHjsD2wg
## 669                                                                                       @seonghwaa1998 @neptunes_wngs I feel like I would be dumber in this situation
## 670                        @imshawnkayan @CandoGeraldin @togejustvibin @BTS_twt Yeah know the difference. The boundaries🤣🤭.. KPOP album vs POP… https://t.co/yhKZF6GqE8
## 671                               I voted for [n.Ssign] Yun Doha !! Total Vote Count:16,394 https://t.co/PtE70ArlrR #YunDoha #ユンドハ #nSsign… https://t.co/EFjmbQbQHh
## 672                                                                                                                                  a lot of kpop stans are hypocrites
## 673                                                                                                    tired of kpop stans discrediting tbz’s hardwork it pisses me off
## 674                              🥰🌺📷\nLike,follow for more❤️\n@yeonwoofansclub \n•\n#yeonwoofancam #yeonwoo👑 #yeonwoolive #yeonwoolife #yeonwoo… https://t.co/5DAEyUtVx9
## 675                                      FINE I WILL NEVER SELL OR THROW MY KPOP STUFF EVEN THOUGH I WILL NEVER END UP IN A SITUATION LIKE THIS https://t.co/rZmUFiXxdb
## 676                                                                                                                               @dollprism HE GOT ME INTO KPOP WDYMMM
## 677                                                                                                                    @ablucja this is how kpop stans see 21 year olds
## 678                                                          kpop stan whose love language is captioning pictures of their bias with their friends bias with "thats us"
## 679                                                                               do kpop groups still have official colors like is that still a thing they do nowadays
## 680                         WHY  IS EXO SO FUCKING GOOOD CAN ALL MY  NON KPOP MUTUALS LISTEN TO TJEIR SONGS BECAUSE I PROMISE YOU WILL HAVR AT… https://t.co/xymiAS2bpv
## 681                                                                                                             @Cindy_luvs_kpop @neptunes_wngs We dumb dumb and dumber
## 682                                          kpop tiktok fans need to be removed from this world? how do you openly admit your hate for bts and play it off as a joke??
## 683                                                                                        us in his kpop idol wannabe phase and i respect that https://t.co/AOVZBj73Iq
## 684                                                              btw if anyone want i have an old playlist with my ABSOLUTE favorite kpop songs https://t.co/DXcZMZnDDW
## 685                                                                                                                      @ilovemytxt @ilovemysoobin a retired kpop stan
## 686                                                                              @noacftopia PREVIOUS! i’m lowkey rly anti kpop now it’s rly complicsted LMAO but yes !
## 687                                                                                    One of the BEST kpop songs and I’m not even exaggerating https://t.co/vyNskMlydw
## 688                                            Some people on here getting defensive over futebol like we’re on here for kpop at the end of the day, get over it 👩🏻‍❤️‍💋‍👨🏻
## 689                                                                                         My kpop boricuas moots look!!\n#NFlyinginPuertoRico https://t.co/heNkU8cTKn
## 690                                                                                                                                                        back to kpop
## 691                                       i need to make new kpop playlist i am no longer in denial my kpop phase is back this is my official coming out as kpop stan 😋
## 692                                                                                                                  this kpop shit serious huh https://t.co/HXDP0JQTjV
## 693                   ✨ Álbuns antigos de kpop que eu preciso ter ✨\n\n• Mr. Mr. - Girls' Generation\n• The Boys - Girls' Generation\n• Lion… https://t.co/qD2zfNgZot
## 694                                                                                                                      @seonghwaa1998 @neptunes_wngs I live to enable
## 695                        @MerlinFernando5 @Koreaboo A lot of kpop communities won't attack the fandom without a reason, no other fandoms are… https://t.co/FKRl88i6Wx
## 696                                                                                                                  @seonghwaa1998 @neptunes_wngs Europe was way more😭
## 697                      Excuse me! Excuse me! Excuse me!\n\nIndigo has reached 80M on spotify for the first week. It's now the fastest korean… https://t.co/ogZlLLHKrl
## 698                                                                                     i don’t listen to kpop like that no more but when i do i listen to the classics
## 699                                                                                      @ruivasgroupie @jlinedolls Can't you see this is a kpop fan acc for @JYPETWICE
## 700                          @neptunes_wngs @Cindy_luvs_kpop We are enablers who should have never met but it happened. It all started cuz Newark line up made no sense
## 701                        @mainpopboyjjk_ @MBCMusicCore @MBCMusicCore please explain why jungkook's SNS points for dreamers are not being cou… https://t.co/Xl1UmadmjM
## 702                     NCT WayV lightstick decoration💚\n•neobong •adudubong •konser\n•kpop •aksesoris •sticker \n•ribbon •fanlight •NCTzen •W… https://t.co/curEbGQgDG
## 703                                                                                                                                  it's fuckin insane how bad kpop is
## 704                                                                                @ksjcals this…this is my first time listening to anything from anyone who makes kpop
## 705                                                                                     @neptunes_wngs @Cindy_luvs_kpop IDK HER, NOT. WITH US GOING EUROPE? YEAH EUROPE
## 706                                                                                                                        @Lilyurscealai kpop stan twt will close down
## 707                        A friend of mine said that when she goes to metalcore concerts its actuall quite normal to wear merch of other grou… https://t.co/whZ6LFXfeC
## 708                            @DWnationals @PopBase Well for me the voice of #BTS  @bts_bighit  is not good unlike other kpop group like #EXO… https://t.co/Ri2hSytTKz
## 709                                                                                                                            @Cindy_luvs_kpop @seonghwaa1998 A MOOD 😂
## 710                                                                                                       @seonghwaa1998 @neptunes_wngs … who was that? Who saves money
## 711                        @13CrystalSnow30 @PopBase Well for me the voice of #BTS  @bts_bighit  is not good unlike other kpop group like #EXO… https://t.co/6C3AMyUeiU
## 712                                                                   if there was individual kpop member awards (and i hosted and judged) jay would win all the awards
## 713                                                                    im sorry guys ill never argue on this its the best kpop song of all time https://t.co/nosn9xXZAq
## 714                         @77Eph @PopBase Well for me the voice of #BTS  @bts_bighit  is not good unlike other kpop group like #EXO #BIGBANG… https://t.co/qxVSXD1UCm
## 715                        please the next time you see me trying to speak some mf sense into a tiktok kpop stan please punch me in the face i… https://t.co/bDA8fesoI1
## 716                                                                                                                  liz from ive laughing kpop https://t.co/k7utk6je1J
## 717                               @wizardhoshi omg that’s okay? I barely listen to kpop outside of svt and some girl groups, you should send me what you’re liking rn!!
## 718                        @floblossomstar @PopBase Kinda annoying how fans are throwing shade and disrespecting taeyang, he's og kpop and a r… https://t.co/hcyEyPsl2E
## 719               K-pop Daily Votes Ranking✨✨\n\n【12/9】\n11 #TAKATSUKAHIROMU (↓2)\n12 #HEESEUNG (↑2)\n13 #SUNOO \n14 #TAJIMASHOGO (↓3)\n15… https://t.co/L3szn7xEsS
## 720                                    also the kpop flex performance 😭 i will never forget that day like seriously best day of the year for me https://t.co/oqHRq8eDt1
## 721                                                                                                              love options by BESTie kpop mv https://t.co/Wvo8FwbLrS
## 722                                                                                                                                Kpop ain’t bad but shit type mid tho
## 723                        ARMYS reach a new level of pettiness every day. Frankly this won't be happening if BTS wouldn't pretend they dislik… https://t.co/njGumG2Dge
## 724                                                                              @Cindy_luvs_kpop @neptunes_wngs Didn't a certain someone say she gotta save money? 😌😌😌
## 725                                                                             bvndit disbanding lowkey made me lose hope in kpop and humanity https://t.co/fbui09vstj
## 726                                                              @ILUVBTS_ARMY777 Nmixx is a kpop gg that debuted at JYP earlier this year one of my fav members left 😭
## 727                         @77Eph @PopBase Well for me the voice of #BTS  @bts_bighit  is not good unlike other kpop group like #EXO #BIGBANG… https://t.co/kBEJS2fOw6
## 728                        The IG post of c*rn*rst*n* about how 12/08 was a success really irked me bc tbqh if it weren’t for the fact that 1)… https://t.co/WG4HlxTNbL
## 729                                                                                                                   bts pied piper stage kpop https://t.co/xf8QikCE6E
## 730                                   "Just see to Yeon Woo, I love it 😍❤️❤️❤️"\n\nFollow: @yeonwoofansclub \n#yeonwoo #yeonwoomomoland #leedabin… https://t.co/5A2UZeydUI
## 731                                                                Thumbnail for a new youtube short - https://t.co/vqwBict2eM\n#Baekhyun #KPOP https://t.co/hECiLo7qpb
## 732                                                 kiss &amp; make up is THE collab idk western pop &amp; kpop mixed cant get better than that https://t.co/v29RnNdzLQ
## 733                                                                                                 there's no difference between football fans and kpop stans actually
## 734                                                       ENHYPEN LINEUP PERFECT\nFUTURE OF KPOP\nENHYPEN IS ONLY 7\nENGENE VOTE SMA COME ON!!! https://t.co/R18DMasLOE
## 735                        @rekariaisrreal @quackitytheduck Quackity has a bad luck problem, and for some reason all kpop is suffering some lo… https://t.co/sftbYPwfFX
## 736                                   @ryukdoll Ok I think I have interneted too much today. I read Onkyfans as OnlyFans and was like, "kpop naked dance show?"\n\nLmao
## 737                        if only i had kpop stan’s irls who ACTUALLY stanned the same groups as me 😭😭😭 and was this deep into kpop,,,,,,,,al… https://t.co/JPgiBkTlS2
## 738                                                                                            @grflver2 I don't even listen to kpop I'm crying https://t.co/bRCwq0RMBQ
## 739                        Im sorry but kpop stans making the Olympics of who between gg or bg stans should suffer the most is so weird and di… https://t.co/XsOTuLB0On
## 740                        @demorality kpop ain’t shit without them love💛 you out here claiming your ggs will make up for them but they haven’… https://t.co/UwB81Lw0Tu
## 741                                   @Notas_jukilop3 @PopBase Well for me the voice of bts is not good unlike other kpop group like exo bigbang got7.. In my opinion..
## 742                      #AsianMusic #KPop  #VIXX #KoreanBands #KoreanSingers #KoreanPop \nArtist: VIXX LR @RealVIXX \nSong: Today\nYear: 2017… https://t.co/cW3hVMiGE5
## 743                                                                                                                      cherry bomb has one of the best outros in kpop
## 744                        @namjoonthekingg @Notas_jukilop3 @PopBase Well for me the voice of bts is not good unlike other kpop group like exo… https://t.co/5USe2Sh8qj
## 745                                                                               i need more violin in kpop songs. more violin in every song tbh. IT JUST ADDS SO MUCH
## 746                        @pcychoIogicaI a korean skincare vendor was at my job briefing me on the brand and i said i love korean skincare bc… https://t.co/186S2fTh0Q
## 747                        Twitter is a toxic graveyard atm but I’m  releasing an mm romance novel about a rockstar and a K-pop idol in 2023 i… https://t.co/6K4fZRFAEl
## 748                        @kimkyualaa we can say Indonesian people are fomo, they know kpop so well, so they will act like this even they are… https://t.co/EGQErFtbBf
## 749                                                Tired of kpoppies acting like they’re the villains of kpop, tired of the k industry mistreating and undermining them
## 750                                                                                    Interesting 🤔\nhttps://t.co/QJlh6x2xTU\n\n#shindanmaker\nhttps://t.co/0DpZFEENv5
## 751                                                                           please follow my photo card trade account on instgram @/ tradewjas\n#nct #kpop #blackpink
## 752                                                                                           I unlocked $35 Rush tickets for KPOP on @TodayTix https://t.co/cszC7N6uKg
## 753                                                                                                              the quotes man kpop is so good https://t.co/CfjF8GbDFm
## 754                                                                                                                the guy from the kpop shop gave me a free gift 😞😞😞😞😞
## 755                        @tuquehablaschac @googiebobas @mo56378516 @AboutMusicYT Audacity to compare them with kpop💀 They have gp support an… https://t.co/kC5QhxVbt6
## 756                                                                                              nom nom jun\n#SEVENTEEN #SVT #JUN #CARAT #KPOP https://t.co/BuX0MYTuza
## 757                        this person on instagram followed me and i had no idea who they r but they kept replying to my stories about kpop s… https://t.co/23XL8WvDl6
## 758                                                                                                                                             kpop stans are so funny
## 759                                                                                                                                @neptunes_wngs You know me so well 🥰
## 760                        @TaniaAf25527904 @Notas_jukilop3 @PopBase Well for me the voice of bts is not good unlike other kpop group like exo… https://t.co/BwCCR0dqbS
## 761                        @LovingChapter2 @skz_legend @AwesomeDeni @allkpop I'm sure it's annoying, but once again, I was talking abt the bro… https://t.co/ikKYAtOuNi
## 762                                                                                       everytime i listen to kpop i want to hit my ears with until my eardrums burst
## 763                                                                                                                                             @L_edrops @_gaeu1s kpop
## 764                 Short hair Jeongyeon is very Good-Looking💚\n#OnceAgainWithJeongyeon \nFan\nFancy Fancam\nWallpaper\nVocals\nBeautiful\nGor… https://t.co/qcm1rF44GL
## 765                                                                                        @enhaaluvr depends if u want kpop songs or songs in general and in what vibe
## 766                         Bang pink outsold all of K-pop, idc if your stupid prehistoric 2nd gen idols ruled Korea when they can’t even rule… https://t.co/d51iWAdh9Z
## 767                        chic pilates 🖤\n\ninsta: https://t.co/GgWc2as5Ez\n#KPOP #Korea #koreagirl #fitness #fitnessmodel #FitnessMotivation… https://t.co/B20vntQrX2
## 768                                                                                                                                  @voodookunt wtf over bawls n kpop…
## 769                   hey y’all! not new to twitter but just made this account lol..follow/rt if you like: \n\nrenee rapp \n#tslocg\nmusic \nj… https://t.co/WpHlfidxmg
## 770                                                                                                @kermytheefrog whats her number lemme put her onto some real kpop rq
## 771                      Some of these are so outta pocket and funny kshdkshdkshd\n\nWeed being legalized wouldn't be kpop 🤣🤣🤣 but like, aiigh… https://t.co/l5nK1jfr20
## 772                                               now how to convince my sister of going, because we are travelling together and she hates kpop https://t.co/Hd6CP1Zkmh
## 773                                                             Brazilians know nothing about football stick to being Kpop stans and dancing 👍🏻 https://t.co/pg9oBdQSmE
## 774                         reading kpop fic again means i get to see all the black and white soulmate aus and try to erase the fact that that… https://t.co/C1S5sLgllR
## 775                        @kymiras After going thru all the ticket scams with BTS, i can say personally if the persons screen name or pfp has… https://t.co/SwO54ENv2b
## 776                                                                                        @DalDarlings I think 1973 was rhe worst year in kpop because it didn't exist
## 777                      This song is so smooth\nI miss Baekhyun 😢 😕 😞 \nWhere's that best kpop song tweet gone, Imma nominate this one\nExo's… https://t.co/Rl8AY5Pe3d
## 778                                                                                                                @defsbird bestie kpop is so cursed rn i need a break
## 779                          @dailynaver can all Kpop stans unite this one time &amp; report that yt channel until it gets taken down!?I’m so tired of that sojang guy😒
## 780                                                                                                                                  @Cindy_luvs_kpop very on brand LOL
## 781                                                                                   Yk how kpop fans associate their idols with animals now I wonder what animal I am
## 782                                                                                                         @seonghwaa1998 @neptunes_wngs Right this is so unlike me /j
## 783                                                                                         Mi cancion favorita del kpop es un remix de yoongi de seesaw y i need u 👍👍👍
## 784                                                                                       The kpop industry doesn’t deserve exo korea doesn’t deserve exo that’s a fact
## 785                                                                                                                     my house by 2pm mv kpop https://t.co/fhYxGgHwEH
## 786                        @maryposts @bpowtweets they did say in the article that they didnt want to explore  like some of the more controver… https://t.co/xgqZro6Q7m
## 787                                                           @Audacy @artist @charlieputh @BTS_twt @kimpetras @samsmith Ewwww bunch of kpop people in comment section.
## 788                                                                                                                         @dejawo0 this is what kpop does with people
## 789                         @lilgiukinawell I hope aegyo never leaves, tbh. But I meant like the model the industry has of doing 2 or more cbs… https://t.co/xx95HXN1er
## 790                                                                               regular football luvrs r okay too they just gotta be able to tolerate the kpop tweets
## 791                                                                                                 where are the football luvrs that enjoy kpop like i need more moots
## 792                                         does  anyone  know  why  kpop  randomly  blew  up  in  america  like  how  did  it  start  i  feel  like  im  going  insane
## 793                                                                                                                      i just really think kpop idols should unionize
## 794                                  @youthfulblood there’s something so freeing about having silly lil kpop selfies in ur phonecase and not explaining shit about it 😌
## 795                        @kittygender this is one of my kpop playlists, you would probably like most of it!! and i have lots more if you wan… https://t.co/X7igwwe6Qi
## 796                                                @Hamnah_m484 Missed that match i had exam the next day 😭😭😭😭 but still i hyped it up in front of my non kpop friends😂
## 797                        celebrating my 30th birthday by ordering takeout and binge watching kpop youtube videos 😎 i plan on embracing fando… https://t.co/QB4LeLSaFY
## 798                                                                                                       hello tl… i come to you, once again asking for kpop recs hehe
## 799                                                                                                                    0x1 changed kpop forever https://t.co/rcPKSEQFT7
## 800                                                                                                                               waves by joey bada$$ is actually kpop
## 801                                                                                                                    @Cindy_luvs_kpop @neptunes_wngs Guys act shocked
## 802                                                                                 My local mall added a KPOP store and I did some damage 😭😭😭😭 https://t.co/ywFmKvPBUJ
## 803                                                                                                  @carousel_muke just someone accusing a kpop idol of non sense sh!t
## 804                                             this week has been poopy so i’m going to do heavy damage at the kpop store and b&amp;n tomorrow https://t.co/9dZqZRDInE
## 805                        remember when a bunch of chinese kpop idols posted saying they support the forced cotton labor in xinjiang and ever… https://t.co/lS4NndrQkx
## 806                                                                                 AINT NO WAY. WHERE'S ALL MY KPOP TRENDS?! AH GUYS. 😭🤣😭🤣😭🤣😭🤣 https://t.co/CoqSciVk89
## 807                                                                                                       Kpop rapper mister T.O.P Thats my boo https://t.co/SWxXLT8ET7
## 808                                    A Clip Of Jinni During NMIXX’s Recent Fansign Goes Viral, And Fans Wonder If She Already Knew Her Future https://t.co/hSlZl5al6t
## 809                   K-pop Daily Votes Ranking✨✨\n\n【12/9】\n6 #KIMURAMASAYA \n7 #K (↑1)\n8 #Yuta (↑4)\n9 #Kazuta (↓2)\n10 #OZAKITAKUMI \n\nhttps://t.co/bGt47ui5Rw
## 810                                                                           For kpop fans, it’s kinda like your fave being caught by dispatch https://t.co/TSnMikyvc8
## 811                                   @chartsblackpink @BLACKPINK Lmaaoo i used to see blackpink surpassing the whole kpop\nBut ive and newjeans blocking the others🤣🤣🤣
## 812                                                                                  love kpop and ult biases r minghao jungkook and taehyung 😘 https://t.co/qfJ8tgaERJ
## 813                                                                                            if bang yedam doesn't redebut it will be the biggest loss in kpop i fear
## 814                        Now even jinni, my bias has left nmixx, I’m seriously done this is happening over and over this year, I’m seriously… https://t.co/Hpi4Ctdqcg
## 815                        plus kpop groups try to cater to  international fans aswell so why would jyp not look into how the song would be tr… https://t.co/yLhjTlIyRz
## 816                                                                                @elinnbambi that’s so sweeet I’m crying i need all kpop fandoms to be more like this
## 817                                                                           isnt it incredible how books and kpop are still the only things able to really excite me?
## 818                        @MerlinFernando5 @Koreaboo Not only big 3, a lot of VIPs love seventeen too, it's not about big 3 here it's more ab… https://t.co/cYHK4TP55f
## 819                                                                                                                          sorry im re tweeting a lot BUT I LOVE KPOP
## 820                              I feel you, me as a 2ne1 and Big bang fan. \n\nTbh, I'm more invested to SB19 compared when I was a kpop stan. https://t.co/PBkbGX3MIb
## 821                                                                                                @neptunes_wngs I bought front row piwon tickets 😅 not for face value
## 822                        just hearing that des moines is having a kpop bar night is awakening the feral kpop beast inside me. im gonna shake… https://t.co/4SZ8yK18m8
## 823                        @zprince_ @firstkhaouboom im a lesbian and all my likes are figure skating/ kpop edits or manga shit or bluey episo… https://t.co/BAKCCHEN1l
## 824                                                                          when i showed non kpop oomf irene and seulgi's monster mv and he said "now THIS is gaypop"
## 825                                                                                                     i tweet about footballers like i tweet about kpop idols idgaf 😹
## 826                                                                                                                              @PopBase Bts is bigger than kpop yall!
## 827                                                                                 1 of 1 I WANT SOMEONE TO RE DO IT IDC IT WAS JUST PEEK KPOP https://t.co/5npw4lx6oU
## 828                                                                                                                                                  best hands in kpop
## 829                         @Oneweve1 Do you think kpop's model of content production is sustainable? Do you think it'll exist a hundred years… https://t.co/MpVYa4e9SR
## 830                      Commentarist talking about Messi as a kid (affectionately)\nMom, annoyed: he isn't a kid he is 35 years old\nMe: A BA… https://t.co/3rLbxMIn7h
## 831                        PLANS: fasting for those 336h and staying those 14 days at home (being home for me means freedom tbh, i get to stay… https://t.co/TQL6gJ02Ke
## 832                                    https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp… https://t.co/LaQU2qukfk
## 833                                                                            @Cindy_luvs_kpop thought we had already established that we all are 😂 please explain LOL
## 834                                    https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp… https://t.co/D9jbYSZhMW
## 835                                                                                            @MystDragon_ @AboutMusicYT Not just for bts\nFor the whole kpop industry
## 836                                                  Anyone else had their amino phase as a kpop stan? I am never forgetting those times. The app is so different now..
## 837                         @dreamygirl_5 @Koreaboo Of course whole big3s kpop community were against our boys coz they were from small almost… https://t.co/FwNlDnZAZD
## 838                        none of these baby faced kpop girls are fit for mature concepts stop lying to yourselves if you wnna watch a 14yo l… https://t.co/s7BgsslDGB
## 839                                                                                                            snowy by itzy concert stage kpop https://t.co/1b4zfHPa7u
## 840                                                                                                                                  kpop idols being happy for messi 🫤
## 841                                                                                                                                              kpop stans piss me off
## 842                                                                                      @jinhoscamellia is it mostly 4th gen groups? it’s a tough year for kpop fans 🫠
## 843                                              i’m bored so send me your kpop opinions and i’ll post them with an agree/disagree poll &lt;3 \nhttps://t.co/I5qTyHYd9o
## 844                                                                                   @thanksyoongi think 2nd gen kpop it boy but football... a shinee member if u will
## 845                                                                          10 K-Pop Artists Who Ruled Google Trends In South Korea In 2022\n\nhttps://t.co/PlpqO0wNuN
## 846                         kpop stans always take the smallest thing their idols says and makes it into a big deal. like the idol will say “i… https://t.co/wc9ofaiRuJ
## 847                                                     the way football fans talk to each other when both like a different team…like theyre the kpop fanwars of sports
## 848                                        i think kpop fans being so angry about every little thing and fighting about such nonsense is what made me move away from it
## 849                        random kpop accts w a handful of followers interacting with your old tweets is so uncomfy … like how did you even f… https://t.co/8fq5VtPCmq
## 850                                                                        I really can't imagine how different the kpop landscape would be if Wanna One never disband.
## 851                                                                                                                    anyare sa kpop world omg https://t.co/AsahRAnBpy
## 852                                       @Oneweve1 What are your thoughts on the delightful absurdity of K-pop? \n\nBig words but I think the kpop industry isn’t slay
## 853                        hello this is an account dedicated to kpop group drippin and cars 😍 feel free to dm this acc or @blossominseo for r… https://t.co/GgDLlV9sHB
## 854                        Since 2022 has been so cursed for the Kpop girlies here’s my list of MY top active nugu and mid-tier groups for peo… https://t.co/x41cqYI71t
## 855                        @affan_imran @BoredElonMusk @elonmusk None… all platforms make algorithmic decisions and weight those on user histo… https://t.co/q8ayFskBEw
## 856                                                       This is the representational vid of me separating my life priorities to kpop. #JIHOON https://t.co/4VsYHO8IeW
## 857                                                          Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 858                        just found out i started my brother's kpop obsession years ago by showing him a video of bts dancing to blood sweat… https://t.co/RKRZVYTKPj
## 859                                   @heewonme i haven’t cared about it EVER but it was so damn exciting and intense, kpop enjoyer take a break to watch some football
## 860                         @grntealiz I don’t know anything about Kpop and I feel like it’s so fandom heavy that I don’t know how to get into… https://t.co/NGj09rgEwW
## 861                        and Then all that's missing is a cd player 😭 i'm working on it though. in physical media news, i wish kpop groups r… https://t.co/u77857Sih1
## 862                         what does that “kpop fans love racist bgs” thing even mean it sounds very entitled when most stans hold their favs… https://t.co/ruoGH5rUFc
## 863                                                kpop stans making edits SZA’s “big boys” chorus with skinny, tall idols with biceps that are barely protruding… STOP
## 864                                                                                   this ref was pulling out yellow cards like kpop stans showing their pc collection
## 865                                                                   [woo!ah! - woo!ah!] KPOP TV Show | M COUNTDOWN 200604 EP.668 https://t.co/Ks42PnLF8s @YouTubeより
## 866                                                                                        @Kpop_Oracle yes that s a very good point too. false claims affect every one
## 867                                       i want to take my brother to so many kpop concerts 😭 when stayc, lessera, twice, and kep1er come to LA, WE WILL BE THEREEEEEE
## 868                                                                                                   i can't let elon do something horrible to my first ever kpop bias
## 869                                                                                  ok back to kpop and to joshua going crazy whats football?? https://t.co/yhxad6P6kT
## 870                        @kevinwoo91 @KPOPBroadway your show made. Then it would be more possible for people all over the world to see it an… https://t.co/zrUJGlVetx
## 871                                                                                                                I miss mature groups in kpop https://t.co/VoCgxkLfZZ
## 872                      #AsianMusic #KoreanSingers #KPop #HollandKR #SynthPop\nArtist: Holland @HOLLAND_vvv \nSong: I’m So Afraid\nYear: 2018… https://t.co/lMq9TIjlHR
## 873                         dnf // dni : u anti any of my favs , homophobic , islamophobic , problematic , racist , u're not a kpop // jpop or… https://t.co/YKwvnkS5us
## 874                    I love that someone on Twitter can be spewing the most vile hateful rhetoric to someone else &amp; still decide to atta… https://t.co/kZTfbJ67pl
## 875                                Shop Blackpink Merch with FAST Worldwide Shipping at https://t.co/nvjEVJ34rf \n\n#pinkvenom #blackpink #kpop https://t.co/tGqB2uPATv
## 876                                     imagine some kpop group disses lil huddy and they start fighting and do weverse lives and do a group live and fight on the live
## 877                        I was just thinkin about this the other day, the same people to get on black kpop stans are the same ones tuned int… https://t.co/GIB49TrtKr
## 878                          K-pop Daily Votes Ranking✨✨\n\n【12/9】\n1 #V \n2 #NIKI (↑2)\n3 #JIN (↓1)\n4 #Rikimaru (↓1)\n5 #KAWASHIRIREN \n\nhttps://t.co/0gF5B3mbs6
## 879                                                                                                                   imagine in kpop groups started releasing hitclips
## 880                                                                                                                                             IM SO HAPPY IM SO HAPPY
## 881                                                                                            my girl outrap every rapper in kpop industry\n\n https://t.co/Q1MIfNI314
## 882                                                              @Rora1608 in my case, my wife became interested in kpop after she met SB19 from me. she's now EXO fan.
## 883                        @yixingsclit fandom is the worst thank god i'm not on that side of twt i got enough with kpop twt, i wanna stop pla… https://t.co/X1jsoNrzat
## 884                                                                             @TOP100KPOP Felix ❤️ you are most handsome face of Kpop to me !! https://t.co/861iCgYMyt
## 885                                                                                                           @piiiiiiingu r&amp;b, rap, sometimes kpop, anddd deftones
## 886                        byf : ive been a kpop stan since 2014 so i stan many grps // i reclaim some slurs // i speak english , arabic and f… https://t.co/NG4NoWAeEf
## 887                        i haf a feeling next year going bring back the batshit crazy era of kpop drama i miss going on twt n my whole tl is… https://t.co/161Cdw0CwG
## 888                 WTS LFB PH RT\n\nSuga Airport Fashion Sweater / JK Dreamers MV\n1:1 Premium Quality\nSizes: Medium-2XL\n🏷Php 2480.00\n\n🎉D… https://t.co/k1AMF53i1Y
## 889                                              Flashbacks to minghao’s perfectly awkward group pic smile \n#SEVENTEEN #SVT #THE8 #KPOP #CARAT https://t.co/4qHihUwpXK
## 890                                                                                                            @ungodlyhoya this is not kpop bookie we established this
## 891                                                                                         for kpop stans this is similar to mamamoo winning a singing comp towards **
## 892                                Q: Your opinion on Kpop?\n\nA: The underbelly of Kpop is vile. But I really love the music and the talent is immeasurable. #tellonym
## 893                                                                                                      day6 has some of the best, if not THE best discography in kpop
## 894                        @walwallucy_vr like it’s perfectly okay to enjoy the dance part of kpop more (it’s all about personal preference) b… https://t.co/hSJNmpVWHU
## 895                                                                                                  love women of kpop and their perfect music https://t.co/8DvsiA0Q0H
## 896                                                                                         @PLAYBAZ00KA Is it fair to say that 2022 is in the fact worst year in kpop.
## 897                                                                                         @ArmyXBTS_1578 @fIipsider @AboutMusicYT for kpop\n\nhttps://t.co/yPP57DWpLO
## 898                                                                                                                                                I AM ACTUALLY INSANE
## 899               ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I S… https://t.co/OI5ek6KXmW
## 900                                                                                               @brainsforsh1t I don’t even listen to kpop 🧍🏻 https://t.co/pqpue23siV
## 901                    12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties… https://t.co/VZs3sQtiXr
## 902                                                                        @pakis4enha same like I did not know this many kpop stans cared about godamned football?!!?!
## 903                                                                                                                                             YESSS ARGENTINAAAAAAA‼️‼️
## 904                        @vpoetri_ @AboutMusicYT I don't get why it's unexpected when their comeback is the most interesting bc they left th… https://t.co/FMlKwEFgNO
## 905                        best songs in kpop only are symptoms by shinee , tomorrow by bts , lovesick girls by blackpink , oh ya ya ya by lun… https://t.co/JrkqBhfdpY
## 906                                                                                                     one of the best kpop songs ever i think https://t.co/L7no42G3fv
## 907                           Your favorite Sniper King is back! 👑 \n#apex #apexlegends #overwatch #politics #black #car #apple #finance #live… https://t.co/wuHsD4VzoI
## 908                                                                             this sza album has the power to make me forget about these kpop men (for now lets bffr)
## 909                        @Kpop_Herald @RBW_MAMAMOO If MMM DO actually end up coming to the UK they better book the Wembley or O2 arenas… any… https://t.co/M4xdBUQ3tj
## 910                                                                                                                               @ming1supremacy your not a kpop stan?
## 911                                                                                 @WORLDMUSICAWARD @BTS_twt As they should. They’re GLOBAL and GREATER THAN KPOP. 💜💜💜
## 912                                                  @nugupromoter @POSHGIRLSOFFIC1 Are they really a Kpop group anymore? It seems they have been rebranded to as Jpop.
## 913                                                    AHHHHHH I LIKED ONE. ONE KPOP POST AND NOW MY FEED FILLED WITH KPOP. I USE THIS ACC TO RETWEET PORN FOR GOD SAKE
## 914                   Happy birthday to the KPOP QUEEN, our beloved rap queen👑❤️🎉\n\n@ahn__ellybaby\n\n#exid #이엑스아이디 #elly \n#HappyEllyDay https://t.co/J5dzOadME6
## 915                        @Ma_ria8080 @Amoverh1 @rmvsjk they're touring in countries where groups like BTS don't usually go and giving fans a… https://t.co/Jj1fwj4GkH
## 916                        @MerlinFernando5 @Koreaboo If we can love other groups why is it that it's only your group we are not able to like,… https://t.co/xOaB9dYGE0
## 917                        @JK0nAir @MBCMusicCore @BTS_twt Hi @MBCMusicCore, Jungkook has more YouTube Views than any nominated artists on thi… https://t.co/kQvFYfs9od
## 918                                                                             we need shinee to make a comeback and save the kpop industry. 🤷 https://t.co/Y19T8Ich87
## 919                        like cmon y’all so many kpop producers literally produce music for most if not all ur faves EXPAND UR HORIZONS YALL… https://t.co/PYR7bWeipk
## 920                         these r the same mfs who produce music for destiny rogers n bruno mars just to name a few…n the way they said it’s… https://t.co/mjskmR6vE5
## 921                                                              @SpotifyKpop artists, where ya at??!\n#KPOP #kpoptwt #music #artistsontwitter #artistsupport  #artists
## 922                                                         @PlanetFitness bumping super m's monster (infinity) is amazing. \n\nPF who ur bias in SuperM? #kpop #SUPERM
## 923                        @jaesleftdimple @coupsweb @HackerToby @gotopaby @DelusionPosting All these other points that have been made are mer… https://t.co/y0LmlSb04B
## 924                         @nichirren @sopesuds When I first started liking Kpop I had met someone who told me about how she brought her army… https://t.co/aSvFw79xQV
## 925                                                                                         @viseriusly ik nothing abt kpop but by looks alone they all fit so well omg
## 926                        So Jimin and Youngbae huh? Well, happy for both of them, hoping for a really good choreo as both can dance very wel… https://t.co/xRrWjCQntR
## 927                      Soyeon makes more money from royalties than your whole fcking group.. now don't bark...\n\nThey'll come "my favs have… https://t.co/nWbu3kg9Bn
## 928                                                                                                 @haoIovely i gonna go out to have dinner n drink with non kpop frd😅
## 929                                                                                                       Today it’s fucking kpop we are listening to sza and sza only.
## 930                         or do they hope that it would steer a kpop world where everyone can co-exist w/o the need to discuss who got their… https://t.co/jFew2AIQpK
## 931                        @love_0613_bts "the stupid dance" HAHAH and when people in brazil call the kpop coreo stupid dance it is a prejudic… https://t.co/dLdpk6gzEr
## 932                        Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to wri… https://t.co/dmnHHpBMrE
## 933                        not people trying to act like they cared about every single one of the nugu deaths this year💀 why do kpop stans onl… https://t.co/ffhSD4bI07
## 934                                                                                                                           love me a messy ass kpop scandal im sawry
## 935              【My Kingdom (#EU4 ost) - by #AndreasWaldetoft】\n\n#パラドゲー\n#音楽 #Kpopより良い曲\n#music #BetterThanKpop #BetterThanBTS\nhttps://t.co/6RL4Rb6I4f
## 936                                                                who does give fvck about kpop stans like i’ve never seen so many losers together before be serious 😭
## 937                                                                                                kpop moments that rewired my brain chemistry https://t.co/TIDyXa2feL
## 938                                                        @dowdydiva That's the strategy Kpop acts used around ten years ago. Fantastic Baby was played on Glee etc...
## 939                                             it's a sport. Someone is bound to lose.\nyou are all pathetic to think that kpop stans can only talk about kpop things.
## 940                                                                             @dinofacebbjjong Wait they're coming to Nashville??? A kpop group coming to Nashville??
## 941                    #kpoptwt \nfirst songs i listened to for each.\n- stray kids: victory song\n- xdinary heroes: pirates\n- p1harmony: bac… https://t.co/huGWNuWIjC
## 942                        I already strongly dislike almost every kpop entertainment company but SM outdoes themselves every year. Can’t beli… https://t.co/eYLR27dlgs
## 943                                                                                                                               whyd my irl just send me a kpop video
## 944                        I always crack up when kpop Stan's say this is "real music" when it's literally an American song that HAS ALREADY B… https://t.co/vKFXJJWsQL
## 945                                                                                i truly believe that taemin and baekhyun going to war threw off the kpop equilibrium
## 946                               seeing a lot of bad news lately everytime i open this app (not only in ncity) and it's draining as hell. idk what happened to kpop. 💀
## 947                         You're surprised the most iconic kpop groups that are the first to leave their company as a group and gain all the… https://t.co/jJU41NYz3w
## 948                                                                          sitting getting ready for my school rally where we're performing kpop songs. . . nervous 🫠
## 949                                                           @Audacy @charlieputh @artist I vote @charlieputh + @BTS_twt's #Jungkook's #LeftAndRight for #BopOfTheYear
## 950                         @_Mythamos_ Death threats you say? I guess I must be doing it wrong, I got nothing but normal days over here in my… https://t.co/4sXLx44m0Z
## 951                                                                   KUYA HASN’T BEEN INTO KPOP SINCE 2ND GEN AND HE’S A HUGE MUSIC HEAD \n\nMY ATEEZ IS SO GOOD 💗💗💗💗💗
## 952                        @lilgiukinawell Do you genuinely enjoy eggs? What are your thoughts on the delightful absurdity of K-pop? Do you th… https://t.co/TgonWn9Iqe
## 953                               KPOP in Public Challenge iKON Goodbye Road Dance in Public Indonesia #DanceSchool #SekolahDance #SanggarTari… https://t.co/IA9AxqiT4h
## 954                                                                                                                                             @jeoncejoon Kpop stans:
## 955                                                                                      this is what kpop is all about https://t.co/iOBSneBw0b https://t.co/SyE5Qaq0z1
## 956                                                                                                                                       icl whats going on in kpop rn
## 957                        Guess I need to get out from Kpop since kpop is getting more toxic.\n.\nBut at the same time it’s more stressful if I’m out of the kpop 💀🧎🏼‍♀️
## 958                                Shop Blackpink Merch with FAST Worldwide Shipping at https://t.co/nvjEVJ34rf \n\n#pinkvenom #blackpink #kpop https://t.co/C4L1EFq706
## 959                                                                                                                              @albedoprotect why are kpop fans crazy
## 960                                           im too used to kpop bro im waking up the morning after sza dropped expecting a showcase performance of the entire album 😭
## 961                                                                                   @icantstopari kpop stans are losers because why has this riled so many people up…
## 962                                           @BEtheBestJJ Hobi and I will go on dates together soon \n\nOMG MY PHONE WANTS THE BEST FOR ME 😍😍😍 https://t.co/n9rfshPmvU
## 963                      kpop.flex (mamamoo, (g)i-dle, dreamcatcher, ive, monsta x, kai, ab6ix)\nolivia rodrigo\nharry styles\nsunmi\nloona\n🥲🥲 https://t.co/3BzHRI2Xhi
## 964                                                               @jeoncejoon I know this is a kpop joke but it's also true I don't want that country to take the glory
## 965                                                                                      well theyre japanese but theyre under a kpop company so kinda kpop but still 😡
## 966                        @yush1ny That would definitely be kind of jarring. I think your read is pretty accurate just from what I've seen/re… https://t.co/J8aghtriBn
## 967                        @jaesleftdimple @coupsweb @HackerToby @gotopaby @DelusionPosting But that doesn't seem to be the case. Just another… https://t.co/zoBgq9IxVX
## 968                WTS LFB PH RT\n\n[JAPAN PASABUY] 2023 BT21 Happy Bag\n🏷Php 3990.00\n\nhttps://t.co/LlMgooR7al\n\n🎉DOO until December 11\n🎉P… https://t.co/RTkymm6zyL
## 969                                                                                                      WAIT I DIDNT WANT TO SOUND MEAN BTW BUT FR DON'T MAKE ME SAD 😭
## 970                                                                            if any of u kpop moots havent listened to under the skin by &amp;team yet ur missing out
## 971                         @momoringIuv @dahyun1998zaki Yes she is and she is on why she is called the best dancers ever in Kpop. Not just in… https://t.co/Dn0dzpBEXg
## 972                                                                                                  Netherlands out I guess,  enough football, back to being kpop acct
## 973                        This morning a young Iranian protester has been executed by the Islamic regime in Iran. For how long do the western… https://t.co/OAsoFq0xaN
## 974                                                                                                                                     Shut up https://t.co/29RQl0TGq3
## 975                                    @tatsuhimed fun fact in kpop those videos are heavily looked down upon by fans because they would take away views from the og mv
## 976                        @WholeMarsBlog @Erdayastronaut I can't imagine anything worse than being stuck in a tin can with a billionaire, a youtuber, and a kpop star.
## 977                                                                            Everyday Jigirl's struggles...\n🥹\n#jichangwook #KPOP #beautiful https://t.co/RIUGfZrOnv
## 978                     This is a funny song from BLACKPINK, I like it. 😅😂\nBLACKPINK - Typa Girl [EXPERT+]\nhttps://t.co/8Nyc53spBE\nCheck it… https://t.co/4mO2ZwlQ6J
## 979                        Personally I do think it fair to make the woojin comparison with Jinni because if this rumor was to blow up and get… https://t.co/UH4SqOYJmr
## 980                                                                                                                               Droppatemi vostra lockscreen non kpop
## 981                        @strawbaerrie_ literally like ok yeah companies are sh1tty but you can't even entirely blame them. so many kpop sta… https://t.co/7b0R78jbYW
## 982                        Why is @KPOPBroadway closing so soon? The story of its creation and evolution, as well as its marketing and critica… https://t.co/OYgeeybfyG
## 983                                                                                                    @Kpop_noodles_18 Ahh that’s nice enjoy 🤍 https://t.co/zniMf5wBze
## 984                                                                              @titsandtulips now here me out, these parasocial kpop relationship ain't half bad cuzo
## 985                                                                                                                               cant take these kpop heauxs SERIOUS !
## 986                                                             loves : kpop, jpop, cpop, anime, music, night skies, the moon, astronomy, horror movies, noodles, etc..
## 987                                            the most popular and successful kpop soloist in the world! 🔥👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK… https://t.co/iPw4uxaEpC
## 988                        💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPOP💕💕I LOVE KPO… https://t.co/QCXLoN9jhT
## 989                           @JJPGyoem I hope so too ☹️ some people are saying kpop fandoms used to be worse and to that i say ok and there's really no need to regress
## 990                                  @allkpop the most popular and successful kpop soloist in the world! 🔥👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK \nhttps://t.co/lwZwhSbc7p
## 991                        @8ozminch I love this concept. I can see mnho trying to get into chn pants and chn falling for mnho but mnho freaki… https://t.co/XV3WLdp26O
## 992                                                                        this girl i’m working with a lil kpop stan &amp; i got her in here listening to thug lmaoooo
## 993                                     The main slayer! JUNGKOOK IS BEYOND KPOP! 🔥🙌👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK https://t.co/AdwtBuYUDX https://t.co/HjAQCHOcTc
## 994                                             they were not playing when they said kpop songs gotta grow on u bc why is more &amp; more the greatest song of all time
## 995                                                                                                           not a kpop opinion but strawberry ice cream is disgusting
## 996                                 KPop stans are annoying. I can’t wait for the World Cup to finish and y’all go back to ur own business ☠️🤦🏾‍♀️ https://t.co/w1owVpgnpU
## 997                                                            carried the whole kpop industry at the mere age of 15-17 https://t.co/A2jogIFaCA https://t.co/mtTtoMZIJ5
## 998                                                    @allkpop The main slayer! JUNGKOOK IS BEYOND KPOP! 🔥🙌👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK https://t.co/QmyMK6HKb4
## 999                                                                                                              Happy kpop content recs please. I really need it today
## 1000                       @RockAngelzSasha plus, the reason why she and many other kpop gg idols get plastic surgery is to fit the Korean bea… https://t.co/BbudfWVtLQ
## 1001                                                                                                                     baekhyun is one of the best vocalists in kpop!
## 1002                                    ever time I talk about a male I like in kpop industry I lost 5y in my life listening my gf telling like I wanna suck a dick pls
## 1003                                                                                                                The misogyny in the kpop industry is fucking insane
## 1004                       WAHHHH!!! One of the most happiest day ko kahapon dahil I got the chance to join a kpop random play dance sa school… https://t.co/866NDLxdis
## 1005                        @CaptainBarbozaa SORRY forgot to reply! i meant more like the kpop twitter community lol. i used to be a kpop stan… https://t.co/LI1CtBzGyj
## 1006                       @tammythrillz_ @uniquefri @cubeunited because you keep thinking it’s gidles fault, like how long have you been a kp… https://t.co/tR5tL7JuJL
## 1007                                                                            askfm: babtae18 &amp; hana9806423 - Instagram: shinexo825 &amp; hndnxo go follow~ #kpop
## 1008                       @EvansL117 @takanashikiara If you're really asking me to put on the tinfoil hat, my kpop powers say it's "Here we g… https://t.co/fVq2LpkBJM
## 1009                       people on tiktok would put picture of idols and have a caption like “his future gf” and it’s the most gayest kpop i… https://t.co/jRcEAe8Jpe
## 1010                                                                                               2023 kpop predictions what else should i add https://t.co/hni52t9rbu
## 1011                                           @markseasy i hate how spotify took away the recendly added in the kpop genre. all playlists and new releases get drowned
## 1012                                                               Why do kpop stans love to go on witch hunts? Y'all really be doing the most. https://t.co/DFpOP8uDro
## 1013                                                                           thinking about him… (lee jihoon aka woozi aka vocal unit leader of kpop group seventeen)
## 1014                                                                        yall when people have lives outside of kpop https://t.co/iQh2jPoFR9 https://t.co/zUi5rvWIUo
## 1015                      His smile is everything 💕\n\n#StrayKids #LeeKnow #Felix #Bangchan #changbin\n#jeongin #hyunjin #han #seungmin #stray… https://t.co/BlgJt1uaKf
## 1016                                  @ElizaBlake06 it wasnt karter who said it, ppl send anon kpop opinions to them and they post it with the agree or disagree option
## 1017                                                                                              Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E
## 1018                       every now n then I'll see a nsfw related kpop tweet and sometimes i have to strain myself not to interact bc I'll b… https://t.co/w2NSuDuGir
## 1019                                                  wjsn chocome single-handedly holding together camp kpop concepts no one does it like them https://t.co/qh5LNVN3n2
## 1020                        @minsugma nah also i’ve had bad experiences w a certain group of kpop stans who are at literally Every london kpop… https://t.co/mQW5VnH5ND
## 1021                                                                           i used to go on grindr and catfish as kpop idols ESPECIALLY soobin that was too much fun
## 1022                                                                          Jangjun is such a clown 😂 @Elodie_kpop_ @Jtaegikook2 @JaehanPeach https://t.co/FtzLG1Bb25
## 1023                   @allkpop As a BB, I'm proud to see Dkb's maknae &amp; main dancer HAN HARRY JUNE getting the recognition he deserves!😭H… https://t.co/PPcuiZxExR
## 1024                                                                                                                                      we need a kpop idol from ohio
## 1025                                                                                              only in kpop will people get mad at u for being concerned about idols
## 1026                       hiya moots! this danish person from copenhagen university needs people to reply on a questionnaire on fandom cultur… https://t.co/KBAeIq7EZa
## 1027                                                        The Face of rock in Kpop!\n\n#Dreamcatcher #드림캐쳐\n#Apocalypse #Save_us\n#MAISON https://t.co/hjl1NXfnjq
## 1028                                                                             @daniel_thestarx the it girl of kpop jennie kim from blackpink https://t.co/bniCnNX9RN
## 1029                                                                idc if it’s overdone this was so good and it had kpop tiktok in a chokehold https://t.co/JGMhVtxhlv
## 1030                                                                                                                                                     fb kpop stans*
## 1031                                                        THEIRS A KPOP SECTION IN THIS STORE I WENT TOO WITH A SHIT TON OF ALBUMS I WANT BUT THEIR LIKE $50 EACH WTF
## 1032                                                                                                             I love kpop the music is great https://t.co/uBYXA3jmLk
## 1033                                                                                           Top Kpop MVs: Old and New at the End of the Year https://t.co/mhypwUEcbM
## 1034                             @ultyunjoong also why are so many ppl in the qrts so miserable like this is why no one likes kpop stans, all they spew is negativity 🕴️
## 1035                        me since yesterday god why I was finally over my post-Wolf Alice sadness  phase and now I’m heavily kpop depressed… https://t.co/3lr1Ci1aAl
## 1036                               Shop Blackpink Merch with FAST Worldwide Shipping at https://t.co/nvjEVJ34rf \n\n#pinkvenom #blackpink #kpop https://t.co/QYAA0SpfPm
## 1037                     "will you find the common thing between these three "kpop" songs"\n\nwell they're all seventeen and they're all in ja… https://t.co/uXRJBFjhp3
## 1038                    new to #edtwt !\n\ncall me nana, she/her, 22 (almost 23) \n! minors and fatphobes dni !\n♡ kpop, comics, film, cdramas… https://t.co/UV34OXVetp
## 1039                              Looks the Kpop idols job description\nIs going to become Movie Star, Model, Idol, Novelist, Influencer , Designer , CEO in the future
## 1040                       Ive never saw an argument more dumb than “LETS SEE U THEN” when someone critics a kpop idol . THE POINT IS THEY ARE… https://t.co/84njOyYPaO
## 1041                                                                                           this is actually one of the best kpop songs ever https://t.co/xy5PbjwhQw
## 1042                       @kiMv95tae @_jeol13 @yalla_kpop @JoJoy712 @Kwthrdor @moonlvujk @BTSMYONLYLOV_E @ran__min @ii_j29 @l0XIO7 I was just… https://t.co/2OgeGO7LIf
## 1043                   RM is now the 3rd Korean Soloist in history to enter the UK Albums Chart after SUGA &amp; j-hope🔥. It's BTS vs BTS agai… https://t.co/TBOGOGFOQs
## 1044                       @poemcix i don't mean to hurt you. it's just.. fact. it's really bad now across the sk. if your kpop idol is korean… https://t.co/ki3fuFqGEn
## 1045                        Already asked about the fandom you dislike most, but what are some fandoms that you guys ACTUALLY like? (Again can… https://t.co/fyk1QObwLl
## 1046                                                                                            @sailortea_ What if ,,, you play Pokémon /while/ yelling about kpop?? 👀
## 1047                                                                    wonyoung edit música we fell in love in october girl in red fancam kpop https://t.co/syvhM0QWt5
## 1048                                                                                                                  The kpop stan behaviour 😭 https://t.co/4e5GULPGBw
## 1049                         No lie it’s pretty disappointing seeing practically none of the kpop idols, especially the American ones, support… https://t.co/CB53WRaQbK
## 1050                             pretty much all the kpop content i need this month i think. i got my fill, i can leave now, thank you everyone https://t.co/ovQCcPU0gU
## 1051                       in #Manila the #kpop crowd is more feral than the #metal crowd https://t.co/8KHUQULULC compare my clear Lacuna Coil… https://t.co/PeviEVu0s4
## 1052                        @gookiemin If someone starts listening to kpop with such a song, then they have completely different requirements.\nhttps://t.co/VvdbD7R52X
## 1053                       Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathe… https://t.co/92AiID8I2z
## 1054                   @PopBase Like this is y I h8 kpop stans &amp; y the artists probably h8 netizens too. Disrespectful and immature. Be ex… https://t.co/OQoTy9fgng
## 1055                                                         Why is JAYWHYPEE being so secretive abt Jinni’s leave tho?? \n\n#NMIXX #jyp #straykids #kpop #FIFAWorldCup
## 1056                                 I SHUFFLED MY KPOP GIRLS PLAYLIST AND SO WHAT CAME ON AND I WAS TOO BUSY BEING LIKE IM SO BAAAD TO REMEMBER ITS LOONA SINGING THAT
## 1057       12.Kpoplife(~12/31)\n\n1&gt;King of Kpop🆘️\nhttps://t.co/lsS89eBIgk\n\n2&gt;KPOP Male Idol\nhttps://t.co/doy8UVLe52\n\n3&gt;KPOP Hea… https://t.co/7ehVLumGHm
## 1058                                                                                                       i feel like im the only person on edtwt who doesnt like kpop
## 1059                       New music for an old year! Come see what #kpop The Maknae is listening to when the holiday music gets to be a littl… https://t.co/cfLqptwe1v
## 1060                WTS LFB PH RT\n\n[JAPAN PASABUY] BT21 Watch (Rectangular)\n🏷Php 4815.00\n\n🎉DOO until December 11\n🎉Pay as you order\n🎉Rel… https://t.co/Krk4HG1i46
## 1061                                                                 you know the music was good GOOD in kpop when they had that crazy hairstyle and horrendous outfits
## 1062                                                                           rly wonder how some of these ppl shell out thousands of dollars for kpop concert tickets
## 1063                                                                                                               maybe i should go to one of those night kpop parties
## 1064                                                    i have every kpop song i’ve ever liked in one 11 hour comprehensive playlist and i just wanted you guys to know
## 1065                     MY FAVORITE SOOB STAN THAT I LOVE DEARLY &lt;3 you were one of the first artists i really looked up to when i started… https://t.co/fU2fQxGKdc
## 1066                                                                                            Why are the only members of kpop groups I know leaving their groups??😭😭
## 1067                                                                                         I really feel so lost with kpop it doesn’t feel as fun as it did before :(
## 1068                       @misty_aur0ra we can't take them as the bar or for giving examples coz many hate, fighting and other stuff happened… https://t.co/2iWkmzgdfI
## 1069                                                                                                      Soyeon defined as a unicorn of kpop 😭 https://t.co/kIEr7xJKsv
## 1070                     @hinatime_ Gg stans have this weird hate for boy groups, they're litteraly the most sexist part of kpop fans\n\nTheir… https://t.co/zsnBlPdWRS
## 1071                                                                  sometimes doing kpop choreos super aggressively is so fun maybe these male idols r onto something
## 1072                        going to da kpop store tomorrow and im buying a kep1er lightstick bc its 20 dollars cheaper than twice and stayc..… https://t.co/I8xcjpbDJb
## 1073                       as a kid, my mom had these CDs that my uncle had burned with songs on it (in Chinese of course) and one of them was… https://t.co/asjByUlwKm
## 1074                       @ming1supremacy yep, shitting on idles bb placement when they are literally the only kpop group in history to enter… https://t.co/xCi0tAFZTi
## 1075                                                                                                                    this year has been both bad and good for kpop..
## 1076                                                                                                       Yes my powerhouse of Kpop ENHYPEN 🥲❤️ https://t.co/O5hDbypSSR
## 1077                                                               KBBQ chicken was def playing kpop till we came in. The suddenly it’s Chris Brown on. I hate them -.-
## 1078                       Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathe… https://t.co/HQU8it59pX
## 1079                                                                     IDEA IS ONE OF THE MOST PERFECT KPOP SONGS EVER AND YET ITS UNDERRATED https://t.co/bme0Druiv4
## 1080                 hihi im didi !! kinda new to #edtwt nd looking for active mutuals\n\n- 16, any prns\n- not fatphobic\n- i like kpop \n\n♡ / ↻ let's be moots &lt;3
## 1081                                                                                                                                    This WC has been something else
## 1082                          @Rotem_Vizman I’m devastated as well… and let’s not forget the sh*tshow Omega X have been going through? Seriously an awful year for Kpop
## 1083                          #ZCUpdate: RM makes history and becomes the first kpop soloist to achieve the #1 spot on the Artist Top 50 chart. https://t.co/BIKFkhxWWN
## 1084                                                                             Move by Taemin\nTHE Blueprint of kpop\nhttps://t.co/RWb67FgzIR https://t.co/QoGN4602cX
## 1085                       @cherrycolasun Yeah I agree . Some tiktok videos are really stupid and clout chasing. Kpop these days are really da… https://t.co/WycREGk2qR
## 1086                                               another day of ateez making the whole kpop stantwt feel threatened just by living. i love it https://t.co/33AadfxNyc
## 1087                                                                                       Pure kpop and we love it \n\nhttps://t.co/Zmwgq4Za71 https://t.co/jpPahSbbM4
## 1088                       Nothing else to do like find a Therapist you guys need therapist like what happen and why you have to let it out on… https://t.co/P1bLKKIo0Z
## 1089                                                                                                                        @KTHMSSR AT A KPOP POP UP STORE I WENT 2 🤭😻
## 1090                                                                                                                              hello new followers!\n \ni like kpop.
## 1091                       Suddenly Damaged Lady came across my tl and all I remember is the absolute insanity (at that time for the kpop scen… https://t.co/UHgoSj5o1U
## 1092                       lmaooo they worked hard too, as if france didn’t deserve?? sounds like kpop stans crying because ppl go to multiple… https://t.co/yTBezWBDPD
## 1093                        in earlier days i used to be ashamed about talking about kpop and ateez but now i’m mentioning them in every convo… https://t.co/R2b6fyBRwx
## 1094                       @floblossomstar @PopBase Did you even watch the bangtan TV? If yes, then what did Jimin said about taeyang? I don't… https://t.co/leO549Z1Hh
## 1095                        @teddych1huahua @cypherluscious Hi Teddy! My kids (26, 28, and 30) indulge me talking about them, but don't listen… https://t.co/E231hNbbme
## 1096                                                                            @Kimyongsin_ people like this need help 💀 anyone who choose kpop over morals is a loser
## 1097                                                                                      very weird response to have but hey it's kpop twitter https://t.co/5xCixatSXj
## 1098                                                                for the kpop stans this is like everglow buying views to get 100 mil on mvs https://t.co/qh8c6lmhiQ
## 1099                                                                                          28 concerts and 8 other kpop events... i think i might be a little insane
## 1100                       @FrancisSadac I agree with everything he says, but you still need to find people willing to pay $150 a ticket. KPOP… https://t.co/WT1mTR3ihg
## 1101                                                                        kpop fandom names are so funny. you’re telling me twice fans are called “onces”??? LMAOOOOO
## 1102                                                                         @TheVirgosGrove Rest well Jungkookie you deserved it for carrying your group since debut 😭
## 1103                                                                                                                        @BahamutIsA Our pilot, former kpop idol TOP
## 1104                                                                                                                      hii drop kpop songs with christmas vibes plss
## 1105                                                                                       o efeito do what's my next kpop concert manifestando https://t.co/PLUcovcx7u
## 1106                                                              @reindropcart Welcome to Cassiopeia - we love our tall, talented, kpop kings! https://t.co/huBvSzTRoe
## 1107                       @nayoungist BOO HOO!!!! SORRY MY AUTISM SELF IS NOT GOOD ENOUGH FOR YOU AND UR KPOP FRIENDS!! WE ALL CANT BE PERFEC… https://t.co/jFZLnur8kG
## 1108                                                                                        @p4rkgeehyoz @wintercvnt Football fans more crazier than kpop stans I fear.
## 1109                     @EBOYHYUNLIX Words for the two most beautiful.   “I’ll be your escape”\n“I’ll be you safe place”\n“I’ll be your shelt… https://t.co/wGBRpv0PNR
## 1110                                            ✨&amp;AUDITION - The Howling -✨\n\n【12/9】Daily Votes Ranking\n15 #YEJUN \n\nhttps://t.co/6NWjxcnuX8\n\n#andAUDITION
## 1111                       #ZCUpdate: “Still Life” debuts at #1 on the ZC Top 50 Chart. Making RM the first solo kpop artist lead to achieve a… https://t.co/oytFm3pnFz
## 1112                       It was 2016, my irl friend at college was into kpop and showed me various MVs, then in the YT recommended I saw the… https://t.co/S0wdcaaGnv
## 1113                                                                                                                      @shulkercat Bc they're the best songs in kpop
## 1114                                                                      Review: In ‘KPOP,’ Korean Pop and Broadway Meet (Too) Cute\n\n#Circle https://t.co/4PM0lqPepT
## 1115                                                                                                                                cant find any tom cruise kpop edits
## 1116                                                                                                                        for my kpop entries https://t.co/ekTXPoX3JI
## 1117                      Thank you for not giving up your dreams.\nWe don't deserve  you  but you keep on loving us. We, as your fan, promise… https://t.co/xPCVpWzj9C
## 1118                                                                                                                KPOP NIGHT IN MY HOMETOWN!? https://t.co/atOQHB00Sb
## 1119                                                                          Biggest Kpop comeback of this year, wbk🤭😭 https://t.co/gsdgv0WWUO https://t.co/cwr1slShcn
## 1120                                   @poopybooty985 BE SERIOUS FOR ONCE DONT COME ON MY KPOP ACC SAYING THIS SHIT UR GONNA GET WEIRD LOOKS!! BECOME A FREAK OUTCAST!!
## 1121                                             "luxury ost" &amp; "greatest collab" they know \nthe king of kpop and global it boy Park Jimin https://t.co/WQeANWr9Xw
## 1122                                                            its giving "drop a pic or it never happened" 😭😭 like are u new to kpop or ????? https://t.co/kpncg9Z20m
## 1123                                                                                      500k likes! Football Twitter is worse than Kpop twt 😭 https://t.co/hjFd6p4K8E
## 1124                                                                                                  kpop won’t be the same without her &lt;/3 https://t.co/n1dIiJGFnM
## 1125                                                                                                   ICYMI: Boy group kpop debuts in 2022:\n\nhttps://t.co/yqf37ttyHt
## 1126                       @zonequal get shorted when bts go to the military ..it’s a company strategy in plain sight but the fandom cares mor… https://t.co/o2uCT1jKt0
## 1127                                                                                                                        didn’t expect 2023 to be the worst in kpop.
## 1128                                                                 @nayoungist i do not listen to even a nanosecond of kpop! rawr :3 poo hole https://t.co/jNzijV2Pgs
## 1129                         i was at the kpop album store and i asked this person for help because i thought they worked there BUT THEY WERE JUST A RANDOM ASS FEARNOT
## 1130                                                                                           My #Kpop song of the day:\n\nhttps://t.co/DJRREo9NvA\n\n#EVERGLOW #NoLie
## 1131                                                     @LovingChapter2 @skz_legend @AwesomeDeni @allkpop That some kpop stans are shitty? I'm not denying that, am I?
## 1132                                                                           Okay would the world like to see some of my kpop photo folders? I think they’re so funny
## 1133                        "Indigo" breaks the record for the biggest debut for album by kpop soloist in Spotify history, with 20.667 million… https://t.co/e7tOew9ZGp
## 1134                       Decided to give the girl groups their own category this year. Here are my favorites from them! #kpop #Girlgroups \n\nhttps://t.co/d6ygM5OFd5
## 1135       【Empire of the Sun (#Hoi4 ost) - by #AndreasWaldetoft】\n#パラドゲー\n#音楽 #Kpopより良い曲\n#music #BetterThanKpop #BetterThanBTS\nhttps://t.co/85oP7sNNUw
## 1136                                                                                                                           @thankfulforbinn @ohmysweetsuga I'm dead
## 1137                                                                                          i told yall the entire kpop community is cursed 😨 https://t.co/kNXwXZBN5j
## 1138                                                i kinda love days like this they really humble me.. i'm not above the average kpop fan i would go to war for sunmi!
## 1139                                         @kpophappenings_ Honestly! From mashiho and yedam, to ravn from ONEUS and now her. Gosh 2022 wasn't the year for kpop. Nah
## 1140                        #ZCUpdate: @BTS_twt’s RM “Indigo” debuts at #1 on the ZC Album Top 50 Chart. Making him the first solo kpop artist… https://t.co/BPOPsSbVPv
## 1141                                                                  @ming1supremacy also GIDLE THE FIRST KPOP GROUP IN HISTORY TO ENTER THE CHART WITHOUT A U.S LABEL
## 1142                                         i like how weed getting legalized is under kpop like it's just Naturally associated with the genre https://t.co/bNarHytJPI
## 1143                                                                                                                        POV kpop girl group https://t.co/FHlGn8qfHd
## 1144                                      @sera_seraXV @yrnsw2119 @offclLapillus @Lapillus_twt She's so real not other kpop girls🤭🤭🤭ooopppsss don't wanna say anything.
## 1145                                                              i need help making a playlist for when i’m at work.. can yalls recommend me some kpop/non kpop songs?
## 1146                                                                                                                                     Luca modric must be a kpop fan
## 1147                       thats the hallmark of KPop STAN, they always act like they have to STAN all of the idol group but actually nobody f… https://t.co/eo9O7Y5JMe
## 1148                                                                                                                                           @otherbully This is KPOP
## 1149                                                                                      @Kpop_noodles_18 I’m good just chillin wbu? | (• ◡•)| https://t.co/u3AotN0xns
## 1150                                                                                                               Wait yall are &amp;team a jpop group or a kpop one??
## 1151                                                                                                                             vivi would eat up a 2nd gen kpop track
## 1152                                      @heartgummi IT IS THE BEST SONG , GETS EVERYONE GOING, tbh I got into kpop because of Shinee so I have a soft spot for them 😔
## 1153                                                                                                                                                Yeah! Good morning!
## 1154              ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I S… https://t.co/ZF2kHaB1dt
## 1155                        @Reavyn @TallulahMShark @gin__erso @Lil_KPop_Katze I once had to clean bloody clothes after they were abandoned in… https://t.co/DYJdQPxmrw
## 1156                       @joonlefttit As you can see, almost every army knows nothing about Big Bang and the impact it had on kpop. Other fa… https://t.co/ESAvM4ndX7
## 1157                                                    I'm talking to some atiny in the queue to the kpop club night an someone tried to get tix during a funeral??? 😭
## 1158                                                                               She always bodied choreos #ttabo #rania #bprania #a1st #kpop https://t.co/iAn2U2moBz
## 1159                                                                   Mind you, the most a kpop stan is gonna to do u is harass you on twitter https://t.co/NLQKfaG1h8
## 1160                       @dankexion I kind of feel like false accusations are one of the worst things you can do to people. You've assassina… https://t.co/arafMIEAWl
## 1161                       #blinktwt hi blinks, is there any fan chan to the songs i can look up before their concert ? it’s my ever first kpo… https://t.co/oiAeZjo88S
## 1162                   Still taking orders\nChoose your color and design \n$5 each or a set of 6 for $25 \nShipping varies\nSee one pre-made i… https://t.co/NNhbuPvmMQ
## 1163                                                                                                     Not this being the perfect time for me to find Dutch kpop accs
## 1164                                                                            Imagine if kpop stans made edits like this during awards season https://t.co/b9qaklp3Dr
## 1165                                                                                                                                    Women ! https://t.co/MlaOrk0GKP
## 1166                                  Great read (as usual) by @cashleelee. Especially in contexts with the KPOP reflections up now on 3Views:… https://t.co/x5Fo8PDdOX
## 1167                        Broadway’s ‘KPOP’ Will Close on Sunday https://t.co/5zlp8GyH9O by:@MichaelPaulson #NYC #theater #district #NewYork… https://t.co/AVnDVrbzNM
## 1168                                                                                                      explain this in kpop terms @appIe_won https://t.co/jR2KmX7J2k
## 1169                     tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfrida… https://t.co/uVHMoOgccV
## 1170                                                                                                                                    Gagagag https://t.co/13iCBslf1G
## 1171                       ten nct bts jin kpop 🔞 nsfw daddy blackpink jennie sm red velvet nct 127 nct u nct dream wayv ot22 ot26 shotaro dan… https://t.co/sxTzLb9PUV
## 1172                                                                                                     fr how do kpop stans manage to do this https://t.co/e7TLQnyEQC
## 1173                           New Kpop group announced! Q I V a 10000 member Girl group. Album releases in late August Concept: Period Futuristic ... Who's your bias?
## 1174                       Knets better get used to it cause these are their top performers for this Kpop generation. Just like in my gen BTS,… https://t.co/pg4vVlmqEI
## 1175                                                                                                   @sougoluver exactly 😭😭😭 one of my first kpop songs take me back💔
## 1176                                                          someone said blood sweat and tears is the best song in kpop and i think i have to agree… it’s one of them
## 1177               ✨&amp;AUDITION - The Howling -✨\n\n【12/9】Daily Votes Ranking\n2 #HIKARU \n6 #GAKU \n9 #HAYATE (↑1)\n13 #JUNWON (↓5)\n14… https://t.co/HD833BNlyk
## 1178                       From the LA Times -- a conversation with the creative crew of KPOP on Broadway, what went wrong, and how challengin… https://t.co/UHSQRX9hnR
## 1179                      𝙎𝙝𝙞𝙝 𝙏𝙯𝙪 - 𝗦𝗙𝗖.𝗝𝗚𝗥\nIf you've ever had a crush on someone without being able to confess your feelings, the music vid… https://t.co/Hmx7O3MiCZ
## 1180                       @jennieslvv @whalien503 @letnecjty Girl please this so call flop  spent 19 weeks on billboad by himself only kpop a… https://t.co/BWEDYmHJ2P
## 1181                       @TallulahMShark @gin__erso @Lil_KPop_Katze a lot of places could get in trouble because I'm sure they don't properl… https://t.co/Y96bRu9wSg
## 1182                       This is a great reaction. I recommend lunés go, hype it up and share it with others. The YT-er has a big kpop react… https://t.co/Cs7xR0TD4Q
## 1183                                                                                                   enid listens to 8 bit covers of kpop and abba songs and im right
## 1184                                                                       @rene_nae @Jungkook__China 𝗕𝗜𝗚𝗛𝗜𝗧 𝗥𝗘𝗦𝗣𝗘𝗖𝗧 𝗝𝗨𝗡𝗚𝗞𝗢𝗢𝗞\n#RESPECTJUNGKOOK https://t.co/xqeajn8DFp
## 1185                     Plain background with a gg member just staring into the camera pfp CHECK ✔ \n\nhates on Boygroups for no reason misus… https://t.co/bHWkGe5Kv2
## 1186                                                                                                                                   @djxiao__8888 You listen to kpop
## 1187                                                                                                                             BIGBANG【BLUE】https://t.co/739IBTeEvf
## 1188                                        @atzskzone hwa biased atinys are just so 😫😫 i completely get u tbh utopia is literally one of the best kpop songs out there
## 1189                                                                                                    skip or play kpop except it’s the best releases this year idgaf
## 1190                 WTS LFB PH RT\n\nSpecial 8 Photo-Folio Me, Myself, and Jimin ‘ID: Chaos’ 💜\n🏷Php 1940.00 payo\n🏷Php 2100.00 dop\n\n🎉DOO u… https://t.co/N0Y8A2CyXS
## 1191                                                                          exid dropped some of the best kpop songs ever then just dropped off the face of the earth
## 1192                                                                                                                 some kpop store in chicago https://t.co/eVyfafLQNf
## 1193                       why 48 things happen in kpop this week... nmixx and purple kiss loosing a member, bugaboo disbanding, 2 nct members… https://t.co/mD2PrwLLRX
## 1194                                                                                                                                        @lawisabottom kpop idol ass
## 1195               Up to 35% OFF!!\n\n사랑 Love Purple Heart Sticker\n\nhttps://t.co/PBfa6VZ3QB\n\n#love #loveheart #purple #purpleheart #cute… https://t.co/c2wJujb8Sz
## 1196                                                                                 changed kpop for the better i fear https://t.co/VkrpCG9p1c https://t.co/wajXyoIN9D
## 1197                       @exokarmaisreal Frr omg. I miss when kpop was fun and everyone just enjoyed new music. Nowdays they care more about… https://t.co/kokOFQ11LJ
## 1198                                                                                             9/12/22 ~ going to a kpop club night tonight 🥰 https://t.co/GYuzGS3ll6
## 1199                                                                                     it was sza-ing for me 😔 maybe i’m just too used to indie pop and kpop by now 😩
## 1200                                                                                                   @joonkkore The whole Kpop community (except Bunnies and ONCES 😂)
## 1201                       @xdjfaiiry firstly i would like to thank my mum without her i wouldnt be here today SECONDLY i would thank the writ… https://t.co/cvkPzUuspL
## 1202                                                                                                 Who is The King Of KPOP 2022 » KPOPLIFES - https://t.co/HObdMsd2pf
## 1203                       @vrnnmrk i think its bc the weverse magazine wasn't entirely made for kpop only they have made random articles abou… https://t.co/A1ZjB8fHta
## 1204                                                                                                                                       hated kpop songs that i love
## 1205                    my first ever office party: 3/10 \n\ncorporate job without work bestie really be hard \n\nthey got a DJ for this party… https://t.co/32BFpmTKYx
## 1206                                                                                                   If u lyk anime and kpop. Follow me, erzalucyxnatsu. :)) *smile*.
## 1207                                                                  kpop fans love racist boy groups. it explains why racist boy groups hit big or have so many fans.
## 1208                                                                                                                        Earthbound is basically jazz for kpop stans
## 1209                                                                                                     kpop perfection april u will be missed https://t.co/rdYusXJZXf
## 1210                                                                                           @NonExist_SMNBG Don't forget uzbekistan where Kpop is popular everywhere
## 1211                                                                                         @parkchaesgf Playlist: Kpop Girls On Replay\nSong: https://t.co/IpXNxXnXkz
## 1212                                                        the fact that my bf lives with me while i simultaneously have the bedroom walls covered in kpop is so funny
## 1213                                                                                       im trying to find other finnish kpop stans but i cant find any…. where are u
## 1214                                                               I always somehow manage to sneak some Kpop into my top 5s. #SpotifyWrapped \nhttps://t.co/QmG1IxM3DX
## 1215                       The way this song had my entire family in a chokehold. See at first with kpop it was just me and my mom. But when w… https://t.co/Xu04MTbJ4W
## 1216                                                                                                       @Heyjackinthebox @adioscher @FboMedeiros @felipeneto Kpop***
## 1217                                                                                                                      minseok is one of the best vocalists in kpop!
## 1218                                                                                                  @K00KNJ RM HIGHEST CHARTING KPOP SOLOIST\nCONGRATULATIONS NAMJOON
## 1219                                                                                    one of the best songs in kpop and im being 100% serious https://t.co/8bLz7Qg4HM
## 1220                                                                                  Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn
## 1221                                                                                                          Visual King of KPOP » KPOPLIFES - https://t.co/11cKHLTmnE
## 1222                        @onionlaav @LovingChapter2 @AwesomeDeni @allkpop The way y'all find every tweet of Army toxic/disrespecting.. Most… https://t.co/HZDZiTn2LD
## 1223                                                                                                                          @_lalisaluvme @PopBase a proud kpop hater
## 1224                       @AboutMusicYT Bts the only group who is not from a big3 or bigger company pave their own way to the top n even help… https://t.co/7zEI5a1hz3
## 1225                   Appendix: ENDORMOO PRESENTS ENDORMOO'S 10 FAVORITE* KPOP B-SIDES OF 2022\n\nRun BTS - BTS\nFairytale - Dreamcatcher\nYo… https://t.co/drACrtRhGE
## 1226                                                                                             @Jimin1013Lala09 🤦🏾‍♀️ BTS is literally damn Kpop omg y’all are so 🤧 lol
## 1227                        @blackmultistan @koredazai @soompi not a kpop fan, I only know bts and today because of the mention of them here I… https://t.co/HF6BZGciDc
## 1228                                                            this is what kpop groups look like when they’re forced to do choreo for ballads https://t.co/S4lbpJtje2
## 1229                           Seungkwan and woozi school seventeen fans\n#seventeenfanart #seventeen #seventeenwoozi #seventeenseungkwan #svt… https://t.co/gBfTQmSpZa
## 1230                                                                                                        baekhyun come back king kpop is doing very bad without you🥱
## 1231                       @aminaissak13 @jinflowerrr As you can see I said y’all as in multiple people not just you. BTS was even fans of Big… https://t.co/UQ3nWIMPHG
## 1232                                                                                            @aquariusmonbebe I’m a BTS stan not a kpop stan so no I’m not a kpoppie
## 1233                                                                                                                             What happened? https://t.co/3gBlAOqZoI
## 1234                                                                                                         @Foivechxn Not KPOP stuff all the time but I do post, yes.
## 1235                                                                                        @fromstars_ Kpop would be very different today without shinee, exo and vixx
## 1236                       Minho is the last rhythm that Chan wrote for his trainee period and Chan is the first choreography Minho created fo… https://t.co/PTsexcjV5f
## 1237                 WTS LFB PH RT\n\nSpecial 8 Photo-Folio Us, Ourselves, and BTS 'We'\n🏷Php 1940.00 payo\n🏷Php 2100.00 dop\n\n🎉DOO until Dec… https://t.co/yIuDhXuWG3
## 1238                    WTT / WTS\n\n♡Have: on the picture\n♡Want: offer pcs (Ive (prio: Leeso, Wonyoung, Rei)/ Aespa (prio: Karina)/ Red velv… https://t.co/QUvCJtN0j9
## 1239                             [Non kpop related] \n\nBecky is engaged!!!!! my chances have gotten from 1% to -1%. I’m so happy for her 😭💗😭💗😭 https://t.co/VKk0TVtYgP
## 1240                       fun fact: this was the first nct song i listened to and it was before i got into kpop so i didn’t know it was a kpo… https://t.co/T8Ud7d75n2
## 1241                                                                                                                         @cbassett33 My roommate is dying right now
## 1242                                                                                                           Ahhh cuties! Yechan’s reaction 🤣 https://t.co/ufJ51IJdkn
## 1243                   @taesuraya03 @atzhehet be more talented &amp; original than their faves, the bg stans in the ss hate ateez because they… https://t.co/L9pWDLVunT
## 1244                                                                                       The Top Best KPOP Boy Groups of 2022 - https://t.co/XOBdLkqeqK @TheTopFamous
## 1245                                                                                                              my school’s kpop dance club is performing everglow rn
## 1246                       I barely became a kpop fan but I have fallen in love with it, and a group that I really like is nmixx and jinni lea… https://t.co/wYTlvcG3dQ
## 1247                                                                                                           2022 and kpop What’s going on? 😭 https://t.co/nu3FYYkdn6
## 1248                                                                                               @seokmyballs FREE HIM HE’S OVERSTAYING KPOP NEEDS HIM HE WILL FIX IT
## 1249                                                                                                                    this is kpop excellence https://t.co/PMRQIIRzrm
## 1250                                                                   @WongWan73211006 I think they will go to Thailand first. Vietnam is not as big as a Kpop market.
## 1251                                                                             she keeps liking kpop tweets like she knows what y’all are tb… https://t.co/lbdN9WI3fA
## 1252                     @Yeo_Cry_Tea Exo are absolutely the moment like.. One of, if not THEEEE, quintessential kpop groups \n\nKpop would no… https://t.co/05k5xBTLuQ
## 1253                       i have a playlist of female rap songs that i associate with kpop idols with no valid explanation and this is taeyon… https://t.co/XvoT6jwdbb
## 1254                                                                                                                finally off work and kpop party tonight let's go!!!
## 1255                                                                                                          💀💀💀 downfall of kpop is happening https://t.co/eiI7wRi2oA
## 1256                                                                                      what's your fav christmas kpop song??? i need to do a christmas kpop playlist
## 1257                                                      I don’t want to hear shit from sports fans ever again about Kpop Stans because what the hell is this sksksksk
## 1258                                                                      @IamAdaMau 😭 Here's an informative Q&amp;A with @cashleelee about it! https://t.co/ubt2g5FCYE
## 1259                                                  SM Entertainment Releases Statement Regarding NCT Johnny, Jaehyun, and Jungwoo’s Injuries https://t.co/Zri5XTkY63
## 1260                                          Kinda crazy how people are calling 2022 the worst year for kpop because a bunch of flops disbanded when 2016-2017 existed
## 1261                      Acting so brave as if those ggs have actual fanbase...\nEn- is up and running, with a solid engine pushing them, don… https://t.co/Uw3kZY8c6m
## 1262                                                                                         @kate_luvs_kpop We should see if we can go sometime to celebrate birthdays
## 1263                                                                  getting my kpop cart ready cuz ik im getting some christmas money AAAHHHH https://t.co/lcQHUq0Ztd
## 1264                       @milkblocks if you like bubblegum kpop, i can't recommend weeekly enough!! after school is the one that blew up, bu… https://t.co/Kpc4s6tWrM
## 1265                                                                                          just realised i havent seen a kpop group live since summer 2019..........
## 1266                                                                                     Watch kpop groups include croatia in their world tours https://t.co/fY4TPzuRaK
## 1267                   every year exo had a peak from debut until their hiatus\n\n2013:  growl\n2014: overdose\n2015: call me baby and love me… https://t.co/kVVRzeoIIT
## 1268                                  ive told u, because this happened in here when other kpop idols came before. Sorry we're full of zombie.… https://t.co/hLuGSfIUUY
## 1269                                                                  me talking abt kpop while the entire tl is screaming crying over football https://t.co/oiKt1GDMjN
## 1270                   IM DEFINITELY ONE OF THOSE OLD KPOP PEEPZ THAT REQUESTED THIS ON MYX DAILY TOP 10 &amp; MY MYX SEGMENT 😭 ITS SVT AND TH… https://t.co/8eYqplwRWR
## 1271                                                                                                  THIS IS PURE KPOP https://t.co/F0iUCa9SoV https://t.co/mRH1Z3c8RI
## 1272                        biggest mystery in kpop is why this group disbanded after releasing 1 album and the album also contained these two… https://t.co/fxRyXpJmPR
## 1273                        @wktth @jaysbeaniefr @ayangmin9yu_k @onionlaav @AwesomeDeni @allkpop I don't know why people can't accept the fact… https://t.co/qJvlNKFJP5
## 1274                       The replies acting like a 1000 vs. 1 fight will break out 💀 if you fight over Kpop irl especially something like th… https://t.co/N7bQvgqTLE
## 1275                                                                            Best song every created it would be insulting to call it “kpop” https://t.co/OOV84UVVMR
## 1276                        proof that you'll never know if you never try haha, now i love lots of kpop songs and artists (apart from skz) and… https://t.co/M3Fs12Bid5
## 1277                                                 @Hongnhanlai87 Yes me too! I hope NJ will go to Vietnam for concert. Kpop is banned here but I can go to Vietnam 🙂
## 1278                       Kpop stans is releasing his 2015 card when it comes to Exo 🤕🤕 a band that has been on the hiatus era for 3 years th… https://t.co/4q98en76PW
## 1279                        @nichirren kpop stans have been spiralling into cult mentality to a point they treat kpop groups and fandoms like sometimes sacred and holy
## 1280                                                                                                                 Netherlands said we ain't done yet! \n\n#Qatar2022
## 1281                       Ugh I miss when Kpop was for fun, now everything is a fucking nightmare with y’all. We can’t enjoy shit. I truly mi… https://t.co/DT16pr1Hot
## 1282                                                                          @MX3Nova it’s just my tiktok account that i use so i don’t have kpop all over my main fyp
## 1283                                                                                                                                      i wanna get back into kpop ☹️☹️
## 1284                                                                                                       My fyp keeps giving me kpop and I don’t appreciate it at all
## 1285                                                                                                             some kpop stans just can't be normal and it's annoying
## 1286                                                                                                           @peakcaps it’s so good!!! a perfect summer kpop song imo
## 1287                        It’s because of JYJ suing them that there’s no longer slave contracts in Kpop and Exo m sued them for mistreatment… https://t.co/nQYtf6Jyej
## 1288                                                                                          Woodz, OnlyOneOf and DKZ in the same article!!\n\nhttps://t.co/HbvnaVq12M
## 1289                    sometimes i forget some &lt;18 kpop fans are actually allowed to buy whatever merch they want whenever they want and j… https://t.co/rl3P0uGT1z
## 1290                                                                                                                                             Let's send Messi home!
## 1291                                                                                            more of t-ara from my little queen's kpop boy 🫶 https://t.co/5tbf0CXa3n
## 1292                       i still cannot believe i'm owning a kpop fan acc when i remember how close minded i was about kpop before discoveri… https://t.co/1lbKg2A4U3
## 1293                       @Yeo_Cry_Tea Oh no one understands what call me baby did for me in 5th grade like I legitimately don't think I'd be… https://t.co/cpc2BRyDRq
## 1294                                             Everything that has happened in the kpop industry this year is crazy like wtf is going on it's like a fucking curse💀💀💀
## 1295                                                                                                                              Printilan kpop check ayygoo on shopee
## 1296                                 i love when manhwas have the typical dungeons appeared everywhere story treat hunters fans like kpop stans https://t.co/ho1Ez49cIr
## 1297                                                                                                                            my god kpop stans are so delusional 😭😭😭
## 1298                                                                                                                                          Kpop stans are funny asl😭
## 1299                       @LovingChapter2 @skz_legend @AwesomeDeni @allkpop I'm not saying it's the majority of army, just like ppl hating on… https://t.co/ewVao8uer3
## 1300                                       The urge to call my favorite kpop idols my babies even tho I’m 10+ years younger then them 😱(I’m 13) https://t.co/GxiAmFI2nJ
## 1301                   K-pop’s key character is its unique blend of multiple musical styles &amp; languages. Sticker is the perfect encapsulat… https://t.co/3nah3kWHMn
## 1302                                                                          NowPlaying on #KPOP "Moon" by #EVERGLOW \nhttps://t.co/VrAMbe3Qwl https://t.co/rqV1keN3xW
## 1303                                                                                           2014, by my cousin cause she also listen to kpop https://t.co/Fu3jhTM2Bc
## 1304                                    not to get all deep but when i was a kid kpop was so uncool and now it’s so cool to like it, my inner child feels healed &lt;33
## 1305                                                                                                                  croacia vs brasil do kpop https://t.co/cEN9b0S3Zg
## 1306                               no like genuinely how can you not think this is one of the best kpop songs production and concept wise like… https://t.co/PivITXnKj3
## 1307                       @SecuritySn @isayzuu My point is how do you expect them to win any award from such big company? Hardly any kpop fan… https://t.co/C4eyds9Xkr
## 1308                        ✨INTO1✨\n\n【12/9】Daily Votes Ranking\n1 #Rikimaru \n2 #Patrick \n3 #NINE \n4 #Santa \n5 #ZhouKeyu \n\nhttps://t.co/Py2dRCI042\n\n#into1
## 1309                                                                                            wtf is wrong with you all this over a kpop idol https://t.co/ORhhP7Hy37
## 1310                        @smate_vmin Resellers swiped up all of the seats for Ft. Worth, even accessible seats. I was crushed. Still, ATEEZ… https://t.co/0rQUaaSNTQ
## 1311                       @taetaeisabear @gladys1_2 @manjyune Circle Chart is trying to expand their "global" market presence, but we all kno… https://t.co/AmD6IriR53
## 1312                                               They want it to floppp so badly welll that's not happening he remains being the most impactful kpop act this year ❤️🫶
## 1313                                      There's a criminal lack of vixx on kpop twitter so I'm just going to remind you all that this exists… https://t.co/AV2SpBRvD2
## 1314                                                                                                                                     Oh Oh I wanna be a super girl!
## 1315                                                                                                                      arguing with dumbass Kpop stans is exhausting
## 1316                                                                                                           Whenever I listen to kpop, something good happens to me.
## 1317                     i’ve been a kpop stran since 2016 and i still get disappointed when groups dont come to the uk 💀\n\nlike you would th… https://t.co/PDXflhk4DA
## 1318                         •Credit to original owner\n-@secretlovereto\n-@dyounglv \n#NCT127 #nct #bap #KPOP #tiktok https://t.co/rTyyIg39jL… https://t.co/0juXXVtU1j
## 1319                                                                                                               Kpop men are NOT the big boys sza is talking abt btw
## 1320                                                                                                                                                   @jl_kpop dm sent
## 1321                                                                                                                          @markhmasters Looks like a kpop boy group
## 1322                                   @thvdoeric @PJM_vocal O such an impact that you were prob still too young to be aware about huh like PLS kpop is not only bts 🙄😒
## 1323                                                   @VulpesOkamis yeah that's what made people get so "kpop fan" over the characters, since there was a clear divide
## 1324                                                                                                                            @kate_luvs_kpop WHEN DID YOU GET THAT!?
## 1325                                                                         my sister surprised me and somehow the local mail sold kpop albums https://t.co/gZYoEPVNst
## 1326                       @Jimin1013Lala09 I know it’s Armys don’t correct me lol my keyboard auto corrects and I have to fix it plus it’s no… https://t.co/fGW2BeUpT4
## 1327                                                                        was just reminded of the time i went to this bookstore and kpop was playing…. what a moment
## 1328                                                                                                                 like why cant i listen to KPOP at the retail store
## 1329                                                                                      while were on the topic of best kpop song pls remember so bad by stayc exists
## 1330                             Can't wait to go home and show what I got at the kpop store lol\nIt's only like 3 items but I'm happyyyy!!!🥰🥰🥰 https://t.co/JbT50APCRK
## 1331                 WTS LFB PH RT\n\nSpecial 8 Photo-Folio Us, Ourselves, and BTS 'We' SET \n🏷Php 2505.00 payo\n🏷Php 2705.00 dop\n\n🎉DOO unti… https://t.co/pAeIzgLvo8
## 1332                       DUDE i reallyneed to get into more kpop groups but im so old school [minus loona g idle le sserafim, those r the on… https://t.co/9yOz6z0ZgG
## 1333                                                               I do not understand ICSM haters like that song is so good it pulled me into kpop fandom full time???
## 1334                       @bamboIleo Hmm, entered at what position? I saw My Universe at 25, Butter (which was release May 2021) at number 38… https://t.co/pg2VEJjIKq
## 1335                                                                                                 went to a kpop store for the first time 🤭🤭 https://t.co/td1s5EG4EG
## 1336                       my uni's kpop society did a cover showcase for our arts festival today and they covered Oh Na Na and Bomb Bomb so K… https://t.co/ZzASa5vuZE
## 1337                                                                                                         wtf is going on in kpop like even ncity is having bad luck
## 1338                          @foklorian @AboutMusicYT just say you don’t like blackpink. no kpop group is organic, especially not flopwice with their oppas everywhere
## 1339                       @AskAQueerChick My pocket friends, ie the ones I usually only see online - I spend a lot of time with them both syn… https://t.co/HIdUtmuD2Z
## 1340                                                                                 Oh they’re playing a kpop song in Wednesday lol and not even the conventional ones
## 1341                                                                                                                        @atzwap Didnt expect more from kpop fan.hf☺️
## 1342                        @m0rkseatenbooty @gdtopremacy @pinkfaiyr All of y’all need to stop. ALL kpop groups are guilty of CA. ALL OF THEM.… https://t.co/0WFMZxo0c9
## 1343                                                                            FACE REVEAL / KPOP ALBUM UNBOXING / HOPEFULLY SILENT HILL LATER https://t.co/epux6tNTmz
## 1344                                                                                                                             @nayeonmylvr ON KPOP FLEX IN GERMANY 😭
## 1345                       @sunmi_is_art @kjsonlyone @miyaohyeah with us. No one is obliged to know her story and know that she supports Brazi… https://t.co/vwS50n0Yak
## 1346                                                                                                                       @ifyunhosz kpop is an expensive hobby &lt;/3
## 1347                                                                                    is there a qrt about red flavor on that kpop song tweet because there should be
## 1348                                                                                                                                     Any moots who listens to Kpop?
## 1349                                                         I just don't get why they're making the world cup about kpop like whatsjshdudjdjdj https://t.co/izgKRGei1m
## 1350                                【My Black Rose – by Adrian von Ziegler】\n\n#Kpopより良い曲 #音楽\n#BetterThanKpop #Music\n#BetterThanBTS\nhttps://t.co/oTkpFEuEPq
## 1351                                                                                                               They're sending a kpop idol to the moon next year ??
## 1352                                                   wtf is going on in kpop?? pls i just hope they’re okay and nothing serious happened to them this is so fucked up
## 1353                        @BTSOriented Most people who went there are multis or casual listeners or fans of other groups. Never before has a… https://t.co/cZQ9gMPkYO
## 1354                       @demorality U want them to disband as if they werent carrying the kpop industry. If some of em weren't here ur favs… https://t.co/Gyx5bEvDvX
## 1355                       was so confused i thought this whole time you were talking about the kpop idol named holland — 😭 but in this contex… https://t.co/HqzO8GEdiw
## 1356                                                                               He looks like the top Kpop soloist 😄 https://t.co/02cjLlPdYz https://t.co/jcQZU6l1Y4
## 1357                       Cute kpop idol in a dark concept comeback. I can picture him dancing. But he's not the best dancer, he's the main s… https://t.co/4fWcDla0lR
## 1358                                                                                          Brazil goalkeeper is as useless as some dozen members in some kpop groups
## 1359                                                                                                                   @getthebreadd Did u return back to kpop my girl😭
## 1360                                                                                                             like 23 years old complaining abt kpop groups on twt 😭
## 1361                                                                   End fairy is the worst thing that could have ever happened to kpop and no one can change my mind
## 1362                                           this year is the worst for kpop. jinni left,chuu,loona,treasure and other more sad shit like omg. im literally so sad rn
## 1363                                                                                        most kpop girlies can't even properly sing live bfr https://t.co/ol3C0RgODG
## 1364                        Kim Taehyung Tarot Reading: Soulmate, Money or Your Heart? V speaks out via Tarot @BTSW_official  #BTSV #BTS #KPOP… https://t.co/I97kZw1hsG
## 1365                                                                                                                                        Looking for 2 more people 😊
## 1366                       i really didn’t expect to have a bias for a fake kpop idol group comprised of COOKIES AND CAKE CREATURES(?) anyways… https://t.co/MZE7dHfQ4H
## 1367                       KPOP: Explosive show engages audience in full blown pop music experience.Not for those w/sensitivity to loud noises… https://t.co/onsGFysfxQ
## 1368                                                                                             @boopleyboop stealing this line whenever pretty kpop boys catch my eye
## 1369                    Melbourne BTS ARMY\n💜 Happy TaeJin Day\n💜Happy Cup - 17 Railway Pde, Glen Waverley (next to train station)\n💜 TODAY 11… https://t.co/cscunLGe1Y
## 1370                                             there is an innate behavior that any kpop stan does which is to start showing performances and music videos they adore
## 1371                                                                       What is THAT one kpop group that you want to stan but can't because of some specific reason?
## 1372                                                              @fromstars_ Dance the night away by twice and call me baby by exo are just so kpop idk how to explain
## 1373                                                                                                      my home page being kpop and nails lol https://t.co/ir5VecLb3s
## 1374                                                                                                                        @lauranerri kpop culture is so freaking bad
## 1375                       i genuinely can't listen to some of those 2016/2017 kpop hits anymore bc i was listening to them a lot in 2018/earl… https://t.co/W7lGms6mfB
## 1376                                                     i feel so out of place with how i can so easily switch from being a kpop fan to liking all the “normal” music.
## 1377                                                                            Who Is Your Favorite Male Japanese K-Pop Idol? - Kpopmap\n#YUTA https://t.co/xblnL5tzcV
## 1378                       @SSwiftussy @Cristal10_10 @PopBase 2nd generation wasnt just consisted of big bang and 2ne1, so yes kpop would have… https://t.co/MHtCvsAh21
## 1379                       When will Kpop stans realize just because a group succeeds on charts, album sales, etc, that doesn't prove they hav… https://t.co/FH72mt7QHZ
## 1380                       @IG_Acct_zkdlin Sometimes I see other non exo-l kpop fans defend exo in threads and I feel like I would have been o… https://t.co/PRmLBWmCMQ
## 1381                                                                        finally escaping the grasps of kpop i no longer feel terrible if i dont get concert tickets
## 1382                       I feel like so many bad/crazy things are just happening in kpop rn like, the whole loona thing, jinni leaving NMIXX… https://t.co/SXpXCIvJRF
## 1383                                                                                                        @MuhammedSemi13 @ODDSbible What kpop gotta do with football
## 1384                                                                                                                    @txtlmfao Most respected hyung in all of kpop 😊
## 1385                                                                                                        without exo kpop doesn't even exist https://t.co/XMbNrUEeM1
## 1386                                                                  NCT Yuta Kpop Profile - Kpopmap - Kpop, Kdrama and Trend Stories Coverage https://t.co/hkOf3Cj9UB
## 1387                                                                                      hopefully sza's new album will pull me out of kpop /j https://t.co/hIAZHuMuIy
## 1388                                          the solo stand that come from mnet survival shows and jpop groups like akb are so annoying, kpop is worse because of them
## 1389                                                                                                                                  loona has the best discog in kpop
## 1390                                              The amount of men I’ve made listen to kpop on dating apps is astounding. These artists need to put me on the payroll.
## 1391                           it's funny when kpop stans will be like how dare you westernize this!!! Like majority of kpop's whole identity is not from black culture
## 1392                                                     who would've thought id be giggling over football edits and treating football players like i do w my kpop boys
## 1393                                     they’re all so talented and amazing and never deserved this. not like kpop stan’s ever truly cared abt idols mental health tho
## 1394                   im a kpop stan a genshin &amp; identity v player an anime enjoyer a cosplayer a monster energy can collector And she st… https://t.co/CaRCKuTxhI
## 1395                                                                                                            POP SOTY no other kpop song this year even comes close.
## 1396                       @WongWan73211006 I'm surprised you know about those 2 hell pits of the low life Kpop stans. You're totally right. I… https://t.co/TH6WnN8b0x
## 1397                       This time period right now of kpop stans also turning into temp football accs is giving me a headache it's like dou… https://t.co/JysHFuVeGK
## 1398                                                                                                              about to start tweeting like a kpop stan...her DUALIT
## 1399                                                                                    this is funnier when u know emma is an actual kpop stan https://t.co/OPz0OuHnBz
## 1400                                                                     this is what all kpop should be sounding like  https://t.co/D3j431fSgD https://t.co/1SymbRdKck
## 1401                       I doubt think jyye or any kpop company cares that much about hate their artists get in English and Chinese. It's al… https://t.co/aWATqAXtiL
## 1402                       @WORLDMUSICAWARD @ygofficialblink @SHINee @MonstaXAccess @NewJeans_ADOR @pledis_17 @Stray_Kids @ITZYofficial kpop s… https://t.co/xCc27wXdd0
## 1403                                                             nahh they can all fuck off.\n\ni guess a great sendoff to my kpop era though 🤣 https://t.co/18QsI8SRAD
## 1404                       the way you create your own definition to suit your sentiment and set a nonsense argument that rich kids must be ph… https://t.co/aU5zrGApDt
## 1405                                                                                                                       V 🤝 the face of Kpop https://t.co/mX02ZsiYM8
## 1406                                                                                     @jiunguet omg literally, it's v weird the way kpop promotes this type of thing
## 1407                                                                 @sunmimilkk “don’t have any relevance” and it’s the most prestigious award handed out in kpop HELP
## 1408                        @Rora1608 I feel you. The last time I was so crazy about kpop was Bigbang/2ne1/SNSD era. After 2ne1 disbanded, and… https://t.co/Nzi6uu9s8g
## 1409                                                                     I'm taking recommendations for Jpop and Kpop Christmas songs 📖🤲🏽🎄\n#ChristmasSongs #Jpop #Kpop
## 1410                       @allybools HONESTLY LOOOOL one of my fav things is that acc best things to happen in kpop… but everyone just consta… https://t.co/NRxvp1alip
## 1411                      The Royal Family just dropped the ARTIST EDITION show from their Virtual Experience trilogy\nft. ReQuest doing Big B… https://t.co/Pr2zs0Ir1G
## 1412                         Moon Ga Young and Seo Kang Joon | Dream K-drama pairings Part 2 ...\n \nhttps://t.co/Fi5ynmRgdy\n \n#KoreanActors… https://t.co/SMyI6Nfs24
## 1413                       The usual responses when they can't accept that another gen will be taking over the kpop scene. As a second gen sta… https://t.co/QAKRCgcgrD
## 1414                                                                                                                 @ultjmz Changed the whole of kpop too. Actual icon
## 1415                        this reminds me how often people think i'm saying gaypop when i say kpop and like yeah that definitely is also sth… https://t.co/1SL3hSHrb6
## 1416                                                                                                 im a loser whos checking up kpop pcs at midnight and i. want. him.
## 1417                                                                                        @sunmi_is_art I honestly think football stans are worse than kpop stans lol
## 1418                                                                                                                 @Areeba15974580 @ODDSbible Average cringe kpop fan
## 1419                        tell me a movie abt an emoji has any storytelling potential. wtf kind of plot is “emoji is shunned for not being a… https://t.co/dpPfRFApxV
## 1420                       cold take alert but i just saw a headline abt the broadway musical abt kpop and thats when it clicked. out of touch… https://t.co/n06wIq5Cis
## 1421                                                                                                                         @demorality Kpop is nothing without them…?
## 1422                                                           Like jooheon was hyping hyungwon  up for his stage this man is not giving any takes on the kpop industry
## 1423                      ateez? really?\nyou guys picking the greatest band in 4th gen and only band that carry the kpop on their backs...omg… https://t.co/0MtiwshvEO
## 1424                                                                                                     @vvsyongs and its crazy bc men will talk about kpop like woah!
## 1425                                                                                      “whats the best song in kpop” and i rt-ed both pied piper and fake love lmaoo
## 1426                       the way kpop stans will absolutely destroy idols dreams over a concept then have the guts to act like that idol wou… https://t.co/7pGz3X8pJB
## 1427                       also im new to this cause i guess this is a thing that every kpop group does? like this yearly season's greeting thing, can someone explain?
## 1428                                                                       NOLZA is now the highest selling KPOP album of all time. @ITZASDIARY https://t.co/XM9aYkGVa6
## 1429                                                                                                                                                kpop stans so weird
## 1430                                      @_queenmamba_ Name names now I just found out kpop had plushies and as a certified plushie addict I will like to collect them
## 1431                       @nabunnyim jyp himself doesn't have a "good heart" seeing how he treats the group. I don't get how onces/kpop stans… https://t.co/ZbJ9uldXJh
## 1432                       (opinion) idk i'd feel wrong having to pay money to talk to my idols who are people i essentially dont know.. ofc s… https://t.co/5awWcdvtnN
## 1433                                                             @usernotokayy It's true groups never disband but exo? Someone said they are the cockroaches of kpop 😭😭
## 1434                                                                                   like what is rhis?? what does this hwve to do w kpop???? https://t.co/J3CvNMz62i
## 1435                                                                                               Mappa fans sound like those kpop company stans ... both embarrassing
## 1436                          my kpop bside playlist on shuffle play pt 2:\n\npinwheel                     the leaders https://t.co/u1oyRLVKRD… https://t.co/jy8J7FnGqm
## 1437                                                  @marymybelle no cuz even my sister who doesn’t even listen to kpop anymore Looovess this song it’s just too good!
## 1438                       @magicalbangs @MystDragon_ @AboutMusicYT Although actually it’s not the girls’ fault, we veteran Kpop stans know ho… https://t.co/vnBKfPMd5u
## 1439                                                                                     1 YEAR ANNIVERSARY TO MY FAV SONG! #ATEEZ #atiny #kpop https://t.co/waSOml9ku3
## 1440                                                                            when kpop idols wear this shirt, they automatically become hot! https://t.co/uXkuKH8Mt7
## 1441                       omg we went to the new korean grocery store too and they were playing mvs on a giant tv and they had kpop albums !!! https://t.co/wHa4uXbVfC
## 1442                                                    @itsLIVEofficial @official__wonho We missed it 🥺💙\n#itsLive #원호 #CRAZY #on_on #WONHO #KPOP \n@official__wonho
## 1443                                                                                                     the things you miss when you avoid kpop twt for two months lol
## 1444                                                                                               My entire kpop heart belongs to this man. 💙🐻 https://t.co/FtLO8Q8Bkb
## 1445                                                                                                                                               RM BIGGEST THAT KPOP
## 1446                       Another heartbreaking kpop news. Usually I don’t bothered but jinni leaving jyp makes me shocked. Till now I’m stil… https://t.co/4EJpvxaR1D
## 1447                      Top 10 Kpop Songs of November, 2022 \n1. Fortuna - #LexieLiu \nMark November 24th as the day I discovered Lexie Liu.… https://t.co/T4CKBC4c2K
## 1448                        @SJofficial MY BELOVED 🥺 The group that started my love for kpop. I miss you guys so much and forever thankful for… https://t.co/hHrQrkErQU
## 1449                                                                                                       @Chromozone5 @AboutMusicYT BTS paved the way for kpop and bp
## 1450                     Top 10 Kpop Songs of November, 2022 \n2. Limbo - #Nature \nOne of those songs that leave you wondering "What the hell… https://t.co/3EsOkcd43o
## 1451                                                                                                                     Kpop stans aren't real https://t.co/Tgc1lHAEYU
## 1452                                                                          @itsLIVEofficial Best boy 💙\n#itsLive #원호 #CRAZY #on_on #WONHO #KPOP \n@official__wonho
## 1453                     Top 10 Kpop Songs of November, 2022 \n3. Alone - #Highlight \nCoincidentally, following on the heels of Young Jun Hyu… https://t.co/sTwKfrj3oI
## 1454                        @auditiontwtceo Jyp would never terminate a contract just coz a member hates a concept actually no kpop company in… https://t.co/IXYmO0OQLh
## 1455                                                                                                                                               jungkook makeup kpop
## 1456                           Wel technically Gangnam Style BUT I will go with the first song that got me into Kpop and that was Monster - Exo https://t.co/19re7YPgTj
## 1457                                                                                                         omg im gonna make my kpop x cafe shop in the sims tomorrow
## 1458                                                                                                                     kpop lighstick ranking https://t.co/YozWVroP13
## 1459                           an idol member who left their group could open an social media page(like insta or twitter, something like that)… https://t.co/2hlXyRBGLo
## 1460                     Top 10 Kpop Songs of November, 2022 \n4. Koong - #YoungJunHyung  \nDidn't know anything about the artist until I came… https://t.co/GqgRJjYnLk
## 1461                           my kpop bside playlist on shuffle play pt 1:\n\nyoung luv                       run bts https://t.co/mewCSYeeTK… https://t.co/sPdGfXaY7r
## 1462                      Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be… https://t.co/IR0uFnMs9W
## 1463                                                                                                             I totally forgot how kpop tweet used to be jjdjdjd....
## 1464                               Some kpop company needs to recruit all of the members who have been kicked out and make one big group I fear https://t.co/HCc7EOmAgM
## 1465                       These days you really be hearing kpop songs on anything and anywhere like wdym my brother heard twice's "I can't st… https://t.co/76RlRmabRO
## 1466                      jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https://t.co/qFacsX4TFg
## 1467                           Not ed related but i need 2 say kpop stans r so goddamn misogynistic. Also leave my girl w0nyoung alone shes breathing u just hate women
## 1468                     Top 10 Kpop Songs of November, 2022 \n6. Rollercoaster - #Woo_Ah \nA relatively young group (They debuted in 2020) th… https://t.co/1rZfpSz6Zd
## 1469                                                                                                                           @astjinwoosxl Same. I’d fall out of kpop
## 1470                                                               a few other agencies has took noticed of some loona members \n#kpoppredictions #kpopprediction #kpop
## 1471                     Top 10 Kpop Songs of November, 2022 \n7. All Right - #Flora \nOST's rarely make my rankings, so it's always a pleasan… https://t.co/gsoHf7wFnv
## 1472                                  @relishchuu he did yall a favor saying some shit yall cant say. what they gon do, shun his ass when heon even like kpop? lmfaoooo
## 1473                     Top 10 Kpop Songs of November, 2022 \n8. Snowy - #Itzy \nCheshire, the title track, is getting all the love (especial… https://t.co/lrywZlKXVV
## 1474                     Top 10 Kpop Songs of November, 2022 \n9. Girl in the Mirror -  #HongJinYoung \nI'm not a big fan of trot, so Hong Jin… https://t.co/2f52p5eYC5
## 1475                       a group will finally get their big break/shine to shine(2023/2024) this group hard work will pay off during that ti… https://t.co/mZKnD8NoDS
## 1476                        [KPOP FanCam 8K] ITZY Cheshire 컴백 221209 | ITZY On the way to work to @M... https://t.co/xmKHfPP8QI via @YouTube… https://t.co/xTdGYiTcwt
## 1477                            2022 saw the rise of the 4th gen girl groups\nSee how your favorite k-pop groups ranked https://t.co/QnOBK3HJqn https://t.co/P8KSQwZfwW
## 1478                              @LaChategris @Lil_KPop_Katze and as i said, we did not care what was happening, we just wanted whomever it was not to keep LEAVING IT
## 1479                                                                                           what’s y’all’s least fav fandom? Can be be multiple and outside of kpop.
## 1480                                                                      bro this year has been simultaneously an amazing year for the girls in kpop and the worst one
## 1481                                           Top 10 Kpop Songs of November, 2022 \n10. When I Move - #Kara \nWelcome back, ladies! #KpopTop10 https://t.co/cqipgqmpKa
## 1482                                                                                                                      https://t.co/vkb40wd5i0\n\nKeep vote for yuta
## 1483                       kpop stans saying exo’s peak was in 2015 when exo’s most streamed song and most popular bside was released in 2017,… https://t.co/STzF10Wk2O
## 1484                                                                                                         Kpop bom demais, fodamse divas pop https://t.co/ahyIevHhHm
## 1485                                              @LaChategris @Lil_KPop_Katze this was like....all over the underside of the lid?? so like the angle was very strange.
## 1486                                                                   Sensual and alluring.\n#KIMYOUNGDAE #THEFORBIDDENMARRIAGE #ACTOR #KDRAMA https://t.co/TUgbwkNKIz
## 1487                       @Lil_KPop_Katze @ShelleyElwood @_piegoblin_ I haven't been on a horse in a very long time, but I'm game. Also, do w… https://t.co/1jnfgOoOxI
## 1488                                 a group that isn’t from the big 3 companies will get popular or have a hit song(2023/2024)\n#kpoppredictions #kpopprediction #kpop
## 1489                                                                                               Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 1490                                                            @snowspring_ I was just scrolling on instagram and then BAM a kpop idol in space??? And no one cares???
## 1491                                                   my son just came out as emo!!! 😁😁😁😁\n#kpop #emo #livelaughlove #dream #btsarmy #BallsOut https://t.co/VxM7SvAbh0
## 1492                       honestly i'm so used to idols being shackled to years-long unbreakable contracts it's confusing when a company anno… https://t.co/bU1LBW9Wwk
## 1493                                                    EXO has made some of the greatest songs in the history of kpop and this is one of them. https://t.co/SsYntel4yw
## 1494                                FIRST KPOP CONCERT! - BLACKPINK Born Pink Concert Vlog! #BLACKPINK_BORNPINK #BLACKPINK #BLACKPINKinLondon \nhttps://t.co/fvRGrU8ZEe
## 1495                                                                                                                                           @glazaer THE KPOP EFFECT
## 1496                                                     a boy group will have a popular song that will do really well in korea\n#kpoppredictions #kpopprediction #kpop
## 1497                                                                        ONKYFANS CRASHING IN THE MIDDLE OF ME WATCHING ONE OF MY SUBS KPOP ALBUM PULLS IM GONNA CRY
## 1498                       if i ever become inactive one day, it is not because i got myself a new bias, but i am probably quitting kpop becau… https://t.co/Y8WUJjdjh2
## 1499                        @jeoncejoon I was ready to let hate paralyze my mind ...but then I realized 🤣like how kpop fans say this atrocious… https://t.co/deNHXN1pEI
## 1500                       To me there’s no best song but go though the qrts and I think you’ll see we can all agree that kpop is really outdo… https://t.co/Dh4Ps9UXcn
## 1501                       Whelp, looks like I’m probably not seeing KPOP this weekend after all. But honestly ELATED they have sold everythin… https://t.co/GGJUYKj0Gr
## 1502                                                                      You want Kpop, R&amp;B, HipHop, Rap or Reggae? I got everything in my playlist dw I gotchu ;)
## 1503                                                                                  my kpop hating ass sister loves taemin AND this song bruh https://t.co/aCSysrJfN3
## 1504                       on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons… https://t.co/QRk31kCdqB
## 1505                     🌟 Stand Figure NCT Album Universe Akrilik standee Acrylic way V 127 Dream Nctzen kpop set 🌟\n\n⭐ : 4,9\nCek Diskon :… https://t.co/VNqfkh2H3z
## 1506                                                        @xhyunsung istg it just can’t be true that out of all idols, robin and mine kpop ults leave their group 🧍🏼‍♀️
## 1507                                                            @sariisj_15 Look who’s talking. I still have yet to find another kpop group more problematic than suju.
## 1508                      🌟 KPOP GLITCH MODE NCT DREAM ART PRINT / AESTHETIC KPOP WALL DECO 🌟\n\n⭐ : 5,0\nCek Diskon : https://t.co/KUfat5boyy https://t.co/Qz1vjyQpdN
## 1509                                                                      being a kpop fan is like being a catholic\nno, i will not explain. make your own assumptions.
## 1510                       because being that young is so normalised in kpop i don’t think many people realise just how crazy it was for shine… https://t.co/2BN7ItE32S
## 1511                                             @relishchuu no bc i know he lost his shit seeing the qrts like he doesn’t listen to kpop, he has nothing to lose LMFAO
## 1512                         Idk it feels like purple karma to me. 2nd gen stans will learn how things have changed in their “15 years in kpop” https://t.co/zip4SgYrxn
## 1513                                            @OddEyeWhovian oh btw this is about all i know about 1st gen kpop bahaha. i might know an SES song or two but not a lot
## 1514                        Also I just know that if they were working with just models and not famous kpop idols they would have never made a… https://t.co/FA1rfEhWiq
## 1515                       what is up with kpop stans saying exos peak was in 2014-15 like does kokobop and the eve not exist to yall??? 😭 lik… https://t.co/1SmR5NwjH5
## 1516                       It’s really dawning on me how having an incompetent company and the lack of a united fandom is really affecting Kep… https://t.co/IqjdHxJ4mI
## 1517                                                                                                                            Kpop is bad music and I am generalizing
## 1518                                                                                             so kpop in 2022 was just good comebacks and idols leaving their groups
## 1519                       thinking about when oomf said that if the pgs were a kpop group mac would end up being main rapper purely bc she ha… https://t.co/JYvDYwb3T7
## 1520                                             @Hongnhanlai87 I saw posts on K crush and Vkr news, two vietnamese kpop fanpage. Also a page called The Fashion World.
## 1521                  Pre-order ✨\n\n#DREAMCATCHER 2023 Season's Greetings\nDaebak Store\n🛍️ https://t.co/pDTufn2szx\n🎁 5% off code: MYKPOPSHO… https://t.co/YtdO2LOvgc
## 1522                                                                                                             If you listen to kpop your opinion on music is invalid
## 1523                                                @velnumdes is it every day that you see a bratz or kpop avi getting mad about someone making fun of a national team
## 1524                                                                       kpop stans picking a random year every time n theyre always wrong 😭😭 https://t.co/X4h5uU3jqd
## 1525                       @pinathemenguin Funny ppl complain for these things when those fans are literally supporting those idols as well lo… https://t.co/4JRS1cO5md
## 1526                                                                                                Are there any mainland Chinese ppl in kpop ggs besides Xiaoting atm
## 1527                                                                                                       @fanciwu @pinksforlife_ @Sihfixtion @soompi Over kpop bffr 💀
## 1528                       i will never understand why some kpop stans call fl0p a group who is a million seller and had six wins in their mos… https://t.co/y3tbCmC0c5
## 1529                       @navi_inlove You’re so lucky to be able to just walk into a kpop store. 😭 I live in a big city on the west coast an… https://t.co/8ZfGyCqUSg
## 1530                                                                                                IT’S TRUE 🥰🥰🥰💜💜💜🌞🌞🌞 https://t.co/zC5x0yDUPj https://t.co/5MCmXBX1Pu
## 1531                                                       saw this tweet that was like “every company has one kpop stan running their socials” and it’s true. it’s me.
## 1532                                                                                            kpop meanspo is honestly so funny i have a whole folder dedicated to it
## 1533                                                   @peachdongies but u got not place to say who’s problematic when u stan one of the most problematic group in Kpop
## 1534                                                 just listened to sticker by nct for the first time and it is the funniest kpop song i have ever heard in my /life/
## 1535                                                                                    never thought i’d see the day when kpop fans would start fanwars bc of football
## 1536                                                                                     @holyannamoly He’s sexy feet tall… 🥵🔥 \n#daddylonglegs https://t.co/y5nQHniPI2
## 1537                         【A Winter's Tale (#Civilization5 ost) - by #GeoffKnorr】\n\n#Civ5\n#音楽 #Kpopより良い曲\n#music #BetterThanKpop\nhttps://t.co/Q6bLCxZlqh
## 1538                                                                               girls on top will have a comeback next year \n#kpoppredictions #kpopprediction #kpop
## 1539                                             https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg… https://t.co/jDTAAMVK7E
## 1540                                             https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg… https://t.co/JQSpn582ZW
## 1541                          https://t.co/LUcBQAuvx9 MTF ZONE Reacts To 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg… https://t.co/czGZlby4I6
## 1542                                                                                                     Hii! Is anyone interested in buying photocards?! #NAYEON #KPOP
## 1543                                             https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg… https://t.co/Jbl9Whw9yp
## 1544                       https://t.co/LUcBQAtXHB Shooting With My Favourite" Malaika Arora"🤩 | 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV… https://t.co/4ORBtwDr0z
## 1545                                                                                 @kniazhytska Still a kpop fan unfortunately other than that I’m doing pretty good!
## 1546                                                    @leoyonghoon but its the whole point of the tweet😭😭😭 that tweet talks more about op's kpop fandom than football
## 1547                                                                                                                                          Daily jebac kpop live ent
## 1548                       @Lil_KPop_Katze Noooo! I worked at a gas station the summer after high school. I cleaned the bathrooms but never, e… https://t.co/DbhX3zkodQ
## 1549                                  becoming a kpoppie later in life is so exhilarating because now i get to watch all of the kpop yuri on ice amvs and i understand.
## 1550                                                                                                                   @PLAYBAZ00KA what tf is happening to kpop lately
## 1551                                            I was never around for him because I’m only a year into the world of kpop but I also miss him 😅 https://t.co/HjAaBZeP65
## 1552                                                                                   kpop stans on twitter can’t be real, like why is everyone beefing all the time 😭
## 1553                                                                                                                            @k1mochiwaru1 is that the kpop stan one
## 1554                             damn people weren’t lying when they said most kpop stan’s are the most annoying people https://t.co/kptyWMBbzc https://t.co/656tWSjTuq
## 1555                                      “what’s two pictures that share the same energy?”\nthis. \n#kpop #leeknow #soul #straykids #P1Harmony https://t.co/Yw2KwmOb9L
## 1556                       @SYouranus @papermoon4 @realabrahamlim Kpop doesn't work because its the opposite of true honest work. The producer… https://t.co/djLX2QdAcu
## 1557                       @UrVoice8 Let me guess u a guy who lives in middle of no where pretending to be in touch with the world by listenin… https://t.co/DdlYhAnLUO
## 1558                                                                                           see how kpop stans totally forgot about the world cup now that sk is out
## 1559                       i saw a tiktok of this person showing all their kpop concert outfits for this year and i really gotta step it up fo… https://t.co/hYckcHNcKV
## 1560                       The amount of tears🤣🤣 I have talking to my moots most days is UNREAL!!! Just natural comedians and I'm here for it.… https://t.co/St3XKQMDjt
## 1561                                KATTED BOOM MY BELOVED YOU'RE SO WONDERFUL and also I miss our late night vcs where you teach me about kpop https://t.co/J8BO1lnRc1
## 1562                                                                                                              scoups best leader in kpop fr https://t.co/7qnkatBDVD
## 1563                   WOW That’s epic ! 🔥 He went there as a kid Kpop stan to see Shinee, then dreamt of becoming a Kpop idol 1 day, &amp; in… https://t.co/K2XxqH3fCq
## 1564                            Yes this song is definitely one of the best songs ever created, not only in kpop but in general it’s so good🙌🏻! https://t.co/bVjdyvA8kH
## 1565                           Ok 👌🏽, thank you! #LOONA's #ranking will come on Saturday 12/17.\n#KPOP #KpopReview #Review #music #KpopTwitter… https://t.co/vNuciWmy45
## 1566                       is there a masterlist/thread of ALL the innovations bangtan did for kpop? like having a producer line aside from ra… https://t.co/iXLoGHARGx
## 1567                                                                                         latte best kpop dog its so polite just like haseul https://t.co/AhBKdI3ZUO
## 1568                                                                  @yoongaboo I converted my friends little sisters by proxy and now my friends know some kpop songs
## 1569                                                                                         all these terrible news about kpop groups makes me anxious about astro 🫠🫠🫠
## 1570                                                                 no taemin and baekhyun being in the military is what's causing the kpop music industry to go crazy
## 1571                                                                                                Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 1572                       @kpop_spotify I think you need to make a more friendly 'excel sheet', idk if you use auto-fwd from Spotify to excel… https://t.co/T9s39Cwx2y
## 1573                        when people are interviewing kpop idol and then the person interviewing them goes like, “how did you learn english… https://t.co/CvEXt2Lp1h
## 1574                           @MYNAME_KYong -D-12\n\nCr: Pinterest\n. \n.\n#MYNAME #CHAEJIN #JUNQ #SEYONG #INSOO #GUNWOO #INDIANMYGIRL #MYBOY… https://t.co/H6RhUpb5x8
## 1575                    "they sing live" i get it\n\nkpop is all about backing tracks\n\nbut so what....:( if they cant actually sing properly… https://t.co/bw5FE7esV9
## 1576                       @urza1i sojang is spreading rumors about why jinni from nmixx left, and of course allkpop is writing about 😡 Sojang… https://t.co/RyiDpzi7ZP
## 1577                                                                    specially the part of kpop songs charting at 78 un bubble under hot 100 https://t.co/DYmrfxzf9n
## 1578                                                                                                                   my 2021 music taste was elite then kpop happened
## 1579                   Ight since nobody is going to point it out..I FUCKING WILL!  \nTiktok Creator: Jordan Nataé came online yesterday &amp;… https://t.co/xvxAkZoMG3
## 1580                                                                                                               Loving the copium tonight on Brazillian kpop twitter
## 1581                            @kevinwoo91 I am so sorry that this happened this way oof course Kevin you should enjoy your last day with your Kpop Broadway family 🙂❤
## 1582                                                                       still one of the best kpop songs ever released, and i stand by that! https://t.co/vTqBgF2z0F
## 1583                 + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Sp… https://t.co/Hsg36mbqNo
## 1584                                                                                                                            sorry for the kpop spam i got nostalgic
## 1585                                                                                           @jadasokpopp there’s no way i’m gonna fall in love with an AI kpop idol…
## 1586                                                                                                            @AboutMusicYT the top 3 is the entire kpop industry 🥹🫶🏻
## 1587                         Sorry its so funny to me to see footballers being treated the way people treat kpop idols but they are being SERIOUS ABT IT.. please don’t
## 1588                                                                                           COUNTRY GIRLS (yes I know this is a kpop thread) https://t.co/dNc2Uxpn5C
## 1589                                                                        Friend: sus you getting kpop on your fyp \n\nMe the past few weeks: https://t.co/MUITRz6z6p
## 1590                 there’s a list\n1. sherlock\n2. the chaser\n3. gee\n4. superhuman\n5. mirotic\nin no particular order but these songs lit… https://t.co/PeaNyn3A2X
## 1591                                                                                                       no its not a phase to listen to kpop once a year, mom &gt;:(
## 1592                                                                                     @miumiulace I like it, we need more kpop idols with confidence like Soyeon 🤷🏽‍♀️
## 1593                                  no but really what year do these people think it is exo is as relevant to the current kpop scene as raisins are to mac and cheese
## 1594                                                                                                            lucky my fav kpop idol dog like https://t.co/jtoEL81n1s
## 1595                       @_piegoblin_ @Lil_KPop_Katze Tmi warning, but I used to be on a medication that gave me explosive diarrhea and it n… https://t.co/iLiNYpZBDd
## 1596                       @Fantasyy160801 Im in Madrid and we are planning on going to a kpop store tomorrow but i have no idea is it worth i… https://t.co/ExRDqkeznB
## 1597                                                                       its official im unstanning all kpop groups units everything i cant live like this ANY LONGER
## 1598                                                               these r the albums i own from my first kpop phase:\n\nmots7\ncle 2\nmots persona\nlove urself answer
## 1599                       not my mom turning on the radio and all the stations are red neck versions of christmas carols and then asking my s… https://t.co/jxu0XZdPBs
## 1600                       Not an nmixx stan but fans are blaming JYPE solely as if they’re not apart of the problem too. Y’all come on twt to… https://t.co/o4eyPrdOY0
## 1601                       I need kpop fan especially international kpop fans 2 stop already. You people act like you know all when it comes 2… https://t.co/lZ9Xhb4q7c
## 1602                       Dalsooobin gave us a song that literally felt like a spiritual and holy awakening, during the pandemic when we were… https://t.co/7va5fTr2w5
## 1603                                                                  @aerideulssi @kpophappenings_ This is always gonna be iconic in the history of kpop fake bangs 😂😂
## 1604                                                                                                                @KariLake I'd hate to see #kpop snatch all the tix.
## 1605                                                                                         @glamourhiyyih The worst combo is them being a kpop stans on top of it all
## 1606                                                                     markiplier nsfw 18+ onlyfans leak kpop anime scissor lesbian moan gay  https://t.co/vN3hOTsJ3k
## 1607                                                                                                            I just hate kpoppies who don’t know anything about kpop
## 1608                                                                                                                              i just got the ick from a kpop idol 😬
## 1609                                                                                     i have to find someone who isn't a kpop fan so i can infodump to them about it
## 1610                                                                                                              kpop twt whenever skz breathe https://t.co/6Sc0OVWhQq
## 1611                                                                                                                                  my new kpop playlist is so good 😭
## 1612                       @theheckinghck That might be more feasible, but this still reads like corporate speak about something that will nev… https://t.co/2isqrbvc3C
## 1613                       @nyuskneehighs Yeah I know trust me, same here...it was one of the main reason why I had never took interest in kpo… https://t.co/WHArsuDUjn
## 1614                                                                                I JUST WALKED INTO A KPOP STORE AND THEYRE PLAYING PARADIGM https://t.co/hiCgh249Q0
## 1615                                           the grip BESTie has on me. NO MUSIC IN 7 YEARS N THEYRE MY FAVE KPOP GROUP THAT EVER LIVED!!!!!! https://t.co/OyQjYoQK5c
## 1616                       I choose to engage w/ Kpop and point out the problems I see. As anyone should. You, on the other hand, just want to… https://t.co/uteQAJv7AS
## 1617                       I have been a kpop fan since second gen. There’s nothing you could say or show me that I have not heard, seen or sa… https://t.co/h21I6VeLKO
## 1618                  Everything is up to 35% OFF!!😲\n\n사랑 Love Purple Heart T-Shirt\n\nhttps://t.co/wXoN86OEhu\n\n#loveheart #heart #purple… https://t.co/it4iTJe4J9
## 1619                                                                       Imagine blackpink have 2-3 comeback like every kpop group! Yeah read the first word again!💀🙂
## 1620                       I missed my Kpop lottery purchase deadline yesterday cus I thought they'd text me if I win, and i didn't win today.… https://t.co/br6vpLfclz
## 1621                                                                                                                        i think ateez is the sluttiest kpop group 😏
## 1622                    I voted for [n.Ssign] Lee Hanjun !! \nTotal Vote Count:10,055 https://t.co/hV7nBdPbGO #LeeHanjun #イハンジュン #nSsign… https://t.co/3geE0H5TAQ
## 1623                                              We’re With You: Kara’s Ji-young leaves group’s comeback album at late member Ha-ra’s res ...… https://t.co/D3HrI2YKcU
## 1624                                                                                        no like why are you blaming the loss of a football team on a kpop group 😭😭😭
## 1625                     Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist t… https://t.co/vFZNnA9cmC
## 1626                               @namchanhyung Hhhhh yeah.... It's just so much darker than that to me tho, like brotherhood or not, kpop is such a horrific industry
## 1627                                             @seokskive @BTSMamaFan1 Insane promo to push that kpop acts but not for the members of the biggest group in the world.
## 1628                                                                                                       Surprised they had a Kpop store near where Iive LEZ GOOOOOOO
## 1629                        as a dreamzen there’s like no accs who translate like they do, moas are so lucky they are doing this 😭 apologising… https://t.co/ed4rnySkP3
## 1630                          They are so cool, god I love this so much!\n❤️‍🔥❤️‍🔥❤️‍🔥❤️‍🔥❤️‍🔥❤️‍🔥\n#XdinaryHeroes #엑스디너리_히어로즈 #WE_ARE_ALL_HEROES… https://t.co/9eZQSWSSYm
## 1631                                                                                                              Kpop stans are so unserious 😭 https://t.co/5uREEYkl47
## 1632                                                                                                                 @CubforKdub one more for u https://t.co/5vAfKswW9g
## 1633                          So many Kpop boys are growing out their mullets in multitude of colors that I could totally assemble a wholeass Vkei band out of them 😂😂😂
## 1634                  Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-7… https://t.co/FQthwt6aSy
## 1635                    not new to #ageretwt but took a small break !!\n\nlooking for oomfs preferably 17+\n\n♡ into kpop (svt, nct, atz, etc)… https://t.co/p5EFzLfYPF
## 1636                                                         Just say you new in kpop..it was never okay to bring other groups lightstick but yeah keep being loud here
## 1637                                                                                                  This was not on my Kpop bingo card today… https://t.co/3hMG5OLBZj
## 1638                                                                                                                    Anything you like to have on this page in 2023?
## 1639                        they had * debut in a kpop super group with taemin kai and baekhyun, everyone was well aware the man couldn't sing… https://t.co/yentcvVeBO
## 1640                                                                     @foresthwa Mine is very Kpop twt stan but I also don’t tweet a lot lol https://t.co/eMvXqTM0vz
## 1641                                                                          never thought id see the day the WC is compared to kpop groups 💀⚰️ https://t.co/zm5T1bMkps
## 1642                       i’m actually so pissed at kpop stans for what they’ve done to nmixx. seeing these amazing girls who were so excited… https://t.co/Qg2QA76rIm
## 1643                       @CubforKdub u can literally watch videos of kpop idols who talk about the money they owed to their companies from t… https://t.co/QOGSotDTam
## 1644                                    okay i’m done retweeting things from the best song in kpop thread, what we’ve learned today is that i love all the kpop so much
## 1645           wts ☽༓・*˚⁺‧͙\n\nhave: bts love yourself tour pcs\n\n!! details:\n- open ww\n- paypal f&amp;f only\n\navailability:\n$8 | $6\n\n🏷️… https://t.co/2W8nLsU2Yu
## 1646                                                                                                                                   @dankexion A nap sounds good! 😅😅
## 1647                                                                       imma say one thing y’all need to leave neymar alone take your lil kpop fights somewhere else
## 1648                                                Some Orange Caramel song years ago, but I consider HIP my first while knowing the word kpop https://t.co/bzy7iOBNoI
## 1649                 guys im going on a date tomorrow &gt;__&lt; we’re buying from small businesses and then going to a korean fried chicken p… https://t.co/3Hk5WuHPX3
## 1650      wts ☽༓・*˚⁺‧͙\n\nhave: yunho pc &amp; mingi id\n\n!! details:\n- open ww\n- paypal f&amp;f only\n\navailability:\n$5 | $2\n\n🏷️ ateez a… https://t.co/uID4Sseab8
## 1651                       @Mimis_Quokka The answer is JYP always did smtg wrong with artist. As an old kpop Stan JYP had caused issue with Go… https://t.co/EERMaMyZT4
## 1652                                                     @CubforKdub oh my gosh why don’t u go do ur research urself about kpop contracts n then give me ur opinion!!!!
## 1653       wts ☽༓・*˚⁺‧͙\n\nhave: han no easy pc &amp; skzoo polaroid\n\n!! details:\n- open ww\n- paypal f&amp;f only\n\navailability:\n$2 | $8… https://t.co/dSSwQhhSxt
## 1654                                                                                                                                                  KPOP IS MY STYLE♥
## 1655                                                                                                                                           I’m in my kpop era again
## 1656                        anon also I think she likes DIA too bc i remember one zhibo were she played a lot of DIA songs (bsides included) …… https://t.co/3SSReNjk9Q
## 1657                             @Jarekor_ @Dashed1x honestly straight looks better on u ima be honest ur hair is too straight for mid part you look like a kpop member
## 1658                                                                                                        Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 1659           wts ☽༓・*˚⁺‧͙\n\nhave: sumin makestar pob + circle cards\n\n!! details:\n- open ww\n- paypal f&amp;f only\n\navailability:\n$10 |… https://t.co/ehLZovSuRQ
## 1660                                                                                              @HodesAj She was first idol in 2015. From twice. Took my kpop cherry.
## 1661                                                                                               This is objectively the best kpop song ever. https://t.co/XtqjtsuPB3
## 1662                                me blocking my moots cause why not. brazil’s team is bigger and more successful than all ur silly kpop acts https://t.co/Ux9JmegjnR
## 1663                       I mean I still listen to kpop because I like it but I've no real connection with any of the groups. Probably the la… https://t.co/DjjOSDJ4o4
## 1664                                                                                       @isakidol sorry..they r one of my ult groups they literally got me into kpop
## 1665                                                                            Why are kpop stans turning this into a fan war y'all weird af 🥴 https://t.co/p6GFpMxSCQ
## 1666                       @biracial_booty this and also the “dale moreno no pares moreno” sound being used for yt boys or kpop stars… none of… https://t.co/3IlflWXuUm
## 1667                                                                                                          I miss kpop when it was real kpop https://t.co/zHEDmAsjzT
## 1668                                                                                                                      @jeongvkks kpop merch is getting so expensive
## 1669                                                                                                            or maybe they do idk havent listened to kpop in a while
## 1670                           The way Chan holds Soo Jae hands😭🦋 | Why Her Ep 10 | #hwan ...\n \nhttps://t.co/KSBCDsTkA8\n \n#KoreanActresses… https://t.co/iNMijqv2J8
## 1671                                                                                                           @Lucyanaaaaaa_ @AboutMusicYT it says kpop “Female” songs
## 1672                                                             @sakeiyaa So you've been caught.\n\nGosh, it's like behind every kpop avatar is some salty black girl.
## 1673                                                                                                                                               RM BIGGEST THAT KPOP
## 1674                           another picture of the gates bc i was freaking out getting so see them i felt so ill art history loving kpop fan https://t.co/ZFqP0TeZGe
## 1675                                                                                    this was funny if u dont overanalyze everything like the kpop stans in the qrts
## 1676                                                                                         kpop stans making stupid and incorrect comparisons https://t.co/pNWDpDTq26
## 1677                       telling ppl not into kpop that scoups is my fav and that he’s also the leader i always feel the need to be like: bu… https://t.co/jyH4iaFEar
## 1678                                                                                  congratulations to STRAY KIDS for being the only kpop group to have hwang hyunjin
## 1679                                                                               RM BIGGEST THAT KPOP\nCONGRATULATIONS RM \nINDIGO BIGGEST DEBUT \nINDIGO 80M SPOTIFY
## 1680                                                                                   @imygphobic ive been out of kpop lately 😭😭 wallahi i barely keep up with my favs
## 1681                       well, fireworks by ateez will always be the one and only song that hypes every kpop fan idc\nhttps://t.co/EzVYDRehha https://t.co/IotThRaw57
## 1682                                                                                                                      marry the night by lady gaga is actually kpop
## 1683                                                                                                                      Kpop Smash or Pass thread [Extra hot edition]
## 1684                                                                                         Didn't know a kpop christmas playlist was what I was missing from my life.
## 1685                        @terryluvclub no cause i was a kpop fan for two years and i never saw bg stans wishing ggs would disband but maybe… https://t.co/8Wj54B0k9u
## 1686                                                                    I do like this aesthetic but i would kinda ruin it with my kpop merch 😭 https://t.co/3P2xo71Tim
## 1687                                                                                                       ENHYPEN THE FUTURE OF KPOP INDEED🔥🔥🔥 https://t.co/HC4OY2gwkS
## 1688                                                                                                       @garamserene I wanted every tiktok kpop stan off this planet
## 1689                                               the moment that kpop bg performed “Supercalifragilisticexpialidocious” at MAMA, I just could not take them seriously
## 1690                                                                                         Starting thread of kpop songs tht sound like this: https://t.co/6UGywEk9w3
## 1691                                          This morning I’ve been sending my work to kpop publication because 1. photographer 2. more dc content needs to be covered
## 1692                                                                                                 theres no other kpop song like it actually https://t.co/0b56SD6kvz
## 1693                       @CARMENavarrete I was looking for something NOT related to kpop. I was NOT into it. And saw a picture of DNA Tae. W… https://t.co/f2UPfGVwqB
## 1694                       @jaemcoelhinho hahaha what's happening to the sonyas lately they are becoming very obsessed with Lisa eh like every… https://t.co/Xtzdn5qMBx
## 1695                                                                                                 @PLAYBAZ00KA I don't know who any of these ppl are 😭 is this kpop?
## 1696                       @ArmyXBTS_1578 @TribalPapi @AboutMusicYT Twitter army’s when they realize kpop groups can pave their own way for th… https://t.co/PfojZnXdWy
## 1697                                                                             Ikyfl BITCHES SHOULD HAVE BEEN DOING KPOP CHANTS LET ME INNNNN https://t.co/cqKDReb4Ip
## 1698                                   every infinite song is the best kpop song ever made. except that One. but everything else, even their commercials, are excellent
## 1699                                                                       @glamourhiyyih One of moots got dts for literally celebrating and it was all from kpop stans
## 1700                              it gotta be true because neither kpop nor football fans know the actual value of both tbz and croatia i guess https://t.co/3DNMHLYQhR
## 1701                                                                                                           football fans &amp; kpop fans are definitely same breed💀
## 1702                        @nayoungist ahhh makes sense i like listening to jpop as well on occasion (like not kpop groups releasing japanese… https://t.co/0Z1erBKeUY
## 1703                       @Beomkai_yeri to be fair, maybe they like the groups personality? oddly i have an irl who likes watching b*s videos, but doesn't like kpop 😂
## 1704                       I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every… https://t.co/2em5qoHOSm
## 1705                                                                               RM BIGGEST THAT KPOP\nCONGRATULATIONS RM \nINDIGO BIGGEST DEBUT \nINDIGO 80M SPOTIFY
## 1706                                                                                                                       bts is the only kpop group without a 🐺 emoji
## 1707                                                    Christian horse girl kpop really is the only genre of kpop where every single song hits https://t.co/ad8hD5IzCu
## 1708                                                                                                                               @mntozakisana29 woah it's kpop chill
## 1709                       The Faeries are back and just in time to help you find that special gift for the holidays. How about this, handmade… https://t.co/a6efJmsZ0h
## 1710                                                                                                                        soccer and kpop are the saaaaammeeeee 😭😭😭😭😭
## 1711                                  No... for kpop fans who don’t keep up with football this is like exo losing best selling sm album to nct. https://t.co/FH7RU6z6Mc
## 1712                      Hi, fandom Kpop, Kdrama! ❤ Let's walk together on the flower path and give each other love ❤ \nPlease  support me. S… https://t.co/2C9xzSRk1e
## 1713                                                                                                     @houseofjihope same with philly nobody in kpop ever comes here
## 1714                                                    @TheChowderhead I just had whiplash because why is Kpop star TOP of all people being sent to the moon oh my god
## 1715                                                   kpop youtubers literally just want attention never seen any good takes in vids like this https://t.co/Vsz6yzsa4t
## 1716                                                  BLACKPINK’s Jennie Goes Viral For Being “Upset” With Jisoo For The Most Unexpected Reason https://t.co/ZKozoBNEli
## 1717                                                       @dokjatruther “Croatia was actually in the finals last time kpop stans are so corny” https://t.co/Z4WMh1n1lV
## 1718                                                                                                                 Kpop sound like epileptic seizure and brain damage
## 1719                       Stanning kpop groups now is so stressful. You have to learn stage names, real names, match names to faces, and lear… https://t.co/4jw7PkiOdW
## 1720                                                                    @BYE0LBI mania was released january 2018 👵 i literally became a kpop stan while waiting for fob
## 1721                                                           kpop stans: don’t baby idols, they’re grown men 🤬🤬🤬\nthe grown man in question:\nhttps://t.co/1WUweDXguY
## 1722                       yesterday was such a simp day for me. i got up at noon, played honkai impact for like 5 hours and then watched kpop… https://t.co/u0L6GO3JC3
## 1723                                                                            who knew id be witnessing the mix of kpop and football stans through a pannchoa article
## 1724                Girl Crush Jeongyeon is very Alluring💚\n#OnceAgainWithJeongyeon \nFan\nFancy Fancam\nWallpaper\nVocals\nBeautiful\nGorgeou… https://t.co/K0N5UeK1Ix
## 1725                                                                                                                                    @Nofaced_ are u a kpop girl now
## 1726                     I don’t know who might need to hear this but I have read all the pjo books outside of toa and further. \n\nI’m well a… https://t.co/jKJw3prpls
## 1727                                         qrts are sounding a lot like kpop fws im having flashbacks. “AND HOW MANY GOALS DID UR FAVS WIN?”… https://t.co/OVGqEq2Vyw
## 1728                                                                                                                       @Kpop_Oracle good job, now lets take a nap 😄
## 1729                     hard to sing while dancing? \n\ni just wish kpop didnt like make things so fake lol i get autotune sure but they dont even try to switch it up
## 1730                       Then Asians got into something else but it remained popular in JP to this day. We’re in the same cycle now with ani… https://t.co/sdMkhv7uNa
## 1731                                                                                                               guys what kpop songs would you show to a nonkpop fan
## 1732                        @ADMcMillan1 @papermoon4 @realabrahamlim Granted, could the marketing have gone better? Yes. But Kpop also started… https://t.co/s5BsM3wLWP
## 1733                                              lawd you football people are even more deranged than kpop fans.. didnt know that was possible https://t.co/DL6No5Hx9o
## 1734                       @EmLiChaeng LMAOOO a secret relationship i can't stop laughing 😭oh my god the delusion, continue speaking to lamp p… https://t.co/i8ZNtJw0Wg
## 1735                       Are you usually into football or just during world/euro cup? — i've been into football since forever 🫡 i was on foo… https://t.co/YPo7OmFqih
## 1736                                   putting kpop’s tallest idol and shortest idol next to each other on national television is so sick to me https://t.co/klO8XzhjmX
## 1737                                                                                                                   @fiinallysafe the 1975 my fav kpop group omg 😍😍😍
## 1738                                         @jjkonlyace DJ DINO is one of the firsts who predicted Jungkook’s success out of all kpop. He’s a believer since early on.
## 1739                                                                                                                      @NSB_Kpop_Bears IF U WONT VE HERE 911 CLALING
## 1740                       @0325_jade @alexuskaii Right 😭 people  are allowed to have a life outside of kpop twt and admins acc isn’t even for… https://t.co/i5mQmtus44
## 1741                                             @CanCallMeIris One of the beauties of being totally ignorant about kpop is I have no feelings on anything like this. 😂
## 1742                       ...biceps,abs check,hard workout,The Gym, abs to how get for workout best conditioning at kpop home pack idols a ex… https://t.co/FYLYifVcvA
## 1743                                                                                   Don't know nct was 18th mist followed kpop artist before https://t.co/LLN4PJPEw6
## 1744                                                                                                              the tyler kpop sigilkore music pipeline is ridiculous
## 1745                        ❣️: @bethaleaf @sig_stay @namchanhyung @lomlchannies @e_stay0819 @Rishikajha15 @bela_evka @xoxo_seungmin8 @xxxul666… https://t.co/04AzmAQFuw
## 1746                                                                                                                               tf is happening in the kpop industry
## 1747                      Gotta get that #Zoomer market by mentioning it can play #KPop music (b/c the genre matters at all, lol).\n\nPortable… https://t.co/1H3NelFThz
## 1748                       @nayoungist i tend to add some of the new releases to my playlist for a bit but eventually i overplay them so 🤷 idk… https://t.co/qd6Se2I2pi
## 1749                       When I didn't know what GOAT meant I wondered why football fans use to call Messi a goat I thought they were associ… https://t.co/WZ2Cmr4TGK
## 1750                                                                                                                             suchwita is the dystopia daily of kpop
## 1751                                                                                @squishieovi Atp I’m convinced they don’t have a life outside of kpop and twitter 💀
## 1752                                                                                      NCT wad the 18th most followed kpop artist on spoofy? https://t.co/3Jqm3tlOAH
## 1753                                            Watch: Kim Jung Hyun, Im Soo Hyang, And More Impress At First Script Reading For Upcoming Drama https://t.co/hlq5fwKjW0
## 1754                                                                                           This cactus outsinging most of the kpop industry https://t.co/Qikf3QIP2X
## 1755                                                                                                                                              Roller coaster indeed
## 1756                       @CubforKdub i obviously dk the situation that lead to her leaving but this tweet has nothing to do w that. it’s lit… https://t.co/6OVXlPh4jP
## 1757                                    #RM joins Jhope &amp; Suga becoming the only Korean/Kpop Soloist to enter the UK Official Albums Chart! https://t.co/BSCODij6dd
## 1758                                                                                                                                   @itdoesnteggs @ every kpop group
## 1759                     @Lil_KPop_Katze Happened more than once in a big house I shared with five other people. \n\nWe had to have a house me… https://t.co/OJcfyNjv8B
## 1760                                          Pre-order ✨\n\n#STRAYKIDS ‘Stay In Stay’ In Jeju Exhibition ‘To Stay, From Stray Kids’ Merch\n🛍️… https://t.co/cKE50cJMQT
## 1761                       a rumour is not the same as mocking someone who has passed away, I promise you someone make a joke about someone on… https://t.co/0TpcueBM9k
## 1762                                    like the space time fabric of what i thought my introduction to kpop was has drastically changed and i’m now a different person
## 1763                                                                                  best thing to happen in kpop idc\nhttps://t.co/wyKS3zuNBM https://t.co/gPeeG9oG0c
## 1764                                     @njslostairpods i stanned only one kpop group for a whole year and a half..... luckily i was sane enough to not become a... yk
## 1765                   Pre-order ✨\n\n#ATEEZ X Wonderwall Collab 8 Makes 1 Team Collection\n🛍️ https://t.co/0tUR1jLquW\n🎁 Get a 10% discount u… https://t.co/cA2F8QtKVQ
## 1766                       @CubforKdub this is not jyp specific. i was literally just qt the tweet where the person said that it’s easy to ter… https://t.co/W6uVzUdV06
## 1767                                                                          my new kpop hyperfixation is this song LIKE THE INTRO ALOOONE \n\nhttps://t.co/c8JIDvaHtN
## 1768                       @allkpop @jeonforevr TOP SOLOIST JUNGKOOK \n\nCongratulations jungkook \nDREAMERS BY JUNGKOOK  #Jungkook #dreamers #FIFAWorldCup    @BTS_twt
## 1769                     A song for your playlist: #MERRYGOROUND 🎤\n\nMake sure to check out more of his music through the link in his Instagr… https://t.co/7pcg51g7QJ
## 1770                     @allkpop @jeonforevr JUNGKOOK KOREA’S PRIDE\nSO PROUD OF JUNGKOOK\n\nMy vote is for @charlieputh x @BTS_twt #Jungkook… https://t.co/IAF4RhfZ9z
## 1771                                                       #NMIXX slims to sextet with member Jinni's departure  \n#kpopgirlgroup #kpop #JYP\n\nhttps://t.co/jVfBs0jJpg
## 1772                                                                                                  kpop stand get the fuck off my timline i dont care ur music sucks
##                  created isRetweet
## 1    2022-12-09 23:59:23     FALSE
## 2    2022-12-09 23:59:02     FALSE
## 3    2022-12-09 23:58:44     FALSE
## 4    2022-12-09 23:58:40     FALSE
## 5    2022-12-09 23:58:35     FALSE
## 6    2022-12-09 23:58:30     FALSE
## 7    2022-12-09 23:58:28     FALSE
## 8    2022-12-09 23:58:23     FALSE
## 9    2022-12-09 23:58:19     FALSE
## 10   2022-12-09 23:58:17     FALSE
## 11   2022-12-09 23:58:09     FALSE
## 12   2022-12-09 23:58:00     FALSE
## 13   2022-12-09 23:57:58     FALSE
## 14   2022-12-09 23:57:55     FALSE
## 15   2022-12-09 23:57:30     FALSE
## 16   2022-12-09 23:57:27     FALSE
## 17   2022-12-09 23:57:25     FALSE
## 18   2022-12-09 23:57:07     FALSE
## 19   2022-12-09 23:56:55     FALSE
## 20   2022-12-09 23:56:39     FALSE
## 21   2022-12-09 23:56:38     FALSE
## 22   2022-12-09 23:56:35     FALSE
## 23   2022-12-09 23:56:09     FALSE
## 24   2022-12-09 23:56:08     FALSE
## 25   2022-12-09 23:55:52     FALSE
## 26   2022-12-09 23:55:38     FALSE
## 27   2022-12-09 23:55:34     FALSE
## 28   2022-12-09 23:55:17     FALSE
## 29   2022-12-09 23:55:01     FALSE
## 30   2022-12-09 23:54:54     FALSE
## 31   2022-12-09 23:54:54     FALSE
## 32   2022-12-09 23:54:41     FALSE
## 33   2022-12-09 23:54:41     FALSE
## 34   2022-12-09 23:54:35     FALSE
## 35   2022-12-09 23:54:33     FALSE
## 36   2022-12-09 23:54:27     FALSE
## 37   2022-12-09 23:54:10     FALSE
## 38   2022-12-09 23:53:56     FALSE
## 39   2022-12-09 23:53:49     FALSE
## 40   2022-12-09 23:53:35     FALSE
## 41   2022-12-09 23:53:32     FALSE
## 42   2022-12-09 23:53:25     FALSE
## 43   2022-12-09 23:53:20     FALSE
## 44   2022-12-09 23:53:14     FALSE
## 45   2022-12-09 23:53:01     FALSE
## 46   2022-12-09 23:52:41     FALSE
## 47   2022-12-09 23:52:35     FALSE
## 48   2022-12-09 23:52:34     FALSE
## 49   2022-12-09 23:52:26     FALSE
## 50   2022-12-09 23:52:13     FALSE
## 51   2022-12-09 23:52:09     FALSE
## 52   2022-12-09 23:52:04     FALSE
## 53   2022-12-09 23:51:57     FALSE
## 54   2022-12-09 23:51:46     FALSE
## 55   2022-12-09 23:51:44     FALSE
## 56   2022-12-09 23:51:24     FALSE
## 57   2022-12-09 23:51:15     FALSE
## 58   2022-12-09 23:51:15     FALSE
## 59   2022-12-09 23:51:08     FALSE
## 60   2022-12-09 23:50:42     FALSE
## 61   2022-12-09 23:50:42     FALSE
## 62   2022-12-09 23:50:36     FALSE
## 63   2022-12-09 23:50:27     FALSE
## 64   2022-12-09 23:50:21     FALSE
## 65   2022-12-09 23:50:17     FALSE
## 66   2022-12-09 23:50:08     FALSE
## 67   2022-12-09 23:49:44     FALSE
## 68   2022-12-09 23:49:19     FALSE
## 69   2022-12-09 23:49:09     FALSE
## 70   2022-12-09 23:49:05     FALSE
## 71   2022-12-09 23:49:04     FALSE
## 72   2022-12-09 23:48:53     FALSE
## 73   2022-12-09 23:48:40     FALSE
## 74   2022-12-09 23:48:29     FALSE
## 75   2022-12-09 23:48:11     FALSE
## 76   2022-12-09 23:48:07     FALSE
## 77   2022-12-09 23:47:56     FALSE
## 78   2022-12-09 23:47:55     FALSE
## 79   2022-12-09 23:47:54     FALSE
## 80   2022-12-09 23:47:52     FALSE
## 81   2022-12-09 23:47:49     FALSE
## 82   2022-12-09 23:47:43     FALSE
## 83   2022-12-09 23:47:40     FALSE
## 84   2022-12-09 23:47:28     FALSE
## 85   2022-12-09 23:47:24     FALSE
## 86   2022-12-09 23:47:19     FALSE
## 87   2022-12-09 23:47:16     FALSE
## 88   2022-12-09 23:47:13     FALSE
## 89   2022-12-09 23:47:04     FALSE
## 90   2022-12-09 23:46:38     FALSE
## 91   2022-12-09 23:46:06     FALSE
## 92   2022-12-09 23:46:02     FALSE
## 93   2022-12-09 23:45:52     FALSE
## 94   2022-12-09 23:45:37     FALSE
## 95   2022-12-09 23:45:36     FALSE
## 96   2022-12-09 23:45:36     FALSE
## 97   2022-12-09 23:45:30     FALSE
## 98   2022-12-09 23:45:26     FALSE
## 99   2022-12-09 23:45:26     FALSE
## 100  2022-12-09 23:45:25     FALSE
## 101  2022-12-09 23:45:09     FALSE
## 102  2022-12-09 23:44:51     FALSE
## 103  2022-12-09 23:44:49     FALSE
## 104  2022-12-09 23:44:44     FALSE
## 105  2022-12-09 23:44:36     FALSE
## 106  2022-12-09 23:44:35     FALSE
## 107  2022-12-09 23:44:28     FALSE
## 108  2022-12-09 23:44:22     FALSE
## 109  2022-12-09 23:44:10     FALSE
## 110  2022-12-09 23:43:58     FALSE
## 111  2022-12-09 23:43:54     FALSE
## 112  2022-12-09 23:43:51     FALSE
## 113  2022-12-09 23:43:45     FALSE
## 114  2022-12-09 23:43:43     FALSE
## 115  2022-12-09 23:43:38     FALSE
## 116  2022-12-09 23:43:37     FALSE
## 117  2022-12-09 23:43:33     FALSE
## 118  2022-12-09 23:43:28     FALSE
## 119  2022-12-09 23:43:26     FALSE
## 120  2022-12-09 23:43:07     FALSE
## 121  2022-12-09 23:43:01     FALSE
## 122  2022-12-09 23:42:59     FALSE
## 123  2022-12-09 23:42:51     FALSE
## 124  2022-12-09 23:42:36     FALSE
## 125  2022-12-09 23:42:32     FALSE
## 126  2022-12-09 23:42:29     FALSE
## 127  2022-12-09 23:42:24     FALSE
## 128  2022-12-09 23:42:23     FALSE
## 129  2022-12-09 23:42:23     FALSE
## 130  2022-12-09 23:42:08     FALSE
## 131  2022-12-09 23:41:50     FALSE
## 132  2022-12-09 23:41:49     FALSE
## 133  2022-12-09 23:41:47     FALSE
## 134  2022-12-09 23:41:31     FALSE
## 135  2022-12-09 23:41:22     FALSE
## 136  2022-12-09 23:41:13     FALSE
## 137  2022-12-09 23:41:04     FALSE
## 138  2022-12-09 23:41:04     FALSE
## 139  2022-12-09 23:40:53     FALSE
## 140  2022-12-09 23:40:52     FALSE
## 141  2022-12-09 23:40:37     FALSE
## 142  2022-12-09 23:40:34     FALSE
## 143  2022-12-09 23:40:10     FALSE
## 144  2022-12-09 23:40:05     FALSE
## 145  2022-12-09 23:39:59     FALSE
## 146  2022-12-09 23:39:57     FALSE
## 147  2022-12-09 23:39:55     FALSE
## 148  2022-12-09 23:39:00     FALSE
## 149  2022-12-09 23:39:00     FALSE
## 150  2022-12-09 23:38:55     FALSE
## 151  2022-12-09 23:38:49     FALSE
## 152  2022-12-09 23:38:19     FALSE
## 153  2022-12-09 23:38:15     FALSE
## 154  2022-12-09 23:37:54     FALSE
## 155  2022-12-09 23:37:51     FALSE
## 156  2022-12-09 23:37:41     FALSE
## 157  2022-12-09 23:37:37     FALSE
## 158  2022-12-09 23:37:25     FALSE
## 159  2022-12-09 23:37:11     FALSE
## 160  2022-12-09 23:36:38     FALSE
## 161  2022-12-09 23:36:28     FALSE
## 162  2022-12-09 23:36:09     FALSE
## 163  2022-12-09 23:36:01     FALSE
## 164  2022-12-09 23:36:00     FALSE
## 165  2022-12-09 23:36:00     FALSE
## 166  2022-12-09 23:35:59     FALSE
## 167  2022-12-09 23:35:50     FALSE
## 168  2022-12-09 23:35:33     FALSE
## 169  2022-12-09 23:35:25     FALSE
## 170  2022-12-09 23:35:13     FALSE
## 171  2022-12-09 23:35:04     FALSE
## 172  2022-12-09 23:34:48     FALSE
## 173  2022-12-09 23:34:38     FALSE
## 174  2022-12-09 23:34:33     FALSE
## 175  2022-12-09 23:34:31     FALSE
## 176  2022-12-09 23:34:26     FALSE
## 177  2022-12-09 23:34:17     FALSE
## 178  2022-12-09 23:34:00     FALSE
## 179  2022-12-09 23:33:58     FALSE
## 180  2022-12-09 23:33:32     FALSE
## 181  2022-12-09 23:32:59     FALSE
## 182  2022-12-09 23:32:51     FALSE
## 183  2022-12-09 23:32:48     FALSE
## 184  2022-12-09 23:32:47     FALSE
## 185  2022-12-09 23:32:42     FALSE
## 186  2022-12-09 23:32:41     FALSE
## 187  2022-12-09 23:32:40     FALSE
## 188  2022-12-09 23:32:03     FALSE
## 189  2022-12-09 23:31:58     FALSE
## 190  2022-12-09 23:31:57     FALSE
## 191  2022-12-09 23:31:48     FALSE
## 192  2022-12-09 23:31:44     FALSE
## 193  2022-12-09 23:31:35     FALSE
## 194  2022-12-09 23:31:27     FALSE
## 195  2022-12-09 23:31:21     FALSE
## 196  2022-12-09 23:31:14     FALSE
## 197  2022-12-09 23:31:00     FALSE
## 198  2022-12-09 23:30:23     FALSE
## 199  2022-12-09 23:30:22     FALSE
## 200  2022-12-09 23:30:12     FALSE
## 201  2022-12-09 23:30:10     FALSE
## 202  2022-12-09 23:30:00     FALSE
## 203  2022-12-09 23:29:59     FALSE
## 204  2022-12-09 23:29:33     FALSE
## 205  2022-12-09 23:29:18     FALSE
## 206  2022-12-09 23:29:08     FALSE
## 207  2022-12-09 23:29:00     FALSE
## 208  2022-12-09 23:28:54     FALSE
## 209  2022-12-09 23:28:45     FALSE
## 210  2022-12-09 23:28:42     FALSE
## 211  2022-12-09 23:28:34     FALSE
## 212  2022-12-09 23:28:29     FALSE
## 213  2022-12-09 23:28:21     FALSE
## 214  2022-12-09 23:28:12     FALSE
## 215  2022-12-09 23:28:12     FALSE
## 216  2022-12-09 23:27:48     FALSE
## 217  2022-12-09 23:27:43     FALSE
## 218  2022-12-09 23:27:40     FALSE
## 219  2022-12-09 23:27:37     FALSE
## 220  2022-12-09 23:27:34     FALSE
## 221  2022-12-09 23:27:32     FALSE
## 222  2022-12-09 23:27:31     FALSE
## 223  2022-12-09 23:27:30     FALSE
## 224  2022-12-09 23:27:30     FALSE
## 225  2022-12-09 23:27:06     FALSE
## 226  2022-12-09 23:26:54     FALSE
## 227  2022-12-09 23:26:46     FALSE
## 228  2022-12-09 23:26:40     FALSE
## 229  2022-12-09 23:26:34     FALSE
## 230  2022-12-09 23:26:22     FALSE
## 231  2022-12-09 23:26:17     FALSE
## 232  2022-12-09 23:26:15     FALSE
## 233  2022-12-09 23:26:06     FALSE
## 234  2022-12-09 23:25:51     FALSE
## 235  2022-12-09 23:25:40     FALSE
## 236  2022-12-09 23:25:26     FALSE
## 237  2022-12-09 23:25:25     FALSE
## 238  2022-12-09 23:24:50     FALSE
## 239  2022-12-09 23:24:42     FALSE
## 240  2022-12-09 23:24:39     FALSE
## 241  2022-12-09 23:24:38     FALSE
## 242  2022-12-09 23:24:36     FALSE
## 243  2022-12-09 23:24:31     FALSE
## 244  2022-12-09 23:24:24     FALSE
## 245  2022-12-09 23:24:11     FALSE
## 246  2022-12-09 23:24:08     FALSE
## 247  2022-12-09 23:24:05     FALSE
## 248  2022-12-09 23:23:56     FALSE
## 249  2022-12-09 23:23:51     FALSE
## 250  2022-12-09 23:23:49     FALSE
## 251  2022-12-09 23:23:48     FALSE
## 252  2022-12-09 23:23:34     FALSE
## 253  2022-12-09 23:23:23     FALSE
## 254  2022-12-09 23:23:21     FALSE
## 255  2022-12-09 23:23:10     FALSE
## 256  2022-12-09 23:23:06     FALSE
## 257  2022-12-09 23:22:56     FALSE
## 258  2022-12-09 23:22:55     FALSE
## 259  2022-12-09 23:22:46     FALSE
## 260  2022-12-09 23:22:27     FALSE
## 261  2022-12-09 23:22:18     FALSE
## 262  2022-12-09 23:22:17     FALSE
## 263  2022-12-09 23:22:00     FALSE
## 264  2022-12-09 23:21:58     FALSE
## 265  2022-12-09 23:21:56     FALSE
## 266  2022-12-09 23:21:43     FALSE
## 267  2022-12-09 23:21:41     FALSE
## 268  2022-12-09 23:21:39     FALSE
## 269  2022-12-09 23:21:39     FALSE
## 270  2022-12-09 23:21:36     FALSE
## 271  2022-12-09 23:21:13     FALSE
## 272  2022-12-09 23:20:55     FALSE
## 273  2022-12-09 23:20:50     FALSE
## 274  2022-12-09 23:20:50     FALSE
## 275  2022-12-09 23:20:36     FALSE
## 276  2022-12-09 23:20:35     FALSE
## 277  2022-12-09 23:20:19     FALSE
## 278  2022-12-09 23:20:03     FALSE
## 279  2022-12-09 23:19:39     FALSE
## 280  2022-12-09 23:19:36     FALSE
## 281  2022-12-09 23:19:25     FALSE
## 282  2022-12-09 23:19:23     FALSE
## 283  2022-12-09 23:19:19     FALSE
## 284  2022-12-09 23:19:03     FALSE
## 285  2022-12-09 23:18:57     FALSE
## 286  2022-12-09 23:18:50     FALSE
## 287  2022-12-09 23:18:49     FALSE
## 288  2022-12-09 23:18:43     FALSE
## 289  2022-12-09 23:17:54     FALSE
## 290  2022-12-09 23:17:50     FALSE
## 291  2022-12-09 23:17:47     FALSE
## 292  2022-12-09 23:17:42     FALSE
## 293  2022-12-09 23:17:40     FALSE
## 294  2022-12-09 23:17:40     FALSE
## 295  2022-12-09 23:17:32     FALSE
## 296  2022-12-09 23:17:31     FALSE
## 297  2022-12-09 23:17:24     FALSE
## 298  2022-12-09 23:17:09     FALSE
## 299  2022-12-09 23:17:08     FALSE
## 300  2022-12-09 23:17:02     FALSE
## 301  2022-12-09 23:16:54     FALSE
## 302  2022-12-09 23:16:52     FALSE
## 303  2022-12-09 23:16:26     FALSE
## 304  2022-12-09 23:16:11     FALSE
## 305  2022-12-09 23:16:09     FALSE
## 306  2022-12-09 23:16:09     FALSE
## 307  2022-12-09 23:15:59     FALSE
## 308  2022-12-09 23:15:57     FALSE
## 309  2022-12-09 23:15:53     FALSE
## 310  2022-12-09 23:15:43     FALSE
## 311  2022-12-09 23:15:29     FALSE
## 312  2022-12-09 23:15:21     FALSE
## 313  2022-12-09 23:15:19     FALSE
## 314  2022-12-09 23:15:16     FALSE
## 315  2022-12-09 23:15:13     FALSE
## 316  2022-12-09 23:15:01     FALSE
## 317  2022-12-09 23:14:57     FALSE
## 318  2022-12-09 23:14:41     FALSE
## 319  2022-12-09 23:14:29     FALSE
## 320  2022-12-09 23:14:29     FALSE
## 321  2022-12-09 23:14:19     FALSE
## 322  2022-12-09 23:13:41     FALSE
## 323  2022-12-09 23:13:39     FALSE
## 324  2022-12-09 23:12:59     FALSE
## 325  2022-12-09 23:12:56     FALSE
## 326  2022-12-09 23:12:55     FALSE
## 327  2022-12-09 23:12:54     FALSE
## 328  2022-12-09 23:12:51     FALSE
## 329  2022-12-09 23:12:43     FALSE
## 330  2022-12-09 23:12:40     FALSE
## 331  2022-12-09 23:12:34     FALSE
## 332  2022-12-09 23:12:30     FALSE
## 333  2022-12-09 23:12:30     FALSE
## 334  2022-12-09 23:12:29     FALSE
## 335  2022-12-09 23:12:06     FALSE
## 336  2022-12-09 23:12:06     FALSE
## 337  2022-12-09 23:12:05     FALSE
## 338  2022-12-09 23:11:57     FALSE
## 339  2022-12-09 23:11:55     FALSE
## 340  2022-12-09 23:11:46     FALSE
## 341  2022-12-09 23:11:42     FALSE
## 342  2022-12-09 23:11:38     FALSE
## 343  2022-12-09 23:11:33     FALSE
## 344  2022-12-09 23:11:19     FALSE
## 345  2022-12-09 23:10:56     FALSE
## 346  2022-12-09 23:10:51     FALSE
## 347  2022-12-09 23:10:49     FALSE
## 348  2022-12-09 23:10:48     FALSE
## 349  2022-12-09 23:10:44     FALSE
## 350  2022-12-09 23:10:42     FALSE
## 351  2022-12-09 23:10:36     FALSE
## 352  2022-12-09 23:10:31     FALSE
## 353  2022-12-09 23:10:20     FALSE
## 354  2022-12-09 23:10:15     FALSE
## 355  2022-12-09 23:10:11     FALSE
## 356  2022-12-09 23:10:08     FALSE
## 357  2022-12-09 23:10:07     FALSE
## 358  2022-12-09 23:09:52     FALSE
## 359  2022-12-09 23:09:42     FALSE
## 360  2022-12-09 23:09:42     FALSE
## 361  2022-12-09 23:09:40     FALSE
## 362  2022-12-09 23:09:31     FALSE
## 363  2022-12-09 23:09:04     FALSE
## 364  2022-12-09 23:08:50     FALSE
## 365  2022-12-09 23:08:31     FALSE
## 366  2022-12-09 23:08:30     FALSE
## 367  2022-12-09 23:08:27     FALSE
## 368  2022-12-09 23:08:24     FALSE
## 369  2022-12-09 23:08:21     FALSE
## 370  2022-12-09 23:08:11     FALSE
## 371  2022-12-09 23:08:09     FALSE
## 372  2022-12-09 23:08:09     FALSE
## 373  2022-12-09 23:07:49     FALSE
## 374  2022-12-09 23:07:40     FALSE
## 375  2022-12-09 23:07:31     FALSE
## 376  2022-12-09 23:07:25     FALSE
## 377  2022-12-09 23:07:09     FALSE
## 378  2022-12-09 23:07:08     FALSE
## 379  2022-12-09 23:06:56     FALSE
## 380  2022-12-09 23:06:39     FALSE
## 381  2022-12-09 23:06:27     FALSE
## 382  2022-12-09 23:06:26     FALSE
## 383  2022-12-09 23:06:05     FALSE
## 384  2022-12-09 23:06:00     FALSE
## 385  2022-12-09 23:05:56     FALSE
## 386  2022-12-09 23:05:44     FALSE
## 387  2022-12-09 23:05:44     FALSE
## 388  2022-12-09 23:05:31     FALSE
## 389  2022-12-09 23:05:25     FALSE
## 390  2022-12-09 23:05:24     FALSE
## 391  2022-12-09 23:05:22     FALSE
## 392  2022-12-09 23:04:58     FALSE
## 393  2022-12-09 23:04:43     FALSE
## 394  2022-12-09 23:04:42     FALSE
## 395  2022-12-09 23:04:34     FALSE
## 396  2022-12-09 23:04:20     FALSE
## 397  2022-12-09 23:04:10     FALSE
## 398  2022-12-09 23:04:04     FALSE
## 399  2022-12-09 23:03:47     FALSE
## 400  2022-12-09 23:03:40     FALSE
## 401  2022-12-09 23:03:16     FALSE
## 402  2022-12-09 23:03:14     FALSE
## 403  2022-12-09 23:03:12     FALSE
## 404  2022-12-09 23:02:43     FALSE
## 405  2022-12-09 23:02:42     FALSE
## 406  2022-12-09 23:02:29     FALSE
## 407  2022-12-09 23:02:26     FALSE
## 408  2022-12-09 23:02:16     FALSE
## 409  2022-12-09 23:02:12     FALSE
## 410  2022-12-09 23:01:44     FALSE
## 411  2022-12-09 23:01:41     FALSE
## 412  2022-12-09 23:01:38     FALSE
## 413  2022-12-09 23:01:29     FALSE
## 414  2022-12-09 23:01:24     FALSE
## 415  2022-12-09 23:01:21     FALSE
## 416  2022-12-09 23:01:09     FALSE
## 417  2022-12-09 23:01:06     FALSE
## 418  2022-12-09 23:01:01     FALSE
## 419  2022-12-09 23:01:00     FALSE
## 420  2022-12-09 23:00:49     FALSE
## 421  2022-12-09 23:00:45     FALSE
## 422  2022-12-09 23:00:40     FALSE
## 423  2022-12-09 23:00:33     FALSE
## 424  2022-12-09 23:00:30     FALSE
## 425  2022-12-09 23:00:10     FALSE
## 426  2022-12-09 23:00:02     FALSE
## 427  2022-12-09 23:00:01     FALSE
## 428  2022-12-09 23:00:00     FALSE
## 429  2022-12-09 22:59:54     FALSE
## 430  2022-12-09 22:59:21     FALSE
## 431  2022-12-09 22:59:17     FALSE
## 432  2022-12-09 22:59:16     FALSE
## 433  2022-12-09 22:59:04     FALSE
## 434  2022-12-09 22:58:56     FALSE
## 435  2022-12-09 22:58:41     FALSE
## 436  2022-12-09 22:58:41     FALSE
## 437  2022-12-09 22:58:30     FALSE
## 438  2022-12-09 22:58:29     FALSE
## 439  2022-12-09 22:58:13     FALSE
## 440  2022-12-09 22:58:03     FALSE
## 441  2022-12-09 22:58:00     FALSE
## 442  2022-12-09 22:57:57     FALSE
## 443  2022-12-09 22:57:39     FALSE
## 444  2022-12-09 22:57:24     FALSE
## 445  2022-12-09 22:57:13     FALSE
## 446  2022-12-09 22:57:12     FALSE
## 447  2022-12-09 22:56:55     FALSE
## 448  2022-12-09 22:56:52     FALSE
## 449  2022-12-09 22:56:44     FALSE
## 450  2022-12-09 22:56:28     FALSE
## 451  2022-12-09 22:56:26     FALSE
## 452  2022-12-09 22:56:02     FALSE
## 453  2022-12-09 22:55:48     FALSE
## 454  2022-12-09 22:55:38     FALSE
## 455  2022-12-09 22:55:31     FALSE
## 456  2022-12-09 22:55:29     FALSE
## 457  2022-12-09 22:55:22     FALSE
## 458  2022-12-09 22:55:20     FALSE
## 459  2022-12-09 22:55:09     FALSE
## 460  2022-12-09 22:54:58     FALSE
## 461  2022-12-09 22:54:57     FALSE
## 462  2022-12-09 22:54:46     FALSE
## 463  2022-12-09 22:54:35     FALSE
## 464  2022-12-09 22:54:16     FALSE
## 465  2022-12-09 22:54:13     FALSE
## 466  2022-12-09 22:54:12     FALSE
## 467  2022-12-09 22:53:41     FALSE
## 468  2022-12-09 22:53:38     FALSE
## 469  2022-12-09 22:53:38     FALSE
## 470  2022-12-09 22:53:22     FALSE
## 471  2022-12-09 22:53:14     FALSE
## 472  2022-12-09 22:53:12     FALSE
## 473  2022-12-09 22:53:05     FALSE
## 474  2022-12-09 22:52:59     FALSE
## 475  2022-12-09 22:52:54     FALSE
## 476  2022-12-09 22:52:54     FALSE
## 477  2022-12-09 22:52:50     FALSE
## 478  2022-12-09 22:52:48     FALSE
## 479  2022-12-09 22:52:28     FALSE
## 480  2022-12-09 22:52:25     FALSE
## 481  2022-12-09 22:52:24     FALSE
## 482  2022-12-09 22:52:21     FALSE
## 483  2022-12-09 22:52:06     FALSE
## 484  2022-12-09 22:51:56     FALSE
## 485  2022-12-09 22:51:46     FALSE
## 486  2022-12-09 22:51:41     FALSE
## 487  2022-12-09 22:51:29     FALSE
## 488  2022-12-09 22:51:21     FALSE
## 489  2022-12-09 22:51:18     FALSE
## 490  2022-12-09 22:51:17     FALSE
## 491  2022-12-09 22:51:10     FALSE
## 492  2022-12-09 22:51:04     FALSE
## 493  2022-12-09 22:51:03     FALSE
## 494  2022-12-09 22:50:59     FALSE
## 495  2022-12-09 22:50:44     FALSE
## 496  2022-12-09 22:50:42     FALSE
## 497  2022-12-09 22:50:33     FALSE
## 498  2022-12-09 22:50:27     FALSE
## 499  2022-12-09 22:50:18     FALSE
## 500  2022-12-09 22:50:17     FALSE
## 501  2022-12-09 22:50:08     FALSE
## 502  2022-12-09 22:50:06     FALSE
## 503  2022-12-09 22:50:04     FALSE
## 504  2022-12-09 22:50:03     FALSE
## 505  2022-12-09 22:50:02     FALSE
## 506  2022-12-09 22:50:00     FALSE
## 507  2022-12-09 22:49:56     FALSE
## 508  2022-12-09 22:49:43     FALSE
## 509  2022-12-09 22:49:35     FALSE
## 510  2022-12-09 22:49:29     FALSE
## 511  2022-12-09 22:49:20     FALSE
## 512  2022-12-09 22:49:17     FALSE
## 513  2022-12-09 22:48:58     FALSE
## 514  2022-12-09 22:48:55     FALSE
## 515  2022-12-09 22:48:53     FALSE
## 516  2022-12-09 22:48:51     FALSE
## 517  2022-12-09 22:48:49     FALSE
## 518  2022-12-09 22:48:47     FALSE
## 519  2022-12-09 22:48:41     FALSE
## 520  2022-12-09 22:48:40     FALSE
## 521  2022-12-09 22:48:35     FALSE
## 522  2022-12-09 22:48:15     FALSE
## 523  2022-12-09 22:47:47     FALSE
## 524  2022-12-09 22:47:40     FALSE
## 525  2022-12-09 22:47:38     FALSE
## 526  2022-12-09 22:47:30     FALSE
## 527  2022-12-09 22:47:23     FALSE
## 528  2022-12-09 22:47:02     FALSE
## 529  2022-12-09 22:46:52     FALSE
## 530  2022-12-09 22:46:46     FALSE
## 531  2022-12-09 22:46:44     FALSE
## 532  2022-12-09 22:46:37     FALSE
## 533  2022-12-09 22:46:33     FALSE
## 534  2022-12-09 22:46:31     FALSE
## 535  2022-12-09 22:45:49     FALSE
## 536  2022-12-09 22:45:39     FALSE
## 537  2022-12-09 22:45:35     FALSE
## 538  2022-12-09 22:45:34     FALSE
## 539  2022-12-09 22:45:22     FALSE
## 540  2022-12-09 22:45:16     FALSE
## 541  2022-12-09 22:45:11     FALSE
## 542  2022-12-09 22:45:03     FALSE
## 543  2022-12-09 22:44:52     FALSE
## 544  2022-12-09 22:44:44     FALSE
## 545  2022-12-09 22:44:44     FALSE
## 546  2022-12-09 22:44:29     FALSE
## 547  2022-12-09 22:44:28     FALSE
## 548  2022-12-09 22:44:02     FALSE
## 549  2022-12-09 22:43:55     FALSE
## 550  2022-12-09 22:43:25     FALSE
## 551  2022-12-09 22:43:10     FALSE
## 552  2022-12-09 22:43:06     FALSE
## 553  2022-12-09 22:43:04     FALSE
## 554  2022-12-09 22:43:01     FALSE
## 555  2022-12-09 22:43:00     FALSE
## 556  2022-12-09 22:42:45     FALSE
## 557  2022-12-09 22:42:44     FALSE
## 558  2022-12-09 22:42:27     FALSE
## 559  2022-12-09 22:42:22     FALSE
## 560  2022-12-09 22:42:08     FALSE
## 561  2022-12-09 22:41:27     FALSE
## 562  2022-12-09 22:41:24     FALSE
## 563  2022-12-09 22:41:16     FALSE
## 564  2022-12-09 22:41:10     FALSE
## 565  2022-12-09 22:41:06     FALSE
## 566  2022-12-09 22:41:03     FALSE
## 567  2022-12-09 22:40:47     FALSE
## 568  2022-12-09 22:40:34     FALSE
## 569  2022-12-09 22:40:13     FALSE
## 570  2022-12-09 22:40:07     FALSE
## 571  2022-12-09 22:39:58     FALSE
## 572  2022-12-09 22:39:46     FALSE
## 573  2022-12-09 22:39:17     FALSE
## 574  2022-12-09 22:38:50     FALSE
## 575  2022-12-09 22:38:31     FALSE
## 576  2022-12-09 22:38:22     FALSE
## 577  2022-12-09 22:38:20     FALSE
## 578  2022-12-09 22:38:17     FALSE
## 579  2022-12-09 22:37:35     FALSE
## 580  2022-12-09 22:37:34     FALSE
## 581  2022-12-09 22:37:33     FALSE
## 582  2022-12-09 22:37:28     FALSE
## 583  2022-12-09 22:37:19     FALSE
## 584  2022-12-09 22:37:17     FALSE
## 585  2022-12-09 22:37:07     FALSE
## 586  2022-12-09 22:37:01     FALSE
## 587  2022-12-09 22:36:56     FALSE
## 588  2022-12-09 22:36:16     FALSE
## 589  2022-12-09 22:36:10     FALSE
## 590  2022-12-09 22:35:58     FALSE
## 591  2022-12-09 22:35:42     FALSE
## 592  2022-12-09 22:35:41     FALSE
## 593  2022-12-09 22:35:39     FALSE
## 594  2022-12-09 22:35:36     FALSE
## 595  2022-12-09 22:35:33     FALSE
## 596  2022-12-09 22:35:24     FALSE
## 597  2022-12-09 22:35:12     FALSE
## 598  2022-12-09 22:35:09     FALSE
## 599  2022-12-09 22:35:03     FALSE
## 600  2022-12-09 22:34:46     FALSE
## 601  2022-12-09 22:34:45     FALSE
## 602  2022-12-09 22:34:35     FALSE
## 603  2022-12-09 22:34:35     FALSE
## 604  2022-12-09 22:34:09     FALSE
## 605  2022-12-09 22:34:07     FALSE
## 606  2022-12-09 22:33:56     FALSE
## 607  2022-12-09 22:33:49     FALSE
## 608  2022-12-09 22:33:41     FALSE
## 609  2022-12-09 22:33:09     FALSE
## 610  2022-12-09 22:33:06     FALSE
## 611  2022-12-09 22:33:02     FALSE
## 612  2022-12-09 22:32:28     FALSE
## 613  2022-12-09 22:32:27     FALSE
## 614  2022-12-09 22:32:20     FALSE
## 615  2022-12-09 22:32:13     FALSE
## 616  2022-12-09 22:32:05     FALSE
## 617  2022-12-09 22:31:58     FALSE
## 618  2022-12-09 22:31:51     FALSE
## 619  2022-12-09 22:31:48     FALSE
## 620  2022-12-09 22:31:33     FALSE
## 621  2022-12-09 22:31:25     FALSE
## 622  2022-12-09 22:31:14     FALSE
## 623  2022-12-09 22:31:09     FALSE
## 624  2022-12-09 22:31:08     FALSE
## 625  2022-12-09 22:30:58     FALSE
## 626  2022-12-09 22:30:58     FALSE
## 627  2022-12-09 22:30:58     FALSE
## 628  2022-12-09 22:30:54     FALSE
## 629  2022-12-09 22:30:49     FALSE
## 630  2022-12-09 22:30:44     FALSE
## 631  2022-12-09 22:30:39     FALSE
## 632  2022-12-09 22:30:38     FALSE
## 633  2022-12-09 22:30:33     FALSE
## 634  2022-12-09 22:30:20     FALSE
## 635  2022-12-09 22:30:19     FALSE
## 636  2022-12-09 22:30:19     FALSE
## 637  2022-12-09 22:30:14     FALSE
## 638  2022-12-09 22:30:13     FALSE
## 639  2022-12-09 22:30:08     FALSE
## 640  2022-12-09 22:30:06     FALSE
## 641  2022-12-09 22:29:56     FALSE
## 642  2022-12-09 22:29:51     FALSE
## 643  2022-12-09 22:29:47     FALSE
## 644  2022-12-09 22:29:44     FALSE
## 645  2022-12-09 22:29:36     FALSE
## 646  2022-12-09 22:29:24     FALSE
## 647  2022-12-09 22:29:21     FALSE
## 648  2022-12-09 22:29:13     FALSE
## 649  2022-12-09 22:29:08     FALSE
## 650  2022-12-09 22:28:52     FALSE
## 651  2022-12-09 22:28:51     FALSE
## 652  2022-12-09 22:28:47     FALSE
## 653  2022-12-09 22:28:43     FALSE
## 654  2022-12-09 22:28:30     FALSE
## 655  2022-12-09 22:28:30     FALSE
## 656  2022-12-09 22:28:26     FALSE
## 657  2022-12-09 22:28:19     FALSE
## 658  2022-12-09 22:28:13     FALSE
## 659  2022-12-09 22:28:04     FALSE
## 660  2022-12-09 22:27:55     FALSE
## 661  2022-12-09 22:27:49     FALSE
## 662  2022-12-09 22:27:48     FALSE
## 663  2022-12-09 22:27:48     FALSE
## 664  2022-12-09 22:27:31     FALSE
## 665  2022-12-09 22:27:20     FALSE
## 666  2022-12-09 22:27:18     FALSE
## 667  2022-12-09 22:27:06     FALSE
## 668  2022-12-09 22:27:02     FALSE
## 669  2022-12-09 22:26:55     FALSE
## 670  2022-12-09 22:26:51     FALSE
## 671  2022-12-09 22:26:50     FALSE
## 672  2022-12-09 22:26:49     FALSE
## 673  2022-12-09 22:26:47     FALSE
## 674  2022-12-09 22:26:41     FALSE
## 675  2022-12-09 22:26:28     FALSE
## 676  2022-12-09 22:26:25     FALSE
## 677  2022-12-09 22:26:22     FALSE
## 678  2022-12-09 22:26:15     FALSE
## 679  2022-12-09 22:26:02     FALSE
## 680  2022-12-09 22:26:00     FALSE
## 681  2022-12-09 22:25:50     FALSE
## 682  2022-12-09 22:25:47     FALSE
## 683  2022-12-09 22:25:30     FALSE
## 684  2022-12-09 22:25:13     FALSE
## 685  2022-12-09 22:25:05     FALSE
## 686  2022-12-09 22:24:57     FALSE
## 687  2022-12-09 22:24:52     FALSE
## 688  2022-12-09 22:24:43     FALSE
## 689  2022-12-09 22:24:40     FALSE
## 690  2022-12-09 22:24:36     FALSE
## 691  2022-12-09 22:24:31     FALSE
## 692  2022-12-09 22:24:30     FALSE
## 693  2022-12-09 22:24:28     FALSE
## 694  2022-12-09 22:24:26     FALSE
## 695  2022-12-09 22:24:14     FALSE
## 696  2022-12-09 22:24:10     FALSE
## 697  2022-12-09 22:24:05     FALSE
## 698  2022-12-09 22:23:51     FALSE
## 699  2022-12-09 22:23:33     FALSE
## 700  2022-12-09 22:23:28     FALSE
## 701  2022-12-09 22:23:27     FALSE
## 702  2022-12-09 22:23:17     FALSE
## 703  2022-12-09 22:23:16     FALSE
## 704  2022-12-09 22:22:59     FALSE
## 705  2022-12-09 22:22:59     FALSE
## 706  2022-12-09 22:22:54     FALSE
## 707  2022-12-09 22:22:34     FALSE
## 708  2022-12-09 22:22:14     FALSE
## 709  2022-12-09 22:22:10     FALSE
## 710  2022-12-09 22:21:51     FALSE
## 711  2022-12-09 22:21:46     FALSE
## 712  2022-12-09 22:21:42     FALSE
## 713  2022-12-09 22:21:22     FALSE
## 714  2022-12-09 22:21:15     FALSE
## 715  2022-12-09 22:21:05     FALSE
## 716  2022-12-09 22:20:59     FALSE
## 717  2022-12-09 22:20:45     FALSE
## 718  2022-12-09 22:20:43     FALSE
## 719  2022-12-09 22:20:41     FALSE
## 720  2022-12-09 22:20:41     FALSE
## 721  2022-12-09 22:20:38     FALSE
## 722  2022-12-09 22:20:37     FALSE
## 723  2022-12-09 22:20:34     FALSE
## 724  2022-12-09 22:20:31     FALSE
## 725  2022-12-09 22:20:29     FALSE
## 726  2022-12-09 22:20:29     FALSE
## 727  2022-12-09 22:20:25     FALSE
## 728  2022-12-09 22:20:23     FALSE
## 729  2022-12-09 22:20:02     FALSE
## 730  2022-12-09 22:20:02     FALSE
## 731  2022-12-09 22:20:00     FALSE
## 732  2022-12-09 22:19:59     FALSE
## 733  2022-12-09 22:19:57     FALSE
## 734  2022-12-09 22:19:48     FALSE
## 735  2022-12-09 22:19:39     FALSE
## 736  2022-12-09 22:19:31     FALSE
## 737  2022-12-09 22:19:25     FALSE
## 738  2022-12-09 22:19:14     FALSE
## 739  2022-12-09 22:18:56     FALSE
## 740  2022-12-09 22:18:17     FALSE
## 741  2022-12-09 22:18:06     FALSE
## 742  2022-12-09 22:18:03     FALSE
## 743  2022-12-09 22:18:00     FALSE
## 744  2022-12-09 22:17:53     FALSE
## 745  2022-12-09 22:17:45     FALSE
## 746  2022-12-09 22:17:44     FALSE
## 747  2022-12-09 22:17:40     FALSE
## 748  2022-12-09 22:17:25     FALSE
## 749  2022-12-09 22:17:24     FALSE
## 750  2022-12-09 22:17:08     FALSE
## 751  2022-12-09 22:17:06     FALSE
## 752  2022-12-09 22:16:59     FALSE
## 753  2022-12-09 22:16:57     FALSE
## 754  2022-12-09 22:16:55     FALSE
## 755  2022-12-09 22:16:53     FALSE
## 756  2022-12-09 22:16:53     FALSE
## 757  2022-12-09 22:16:45     FALSE
## 758  2022-12-09 22:16:41     FALSE
## 759  2022-12-09 22:16:40     FALSE
## 760  2022-12-09 22:16:36     FALSE
## 761  2022-12-09 22:16:19     FALSE
## 762  2022-12-09 22:16:11     FALSE
## 763  2022-12-09 22:16:07     FALSE
## 764  2022-12-09 22:16:07     FALSE
## 765  2022-12-09 22:16:02     FALSE
## 766  2022-12-09 22:16:00     FALSE
## 767  2022-12-09 22:16:00     FALSE
## 768  2022-12-09 22:15:58     FALSE
## 769  2022-12-09 22:15:56     FALSE
## 770  2022-12-09 22:15:54     FALSE
## 771  2022-12-09 22:15:51     FALSE
## 772  2022-12-09 22:15:44     FALSE
## 773  2022-12-09 22:15:40     FALSE
## 774  2022-12-09 22:15:23     FALSE
## 775  2022-12-09 22:15:19     FALSE
## 776  2022-12-09 22:15:10     FALSE
## 777  2022-12-09 22:14:56     FALSE
## 778  2022-12-09 22:14:53     FALSE
## 779  2022-12-09 22:14:39     FALSE
## 780  2022-12-09 22:14:35     FALSE
## 781  2022-12-09 22:14:28     FALSE
## 782  2022-12-09 22:14:27     FALSE
## 783  2022-12-09 22:14:21     FALSE
## 784  2022-12-09 22:14:05     FALSE
## 785  2022-12-09 22:13:42     FALSE
## 786  2022-12-09 22:13:41     FALSE
## 787  2022-12-09 22:13:23     FALSE
## 788  2022-12-09 22:13:23     FALSE
## 789  2022-12-09 22:13:15     FALSE
## 790  2022-12-09 22:13:03     FALSE
## 791  2022-12-09 22:13:03     FALSE
## 792  2022-12-09 22:13:01     FALSE
## 793  2022-12-09 22:12:56     FALSE
## 794  2022-12-09 22:12:33     FALSE
## 795  2022-12-09 22:12:32     FALSE
## 796  2022-12-09 22:12:26     FALSE
## 797  2022-12-09 22:12:24     FALSE
## 798  2022-12-09 22:11:58     FALSE
## 799  2022-12-09 22:11:52     FALSE
## 800  2022-12-09 22:11:49     FALSE
## 801  2022-12-09 22:11:41     FALSE
## 802  2022-12-09 22:11:38     FALSE
## 803  2022-12-09 22:11:38     FALSE
## 804  2022-12-09 22:11:29     FALSE
## 805  2022-12-09 22:11:28     FALSE
## 806  2022-12-09 22:11:17     FALSE
## 807  2022-12-09 22:11:05     FALSE
## 808  2022-12-09 22:10:51     FALSE
## 809  2022-12-09 22:10:43     FALSE
## 810  2022-12-09 22:10:37     FALSE
## 811  2022-12-09 22:10:24     FALSE
## 812  2022-12-09 22:09:15     FALSE
## 813  2022-12-09 22:09:13     FALSE
## 814  2022-12-09 22:09:12     FALSE
## 815  2022-12-09 22:09:11     FALSE
## 816  2022-12-09 22:09:05     FALSE
## 817  2022-12-09 22:08:56     FALSE
## 818  2022-12-09 22:08:53     FALSE
## 819  2022-12-09 22:08:51     FALSE
## 820  2022-12-09 22:08:49     FALSE
## 821  2022-12-09 22:08:48     FALSE
## 822  2022-12-09 22:08:27     FALSE
## 823  2022-12-09 22:08:18     FALSE
## 824  2022-12-09 22:08:16     FALSE
## 825  2022-12-09 22:08:08     FALSE
## 826  2022-12-09 22:08:08     FALSE
## 827  2022-12-09 22:08:07     FALSE
## 828  2022-12-09 22:07:49     FALSE
## 829  2022-12-09 22:07:46     FALSE
## 830  2022-12-09 22:07:44     FALSE
## 831  2022-12-09 22:07:41     FALSE
## 832  2022-12-09 22:07:35     FALSE
## 833  2022-12-09 22:07:34     FALSE
## 834  2022-12-09 22:07:34     FALSE
## 835  2022-12-09 22:07:23     FALSE
## 836  2022-12-09 22:06:44     FALSE
## 837  2022-12-09 22:06:24     FALSE
## 838  2022-12-09 22:06:17     FALSE
## 839  2022-12-09 22:06:17     FALSE
## 840  2022-12-09 22:05:38     FALSE
## 841  2022-12-09 22:05:28     FALSE
## 842  2022-12-09 22:05:16     FALSE
## 843  2022-12-09 22:05:08     FALSE
## 844  2022-12-09 22:05:00     FALSE
## 845  2022-12-09 22:05:00     FALSE
## 846  2022-12-09 22:04:49     FALSE
## 847  2022-12-09 22:04:46     FALSE
## 848  2022-12-09 22:04:45     FALSE
## 849  2022-12-09 22:04:45     FALSE
## 850  2022-12-09 22:04:36     FALSE
## 851  2022-12-09 22:04:33     FALSE
## 852  2022-12-09 22:04:29     FALSE
## 853  2022-12-09 22:04:17     FALSE
## 854  2022-12-09 22:04:16     FALSE
## 855  2022-12-09 22:04:16     FALSE
## 856  2022-12-09 22:04:04     FALSE
## 857  2022-12-09 22:04:01     FALSE
## 858  2022-12-09 22:03:31     FALSE
## 859  2022-12-09 22:03:24     FALSE
## 860  2022-12-09 22:02:52     FALSE
## 861  2022-12-09 22:02:48     FALSE
## 862  2022-12-09 22:02:30     FALSE
## 863  2022-12-09 22:02:27     FALSE
## 864  2022-12-09 22:02:20     FALSE
## 865  2022-12-09 22:02:18     FALSE
## 866  2022-12-09 22:02:08     FALSE
## 867  2022-12-09 22:02:08     FALSE
## 868  2022-12-09 22:02:03     FALSE
## 869  2022-12-09 22:01:59     FALSE
## 870  2022-12-09 22:01:45     FALSE
## 871  2022-12-09 22:01:41     FALSE
## 872  2022-12-09 22:01:36     FALSE
## 873  2022-12-09 22:01:31     FALSE
## 874  2022-12-09 22:01:24     FALSE
## 875  2022-12-09 22:01:20     FALSE
## 876  2022-12-09 22:01:02     FALSE
## 877  2022-12-09 22:00:51     FALSE
## 878  2022-12-09 22:00:40     FALSE
## 879  2022-12-09 22:00:11     FALSE
## 880  2022-12-09 22:00:03     FALSE
## 881  2022-12-09 22:00:02     FALSE
## 882  2022-12-09 21:59:56     FALSE
## 883  2022-12-09 21:59:51     FALSE
## 884  2022-12-09 21:59:48     FALSE
## 885  2022-12-09 21:59:47     FALSE
## 886  2022-12-09 21:59:47     FALSE
## 887  2022-12-09 21:59:32     FALSE
## 888  2022-12-09 21:59:30     FALSE
## 889  2022-12-09 21:59:30     FALSE
## 890  2022-12-09 21:59:11     FALSE
## 891  2022-12-09 21:59:11     FALSE
## 892  2022-12-09 21:59:05     FALSE
## 893  2022-12-09 21:58:59     FALSE
## 894  2022-12-09 21:58:45     FALSE
## 895  2022-12-09 21:58:39     FALSE
## 896  2022-12-09 21:58:28     FALSE
## 897  2022-12-09 21:58:25     FALSE
## 898  2022-12-09 21:58:19     FALSE
## 899  2022-12-09 21:58:16     FALSE
## 900  2022-12-09 21:58:05     FALSE
## 901  2022-12-09 21:58:04     FALSE
## 902  2022-12-09 21:57:46     FALSE
## 903  2022-12-09 21:57:43     FALSE
## 904  2022-12-09 21:57:40     FALSE
## 905  2022-12-09 21:57:38     FALSE
## 906  2022-12-09 21:57:29     FALSE
## 907  2022-12-09 21:56:49     FALSE
## 908  2022-12-09 21:56:39     FALSE
## 909  2022-12-09 21:56:38     FALSE
## 910  2022-12-09 21:56:23     FALSE
## 911  2022-12-09 21:56:18     FALSE
## 912  2022-12-09 21:56:07     FALSE
## 913  2022-12-09 21:55:55     FALSE
## 914  2022-12-09 21:55:44     FALSE
## 915  2022-12-09 21:55:43     FALSE
## 916  2022-12-09 21:55:39     FALSE
## 917  2022-12-09 21:55:33     FALSE
## 918  2022-12-09 21:55:27     FALSE
## 919  2022-12-09 21:55:14     FALSE
## 920  2022-12-09 21:55:14     FALSE
## 921  2022-12-09 21:55:13     FALSE
## 922  2022-12-09 21:55:04     FALSE
## 923  2022-12-09 21:54:58     FALSE
## 924  2022-12-09 21:54:55     FALSE
## 925  2022-12-09 21:54:46     FALSE
## 926  2022-12-09 21:54:45     FALSE
## 927  2022-12-09 21:54:39     FALSE
## 928  2022-12-09 21:54:29     FALSE
## 929  2022-12-09 21:54:20     FALSE
## 930  2022-12-09 21:54:11     FALSE
## 931  2022-12-09 21:54:09     FALSE
## 932  2022-12-09 21:54:02     FALSE
## 933  2022-12-09 21:53:59     FALSE
## 934  2022-12-09 21:53:55     FALSE
## 935  2022-12-09 21:53:38     FALSE
## 936  2022-12-09 21:53:31     FALSE
## 937  2022-12-09 21:53:29     FALSE
## 938  2022-12-09 21:53:22     FALSE
## 939  2022-12-09 21:53:17     FALSE
## 940  2022-12-09 21:53:12     FALSE
## 941  2022-12-09 21:53:07     FALSE
## 942  2022-12-09 21:53:03     FALSE
## 943  2022-12-09 21:52:56     FALSE
## 944  2022-12-09 21:52:52     FALSE
## 945  2022-12-09 21:52:47     FALSE
## 946  2022-12-09 21:52:42     FALSE
## 947  2022-12-09 21:52:40     FALSE
## 948  2022-12-09 21:52:36     FALSE
## 949  2022-12-09 21:52:21     FALSE
## 950  2022-12-09 21:52:07     FALSE
## 951  2022-12-09 21:52:05     FALSE
## 952  2022-12-09 21:51:56     FALSE
## 953  2022-12-09 21:51:37     FALSE
## 954  2022-12-09 21:51:23     FALSE
## 955  2022-12-09 21:51:06     FALSE
## 956  2022-12-09 21:51:00     FALSE
## 957  2022-12-09 21:50:58     FALSE
## 958  2022-12-09 21:50:48     FALSE
## 959  2022-12-09 21:50:47     FALSE
## 960  2022-12-09 21:50:31     FALSE
## 961  2022-12-09 21:50:30     FALSE
## 962  2022-12-09 21:50:29     FALSE
## 963  2022-12-09 21:50:28     FALSE
## 964  2022-12-09 21:50:19     FALSE
## 965  2022-12-09 21:50:18     FALSE
## 966  2022-12-09 21:50:14     FALSE
## 967  2022-12-09 21:49:43     FALSE
## 968  2022-12-09 21:49:41     FALSE
## 969  2022-12-09 21:49:41     FALSE
## 970  2022-12-09 21:49:34     FALSE
## 971  2022-12-09 21:49:28     FALSE
## 972  2022-12-09 21:49:20     FALSE
## 973  2022-12-09 21:49:18     FALSE
## 974  2022-12-09 21:49:14     FALSE
## 975  2022-12-09 21:48:45     FALSE
## 976  2022-12-09 21:48:13     FALSE
## 977  2022-12-09 21:47:54     FALSE
## 978  2022-12-09 21:47:44     FALSE
## 979  2022-12-09 21:47:35     FALSE
## 980  2022-12-09 21:47:13     FALSE
## 981  2022-12-09 21:47:10     FALSE
## 982  2022-12-09 21:46:59     FALSE
## 983  2022-12-09 21:46:52     FALSE
## 984  2022-12-09 21:46:42     FALSE
## 985  2022-12-09 21:46:37     FALSE
## 986  2022-12-09 21:46:19     FALSE
## 987  2022-12-09 21:46:05     FALSE
## 988  2022-12-09 21:46:04     FALSE
## 989  2022-12-09 21:46:04     FALSE
## 990  2022-12-09 21:46:00     FALSE
## 991  2022-12-09 21:45:51     FALSE
## 992  2022-12-09 21:45:48     FALSE
## 993  2022-12-09 21:45:46     FALSE
## 994  2022-12-09 21:45:40     FALSE
## 995  2022-12-09 21:45:36     FALSE
## 996  2022-12-09 21:45:35     FALSE
## 997  2022-12-09 21:45:30     FALSE
## 998  2022-12-09 21:45:27     FALSE
## 999  2022-12-09 21:45:26     FALSE
## 1000 2022-12-09 21:45:17     FALSE
## 1001 2022-12-09 21:45:00     FALSE
## 1002 2022-12-09 21:44:59     FALSE
## 1003 2022-12-09 21:44:55     FALSE
## 1004 2022-12-09 21:44:30     FALSE
## 1005 2022-12-09 21:44:30     FALSE
## 1006 2022-12-09 21:44:25     FALSE
## 1007 2022-12-09 21:44:18     FALSE
## 1008 2022-12-09 21:44:17     FALSE
## 1009 2022-12-09 21:44:17     FALSE
## 1010 2022-12-09 21:44:14     FALSE
## 1011 2022-12-09 21:44:04     FALSE
## 1012 2022-12-09 21:43:57     FALSE
## 1013 2022-12-09 21:43:52     FALSE
## 1014 2022-12-09 21:43:26     FALSE
## 1015 2022-12-09 21:43:23     FALSE
## 1016 2022-12-09 21:43:15     FALSE
## 1017 2022-12-09 21:43:07     FALSE
## 1018 2022-12-09 21:42:42     FALSE
## 1019 2022-12-09 21:42:40     FALSE
## 1020 2022-12-09 21:42:29     FALSE
## 1021 2022-12-09 21:42:25     FALSE
## 1022 2022-12-09 21:42:20     FALSE
## 1023 2022-12-09 21:42:10     FALSE
## 1024 2022-12-09 21:42:06     FALSE
## 1025 2022-12-09 21:42:01     FALSE
## 1026 2022-12-09 21:41:55     FALSE
## 1027 2022-12-09 21:41:50     FALSE
## 1028 2022-12-09 21:41:42     FALSE
## 1029 2022-12-09 21:41:39     FALSE
## 1030 2022-12-09 21:41:25     FALSE
## 1031 2022-12-09 21:41:22     FALSE
## 1032 2022-12-09 21:41:21     FALSE
## 1033 2022-12-09 21:41:18     FALSE
## 1034 2022-12-09 21:41:14     FALSE
## 1035 2022-12-09 21:41:07     FALSE
## 1036 2022-12-09 21:40:52     FALSE
## 1037 2022-12-09 21:40:11     FALSE
## 1038 2022-12-09 21:40:09     FALSE
## 1039 2022-12-09 21:40:08     FALSE
## 1040 2022-12-09 21:40:04     FALSE
## 1041 2022-12-09 21:39:52     FALSE
## 1042 2022-12-09 21:39:42     FALSE
## 1043 2022-12-09 21:39:33     FALSE
## 1044 2022-12-09 21:39:18     FALSE
## 1045 2022-12-09 21:39:18     FALSE
## 1046 2022-12-09 21:39:08     FALSE
## 1047 2022-12-09 21:39:06     FALSE
## 1048 2022-12-09 21:39:02     FALSE
## 1049 2022-12-09 21:38:38     FALSE
## 1050 2022-12-09 21:38:27     FALSE
## 1051 2022-12-09 21:38:18     FALSE
## 1052 2022-12-09 21:38:10     FALSE
## 1053 2022-12-09 21:38:03     FALSE
## 1054 2022-12-09 21:37:59     FALSE
## 1055 2022-12-09 21:37:59     FALSE
## 1056 2022-12-09 21:37:44     FALSE
## 1057 2022-12-09 21:37:23     FALSE
## 1058 2022-12-09 21:37:15     FALSE
## 1059 2022-12-09 21:37:10     FALSE
## 1060 2022-12-09 21:36:48     FALSE
## 1061 2022-12-09 21:36:47     FALSE
## 1062 2022-12-09 21:36:41     FALSE
## 1063 2022-12-09 21:36:21     FALSE
## 1064 2022-12-09 21:36:11     FALSE
## 1065 2022-12-09 21:36:05     FALSE
## 1066 2022-12-09 21:35:53     FALSE
## 1067 2022-12-09 21:35:52     FALSE
## 1068 2022-12-09 21:35:51     FALSE
## 1069 2022-12-09 21:35:40     FALSE
## 1070 2022-12-09 21:35:36     FALSE
## 1071 2022-12-09 21:35:30     FALSE
## 1072 2022-12-09 21:35:29     FALSE
## 1073 2022-12-09 21:35:26     FALSE
## 1074 2022-12-09 21:35:13     FALSE
## 1075 2022-12-09 21:35:01     FALSE
## 1076 2022-12-09 21:34:47     FALSE
## 1077 2022-12-09 21:34:33     FALSE
## 1078 2022-12-09 21:34:21     FALSE
## 1079 2022-12-09 21:34:18     FALSE
## 1080 2022-12-09 21:34:17     FALSE
## 1081 2022-12-09 21:34:17     FALSE
## 1082 2022-12-09 21:34:08     FALSE
## 1083 2022-12-09 21:33:55     FALSE
## 1084 2022-12-09 21:33:54     FALSE
## 1085 2022-12-09 21:33:48     FALSE
## 1086 2022-12-09 21:33:47     FALSE
## 1087 2022-12-09 21:33:46     FALSE
## 1088 2022-12-09 21:33:40     FALSE
## 1089 2022-12-09 21:33:39     FALSE
## 1090 2022-12-09 21:33:31     FALSE
## 1091 2022-12-09 21:33:18     FALSE
## 1092 2022-12-09 21:33:00     FALSE
## 1093 2022-12-09 21:32:23     FALSE
## 1094 2022-12-09 21:32:22     FALSE
## 1095 2022-12-09 21:32:21     FALSE
## 1096 2022-12-09 21:32:19     FALSE
## 1097 2022-12-09 21:32:17     FALSE
## 1098 2022-12-09 21:32:07     FALSE
## 1099 2022-12-09 21:31:42     FALSE
## 1100 2022-12-09 21:31:33     FALSE
## 1101 2022-12-09 21:31:33     FALSE
## 1102 2022-12-09 21:31:26     FALSE
## 1103 2022-12-09 21:31:20     FALSE
## 1104 2022-12-09 21:31:17     FALSE
## 1105 2022-12-09 21:31:14     FALSE
## 1106 2022-12-09 21:31:08     FALSE
## 1107 2022-12-09 21:31:00     FALSE
## 1108 2022-12-09 21:30:59     FALSE
## 1109 2022-12-09 21:30:57     FALSE
## 1110 2022-12-09 21:30:45     FALSE
## 1111 2022-12-09 21:30:44     FALSE
## 1112 2022-12-09 21:30:41     FALSE
## 1113 2022-12-09 21:30:40     FALSE
## 1114 2022-12-09 21:30:31     FALSE
## 1115 2022-12-09 21:30:29     FALSE
## 1116 2022-12-09 21:30:26     FALSE
## 1117 2022-12-09 21:30:20     FALSE
## 1118 2022-12-09 21:30:17     FALSE
## 1119 2022-12-09 21:30:12     FALSE
## 1120 2022-12-09 21:29:59     FALSE
## 1121 2022-12-09 21:29:42     FALSE
## 1122 2022-12-09 21:29:11     FALSE
## 1123 2022-12-09 21:29:09     FALSE
## 1124 2022-12-09 21:29:08     FALSE
## 1125 2022-12-09 21:28:53     FALSE
## 1126 2022-12-09 21:28:49     FALSE
## 1127 2022-12-09 21:28:47     FALSE
## 1128 2022-12-09 21:28:26     FALSE
## 1129 2022-12-09 21:28:24     FALSE
## 1130 2022-12-09 21:28:24     FALSE
## 1131 2022-12-09 21:28:16     FALSE
## 1132 2022-12-09 21:28:02     FALSE
## 1133 2022-12-09 21:27:55     FALSE
## 1134 2022-12-09 21:27:54     FALSE
## 1135 2022-12-09 21:27:37     FALSE
## 1136 2022-12-09 21:27:37     FALSE
## 1137 2022-12-09 21:27:29     FALSE
## 1138 2022-12-09 21:27:23     FALSE
## 1139 2022-12-09 21:27:22     FALSE
## 1140 2022-12-09 21:27:18     FALSE
## 1141 2022-12-09 21:27:11     FALSE
## 1142 2022-12-09 21:27:10     FALSE
## 1143 2022-12-09 21:26:51     FALSE
## 1144 2022-12-09 21:26:34     FALSE
## 1145 2022-12-09 21:26:32     FALSE
## 1146 2022-12-09 21:26:25     FALSE
## 1147 2022-12-09 21:26:16     FALSE
## 1148 2022-12-09 21:26:16     FALSE
## 1149 2022-12-09 21:26:08     FALSE
## 1150 2022-12-09 21:25:37     FALSE
## 1151 2022-12-09 21:25:32     FALSE
## 1152 2022-12-09 21:25:10     FALSE
## 1153 2022-12-09 21:25:09     FALSE
## 1154 2022-12-09 21:25:06     FALSE
## 1155 2022-12-09 21:25:03     FALSE
## 1156 2022-12-09 21:24:51     FALSE
## 1157 2022-12-09 21:24:45     FALSE
## 1158 2022-12-09 21:24:34     FALSE
## 1159 2022-12-09 21:24:07     FALSE
## 1160 2022-12-09 21:23:59     FALSE
## 1161 2022-12-09 21:23:53     FALSE
## 1162 2022-12-09 21:23:48     FALSE
## 1163 2022-12-09 21:23:38     FALSE
## 1164 2022-12-09 21:22:54     FALSE
## 1165 2022-12-09 21:22:53     FALSE
## 1166 2022-12-09 21:22:38     FALSE
## 1167 2022-12-09 21:22:36     FALSE
## 1168 2022-12-09 21:22:31     FALSE
## 1169 2022-12-09 21:22:18     FALSE
## 1170 2022-12-09 21:22:17     FALSE
## 1171 2022-12-09 21:22:16     FALSE
## 1172 2022-12-09 21:21:57     FALSE
## 1173 2022-12-09 21:21:36     FALSE
## 1174 2022-12-09 21:21:11     FALSE
## 1175 2022-12-09 21:21:10     FALSE
## 1176 2022-12-09 21:21:00     FALSE
## 1177 2022-12-09 21:20:42     FALSE
## 1178 2022-12-09 21:20:40     FALSE
## 1179 2022-12-09 21:20:34     FALSE
## 1180 2022-12-09 21:20:14     FALSE
## 1181 2022-12-09 21:20:12     FALSE
## 1182 2022-12-09 21:20:09     FALSE
## 1183 2022-12-09 21:19:58     FALSE
## 1184 2022-12-09 21:19:46     FALSE
## 1185 2022-12-09 21:19:43     FALSE
## 1186 2022-12-09 21:19:43     FALSE
## 1187 2022-12-09 21:19:26     FALSE
## 1188 2022-12-09 21:19:26     FALSE
## 1189 2022-12-09 21:19:16     FALSE
## 1190 2022-12-09 21:19:13     FALSE
## 1191 2022-12-09 21:19:12     FALSE
## 1192 2022-12-09 21:19:12     FALSE
## 1193 2022-12-09 21:19:05     FALSE
## 1194 2022-12-09 21:18:57     FALSE
## 1195 2022-12-09 21:18:50     FALSE
## 1196 2022-12-09 21:18:05     FALSE
## 1197 2022-12-09 21:18:04     FALSE
## 1198 2022-12-09 21:18:02     FALSE
## 1199 2022-12-09 21:17:59     FALSE
## 1200 2022-12-09 21:17:45     FALSE
## 1201 2022-12-09 21:17:28     FALSE
## 1202 2022-12-09 21:17:27     FALSE
## 1203 2022-12-09 21:17:24     FALSE
## 1204 2022-12-09 21:17:17     FALSE
## 1205 2022-12-09 21:16:56     FALSE
## 1206 2022-12-09 21:16:53     FALSE
## 1207 2022-12-09 21:16:49     FALSE
## 1208 2022-12-09 21:16:43     FALSE
## 1209 2022-12-09 21:16:40     FALSE
## 1210 2022-12-09 21:16:25     FALSE
## 1211 2022-12-09 21:16:02     FALSE
## 1212 2022-12-09 21:15:39     FALSE
## 1213 2022-12-09 21:15:21     FALSE
## 1214 2022-12-09 21:15:21     FALSE
## 1215 2022-12-09 21:15:19     FALSE
## 1216 2022-12-09 21:15:11     FALSE
## 1217 2022-12-09 21:15:06     FALSE
## 1218 2022-12-09 21:15:06     FALSE
## 1219 2022-12-09 21:15:02     FALSE
## 1220 2022-12-09 21:15:00     FALSE
## 1221 2022-12-09 21:14:50     FALSE
## 1222 2022-12-09 21:14:45     FALSE
## 1223 2022-12-09 21:14:44     FALSE
## 1224 2022-12-09 21:14:21     FALSE
## 1225 2022-12-09 21:14:15     FALSE
## 1226 2022-12-09 21:14:14     FALSE
## 1227 2022-12-09 21:14:10     FALSE
## 1228 2022-12-09 21:14:09     FALSE
## 1229 2022-12-09 21:13:41     FALSE
## 1230 2022-12-09 21:13:33     FALSE
## 1231 2022-12-09 21:13:23     FALSE
## 1232 2022-12-09 21:13:13     FALSE
## 1233 2022-12-09 21:13:10     FALSE
## 1234 2022-12-09 21:12:59     FALSE
## 1235 2022-12-09 21:12:39     FALSE
## 1236 2022-12-09 21:12:26     FALSE
## 1237 2022-12-09 21:12:24     FALSE
## 1238 2022-12-09 21:12:23     FALSE
## 1239 2022-12-09 21:12:20     FALSE
## 1240 2022-12-09 21:12:18     FALSE
## 1241 2022-12-09 21:12:16     FALSE
## 1242 2022-12-09 21:12:15     FALSE
## 1243 2022-12-09 21:11:49     FALSE
## 1244 2022-12-09 21:11:45     FALSE
## 1245 2022-12-09 21:11:35     FALSE
## 1246 2022-12-09 21:11:33     FALSE
## 1247 2022-12-09 21:11:22     FALSE
## 1248 2022-12-09 21:11:18     FALSE
## 1249 2022-12-09 21:11:12     FALSE
## 1250 2022-12-09 21:11:03     FALSE
## 1251 2022-12-09 21:10:42     FALSE
## 1252 2022-12-09 21:10:40     FALSE
## 1253 2022-12-09 21:10:37     FALSE
## 1254 2022-12-09 21:10:31     FALSE
## 1255 2022-12-09 21:10:28     FALSE
## 1256 2022-12-09 21:10:20     FALSE
## 1257 2022-12-09 21:09:44     FALSE
## 1258 2022-12-09 21:09:31     FALSE
## 1259 2022-12-09 21:09:30     FALSE
## 1260 2022-12-09 21:09:29     FALSE
## 1261 2022-12-09 21:08:57     FALSE
## 1262 2022-12-09 21:08:54     FALSE
## 1263 2022-12-09 21:08:51     FALSE
## 1264 2022-12-09 21:08:26     FALSE
## 1265 2022-12-09 21:08:18     FALSE
## 1266 2022-12-09 21:07:57     FALSE
## 1267 2022-12-09 21:07:50     FALSE
## 1268 2022-12-09 21:07:18     FALSE
## 1269 2022-12-09 21:07:18     FALSE
## 1270 2022-12-09 21:07:06     FALSE
## 1271 2022-12-09 21:07:05     FALSE
## 1272 2022-12-09 21:07:02     FALSE
## 1273 2022-12-09 21:06:49     FALSE
## 1274 2022-12-09 21:06:49     FALSE
## 1275 2022-12-09 21:06:48     FALSE
## 1276 2022-12-09 21:06:46     FALSE
## 1277 2022-12-09 21:06:45     FALSE
## 1278 2022-12-09 21:06:37     FALSE
## 1279 2022-12-09 21:06:31     FALSE
## 1280 2022-12-09 21:06:29     FALSE
## 1281 2022-12-09 21:06:15     FALSE
## 1282 2022-12-09 21:06:05     FALSE
## 1283 2022-12-09 21:06:02     FALSE
## 1284 2022-12-09 21:05:39     FALSE
## 1285 2022-12-09 21:05:38     FALSE
## 1286 2022-12-09 21:05:25     FALSE
## 1287 2022-12-09 21:05:08     FALSE
## 1288 2022-12-09 21:04:55     FALSE
## 1289 2022-12-09 21:04:48     FALSE
## 1290 2022-12-09 21:04:35     FALSE
## 1291 2022-12-09 21:04:31     FALSE
## 1292 2022-12-09 21:03:59     FALSE
## 1293 2022-12-09 21:03:59     FALSE
## 1294 2022-12-09 21:03:38     FALSE
## 1295 2022-12-09 21:03:37     FALSE
## 1296 2022-12-09 21:03:33     FALSE
## 1297 2022-12-09 21:03:24     FALSE
## 1298 2022-12-09 21:03:00     FALSE
## 1299 2022-12-09 21:02:54     FALSE
## 1300 2022-12-09 21:02:10     FALSE
## 1301 2022-12-09 21:02:01     FALSE
## 1302 2022-12-09 21:01:40     FALSE
## 1303 2022-12-09 21:01:37     FALSE
## 1304 2022-12-09 21:01:20     FALSE
## 1305 2022-12-09 21:01:09     FALSE
## 1306 2022-12-09 21:01:08     FALSE
## 1307 2022-12-09 21:00:54     FALSE
## 1308 2022-12-09 21:00:45     FALSE
## 1309 2022-12-09 21:00:32     FALSE
## 1310 2022-12-09 21:00:31     FALSE
## 1311 2022-12-09 21:00:23     FALSE
## 1312 2022-12-09 21:00:23     FALSE
## 1313 2022-12-09 21:00:16     FALSE
## 1314 2022-12-09 21:00:16     FALSE
## 1315 2022-12-09 21:00:00     FALSE
## 1316 2022-12-09 20:59:33     FALSE
## 1317 2022-12-09 20:59:13     FALSE
## 1318 2022-12-09 20:59:01     FALSE
## 1319 2022-12-09 20:58:49     FALSE
## 1320 2022-12-09 20:58:28     FALSE
## 1321 2022-12-09 20:58:26     FALSE
## 1322 2022-12-09 20:58:25     FALSE
## 1323 2022-12-09 20:58:11     FALSE
## 1324 2022-12-09 20:58:10     FALSE
## 1325 2022-12-09 20:57:57     FALSE
## 1326 2022-12-09 20:57:55     FALSE
## 1327 2022-12-09 20:57:18     FALSE
## 1328 2022-12-09 20:57:18     FALSE
## 1329 2022-12-09 20:56:57     FALSE
## 1330 2022-12-09 20:56:52     FALSE
## 1331 2022-12-09 20:56:47     FALSE
## 1332 2022-12-09 20:56:29     FALSE
## 1333 2022-12-09 20:56:23     FALSE
## 1334 2022-12-09 20:56:14     FALSE
## 1335 2022-12-09 20:56:08     FALSE
## 1336 2022-12-09 20:55:57     FALSE
## 1337 2022-12-09 20:55:47     FALSE
## 1338 2022-12-09 20:55:40     FALSE
## 1339 2022-12-09 20:55:10     FALSE
## 1340 2022-12-09 20:55:09     FALSE
## 1341 2022-12-09 20:55:07     FALSE
## 1342 2022-12-09 20:54:58     FALSE
## 1343 2022-12-09 20:54:45     FALSE
## 1344 2022-12-09 20:54:41     FALSE
## 1345 2022-12-09 20:54:30     FALSE
## 1346 2022-12-09 20:54:08     FALSE
## 1347 2022-12-09 20:54:07     FALSE
## 1348 2022-12-09 20:54:01     FALSE
## 1349 2022-12-09 20:53:46     FALSE
## 1350 2022-12-09 20:53:37     FALSE
## 1351 2022-12-09 20:53:28     FALSE
## 1352 2022-12-09 20:53:13     FALSE
## 1353 2022-12-09 20:53:11     FALSE
## 1354 2022-12-09 20:53:11     FALSE
## 1355 2022-12-09 20:53:02     FALSE
## 1356 2022-12-09 20:52:59     FALSE
## 1357 2022-12-09 20:52:58     FALSE
## 1358 2022-12-09 20:52:42     FALSE
## 1359 2022-12-09 20:52:14     FALSE
## 1360 2022-12-09 20:51:57     FALSE
## 1361 2022-12-09 20:51:52     FALSE
## 1362 2022-12-09 20:51:50     FALSE
## 1363 2022-12-09 20:51:04     FALSE
## 1364 2022-12-09 20:50:59     FALSE
## 1365 2022-12-09 20:50:51     FALSE
## 1366 2022-12-09 20:50:45     FALSE
## 1367 2022-12-09 20:50:37     FALSE
## 1368 2022-12-09 20:50:36     FALSE
## 1369 2022-12-09 20:50:08     FALSE
## 1370 2022-12-09 20:49:52     FALSE
## 1371 2022-12-09 20:49:31     FALSE
## 1372 2022-12-09 20:49:24     FALSE
## 1373 2022-12-09 20:49:19     FALSE
## 1374 2022-12-09 20:49:06     FALSE
## 1375 2022-12-09 20:49:02     FALSE
## 1376 2022-12-09 20:48:51     FALSE
## 1377 2022-12-09 20:48:28     FALSE
## 1378 2022-12-09 20:48:18     FALSE
## 1379 2022-12-09 20:48:17     FALSE
## 1380 2022-12-09 20:48:01     FALSE
## 1381 2022-12-09 20:48:00     FALSE
## 1382 2022-12-09 20:47:44     FALSE
## 1383 2022-12-09 20:47:27     FALSE
## 1384 2022-12-09 20:47:27     FALSE
## 1385 2022-12-09 20:47:24     FALSE
## 1386 2022-12-09 20:47:23     FALSE
## 1387 2022-12-09 20:47:22     FALSE
## 1388 2022-12-09 20:47:18     FALSE
## 1389 2022-12-09 20:47:18     FALSE
## 1390 2022-12-09 20:47:14     FALSE
## 1391 2022-12-09 20:47:07     FALSE
## 1392 2022-12-09 20:46:42     FALSE
## 1393 2022-12-09 20:46:37     FALSE
## 1394 2022-12-09 20:46:34     FALSE
## 1395 2022-12-09 20:46:29     FALSE
## 1396 2022-12-09 20:46:27     FALSE
## 1397 2022-12-09 20:46:25     FALSE
## 1398 2022-12-09 20:46:25     FALSE
## 1399 2022-12-09 20:46:18     FALSE
## 1400 2022-12-09 20:46:14     FALSE
## 1401 2022-12-09 20:46:13     FALSE
## 1402 2022-12-09 20:46:01     FALSE
## 1403 2022-12-09 20:45:54     FALSE
## 1404 2022-12-09 20:45:49     FALSE
## 1405 2022-12-09 20:45:30     FALSE
## 1406 2022-12-09 20:45:07     FALSE
## 1407 2022-12-09 20:44:56     FALSE
## 1408 2022-12-09 20:44:55     FALSE
## 1409 2022-12-09 20:44:52     FALSE
## 1410 2022-12-09 20:44:48     FALSE
## 1411 2022-12-09 20:44:19     FALSE
## 1412 2022-12-09 20:44:03     FALSE
## 1413 2022-12-09 20:43:59     FALSE
## 1414 2022-12-09 20:43:26     FALSE
## 1415 2022-12-09 20:43:21     FALSE
## 1416 2022-12-09 20:43:09     FALSE
## 1417 2022-12-09 20:43:07     FALSE
## 1418 2022-12-09 20:43:01     FALSE
## 1419 2022-12-09 20:42:56     FALSE
## 1420 2022-12-09 20:42:55     FALSE
## 1421 2022-12-09 20:42:55     FALSE
## 1422 2022-12-09 20:42:39     FALSE
## 1423 2022-12-09 20:42:38     FALSE
## 1424 2022-12-09 20:42:29     FALSE
## 1425 2022-12-09 20:42:18     FALSE
## 1426 2022-12-09 20:42:17     FALSE
## 1427 2022-12-09 20:42:12     FALSE
## 1428 2022-12-09 20:41:54     FALSE
## 1429 2022-12-09 20:41:44     FALSE
## 1430 2022-12-09 20:41:33     FALSE
## 1431 2022-12-09 20:41:11     FALSE
## 1432 2022-12-09 20:41:10     FALSE
## 1433 2022-12-09 20:40:55     FALSE
## 1434 2022-12-09 20:40:50     FALSE
## 1435 2022-12-09 20:40:22     FALSE
## 1436 2022-12-09 20:40:12     FALSE
## 1437 2022-12-09 20:39:48     FALSE
## 1438 2022-12-09 20:39:36     FALSE
## 1439 2022-12-09 20:38:59     FALSE
## 1440 2022-12-09 20:38:43     FALSE
## 1441 2022-12-09 20:38:39     FALSE
## 1442 2022-12-09 20:38:27     FALSE
## 1443 2022-12-09 20:38:18     FALSE
## 1444 2022-12-09 20:38:18     FALSE
## 1445 2022-12-09 20:38:14     FALSE
## 1446 2022-12-09 20:38:03     FALSE
## 1447 2022-12-09 20:37:47     FALSE
## 1448 2022-12-09 20:37:38     FALSE
## 1449 2022-12-09 20:37:36     FALSE
## 1450 2022-12-09 20:37:31     FALSE
## 1451 2022-12-09 20:37:23     FALSE
## 1452 2022-12-09 20:37:16     FALSE
## 1453 2022-12-09 20:37:14     FALSE
## 1454 2022-12-09 20:37:14     FALSE
## 1455 2022-12-09 20:37:12     FALSE
## 1456 2022-12-09 20:37:12     FALSE
## 1457 2022-12-09 20:37:03     FALSE
## 1458 2022-12-09 20:37:03     FALSE
## 1459 2022-12-09 20:37:01     FALSE
## 1460 2022-12-09 20:36:57     FALSE
## 1461 2022-12-09 20:36:57     FALSE
## 1462 2022-12-09 20:36:40     FALSE
## 1463 2022-12-09 20:36:37     FALSE
## 1464 2022-12-09 20:36:37     FALSE
## 1465 2022-12-09 20:36:32     FALSE
## 1466 2022-12-09 20:36:29     FALSE
## 1467 2022-12-09 20:36:24     FALSE
## 1468 2022-12-09 20:36:19     FALSE
## 1469 2022-12-09 20:36:16     FALSE
## 1470 2022-12-09 20:36:07     FALSE
## 1471 2022-12-09 20:35:58     FALSE
## 1472 2022-12-09 20:35:48     FALSE
## 1473 2022-12-09 20:35:43     FALSE
## 1474 2022-12-09 20:35:35     FALSE
## 1475 2022-12-09 20:35:34     FALSE
## 1476 2022-12-09 20:35:34     FALSE
## 1477 2022-12-09 20:35:30     FALSE
## 1478 2022-12-09 20:35:29     FALSE
## 1479 2022-12-09 20:35:22     FALSE
## 1480 2022-12-09 20:35:22     FALSE
## 1481 2022-12-09 20:35:20     FALSE
## 1482 2022-12-09 20:35:18     FALSE
## 1483 2022-12-09 20:35:18     FALSE
## 1484 2022-12-09 20:35:17     FALSE
## 1485 2022-12-09 20:35:05     FALSE
## 1486 2022-12-09 20:34:59     FALSE
## 1487 2022-12-09 20:34:50     FALSE
## 1488 2022-12-09 20:34:43     FALSE
## 1489 2022-12-09 20:34:21     FALSE
## 1490 2022-12-09 20:34:18     FALSE
## 1491 2022-12-09 20:34:10     FALSE
## 1492 2022-12-09 20:34:02     FALSE
## 1493 2022-12-09 20:33:51     FALSE
## 1494 2022-12-09 20:33:49     FALSE
## 1495 2022-12-09 20:33:29     FALSE
## 1496 2022-12-09 20:33:26     FALSE
## 1497 2022-12-09 20:33:22     FALSE
## 1498 2022-12-09 20:33:17     FALSE
## 1499 2022-12-09 20:33:12     FALSE
## 1500 2022-12-09 20:33:07     FALSE
## 1501 2022-12-09 20:33:05     FALSE
## 1502 2022-12-09 20:32:59     FALSE
## 1503 2022-12-09 20:32:45     FALSE
## 1504 2022-12-09 20:32:33     FALSE
## 1505 2022-12-09 20:32:28     FALSE
## 1506 2022-12-09 20:32:25     FALSE
## 1507 2022-12-09 20:32:14     FALSE
## 1508 2022-12-09 20:32:13     FALSE
## 1509 2022-12-09 20:32:12     FALSE
## 1510 2022-12-09 20:32:12     FALSE
## 1511 2022-12-09 20:32:11     FALSE
## 1512 2022-12-09 20:31:55     FALSE
## 1513 2022-12-09 20:31:54     FALSE
## 1514 2022-12-09 20:31:51     FALSE
## 1515 2022-12-09 20:31:25     FALSE
## 1516 2022-12-09 20:31:18     FALSE
## 1517 2022-12-09 20:31:13     FALSE
## 1518 2022-12-09 20:30:57     FALSE
## 1519 2022-12-09 20:30:21     FALSE
## 1520 2022-12-09 20:30:07     FALSE
## 1521 2022-12-09 20:30:04     FALSE
## 1522 2022-12-09 20:30:00     FALSE
## 1523 2022-12-09 20:29:46     FALSE
## 1524 2022-12-09 20:29:41     FALSE
## 1525 2022-12-09 20:29:39     FALSE
## 1526 2022-12-09 20:29:36     FALSE
## 1527 2022-12-09 20:29:17     FALSE
## 1528 2022-12-09 20:29:00     FALSE
## 1529 2022-12-09 20:28:58     FALSE
## 1530 2022-12-09 20:28:55     FALSE
## 1531 2022-12-09 20:28:45     FALSE
## 1532 2022-12-09 20:28:33     FALSE
## 1533 2022-12-09 20:28:18     FALSE
## 1534 2022-12-09 20:28:00     FALSE
## 1535 2022-12-09 20:27:59     FALSE
## 1536 2022-12-09 20:27:51     FALSE
## 1537 2022-12-09 20:27:37     FALSE
## 1538 2022-12-09 20:27:29     FALSE
## 1539 2022-12-09 20:27:15     FALSE
## 1540 2022-12-09 20:27:13     FALSE
## 1541 2022-12-09 20:27:12     FALSE
## 1542 2022-12-09 20:27:07     FALSE
## 1543 2022-12-09 20:27:07     FALSE
## 1544 2022-12-09 20:27:05     FALSE
## 1545 2022-12-09 20:27:00     FALSE
## 1546 2022-12-09 20:26:54     FALSE
## 1547 2022-12-09 20:26:38     FALSE
## 1548 2022-12-09 20:26:35     FALSE
## 1549 2022-12-09 20:26:24     FALSE
## 1550 2022-12-09 20:26:19     FALSE
## 1551 2022-12-09 20:26:18     FALSE
## 1552 2022-12-09 20:26:09     FALSE
## 1553 2022-12-09 20:26:02     FALSE
## 1554 2022-12-09 20:26:00     FALSE
## 1555 2022-12-09 20:25:39     FALSE
## 1556 2022-12-09 20:25:35     FALSE
## 1557 2022-12-09 20:25:03     FALSE
## 1558 2022-12-09 20:24:59     FALSE
## 1559 2022-12-09 20:24:53     FALSE
## 1560 2022-12-09 20:24:52     FALSE
## 1561 2022-12-09 20:24:51     FALSE
## 1562 2022-12-09 20:24:47     FALSE
## 1563 2022-12-09 20:24:46     FALSE
## 1564 2022-12-09 20:24:45     FALSE
## 1565 2022-12-09 20:24:43     FALSE
## 1566 2022-12-09 20:24:43     FALSE
## 1567 2022-12-09 20:24:38     FALSE
## 1568 2022-12-09 20:24:36     FALSE
## 1569 2022-12-09 20:24:32     FALSE
## 1570 2022-12-09 20:24:18     FALSE
## 1571 2022-12-09 20:24:14     FALSE
## 1572 2022-12-09 20:24:13     FALSE
## 1573 2022-12-09 20:24:02     FALSE
## 1574 2022-12-09 20:23:59     FALSE
## 1575 2022-12-09 20:23:51     FALSE
## 1576 2022-12-09 20:23:50     FALSE
## 1577 2022-12-09 20:23:48     FALSE
## 1578 2022-12-09 20:23:48     FALSE
## 1579 2022-12-09 20:23:33     FALSE
## 1580 2022-12-09 20:23:31     FALSE
## 1581 2022-12-09 20:23:25     FALSE
## 1582 2022-12-09 20:23:17     FALSE
## 1583 2022-12-09 20:23:13     FALSE
## 1584 2022-12-09 20:23:12     FALSE
## 1585 2022-12-09 20:23:03     FALSE
## 1586 2022-12-09 20:22:56     FALSE
## 1587 2022-12-09 20:22:42     FALSE
## 1588 2022-12-09 20:22:32     FALSE
## 1589 2022-12-09 20:22:25     FALSE
## 1590 2022-12-09 20:22:24     FALSE
## 1591 2022-12-09 20:22:08     FALSE
## 1592 2022-12-09 20:22:02     FALSE
## 1593 2022-12-09 20:21:44     FALSE
## 1594 2022-12-09 20:21:44     FALSE
## 1595 2022-12-09 20:21:36     FALSE
## 1596 2022-12-09 20:21:26     FALSE
## 1597 2022-12-09 20:21:15     FALSE
## 1598 2022-12-09 20:21:14     FALSE
## 1599 2022-12-09 20:20:52     FALSE
## 1600 2022-12-09 20:20:50     FALSE
## 1601 2022-12-09 20:20:37     FALSE
## 1602 2022-12-09 20:20:27     FALSE
## 1603 2022-12-09 20:20:17     FALSE
## 1604 2022-12-09 20:20:13     FALSE
## 1605 2022-12-09 20:20:06     FALSE
## 1606 2022-12-09 20:20:02     FALSE
## 1607 2022-12-09 20:19:54     FALSE
## 1608 2022-12-09 20:19:50     FALSE
## 1609 2022-12-09 20:19:47     FALSE
## 1610 2022-12-09 20:19:44     FALSE
## 1611 2022-12-09 20:19:36     FALSE
## 1612 2022-12-09 20:19:33     FALSE
## 1613 2022-12-09 20:19:21     FALSE
## 1614 2022-12-09 20:19:21     FALSE
## 1615 2022-12-09 20:19:19     FALSE
## 1616 2022-12-09 20:19:14     FALSE
## 1617 2022-12-09 20:19:12     FALSE
## 1618 2022-12-09 20:18:57     FALSE
## 1619 2022-12-09 20:18:53     FALSE
## 1620 2022-12-09 20:18:53     FALSE
## 1621 2022-12-09 20:18:25     FALSE
## 1622 2022-12-09 20:18:05     FALSE
## 1623 2022-12-09 20:18:03     FALSE
## 1624 2022-12-09 20:18:02     FALSE
## 1625 2022-12-09 20:18:01     FALSE
## 1626 2022-12-09 20:17:58     FALSE
## 1627 2022-12-09 20:17:33     FALSE
## 1628 2022-12-09 20:17:33     FALSE
## 1629 2022-12-09 20:17:14     FALSE
## 1630 2022-12-09 20:17:10     FALSE
## 1631 2022-12-09 20:17:04     FALSE
## 1632 2022-12-09 20:17:02     FALSE
## 1633 2022-12-09 20:16:41     FALSE
## 1634 2022-12-09 20:16:40     FALSE
## 1635 2022-12-09 20:16:20     FALSE
## 1636 2022-12-09 20:16:18     FALSE
## 1637 2022-12-09 20:16:16     FALSE
## 1638 2022-12-09 20:16:16     FALSE
## 1639 2022-12-09 20:16:15     FALSE
## 1640 2022-12-09 20:16:03     FALSE
## 1641 2022-12-09 20:15:59     FALSE
## 1642 2022-12-09 20:15:58     FALSE
## 1643 2022-12-09 20:15:51     FALSE
## 1644 2022-12-09 20:15:24     FALSE
## 1645 2022-12-09 20:15:07     FALSE
## 1646 2022-12-09 20:15:06     FALSE
## 1647 2022-12-09 20:14:59     FALSE
## 1648 2022-12-09 20:14:57     FALSE
## 1649 2022-12-09 20:14:51     FALSE
## 1650 2022-12-09 20:14:48     FALSE
## 1651 2022-12-09 20:14:47     FALSE
## 1652 2022-12-09 20:14:43     FALSE
## 1653 2022-12-09 20:14:25     FALSE
## 1654 2022-12-09 20:14:24     FALSE
## 1655 2022-12-09 20:14:23     FALSE
## 1656 2022-12-09 20:14:13     FALSE
## 1657 2022-12-09 20:14:10     FALSE
## 1658 2022-12-09 20:14:04     FALSE
## 1659 2022-12-09 20:14:02     FALSE
## 1660 2022-12-09 20:14:01     FALSE
## 1661 2022-12-09 20:13:57     FALSE
## 1662 2022-12-09 20:13:51     FALSE
## 1663 2022-12-09 20:13:19     FALSE
## 1664 2022-12-09 20:13:15     FALSE
## 1665 2022-12-09 20:13:09     FALSE
## 1666 2022-12-09 20:13:09     FALSE
## 1667 2022-12-09 20:13:08     FALSE
## 1668 2022-12-09 20:13:06     FALSE
## 1669 2022-12-09 20:13:04     FALSE
## 1670 2022-12-09 20:13:02     FALSE
## 1671 2022-12-09 20:12:57     FALSE
## 1672 2022-12-09 20:12:54     FALSE
## 1673 2022-12-09 20:12:53     FALSE
## 1674 2022-12-09 20:12:47     FALSE
## 1675 2022-12-09 20:12:43     FALSE
## 1676 2022-12-09 20:12:34     FALSE
## 1677 2022-12-09 20:12:33     FALSE
## 1678 2022-12-09 20:12:04     FALSE
## 1679 2022-12-09 20:11:57     FALSE
## 1680 2022-12-09 20:11:55     FALSE
## 1681 2022-12-09 20:11:55     FALSE
## 1682 2022-12-09 20:11:49     FALSE
## 1683 2022-12-09 20:11:25     FALSE
## 1684 2022-12-09 20:11:22     FALSE
## 1685 2022-12-09 20:11:17     FALSE
## 1686 2022-12-09 20:11:16     FALSE
## 1687 2022-12-09 20:11:05     FALSE
## 1688 2022-12-09 20:11:05     FALSE
## 1689 2022-12-09 20:11:04     FALSE
## 1690 2022-12-09 20:10:54     FALSE
## 1691 2022-12-09 20:10:14     FALSE
## 1692 2022-12-09 20:10:10     FALSE
## 1693 2022-12-09 20:09:55     FALSE
## 1694 2022-12-09 20:09:55     FALSE
## 1695 2022-12-09 20:09:50     FALSE
## 1696 2022-12-09 20:09:41     FALSE
## 1697 2022-12-09 20:09:40     FALSE
## 1698 2022-12-09 20:09:32     FALSE
## 1699 2022-12-09 20:09:28     FALSE
## 1700 2022-12-09 20:09:22     FALSE
## 1701 2022-12-09 20:09:21     FALSE
## 1702 2022-12-09 20:09:14     FALSE
## 1703 2022-12-09 20:08:57     FALSE
## 1704 2022-12-09 20:08:50     FALSE
## 1705 2022-12-09 20:08:44     FALSE
## 1706 2022-12-09 20:08:36     FALSE
## 1707 2022-12-09 20:07:54     FALSE
## 1708 2022-12-09 20:07:52     FALSE
## 1709 2022-12-09 20:07:51     FALSE
## 1710 2022-12-09 20:07:40     FALSE
## 1711 2022-12-09 20:07:31     FALSE
## 1712 2022-12-09 20:07:15     FALSE
## 1713 2022-12-09 20:07:05     FALSE
## 1714 2022-12-09 20:07:02     FALSE
## 1715 2022-12-09 20:06:55     FALSE
## 1716 2022-12-09 20:06:50     FALSE
## 1717 2022-12-09 20:06:48     FALSE
## 1718 2022-12-09 20:06:44     FALSE
## 1719 2022-12-09 20:06:43     FALSE
## 1720 2022-12-09 20:06:33     FALSE
## 1721 2022-12-09 20:06:33     FALSE
## 1722 2022-12-09 20:06:23     FALSE
## 1723 2022-12-09 20:06:03     FALSE
## 1724 2022-12-09 20:06:02     FALSE
## 1725 2022-12-09 20:05:53     FALSE
## 1726 2022-12-09 20:05:42     FALSE
## 1727 2022-12-09 20:05:31     FALSE
## 1728 2022-12-09 20:05:29     FALSE
## 1729 2022-12-09 20:05:28     FALSE
## 1730 2022-12-09 20:05:24     FALSE
## 1731 2022-12-09 20:05:03     FALSE
## 1732 2022-12-09 20:04:57     FALSE
## 1733 2022-12-09 20:04:54     FALSE
## 1734 2022-12-09 20:04:27     FALSE
## 1735 2022-12-09 20:04:22     FALSE
## 1736 2022-12-09 20:04:15     FALSE
## 1737 2022-12-09 20:04:12     FALSE
## 1738 2022-12-09 20:04:05     FALSE
## 1739 2022-12-09 20:04:02     FALSE
## 1740 2022-12-09 20:03:57     FALSE
## 1741 2022-12-09 20:03:54     FALSE
## 1742 2022-12-09 20:03:43     FALSE
## 1743 2022-12-09 20:03:34     FALSE
## 1744 2022-12-09 20:03:29     FALSE
## 1745 2022-12-09 20:03:17     FALSE
## 1746 2022-12-09 20:03:13     FALSE
## 1747 2022-12-09 20:03:01     FALSE
## 1748 2022-12-09 20:02:57     FALSE
## 1749 2022-12-09 20:02:45     FALSE
## 1750 2022-12-09 20:02:42     FALSE
## 1751 2022-12-09 20:02:38     FALSE
## 1752 2022-12-09 20:02:31     FALSE
## 1753 2022-12-09 20:02:30     FALSE
## 1754 2022-12-09 20:02:11     FALSE
## 1755 2022-12-09 20:01:53     FALSE
## 1756 2022-12-09 20:01:52     FALSE
## 1757 2022-12-09 20:01:44     FALSE
## 1758 2022-12-09 20:01:30     FALSE
## 1759 2022-12-09 20:01:26     FALSE
## 1760 2022-12-09 20:01:14     FALSE
## 1761 2022-12-09 20:01:13     FALSE
## 1762 2022-12-09 20:01:09     FALSE
## 1763 2022-12-09 20:01:03     FALSE
## 1764 2022-12-09 20:01:03     FALSE
## 1765 2022-12-09 20:01:03     FALSE
## 1766 2022-12-09 20:00:45     FALSE
## 1767 2022-12-09 20:00:14     FALSE
## 1768 2022-12-09 20:00:13     FALSE
## 1769 2022-12-09 20:00:11     FALSE
## 1770 2022-12-09 20:00:02     FALSE
## 1771 2022-12-09 20:00:00     FALSE
## 1772 2022-12-09 19:59:59     FALSE
save(twts, file = "twts.Rdata")
load(file = "twts.Rdata")

Grouping the date created

twts %>%  group_by(1) %>%  summarise(max = max(created), min = min(created))
## # A tibble: 1 × 3
##     `1` max                 min                
##   <dbl> <dttm>              <dttm>             
## 1     1 2022-12-09 23:59:23 2022-12-09 19:59:59

Getting the min and max

twts <- twts %>%  mutate(Created_At_Round = created %>% round
                         (units = 'hours') %>%as.POSIXct())


mintwts <- twts %>% pull(created) %>% min()
mintwts
## [1] "2022-12-09 19:59:59 UTC"
maxtwts <- twts %>% pull(created) %>% max()
maxtwts
## [1] "2022-12-09 23:59:23 UTC"

Using plotly() package and ggplot()

twtsPlot <- ggplot(twts, aes(x = Created_At_Round)) +
  geom_histogram(aes(fill = ..count..)) +theme(legend.position = "left") +
  xlab("Time") + ylab("Number of tweets") + 
  scale_fill_gradient() 

twtsPlot %>% ggplotly()
## Warning: The dot-dot notation (`..count..`) was deprecated in ggplot2 3.4.0.
## ℹ Please use `after_stat(count)` instead.
## ℹ The deprecated feature was likely used in the ggplot2 package.
##   Please report the issue at <]8;;https://github.com/tidyverse/ggplot2/issueshttps://github.com/tidyverse/ggplot2/issues]8;;>.
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

Retweet Data

retwt <- tweetsDF %>%
  select(screenName,text,created, isRetweet) %>% filter(isRetweet == TRUE)
retwt
##           screenName
## 1            shexav_
## 2        mimosatzuyu
## 3            rii1yuu
## 4           cesaarmo
## 5    Taehyungiiee211
## 6         fixed_oawn
## 7        H0NESTLIARS
## 8      sebongieee_17
## 9        lilismanduu
## 10             88gd5
## 11     namjoonie1998
## 12        Lenlen_218
## 13         heeyfonda
## 14          jlbppink
## 15        PINKLOV3R_
## 16      Nusaba_jahan
## 17        carmyverse
## 18         sunghoo_s
## 19      silentt_cryy
## 20           jik00ko
## 21     keynasawayama
## 22       fillecorsee
## 23    levantjenamore
## 24      radiomusings
## 25       WayNeezens1
## 26           eng_rj_
## 27         ahnyeongz
## 28        tekookcute
## 29       ariana_lves
## 30          k_hernak
## 31         lilyming3
## 32         kyeomshu3
## 33           CK03082
## 34       chaneIjeans
## 35   KhusnulLatifa11
## 36           kamgeii
## 37        twominkids
## 38      janroseampo_
## 39      ChanpoolSimp
## 40     yllan52025257
## 41   yonkiminmyfeels
## 42         nikistoes
## 43        isaymeow__
## 44     loveWOOSEOK02
## 45           94peach
## 46     RaffyBirthday
## 47          yiss____
## 48     seongbongseon
## 49           kktechi
## 50      JennyKimJung
## 51     realroyalkard
## 52          SEOCB1SY
## 53    kpop_love13_17
## 54       annchachana
## 55         millimilx
## 56           13e_BTS
## 57       minjoonluvr
## 58         Lummy3514
## 59   binnsbritannyg1
## 60      tanniestinyy
## 61          Nanafslr
## 62        ramyenniwa
## 63         TtaIsHere
## 64          imdongba
## 65         scaracuIt
## 66        Pikakihyun
## 67         notlytkin
## 68       PammyTrashy
## 69     chocchipskook
## 70          96yeoyan
## 71    joonsfavdimple
## 72           i2soobi
## 73     MYVENOMISPINK
## 74         96speachy
## 75    Victoria_gray7
## 76          caeysong
## 77     goddessnaevis
## 78          BRforJin
## 79     LAHATNABIASKO
## 80          SIALZJ98
## 81          elbities
## 82          haeyobbi
## 83           eng_rj_
## 84         hobipoutt
## 85          vantpain
## 86   jongin_ki_jogan
## 87            msgvjh
## 88   Garcia369599211
## 89     alwaysformomo
## 90   Marcela85101088
## 91         maxidennt
## 92            whojiu
## 93   blackpinkbazaar
## 94         soolil1__
## 95      HONEY_JAMZZZ
## 96    Victoria_gray7
## 97        Skaasai121
## 98           rii1yuu
## 99         HUANGY1EN
## 100   fearthebunnies
## 101  BobMitc16673832
## 102    BTSARMYFOVEVE
## 103     Krystella011
## 104         jocer_ph
## 105        VelezAyli
## 106          kookwvo
## 107         sasaeaug
## 108      yulinarchoi
## 109      Syi_ra_naii
## 110   tintintheworld
## 111    chickdounfeel
## 112       javixmochi
## 113         neinmuse
## 114           seuIie
## 115    BTSARMYFOVEVE
## 116          RJim7BE
## 117    daydreamertee
## 118   RLJJ_BERR15060
## 119  littlelordbratt
## 120           rmy486
## 121        jmjoayo13
## 122       manamchara
## 123      JisooyaaLuv
## 124         yge_tak6
## 125       bl0ssomhwa
## 126      Nabongbongs
## 127      centerennik
## 128         pomp_omp
## 129        negcoelho
## 130        nbbabydom
## 131          chuunsi
## 132         pcystarr
## 133           ecnbii
## 134        AHSUJUSSI
## 135  ALESSIACASSAND2
## 136          naemyu2
## 137   tentenwishbone
## 138        yeokshi__
## 139         meojihye
## 140  jihuunayeonnie_
## 141          V8MPlRE
## 142        EsuMegane
## 143       Reginew120
## 144      yoonvitamin
## 145     namminjoongi
## 146      HONGYUZILLA
## 147         linhuist
## 148        lilyknowr
## 149       wh0rangdan
## 150      minjoonluvr
## 151        Betoglow_
## 152  love_jimine1013
## 153      jzchocochip
## 154     jayjakehoon_
## 155  Analizacastro76
## 156     itsmehoney94
## 157         celqhoon
## 158     choicheollie
## 159           ecnbii
## 160         rubyylcz
## 161         bel_0503
## 162  jihuunayeonnie_
## 163   yejiblackheart
## 164     jungkookjes1
## 165     Kpop_Ninangs
## 166       starryksy_
## 167  clownst35999059
## 168   Helmi933590422
## 169  RedQuee66993515
## 170        mhiemajin
## 171         skizskyy
## 172  sha_isintopablo
## 173   My_Pannnacotta
## 174     alxmltistn_0
## 175        julybubmg
## 176    eyooit5yrsimp
## 177       g0ldenpaws
## 178           BG8816
## 179  RedQuee66993515
## 180        LaylaaaWs
## 181      oobtrusivee
## 182        hwaIights
## 183     stnatives408
## 184     Kpop_Ninangs
## 185        kehnopsya
## 186        svntnflrt
## 187         SUNDAl5Y
## 188       lalisabebo
## 189     Kpop_Ninangs
## 190          bbhchun
## 191     Kpop_Ninangs
## 192  JoselineCabre14
## 193      daily_kpop_
## 194  jungkookmoles97
## 195     faerielixiie
## 196      suhodorable
## 197         MelianLo
## 198    xpastelcherry
## 199       cakeaespas
## 200     childegamerr
## 201     Kpop_Ninangs
## 202     wonderIisa97
## 203   floblossomstar
## 204     MIDZY_04_S_A
## 205     Kpop_EBANSx2
## 206     Kpop_Ninangs
## 207         Liz__u_u
## 208        HongAtiny
## 209     Kpop_EBANSx2
## 210        Judelhr17
## 211         eunayksy
## 212     Kpop_Ninangs
## 213        Mitasoni1
## 214     Kpop_EBANSx2
## 215     Kpop_EBANSx2
## 216     Kpop_EBANSx2
## 217   Alex_local_owl
## 218      mikael_btob
## 219      adachiseoki
## 220     Kpop_EBANSx2
## 221         herseyho
## 222        mincva_jk
## 223     Kpop_Ninangs
## 224        hoshverse
## 225     Kpop_EBANSx2
## 226      PiedPipermy
## 227        kissmeltt
## 228     cinnanmorolI
## 229  AhmedAh71191162
## 230     Kpop_EBANSx2
## 231        honeynmmm
## 232     kpoptrash_02
## 233       doughytete
## 234       imfIawIess
## 235     Kpop_EBANSx2
## 236        infiltery
## 237         Juse1510
## 238       93millionG
## 239     Kpop_EBANSx2
## 240      daily_kpop_
## 241       maki000212
## 242           7_1306
## 243       dancer_air
## 244      BontySarah2
## 245   kate_luvs_kpop
## 246    wolfbunny9297
## 247           7_1306
## 248      hyunecastle
## 249        Wonuu_min
## 250        formyteez
## 251           gitssr
## 252        ThahminaM
## 253      daily_kpop_
## 254     laurra_laurr
## 255         tayaushi
## 256  littlelovesosoo
## 257           boldqq
## 258   _Mayan_Empire_
## 259     laurra_laurr
## 260      fantasyunho
## 261     potatostan01
## 262        LKCENTRAL
## 263    mila_vermouth
## 264  JoselineCabre14
## 265     potatostan01
## 266         owhsorry
## 267      universeocb
## 268   Camillecerbito
## 269   BravoMaradiaga
## 270       SuxanytaSu
## 271  antonella137856
## 272         MCasoose
## 273           PAK_01
## 274     OPQRiyawatii
## 275  arianasocialite
## 276        jpersonax
## 277         sunqyeom
## 278          EIiaaia
## 279    jumppenguin93
## 280         THXnoona
## 281     jk_kookie_13
## 282       ynjunbliss
## 283        Steph_ot7
## 284      NoonaWonwoo
## 285        formyteez
## 286    DepressedLegg
## 287       mitortoise
## 288         Kaname86
## 289        seashe11e
## 290          4bbhnie
## 291       MY19961210
## 292      vkhamphoune
## 293          lomaaze
## 294         ApzEnha7
## 295         Sasamei4
## 296          kjshive
## 297  namjoon_baby007
## 298      eggonnoodle
## 299    kelly85727851
## 300      muffinsyum_
## 301        shxxootme
## 302         NCTwan27
## 303        Teentanie
## 304     BlueRaven_00
## 305   whereareankles
## 306       lindaarhhh
## 307  aBC9rIlF1LsLTNo
## 308    sisiseventeen
## 309        gabs_dtra
## 310    elfsweetymoon
## 311        bunhyunji
## 312  maniccpixiegirl
## 313  Harriet09186771
## 314  huwanabeeniloey
## 315    DaniferGanzon
## 316           obvyeo
## 317          Aizhee3
## 318          V714301
## 319      SaritaBhoi8
## 320          leupvon
## 321         any_crab
## 322    Emily_Blake__
## 323        iacarat17
## 324       warofsugas
## 325     ludimila_098
## 326       botdodiluc
## 327      wantBTStoes
## 328     ArtsyCraftYT
## 329      LalisaM0327
## 330      DeboraHyon3
## 331     mazeofmoomin
## 332          Fuega23
## 333   KnivesChaudown
## 334    nokyeomsmoony
## 335       isssssaaaa
## 336        nakazuhao
## 337         taecorei
## 338   GOLDENROSE6756
## 339        LKook2222
## 340   linda_yang0524
## 341       KashaLac96
## 342         304_kpop
## 343         zxvindx_
## 344    kwonseonyeong
## 345   chifuyusbaddie
## 346  HARlANADAYDREAM
## 347            lf4tk
## 348   carolsteaparty
## 349     Mimi02904200
## 350          rshhlee
## 351    CarloCardone5
## 352        RIKAPRINT
## 353    DaniferGanzon
## 354       quakityluv
## 355  jangwonyoungbff
## 356      hancheolics
## 357          c_josh8
## 358    Tears_ToTiara
## 359        HongArwen
## 360        sonqyuvin
## 361     Noowee_YUNHO
## 362      mongemini42
## 363   minghaosgiggle
## 364         AtpDanna
## 365    ApplePatronum
## 366        Vhope2134
## 367      J_Kooraline
## 368  AngelicaNahomi9
## 369         jjeoshuu
## 370          xoEX0xo
## 371         ApzEnha7
## 372   PatoInYourArea
## 373      coffeewknow
## 374       hcnybvtter
## 375          DP1995_
## 376  jaeyunieverse00
## 377     Lisaaaaayaa1
## 378     p1ece0fpe4ce
## 379       Blackcartu
## 380         gaabb_37
## 381         tgkdniel
## 382         lunat230
## 383          lairieI
## 384    BitchbutBlink
## 385     brandeeloves
## 386     ChimmyTata07
## 387        prim_1677
## 388  MateoPe68303315
## 389       xmbrk1_027
## 390     jinygatinhos
## 391         AnMiru06
## 392   HOBI_IS_MY_ULT
## 393  MateoPe68303315
## 394       haddiemong
## 395      paktsanyeol
## 396          marrl20
## 397         8788gigi
## 398    lalalalalamei
## 399   icejellybutter
## 400     sleepysoleil
## 401   Iwanttoseclude
## 402         LuMilan5
## 403       joonjinie_
## 404    lovediveleven
## 405      Helena_nabi
## 406       manamchara
## 407          iHugMoa
## 408    thesafirerose
## 409     ARMYS4OREVER
## 410  alexand10468742
## 411        panita041
## 412  Jugkook_forever
## 413     thiskmsojung
## 414      thornspinks
## 415        _nhanna98
## 416       freaaaaaks
## 417    jiunglover420
## 418      Helena_nabi
## 419          j5nhuis
## 420       yujinloml2
## 421         lmda1217
## 422   seungcheolscbd
## 423        NoLimitMx
## 424        ironsbyun
## 425    lovediveleven
## 426    tinimoonchild
## 427        gragonpk_
## 428   boringannoying
## 429       saaaptrr2_
## 430       Aidemstarz
## 431        sasa__twt
## 432         AnneBri8
## 433       KMarina611
## 434        jiantae95
## 435      demygirlies
## 436        WANG7_VAV
## 437     ilovethvante
## 438    DioramaRemini
## 439       mellokwang
## 440       Pink_Niara
## 441     1117Mazetiny
## 442          rendchy
## 443       Abihannie1
## 444     wonwoosspace
## 445          ptg_831
## 446   seungmingender
## 447      jazzyjam64_
## 448         ilykunct
## 449          itschkk
## 450  riguelwife4ever
## 451           PPilin
## 452   Jimin_Talented
## 453        wonyselca
## 454  athrahbatrisyia
## 455         ravkook7
## 456       L0v3rWonny
## 457  Kpop_MemeBasket
## 458        JIKUU1358
## 459         blakee1x
## 460        nasheexx_
## 461         _xyzjoon
## 462        ANGYOT713
## 463     Alli06384060
## 464        cheoluvrs
## 465      PatchaBoice
## 466     GumballGirl4
## 467         iijigeum
## 468   choisansbitch_
## 469    ayundyashine_
## 470    swiftie_spoon
## 471      rinabaebae_
## 472          HTMH965
## 473      yeoception_
## 474      minaBtss0T7
## 475      chase_shiki
## 476      chabela1946
## 477          minsupd
## 478       woomashiru
## 479        209791jjk
## 480    yllan52025257
## 481           yzkdpr
## 482         lvk_iska
## 483        H3y_Sug4r
## 484        mushino_P
## 485      aappriliaaa
## 486   sonyeoshittdae
## 487   WyattmcmanusAL
## 488       love_joon7
## 489  Jerfess25848356
## 490          ltstayc
## 491     kagekishoujo
## 492         ot5moaaa
## 493        felixlogy
## 494      chase_shiki
## 495   _Cutie_Joonie_
## 496   WyattmcmanusAL
## 497       rkiveptwfa
## 498   choisansbitch_
## 499        paupaustd
## 500       Reginew120
## 501         ApzEnha7
## 502       primataegi
## 503          smt0kki
## 504       seungcerry
## 505      neutralgurl
## 506     daetothebaek
## 507  Kpop_MemeBasket
## 508    askim_hyunjin
## 509    LOVETOLOVE241
## 510       greyforpay
## 511       SpearBaby9
## 512        209791jjk
## 513          rii1yuu
## 514   katie_rowley_7
## 515         feat_bri
## 516       jimerijaan
## 517       angierg_16
## 518   theory_diamond
## 519     requiemarane
## 520   Michelle121721
## 521         sunqyeom
## 522       yaneliii_7
## 523  adorable_athies
## 524       wweraw2008
## 525      hezzitation
## 526       Diotima380
## 527     perseovchris
## 528    jiminstattoo7
## 529      DeboraHyon3
## 530       erinnnygyu
## 531       fruit_bowI
## 532  RMStreamingHost
## 533  monbinprotector
## 534         rmeunego
## 535        madhatake
## 536    ROnce82720813
## 537        knjmineok
## 538     ackermanpath
## 539       carat_stan
## 540      Larissas27_
## 541          rawwsua
## 542      ahgasemania
## 543  cheolseungshine
## 544    kpop_samcheon
## 545       uzilamirza
## 546      acinorev000
## 547    Sutiny_Dalsua
## 548        JungHala7
## 549   lalalalisa_mac
## 550    Pinklikepinkk
## 551  yassy_rodriguez
## 552   QueenMONORules
## 553      CesiyaStill
## 554          NSjjv09
## 555   lalalalisa_mac
## 556      lilylili_bp
## 557          diekei_
## 558    kpop_samcheon
## 559         hosheers
## 560       HelenaC_93
## 561     blossominseo
## 562     luvlyyawnzzn
## 563        Lannaleth
## 564   70stydiaOffice
## 565   _lilbitofblack
## 566        kangtaDNI
## 567      minjilemon_
## 568         adoreush
## 569    blackmarvel23
## 570   naytionsnayeon
## 571       cxnfessi0n
## 572    spicyz_heesun
## 573      kyla_birdie
## 574       namj0onnie
## 575          c_art_y
## 576          _Pja13_
## 577       WerJunhuiJ
## 578  Lin_IU_jieunfan
## 579       Seokjaneee
## 580  Emperor_Freeza_
## 581       stan_local
## 582    TeTeYontan625
## 583  fanboiYani_1230
## 584  bb_arianinyaaaa
## 585    honeybearybee
## 586         NEWJE4NS
## 587         miawwrin
## 588         crynnary
## 589         madsider
## 590       rmnewsdata
## 591        hwaabyeol
## 592      jjongfemboy
## 593    armylovebts7_
## 594    seawaterwitch
## 595  blue_blue_blu00
## 596    theeaerialist
## 597    simplysavage_
## 598       qyetcorner
## 599         0104__05
## 600       fridasts17
## 601   hooniversestar
## 602         yjhshuaa
## 603     jkkook970901
## 604        vonzlends
## 605       wonwooed29
## 606     jooniepetals
## 607          rxsemxn
## 608       ren_shawol
## 609       mangohubba
## 610       jeanfric03
## 611   kate_luvs_kpop
## 612           S_w__k
## 613       RamaSene11
## 614        moonhwa98
## 615     allyyysonnn_
## 616        Izuki0509
## 617  antisocialbabey
## 618   itsAndroidWolf
## 619       Hanya_2j3j
## 620       TOOKIGENES
## 621   Milcah87814169
## 622       jung_andyy
## 623     PRINCESLYNN9
## 624       j__essicax
## 625         tariew21
## 626    CallMeAuranna
## 627          vicszxq
## 628        AlterTriz
## 629  selenophileAtin
## 630         sonamoaa
## 631    silvrhoneytae
## 632       nctzensaid
## 633     chaegayyoung
## 634      itsmeurpare
## 635     1985Bootsaya
## 636      desdeel2015
## 637          dyhmoon
## 638   attentionakgae
## 639        ohmyymymy
## 640          jjtkook
## 641       RealJou1es
## 642    carlespilette
## 643     hyunjinllama
## 644  xiuweetdayforme
## 645   theonlybaepsae
## 646  archivesforJIN_
## 647     1985Bootsaya
## 648         rifxhans
## 649      jinmisoop99
## 650   Jessie02209264
## 651        aquazzSky
## 652         miawwrin
## 653  igotJMJPCBKGOT7
## 654           r_hel_
## 655         GYUURlYA
## 656  houhousistarsun
## 657      enhypnwalls
## 658          ryinz21
## 659         bbkaaaye
## 660        kkurah319
## 661           Edbs19
## 662        Dwy_teume
## 663      ainaablasco
## 664        lameqilah
## 665          jkvsbts
## 666        btsogtnfk
## 667          _Cawty_
## 668      jlb_thatsme
## 669       3racha_han
## 670  davidtorres1114
## 671         roiskies
## 672    ROnce82720813
## 673        joysfairy
## 674        DKwxy0908
## 675          a_lyalo
## 676    Gabrielacc712
## 677      Aya83250491
## 678     ya_mary_yach
## 679    ilovebngpinks
## 680    ilovetae95thv
## 681      KP865993632
## 682         vfanhere
## 683    Minyounglove2
## 684     JancysDayeon
## 685    Minyounglove2
## 686      alexi366143
## 687    Minyounglove2
## 688         ifjaebum
## 689    peachyyy_just
## 690       manobunnyx
## 691  ningningwashere
## 692     VIIIVVIIIVII
## 693      jiminsbratt
## 694    lalalalis9999
## 695   filtermoonughh
## 696         vfanhere
## 697      Imbluegrey1
## 698        Piya2Niya
## 699         avodoraa
## 700    Minyounglove2
## 701   tormentodamore
## 702   kate_luvs_kpop
## 703       maknae_min
## 704          niaccke
## 705        Iouiseynx
## 706     7winterbunny
## 707    Gabrielacc712
## 708       yoongitwin
## 709        Vic9_9_9_
## 710        e__ssooo_
## 711    HANGSANG_13TS
## 712  slytherinparkjm
## 713          ayikazz
## 714     7isthenumber
## 715   neovulturetech
## 716      minjoonluvr
## 717    NahomiCarreon
## 718     Rotem_Vizman
## 719         saworii9
## 720      Larissas27_
## 721      wwmikayao_o
## 722    teteebabybear
## 723       Weird_Moos
## 724         vfanhere
## 725     jennyabana09
## 726         linozico
## 727        eshbhie99
## 728    taronegerIton
## 729    ivepantheress
## 730    diavanegas699
## 731     ClaraParent1
## 732     ARMYBLINKJOY
## 733   cardone_studio
## 734   kitsuneborahae
## 735         kyjwonp_
## 736    _sarawatlism_
## 737         izzhiey_
## 738       tastypijza
## 739      NickRegnier
## 740    johanwinkwink
## 741   MaryaMonstaX92
## 742      roundmyhood
## 743       phobiangel
## 744       clownbirds
## 745  Kaushle22180596
## 746        naeviswol
## 747   Dayanigarcia16
## 748     SvetaTrinite
## 749       junhuivlgs
## 750    Diana99613878
## 751       wonusempai
## 752          BJS5825
## 753          pkjmthv
## 754        SHINeeW09
## 755  Kaushle22180596
## 756     ARMYBLINKJOY
## 757   cookiepeaches_
## 758       viexfansph
## 759    intaksgiggles
## 760     ceo_of_chaos
## 761     mingyujunseo
## 762        HoseokAS3
## 763      kpop_noob11
## 764    shobaejuunana
## 765        snoopchwe
## 766     theqweenizzy
## 767       nanayaheul
## 768         jnkwayne
## 769        seesawsol
## 770       Ngan990616
## 771     hyucksunsets
## 772       love_joon7
## 773        777ashkjs
## 774         MingiDen
## 775       yeolisiast
## 776      treisvisoes
## 777  olik_panggabean
## 778       isthervltn
## 779          _uwonzz
## 780   cardamommy_666
## 781          liulyz_
## 782      KangEyeeren
## 783       yemmyalexa
## 784       holyshawol
## 785       hyukashley
## 786  cosmicsensitive
## 787      txtpink0804
## 788       yeppi6xskz
## 789        Cartisma_
## 790       danielle3j
## 791      bamgyutoori
## 792        karinUrbV
## 793         GODMORAX
## 794       dcmgSHINee
## 795      yoongimiau0
## 796        noabonito
## 797          dhnblue
## 798     misscinetose
## 799      JOONineteen
## 800      bamgyutoori
## 801     babypinksboo
## 802       taniesglow
## 803     GOLDENWOONG_
## 804         ckpiDubu
## 805        karinUrbV
## 806        iisimongg
## 807        purplews_
## 808      ainaablasco
## 809         spacebi_
## 810    Yungmi7777777
## 811        Kookmin74
## 812         tozakysn
## 813          llcwllg
## 814    melovejungkoo
## 815      aninhaverso
## 816    jadeeeeee_gel
## 817       chosoloist
## 818     chanheeitboy
## 819       manobunnyx
## 820       luvminhong
## 821       sweetboyjk
## 822    jinnietralala
## 823       idatepower
## 824         ggjimini
## 825        ruisrajin
## 826     blackbusterr
## 827  KSkVsLENM71BHS8
## 828          MzFee20
## 829           13hr08
## 830       Iovingyooh
## 831       LiliesPH13
## 832          Taeni29
## 833    buzztinlovely
## 834  JjongCaprio____
## 835        odeiopunk
## 836   trampolinecats
## 837     EGIRLRHAELLA
## 838  yoontangerine93
## 839      jenaissantn
## 840         alyssins
## 841      mongemini42
## 842     lalalalavs_m
## 843     geassxclover
## 844   AlexISAleXa96_
## 845  thedoughnanapro
## 846        julybubmg
## 847          4_skret
## 848        daissysun
## 849         xxmoon22
## 850         vcuthope
## 851    CarolineTayse
## 852     BnHg70312166
## 853   MSmith94011110
## 854    BTS_twt_mono7
## 855       hanyanaxxx
## 856         panyai94
## 857         ryu_cats
## 858   GreenV53000781
## 859        inarea218
## 860     serialainexp
## 861        _jjunsw__
## 862       puanshinee
## 863      WAITING4SKZ
## 864          hxpebxy
## 865  xingqiuviadinho
## 866          heyenha
## 867          yelyjkk
## 868   fairyfangirlie
## 869   stray_anpanman
## 870        ceIestice
## 871  zerotak2_prince
## 872    wintertelleyy
## 873     dudiiiiieeee
## 874          ivypile
## 875  seagull_squishy
## 876       ArifSerine
## 877        livinaday
## 878       chovsouris
## 879        _jidziaa_
## 880        crownvarb
## 881       0615jaewon
## 882     segureo_chan
## 883         smvworld
## 884        helisomeu
## 885         msjaleh_
## 886     lalalalavs_m
## 887    ayundyashine_
## 888          NSjjv09
## 889    moon_joonie94
## 890        xkaixexox
## 891     woniemilktea
## 892      keehosbobaa
## 893     Yoselinteumi
## 894        sngsng_aa
## 895      myflowerfun
## 896   kwonderfulness
## 897     ipurpleyoufv
## 898       luvsknjoon
## 899     lalalalavs_m
## 900   theakkindaboys
## 901     trustfundgyu
## 902         enbyhwas
## 903          OviPipi
## 904         ZueRojas
## 905         xiaotoge
## 906      minjilemon_
## 907   juniorglee2010
## 908       ArifSerine
## 909         tw_kpop_
## 910          JuliC_O
## 911         _wxyzeen
## 912     everydaydayw
## 913      confusdliam
## 914           2fuzzg
## 915  Djulia_teez_enh
## 916     lavendxrhaze
## 917    nurawadah9604
## 918     JoyceJoyceBi
## 919       narakoyuki
## 920        hani_cc17
## 921      fixonmylove
## 922       ArifSerine
## 923     Elen01091997
## 924    Bngtn_7777777
## 925        diseasers
## 926           mwnkis
## 927      nwcelestial
## 928         ELPI0327
## 929       Dya_Hiyyih
## 930       hourlymoka
## 931     lima_pishbol
## 932    TatianaxMalik
## 933      ainaablasco
## 934      peach_fuuzz
## 935     tt_yume_roki
## 936          Rova_07
## 937       ryissaluvr
## 938  uli_modu_hamkke
## 939       oIivialgbt
## 940   moonandenhypen
## 941      junggukshyy
## 942     lalalalavs_m
## 943  sugaryouknowm_e
## 944      Mod_love_JJ
## 945      lili_love28
## 946   Cubito53195399
## 947      butterly__7
## 948          SHlNGEE
## 949   Cubito53195399
## 950        shixunwae
## 951         i2ghirga
## 952     jennyabana09
## 953      teumeboii95
## 954          xnireah
## 955       aylaluvsjk
## 956       godlycirce
## 957   Cubito53195399
## 958   Cubito53195399
## 959  Streamaccounts1
## 960   Cubito53195399
## 961    gaylittlehats
## 962   kkmama68020905
## 963          cahryl_
## 964          jezamng
## 965      sirenserens
## 966   kawaikyungsona
## 967   falliinfl0wer_
## 968         vope_613
## 969      xxclndnclxx
## 970         jwoocito
## 971  JiLucyP08115692
## 972    jiminstattoo7
## 973          snwyfae
## 974   darkmoon134340
## 975  gyuldaengrideul
## 976     tallie_dewey
## 977    SONNYmahalima
## 978          pomdrty
## 979      Sou31215236
## 980     JoyceJoyceBi
## 981        sobok_95_
## 982        honeyaixa
## 983       bubblyejun
## 984       moonroha__
## 985     mochilandBTS
## 986        Yoondooj1
## 987       snghoonlvr
## 988      aiming_rose
## 989   annaevergarden
## 990        tanithrea
## 991          wfjjoon
## 992  Chompoo08286552
## 993          isapest
## 994     BatladyKatie
## 995         lmda1217
## 996          Hope52_
## 997      NurAmin1991
## 998    badwitchmaris
## 999      EunsoonYang
## 1000     pshoonharem
## 1001  sanniesworld21
## 1002    bololodecake
## 1003        hyuckmgi
## 1004      oyahchavez
## 1005        ko187923
## 1006          klgvtk
## 1007         sooftmh
## 1008   charmanhiyyih
## 1009      harrytruce
## 1010        tecknode
## 1011        thayeasy
## 1012       liebejklm
## 1013       neomoonvv
## 1014          rmfuyu
## 1015         dez0603
## 1016       bIesswonu
## 1017       jk_xjadex
## 1018 jangwonyoungbff
## 1019         pinxluc
## 1020        jjjot486
## 1021          Lim6Pn
## 1022      tienokthen
## 1023     a_softheart
## 1024     kookSveppir
## 1025      sunmetawin
## 1026        izzhiey_
## 1027   kimrahmahwang
## 1028   zimzaIabitchh
## 1029     litlemeow__
## 1030 starry_mamamoo4
## 1031        rutita95
## 1032         eastsea
## 1033   ParyiaReine24
## 1034     mrdarthfall
## 1035    yeosanglixie
## 1036    hyunjinlivre
## 1037     Danibanix26
## 1038      ipurpleya7
## 1039         seukjei
## 1040    notforyousun
## 1041     cariaubagus
## 1042     Rosiesfeels
## 1043 kpop_saveslives
## 1044     puellalunae
## 1045        Manon22L
## 1046   nillisaflower
## 1047      MiekoGavia
## 1048 EmilseMujerAraa
## 1049 trashinyouryard
## 1050        4ourMoon
## 1051        JAY4YOON
## 1052         DAP_121
## 1053        wingzard
## 1054 kpop_saveslives
## 1055   thatssdestiny
## 1056     yoonclouds_
## 1057        cuteribo
## 1058       Isiskimm1
## 1059        chulchie
## 1060 Blinkan01675823
## 1061      jnkaibears
## 1062       jessstter
## 1063  bulletandproof
## 1064     Strawbracha
## 1065 1njD5YNGITPgauD
## 1066        Natsunoz
## 1067       siska_fit
## 1068         chosofr
## 1069     THV20000206
## 1070     wonpilverso
## 1071         yagor__
## 1072   rayalexanderq
## 1073        illioooi
## 1074  miura239888454
## 1075        deryvils
## 1076     marybtsgirl
## 1077   justinnie1022
## 1078     mimosatzuyu
## 1079  AvilaElisajane
## 1080 narukoshiratori
## 1081  Oxlucky_bigwin
## 1082  telepathy_soty
## 1083       4gnfandhc
## 1084        ienbbang
## 1085     aska1230tae
## 1086      armengggay
## 1087     plethorakoo
## 1088         d0twrld
## 1089      ravenhyune
## 1090        FansKook
## 1091       ymarcusjr
## 1092       wakaaniki
## 1093      ozstacks42
## 1094         kaioexo
## 1095       icedrnilk
## 1096     sheepqarden
## 1097     jkslovejoon
## 1098  olivethehobbit
## 1099       wingsmaze
## 1100       NJoonie09
## 1101     kadateehagu
## 1102    apostokkinot
## 1103     P1NK__VENOM
## 1104         oddenha
## 1105      moarmyboba
## 1106    ReveluvSouma
## 1107      moarmyboba
## 1108      kimbabnude
## 1109       NikiAbe38
## 1110  Kurumi71069749
## 1111       YazVivas1
## 1112        dopilrye
## 1113       hanniboni
## 1114   lalisa_pink16
## 1115     paulalaness
## 1116       Maru24678
## 1117    moonstar4890
## 1118     Sammie_129s
## 1119       nishhhx_x
## 1120    auliaaaa_naa
## 1121     ssamssam811
## 1122  lesliearavena2
## 1123     LalisaM0327
## 1124      IamONLYB21
## 1125    StarBoiceMin
## 1126   wonhomilbbang
## 1127       AderRolon
## 1128     P1NK__VENOM
## 1129     Jelly_ann29
## 1130        beefleat
## 1131        frogpout
## 1132     Blurryshrek
## 1133     ssamssam811
## 1134    dreamyjunhui
## 1135     univrsejeon
## 1136       ayanechiu
## 1137       Jacey0812
## 1138         Lyjikim
## 1139        Kpop_Ama
## 1140      yehsusanie
## 1141        PizaLili
## 1142        imajin92
## 1143        BPCSstay
## 1144      nuizaaaaa2
## 1145   kimrahmahwang
## 1146          vureoi
## 1147       parksolon
## 1148         ditashz
## 1149      KYuri_soup
## 1150 changminiecutie
## 1151         kunibt7
## 1152    seungminsmol
## 1153     heartwantsj
## 1154 lelelove_112201
## 1155        JaeKoonz
## 1156        pinkihwa
## 1157      hyojeongae
## 1158 rogue_taeminbot
## 1159       RhythmKoo
## 1160          ch8bin
## 1161        ceoniels
## 1162        sooyaroy
## 1163    Abby40823567
## 1164        heatakgi
## 1165       wywyg0309
## 1166     chaoticr1se
## 1167  harunouchiha03
## 1168   Jisoonceagain
## 1169  frz3rbRnotaku1
## 1170   PixelPecanPie
## 1171       ohmyymymy
## 1172        kttaehye
## 1173  yunhos_bubbles
## 1174    Abby40823567
## 1175      SANDRUXISS
## 1176    politaaa0703
## 1177       rabwins97
## 1178     Skeyle22BTS
## 1179    Musikawrites
## 1180         kksek81
## 1181      tsutsu0216
## 1182         jst_rin
## 1183 peksjsqieukqlsj
## 1184       kgwangsan
## 1185 DianaNi04722551
## 1186   JungwonDaily_
## 1187         EM0TYUN
## 1188 peksjsqieukqlsj
## 1189 DaianeAliceSou1
## 1190      sopebaragi
## 1191     kimjongdilf
## 1192 myhappiness1932
## 1193      liquor_ksj
## 1194      Mai_Blanca
## 1195       kehnopsya
## 1196     PeachDanity
## 1197    stinkyvernon
## 1198    btssoftieot7
## 1199     arthurwen10
## 1200     hiyyihmelon
## 1201     joonskosmos
## 1202        jmlejend
## 1203       blaqkswan
## 1204      chwangpics
## 1205  lovestaystrykz
## 1206  yoongipretty_7
## 1207   fabiano_leo21
## 1208   thunderouz325
## 1209  norikosumiyasu
## 1210     huangguazun
## 1211        TonakonP
## 1212     annchachana
## 1213 Universalshinin
## 1214        6idlegay
## 1215    itmayhappens
## 1216   Amena81044965
## 1217     nilleveblue
## 1218     h05hi_kw0n_
## 1219        minsajae
## 1220         dctz777
## 1221      heyshuahae
## 1222        salmark_
## 1223          L58512
## 1224 kpop__lover0011
## 1225  btserendipitiy
## 1226       Sirone_Ru
## 1227      C1nnaMingi
## 1228         dwboura
## 1229        zeltehin
## 1230        Itmegugu
## 1231     JoonieNamu4
## 1232         _Cawty_
## 1233    kookjinni520
## 1234        povjeans
## 1235    KTHsJJKsJHSs
## 1236       arohas_br
## 1237     LPC17577708
## 1238      veennustt_
## 1239   pyeongsanshin
## 1240  EdmilsonRosa19
## 1241      gothbfmark
## 1242          _vvblu
## 1243        soopink_
## 1244        djarinns
## 1245          wnling
## 1246   sterbitencurt
## 1247      caratplush
## 1248        Nicollky
## 1249     mdmdmdmd122
## 1250      Lentejit4s
## 1251 LILIANA30204433
## 1252        1997O211
## 1253     KCJADGALAXY
## 1254       petaleskz
## 1255  onlysuhflowers
## 1256     myflowerfun
## 1257       tinytting
## 1258  lovestaystrykz
## 1259     yangshinwon
## 1260 jinnielovesclub
## 1261   skz8blueprint
## 1262   shuafications
## 1263     mamamoopkcc
## 1264 jangwonyoungbff
## 1265   Jungkook_FM97
## 1266   enBangtan1330
## 1267  captainsmullet
## 1268    won_everyone
## 1269 bagthebaguettee
## 1270       itzayumi_
## 1271        tdcstar2
## 1272        strrkive
## 1273 angelica_bailey
## 1274   _still_life02
## 1275     xionienyang
## 1276      yohancheol
## 1277     kimoonjin04
## 1278 Pejuang76416012
## 1279     ABYSSfourth
## 1280   lvsevelynhugo
## 1281         jomansd
## 1282       ttorisoon
## 1283 changminiecutie
## 1284    TheKpopverse
## 1285    booboobelike
## 1286          aajajp
## 1287       bawzziii_
## 1288     youwearenes
## 1289    bangnaldowow
## 1290          iskgem
## 1291   kyuniel_holic
## 1292      marxalbedo
## 1293    KoyaMoya1696
## 1294      kjmssami32
## 1295         myouiku
## 1296    BnHg70312166
## 1297          rapbyu
## 1298  yoonjjonghanie
## 1299     timewarpnut
## 1300        sezkdlin
## 1301    stellar4life
## 1302    bluengreyjjk
## 1303         BBVitaz
## 1304    enfysblessed
## 1305    Juyeonisseur
## 1306    janmangmitag
## 1307   margotroebbie
## 1308       Yonaaaa12
## 1309 attractivehazel
## 1310 exoselectricki1
## 1311   PixelPecanPie
## 1312     youngeam100
## 1313  BTS_My7Heavens
## 1314     mimosatzuyu
## 1315        JAESJINS
## 1316    skzinthebldg
## 1317 peksjsqieukqlsj
## 1318        juhakzzz
## 1319         lilxy96
## 1320    amantdestell
## 1321        hannjsng
## 1322 peksjsqieukqlsj
## 1323     sprklyseuls
## 1324   Xtineb3Xtineb
## 1325   luna_luna_123
## 1326       vicxjerez
## 1327        anya_641
## 1328   richarluizson
## 1329         DAP_121
## 1330        Kpop_Ama
## 1331    lalalalavs_m
## 1332      l00natunes
## 1333        yeoswear
## 1334    Namu_wifey01
## 1335      Daggeriver
## 1336    imboredbleh2
## 1337       sjhjsm_ss
## 1338    duduchuchuBE
## 1339     sanamocreia
## 1340       sebonjjae
## 1341       wills_axe
## 1342  yoonjjonghanie
## 1343       ksjinhour
## 1344      gabsstereo
## 1345 SweetBunnyCooki
## 1346        Kpop_Ama
## 1347       wills_axe
## 1348        Kpop_Ama
## 1349    DangOniichan
## 1350       shoubaksu
## 1351   citra37879404
## 1352        pomu_inu
## 1353      CCaffeine7
## 1354        bluehmms
## 1355        Kpop_Ama
## 1356        rs211pcy
## 1357        Kpop_Ama
## 1358    beautygoogie
## 1359       xion_hwan
## 1360      taniesglow
## 1361    balagapj2197
## 1362        Kpop_Ama
## 1363      jjoanaaaaa
## 1364 blingblinganelf
## 1365        pjayjiny
## 1366       Maru24678
## 1367      summicho55
## 1368  Just_PTG_It_Yo
## 1369   stardust__pjm
## 1370        _la_0613
## 1371    blinkeubabyL
## 1372     astrohanics
## 1373        Kpop_Ama
## 1374         joxbebe
## 1375     mimosatzuyu
## 1376 solecito_hobii7
## 1377    kittygangg11
## 1378     lanyinhuang
## 1379     Yoonquesito
## 1380   isabuitrago49
## 1381 exoselectricki1
## 1382     rialovessvt
## 1383 _kookie_dough__
## 1384         folkswy
## 1385  fangirlnamedzx
## 1386       foxeology
## 1387  beanless_toast
## 1388          Jezv14
## 1389        isrkivee
## 1390        v3rnoona
## 1391  akuinisiapa_09
## 1392         naoxmon
## 1393    nierepIicant
## 1394        nmr_kpop
## 1395      ravenhyune
## 1396     changwook46
## 1397      HERMESC0R3
## 1398  jichangsdimple
## 1399      Zena135790
## 1400          Y2KVNT
## 1401        99SMINKI
## 1402     KCJADGALAXY
## 1403        btshodai
## 1404        knwssick
## 1405        LvsGonep
## 1406       Fernamgru
## 1407       DOGAAAA00
## 1408     ___khalidah
## 1409     kirishitori
## 1410    beatlspoetry
## 1411 Bangtans_Dream7
## 1412      spiriteday
## 1413 antifragile_twt
## 1414   MinSugaHajima
## 1415   jeonggukpathy
## 1416      moonlitjoy
## 1417 pascual_the_Row
## 1418     Lisaaayaaa1
## 1419    julylove9598
## 1420     sawrangaraw
## 1421        Msara_13
## 1422      dahlialost
## 1423 AgnesMe42401924
## 1424  whatspoppingrl
## 1425 BL4CKPINK_Blink
## 1426       leah_tres
## 1427  yourownsurgeon
## 1428    toffyberryth
## 1429    lum1nus_moon
## 1430        ceintaku
## 1431     eggonnoodle
## 1432       Carmen128
## 1433        tariew21
## 1434         frqnzis
## 1435      inizahra23
## 1436 202205_astrobin
## 1437    NgaL75613908
## 1438    markjoshuaPH
## 1439   PixelPecanPie
## 1440 bangtanjoahjoah
## 1441          IMZY94
## 1442      Diana__009
## 1443      athenajk01
## 1444    sanlovesgays
## 1445       richrlson
## 1446    jaeotterchoi
## 1447    chocobetter_
## 1448  Bangtanboyzz15
## 1449        floeries
## 1450      nuizaaaaa2
## 1451       PamPamKTH
## 1452  kpop_love13_17
## 1453   LaimeCatalina
## 1454        ginseook
## 1455     pendex_kpop
## 1456    SephKendrick
## 1457    lostboyjoong
## 1458     seokjin1017
## 1459        pjyxsoul
## 1460    laurenceyoj_
## 1461   Dulce_MoonSun
## 1462    lostboyjoong
## 1463 BL4CKPINK_Blink
## 1464      muffinmine
## 1465       PTGHE4VEN
## 1466  JISOOKIMQUEEN_
## 1467  mariamikaela23
## 1468      rvmalgeumi
## 1469         djinnns
## 1470  kpop_love13_17
## 1471    illyoursyeol
## 1472       CandaceTX
## 1473 y61OI4fWlWZqsTC
## 1474      130moodher
## 1475 johnharoldcanta
## 1476         myouiku
## 1477     soliviowelm
## 1478       uran_0312
## 1479 sweetpotato1024
## 1480    tetekookie__
## 1481   BLASIANROYLTY
## 1482         itjshua
## 1483       grazietae
## 1484         tataers
## 1485        TBBackus
## 1486    invu_barcode
## 1487          Y2KVNT
## 1488 queen_rainicorn
## 1489      nisaland23
## 1490       realegako
## 1491       lvrofjeon
## 1492      just_zeroT
## 1493    BnHg70312166
## 1494      SINGVANTE_
## 1495 MukthapuramGirl
## 1496     nwjnclusive
## 1497         Lianfi1
## 1498      biasonline
## 1499    Irem64630076
## 1500    savagepinks8
## 1501       mayziziii
## 1502       st0l3n3gg
## 1503    Skz_CB97_ot8
## 1504      cloudydill
## 1505  pbangtanlandia
## 1506     minimemingi
## 1507       Yolie0909
## 1508         Yaso880
## 1509       Gitgit327
## 1510  Lovelyflower52
## 1511  blueberriesung
## 1512     yeonsunrise
## 1513      BE0MGYUIST
## 1514  seethemintysky
## 1515     Anastas1880
## 1516     reydanieeel
## 1517       wonandshi
## 1518        aceroIIa
## 1519      bbyjeongin
## 1520   DreamiesWorld
## 1521 bangtanboysbay1
## 1522 1Tzhq1EmNFQm3df
## 1523    duduchuchuBE
## 1524         haruscb
## 1525      hymnforbea
## 1526   ChyanneCapps5
## 1527 Niramon12292714
## 1528   Louis81104904
## 1529         Mzuwkao
## 1530       hannicode
## 1531  mariamikaela23
## 1532         i4sooky
## 1533        motsvmin
## 1534        yeccloud
## 1535       unosarah1
## 1536         grrores
## 1537 VernicaBalles12
## 1538   KPopAuntAngie
## 1539       UknowTank
## 1540   jeysonayestas
## 1541        ad0retzu
## 1542         zy_aida
## 1543        kris_KNJ
## 1544       realegako
## 1545      junwunista
## 1546         liIsevn
## 1547      mjin_ksjin
## 1548    XVII___Carat
## 1549      Shawol_ID5
## 1550       yeojisouI
## 1551    seungminho__
## 1552   IcyPetitsPois
## 1553         wt_hung
## 1554  kpop_love13_17
## 1555   hannisbunnies
## 1556     jkshandtats
## 1557 kkurazuhamirin_
## 1558        Yeim_177
## 1559      jenojayden
## 1560 Elmejorheladero
## 1561      luvasahixo
## 1562      astro_mon7
## 1563       RhythmKoo
## 1564 shineformejimin
## 1565      moonroha__
## 1566 KimTaeJin959212
## 1567 chanlachanlahae
## 1568 pepperoni_pijja
## 1569 Ioonatztheworld
## 1570          chuf4e
## 1571    moonstar4890
## 1572          Tyacyn
## 1573      LeeannyojO
## 1574   Binniethep00h
## 1575         ShyMeay
## 1576        ir_gsshn
## 1577    favmultichic
## 1578    jiminangel31
## 1579  sunnie_shining
## 1580     Kpop_Multi1
## 1581       lisa_tz93
## 1582   neringiukasss
## 1583     hyukakitkat
## 1584        JrayMLao
## 1585     AndreaKong7
## 1586        rainsooj
## 1587      nwjnsrkive
## 1588     lindadoruiz
## 1589 moonchildfangir
## 1590      _openveins
## 1591   DebunkedAlice
## 1592   shinee_armint
## 1593    callme_dipsy
## 1594  kpop_love13_17
## 1595  Lorena65704328
## 1596   Vans_kyuness7
## 1597 moonchildfangir
## 1598       Fan_Of_TA
## 1599       jking2597
## 1600        myg__lvr
## 1601         wsvtrbl
## 1602 Niramon12292714
## 1603   Jackgyeombeom
## 1604  dalbitinthesky
## 1605    skzultimatee
## 1606         cynklai
## 1607 loverofbtsmiles
## 1608   jinjinluvclub
## 1609   shineemambaia
## 1610      LiliesPH13
## 1611   ikonnforeverr
## 1612 AnjaliB18290468
## 1613      ssspearbin
## 1614 freshmeatinseup
## 1615 hwangskzhyunjin
## 1616      TETEFL0WER
## 1617   LovingLisaDay
## 1618      hwaluvswoo
## 1619         chsrbin
## 1620  minayeonfilter
## 1621     myoui_jihyo
## 1622     luizaaakkkj
## 1623         Bt7suga
## 1624   starchanyeoIs
## 1625    belummikirin
## 1626       avero2125
## 1627       OneRowoon
## 1628       Baeosi_xy
## 1629      cockimnida
## 1630    sunnevalifsi
## 1631 wheein_theemood
## 1632         lje0318
## 1633   Dulce58725228
## 1634      sftyjakeyy
## 1635      joonmahao_
## 1636    svtdkwhipped
## 1637    sp1cy_cookie
## 1638         yarae37
## 1639    webweaver444
## 1640      Jjk97_Jm95
## 1641   ayoleeminknow
## 1642 libeluladevidro
## 1643      shinn_aime
## 1644        Nicollky
## 1645      LiliesPH13
## 1646    Qatrunnada__
## 1647           wuups
## 1648     hooneytoast
## 1649  bangthxeternal
## 1650       mine_mono
## 1651     nan1994rm11
## 1652 AngelRainVelas1
## 1653    EternalPTGMX
## 1654     nan1994rm11
## 1655        pebepe12
## 1656         wsvtrbl
## 1657   Joypeekaboo12
## 1658       psy001013
## 1659   orbitoxicated
## 1660     darIingnana
## 1661        agustdyu
## 1662     wooziscloud
## 1663 KimTaeJin959212
## 1664          vpsp25
## 1665      lunarboysj
## 1666  ari_coffeelove
## 1667         hyj7535
## 1668     yjsfebruary
## 1669       st0l3n3gg
## 1670 burntdin0nugget
## 1671    LanaByoonlee
## 1672 kpoppie_anonnie
## 1673          vpsp25
## 1674         iO2KOOK
## 1675        fatleo97
## 1676     nan1994rm11
## 1677       hurifurry
## 1678    Justweird127
## 1679 haechanspatella
## 1680       inseostay
## 1681      k1mm1nseok
## 1682  iloveyeosomuch
## 1683    mrsiansanity
## 1684     iamgianrrnr
## 1685 hoshi_tigergaze
## 1686      7_mynumber
## 1687         Mzuwkao
## 1688 babunyaxiaoting
## 1689        AR2FARZL
## 1690      michaengie
## 1691      NKFL240894
## 1692    VeraAquino07
## 1693      agustclip_
## 1694      nhanha1809
## 1695    Hobi_hobirap
## 1696         JJK00KY
## 1697 urmultifangirl_
## 1698   Kittu38496897
## 1699       yveounjun
## 1700 _fallenstarborn
## 1701      jijitreyeu
## 1702        jinssia7
## 1703 OliviaQuispeQu1
## 1704      Ninajune87
## 1705        chelssul
## 1706     _HeyDay_019
## 1707    adorablejk26
## 1708       Zero_YO88
## 1709   seulgienjoyer
## 1710      littlearep
## 1711          jl1296
## 1712    NagaTupin_cc
## 1713        namu_ten
## 1714        kkimkkat
## 1715 burntdin0nugget
## 1716       hantrampa
## 1717          aeying
## 1718     KCJADGALAXY
## 1719      athenajk01
## 1720     lalataetaeV
## 1721         maruaos
## 1722     _youresobea
## 1723       MAK3RACHA
## 1724     JoonieNamu4
## 1725 meowkittypirate
## 1726      WizCarat01
## 1727     bellasqturn
## 1728        VibingOn
## 1729      maddoxsin5
## 1730         renismo
## 1731    Ppps43632969
## 1732       skzinlife
## 1733    sp1cy_cookie
## 1734          kthxjg
## 1735 exoselectricki1
## 1736    _forJHOPEBTS
## 1737       Wengbroom
## 1738         cj_cabo
## 1739      jngsngfilm
## 1740      phuwinator
## 1741    rak_Jungkook
## 1742      solitudejk
## 1743       kookoo595
## 1744        noonaurr
## 1745      HONEYHEONl
## 1746  kpop_love13_17
## 1747     diwaniapple
## 1748     ateezdomain
## 1749   _amiradeannaa
## 1750       kamiraskz
## 1751   omiwankenobi1
## 1752 t25dDC9amZfHy5W
## 1753       lovehwrry
## 1754     analoves_bp
## 1755       AppleKDan
## 1756       joicerafa
## 1757          mlejav
## 1758   fennec_foxies
## 1759    foryoulalice
## 1760     doctor_boo_
## 1761          dc_eks
## 1762         NSjjv09
## 1763    17inamillion
## 1764 moonlight_arson
## 1765          _ana_c
## 1766     janiyespaps
## 1767          kthxjg
## 1768  thinkinboutjun
## 1769 SimJaeYunBestie
## 1770    sukhoontrash
## 1771     nubita09tfn
## 1772   ChyanneCapps5
## 1773     Sanyinjiaoo
## 1774     fadsout7999
## 1775      rinkarriet
## 1776       roseartae
## 1777      JamilaM131
## 1778         zelgadi
## 1779          ynqwon
## 1780         kattwts
## 1781 BL4CKPINK_Blink
## 1782    princelippie
## 1783       d2kingdom
## 1784         KVtanny
## 1785  mesmerizingmoo
## 1786      AisYeJiwon
## 1787      jhdrctlntn
## 1788    bekki_kookie
## 1789    Naouknow2154
## 1790          ghmja1
## 1791 OliviaQuispeQu1
## 1792      kentojiaer
## 1793         Ruckiie
## 1794       uraliengf
## 1795        huaxlian
## 1796    rak_Jungkook
## 1797      _cutiehwa_
## 1798   kkulbangtanfm
## 1799       jxdanquah
## 1800     i_wuffff_uu
## 1801      JenJen0705
## 1802     MariaAhgase
## 1803        143yiyi_
## 1804    zerotakworld
## 1805     jinkunrjjin
## 1806     DeboraHyon3
## 1807       junjisbin
## 1808   kayleenmariex
## 1809 VanillaPerla972
## 1810      auliaryzki
## 1811  yubank_britney
## 1812   epiphany_nike
## 1813          xGilbi
## 1814     XCVIIhunter
## 1815 sweetnightvmins
## 1816  joanis_tumbada
## 1817        jichutie
## 1818        seokjiwa
## 1819        rose_vxo
## 1820     gracelagado
## 1821     sngjnluvbot
## 1822 Yeoniestarlight
## 1823         HOBI242
## 1824    Bambamwaifeu
## 1825    helloangellx
## 1826 Q9pCwhKHNC5E1ZL
## 1827     MariaAhgase
## 1828    ifoundthebag
## 1829        PMonthip
## 1830          1026I4
## 1831     debi_ananta
## 1832       aor_jutha
## 1833         NFiaMoo
## 1834      hymnforbea
## 1835 littlemixerfo15
## 1836         isang2u
## 1837 Francesca_Iosso
## 1838     sangyulover
## 1839      PaprikCorn
## 1840        swiftcfe
## 1841    Kjkyoshiikun
## 1842   mariianana801
## 1843     selfishyuck
## 1844       eallyy_sa
## 1845    rak_Jungkook
## 1846       somesunng
## 1847     j_onewee930
## 1848     malewifejun
## 1849      baoo_chouu
## 1850     amhaezingdh
## 1851 DanielaReyes199
## 1852       monochaes
## 1853 DearMoonTonight
## 1854    V3LVETW00SAN
## 1855       wassup106
## 1856 hyj7535_pyt0513
## 1857      MAXIMUSDDY
## 1858       ti_twin12
## 1859      infires707
## 1860   princesoobinn
## 1861          hvanxi
## 1862   xprssnsbymela
## 1863      DEM0NKAEYA
## 1864   iHeartLeeKnow
## 1865       realegako
## 1866 STARKINDUSTR1ES
## 1867 HappinessLs0327
## 1868       haeswifts
## 1869      blIuengrey
## 1870      JamilaM131
## 1871  SpookyDanielle
## 1872   sweett_yoongi
## 1873 Jashmin_Fyona27
## 1874        KurlieKy
## 1875       uraliengf
## 1876       Hugh_iink
## 1877     atzdontstop
## 1878      nhanha1809
## 1879    brablackpink
## 1880    winhasfound_
## 1881       bleupolar
## 1882        lazseana
## 1883        11of1194
## 1884          IM_HA6
## 1885      wooyobollo
## 1886        linzeigh
## 1887         daikive
## 1888          l1eevv
## 1889         ltstayc
## 1890       naryaselh
## 1891           7DRMT
## 1892       beomaegyo
## 1893        VibingOn
## 1894        Gynma777
## 1895     hwasasboots
## 1896          IM_HA6
## 1897   maxinesparkle
## 1898        bambbejo
## 1899        Mel4Jin7
## 1900         NSjjv09
## 1901        chlsy_xx
## 1902       kaibacaxi
## 1903     toyotasamry
## 1904    hiyyih_latte
## 1905        felicl00
## 1906       AEPishere
## 1907    sunnevalifsi
## 1908        HoaThn13
## 1909   Marco22375982
## 1910   sweett_yoongi
## 1911         jwfarns
## 1912    MariaElvia64
## 1913   sunflowergahy
## 1914     fruity_maze
## 1915   Hope_is_bored
## 1916         jaeny__
## 1917    anthngbtstr8
## 1918        paouliya
## 1919   periwinklehao
## 1920  kpop_love13_17
## 1921         naevizz
## 1922 alpacanyajinwwh
## 1923   blessie_lampa
## 1924 Seochangbin1108
## 1925        myhanjii
## 1926    lordsevenths
## 1927     keiranikole
## 1928     Jeongin_026
## 1929       Mo0nica69
## 1930         teaxeee
## 1931     ArcticEllie
## 1932      eclipsmate
## 1933     sme_sweetie
## 1934    abyssjin_613
## 1935      cherrowlet
## 1936       jking2597
## 1937  alexis17514949
## 1938          arsdor
## 1939      mariayells
## 1940      JamilaM131
## 1941    serendipitte
## 1942 kxzBTwMes5imZxH
## 1943        KaiXoo22
## 1944 LeandroDeLucca6
## 1945  daisy_lilfreak
## 1946         caszsia
## 1947        annkplsn
## 1948       i10082002
## 1949      noona_413N
## 1950    MaceyWalker5
## 1951        mxaglave
## 1952         yhtwins
## 1953       x_heenimx
## 1954     shelbey_nkx
## 1955    MaceyWalker5
## 1956       jhseokmeu
## 1957        VibingOn
## 1958      dani525304
## 1959     LazyLikeHoy
## 1960    nofilternabi
## 1961     Biofernie55
## 1962        royaItae
## 1963      MXW577Zer0
## 1964  intoxicatedrry
## 1965        yjmswrld
## 1966   Akane_Tann613
## 1967  yesungkyutaeki
## 1968       Tea4Spill
## 1969    MaceyWalker5
## 1970     libraaqua21
## 1971         wingrls
## 1972        notjail2
## 1973    ayamlimajuta
## 1974        mexi_flo
## 1975     m0mmyc0mmie
## 1976  PaolaaEsquivel
## 1977       wonjunnie
## 1978   blessie_lampa
## 1979        gwchnksj
## 1980   2eunbi_kovmin
## 1981     keiranikole
## 1982        kbigon97
## 1983      iamlaiza__
## 1984     gracelagado
## 1985       redlalisa
## 1986     gowonmygirl
## 1987      daredoevil
## 1988        kkyulogy
## 1989     keiranikole
## 1990   uk_holic_2154
## 1991   angelyeonjjun
## 1992         L151717
## 1993      kartikaco_
## 1994      virgoslayz
## 1995           2to0N
## 1996   tearinmyvante
## 1997         zyYzren
## 1998      oddeycicle
## 1999   sunooddeonuuu
## 2000  LosThighsDelJK
## 2001       leeeknow5
## 2002   EnemecioJulia
## 2003  EvergreenRouge
## 2004      MXW577Zer0
## 2005       daekookjk
## 2006       iamonIine
## 2007        mexi_flo
## 2008      shyglizzer
## 2009  C4SE_W0RLD1117
## 2010       shuahoney
## 2011       sojungles
## 2012        AmmyXDee
## 2013    MaceyWalker5
## 2014 OliviaQuispeQu1
## 2015  LillianSSantos
## 2016 vaAJc1YD898JAUr
## 2017    MaceyWalker5
## 2018   frantumaglias
## 2019        jbdefsyg
## 2020    lalisamymuse
## 2021  Nevergonadance
## 2022    MaceyWalker5
## 2023     matryosyhka
## 2024    anothertallz
## 2025     LazyLikeHoy
## 2026      101Angelus
## 2027         aia_meg
## 2028 mariemiaes19791
## 2029   itsalexfierro
## 2030    kidultwannie
## 2031        AR2FARZL
## 2032        mon_byun
## 2033        vTaminEU
## 2034 Jonas1DKidrauhl
## 2035   moon_chaerinn
## 2036       iam_mal99
## 2037    ginapaulklee
## 2038       jjongpang
## 2039        hyj7535t
## 2040    kidultwannie
## 2041    Pikachu30002
## 2042 trashinyouryard
## 2043 mslittlemonste3
## 2044       hilokauls
## 2045     fruity_maze
## 2046  TaranjotKaur13
## 2047       baconspcy
## 2048     Biofernie55
## 2049    MaceyWalker5
## 2050      injunsmine
## 2051 JustLikeCinthia
## 2052    Nani60514402
## 2053        Alienbri
## 2054        inarot3f
## 2055   Marco22375982
## 2056      _tsBangtan
## 2057 taenglicious_ss
## 2058        my_kibum
## 2059   AggroiaShashi
## 2060    crazyforlisa
## 2061     hanniespace
## 2062   AggroiaShashi
## 2063        lizarj04
## 2064       kiminbebe
## 2065      bbubbu_ing
## 2066 mangosweet78999
## 2067     momo_chan85
## 2068      ArtmusicJK
## 2069       Im_pao_mw
## 2070   xoxo_forninho
## 2071     hobiheart94
## 2072     hanniespace
## 2073    impeezlygigi
## 2074      lilacgguks
## 2075       soffo_tof
## 2076    ASDFGHJKBELA
## 2077    LodidodiTata
## 2078     exopIanetas
## 2079      Almondpyro
## 2080          DenkaS
## 2081       aurxliiia
## 2082      TitaLita67
## 2083 LenaTho26583552
## 2084         Ndkfabi
## 2085   paradxsekisss
## 2086   rosies_lilies
## 2087        qiannqiu
## 2088   PhoenixStar73
## 2089         plumizu
## 2090          S24319
## 2091     shobearhugs
## 2092     deesappear_
## 2093   Iammissbadass
## 2094         kent0ie
## 2095      Senjadesa3
## 2096      LOVESEEUN_
## 2097 AteezWi47947037
## 2098 StuffofLegend13
## 2099         EmoOpor
## 2100       LeeeRocka
## 2101          S24319
## 2102   drewscaresses
## 2103      MichWen548
## 2104    evermorevmin
## 2105        znrtikah
## 2106    kasumiyoona2
## 2107         mirxskz
## 2108     cocomei0928
## 2109      S4_GYEJEOL
## 2110      koyanamuni
## 2111  C4SE_W0RLD1117
## 2112       17JMcarat
## 2113     CalicoCat03
## 2114        nase_eli
## 2115    Lily30846185
## 2116      chanarsbit
## 2117      njysvmkBTS
## 2118     Jiyongitboy
## 2119   bangtangguk78
## 2120 yeosangisaangel
## 2121      moodyxgoon
## 2122        cleglows
## 2123   Hoops227_ASMR
## 2124  ForeverBabyAmy
## 2125     softrosekay
## 2126      Senjadesa3
## 2127     hunny_potts
## 2128 BubbleBootycall
## 2129       exowuxian
## 2130  QuadrupleJ_vrs
## 2131     0514_NeyNey
## 2132 namjoon_baby007
## 2133       LueeePark
## 2134      izzyhasart
## 2135       imdeaaaaa
## 2136    captainmingi
## 2137       IeefeIixy
## 2138       99seasonz
## 2139    Ouchhmyfeels
## 2140 purple_disease7
## 2141  justme09245196
## 2142         jkvsbts
## 2143      Mari_Hanah
## 2144 oh_mybangtannie
## 2145   Karla63503183
## 2146     JuliusKim04
## 2147 notjustanysalad
## 2148        zvr_lock
## 2149 Kpop_Project_SP
## 2150       Nyucita17
## 2151     soleilianna
## 2152          LYULYO
## 2153      buddywooah
## 2154         yealyah
## 2155    yvesbutakera
## 2156       usmc40471
## 2157     tigergaze__
## 2158     Oscaruwu518
## 2159      heladierre
## 2160     paledrivers
## 2161  breakthrough_m
## 2162  C4SE_W0RLD1117
## 2163  wintersceneryv
## 2164         fIopaki
## 2165     thursdchild
## 2166      C1nnaMingi
## 2167   simplysavage_
## 2168      mochiboram
## 2169  charIottebronn
## 2170 mslittlemonste3
## 2171 hopeworldjitbox
## 2172     paledrivers
## 2173  taembabycheese
## 2174         gukkjhs
## 2175     jiminmoster
## 2176  takemeup2space
## 2177       mygalorii
## 2178    cjoy07deluna
## 2179         jookiho
## 2180       Im_pao_mw
## 2181 OliviaQuispeQu1
## 2182       heysulbee
## 2183 cryingoverATEEZ
## 2184        jaegioob
## 2185      jelly_be0m
## 2186  thehpgbornpink
## 2187 dama_enjambrosa
## 2188       softjnkye
## 2189        itsdlevy
## 2190      love_joon7
## 2191        natsiess
## 2192     _lmjustfine
## 2193      SkorpionUK
## 2194 taytaymipatrona
## 2195   astronautksj7
## 2196        zquirosb
## 2197     pompomlil34
## 2198  NSB_Kpop_Bears
## 2199 slaychunghaslay
## 2200         _imyeng
## 2201        YAWARMY_
## 2202      Almondpyro
## 2203          IMZY94
## 2204   jkkdramalover
## 2205       bngtnxtmy
## 2206      jineology_
## 2207        doggirng
## 2208        mulattae
## 2209        fatleo97
## 2210       bokutismo
## 2211 griffith_lorisa
## 2212       wh_bonbon
## 2213   ChyanneCapps5
## 2214          Jkh899
## 2215      btsndb_twt
## 2216  Jamericanese94
## 2217        Joo_inov
## 2218        doggirng
## 2219        orgelwol
## 2220         V714301
## 2221      GrandeBTSs
## 2222           H4NNK
## 2223  eternalbeautyi
## 2224         grrores
## 2225     lS2florence
## 2226 Djulia_teez_enh
## 2227        Sue_2392
## 2228       paulochpp
## 2229          ko0k21
## 2230     THEFINALPAM
## 2231      jessiekoya
## 2232     libi_vijBTS
## 2233         wholejy
## 2234   namjoonpeitao
## 2235       paulochpp
## 2236 sssorn_wild_ent
## 2237     changgyulky
## 2238      worldsbias
## 2239     mancini71jk
## 2240  jampawlonaseXX
## 2241      MagicalSKZ
## 2242    rikiyoongyuu
## 2243         Mzuwkao
## 2244       svtmultis
## 2245        RinT___T
## 2246     cute_in_jin
## 2247       iurmylove
## 2248     cronaphobia
## 2249  _gomezdamaris_
## 2250   moonchild_koo
## 2251 ElizaBr39981620
## 2252    kuromisuh127
## 2253  jampawlonaseXX
## 2254     hwasasboots
## 2255         mst2181
## 2256      saltorbite
## 2257     pIanethoshi
## 2258        Jray_Dom
## 2259   cookiesforlix
## 2260     AYOSUGA_MP3
## 2261         ksgslug
## 2262         cielhun
## 2263     hwasasboots
## 2264    MOMONINGBABE
## 2265  minguriiiiiiii
## 2266    _hoshiiiyaaa
## 2267        AClDRAGE
## 2268 07_Ravens_Love4
## 2269      Jem_ARMY26
## 2270       bibiish99
## 2271           H4NNK
## 2272    nico2coYunho
## 2273          kzst4r
## 2274       Zero_YO88
## 2275    MaceyWalker5
## 2276    audreyandray
## 2277     CutieTahel9
## 2278   JulieCanceran
## 2279          TIA03K
## 2280     THEFINALPAM
## 2281     sayangkibum
## 2282  drunkennessguk
## 2283       suuyoongi
## 2284       chal_pang
## 2285      MagicalSKZ
## 2286     VeeHope_twt
## 2287         wkookjm
## 2288        olaaaa92
## 2289       JamasSara
## 2290      onlyyedam_
## 2291     SooSoSwagYo
## 2292       imluvimck
## 2293       honeypupi
## 2294        seihyuks
## 2295      purplehobi
## 2296         grrores
## 2297    __godyedam__
## 2298   moons_farside
## 2299       claykenzo
## 2300 9cdi2qxrhJ6woow
## 2301  still_with_jk7
## 2302     __19940927E
## 2303       bora_hee7
## 2304 buttercupshawol
## 2305       _venicexx
## 2306   bookwanieluvr
## 2307     b_orahae_ts
## 2308       tainyjana
## 2309 GOT7JJPJUS2WANG
## 2310 trashinyouryard
## 2311    elyxcirdelyz
## 2312     SooSoSwagYo
## 2313   Dahyunsc4mera
## 2314     sayangkibum
## 2315     cheollianne
## 2316 jangwonyoungbff
## 2317    audreyandray
## 2318        Anyesi20
## 2319        jjk_ujr_
## 2320    audreyandray
## 2321      yixinquinn
## 2322          woono2
## 2323   blueprintrzzz
## 2324    N3RV0USWRECK
## 2325 sxyoungsxfreaky
## 2326     ricesmothie
## 2327       crackdaya
## 2328    jangkku_tak2
## 2329   kookgiglitter
## 2330  lesbians4wonho
## 2331    jinstagram07
## 2332         mst2181
## 2333          bxvcgt
## 2334        Cah_Snow
## 2335         niasti5
## 2336    VeiledSirius
## 2337         loevpmh
## 2338     felicismoon
## 2339  diamond5hining
## 2340   hongjoongspov
## 2341      Mari_Hanah
## 2342   moohamhamtaro
## 2343       FKAvernon
## 2344     LintangAudi
## 2345        zffnvies
## 2346   Emily_Blake__
## 2347 olik_panggabean
## 2348     highnesskoo
## 2349         2P1SCES
## 2350       atzwooyeo
## 2351 namjoon_baby007
## 2352      pinkidolls
## 2353        jjk_ujr_
## 2354       kinokeeho
## 2355 bangtansauce101
## 2356 dreamers_by_jjk
## 2357      kisekiming
## 2358   albumlessstan
## 2359     hwasdarling
## 2360   ParkAlondra13
## 2361          noviel
## 2362         euntais
## 2363         akuai_k
## 2364  sonyeonjeontan
## 2365       lunarisae
## 2366   carrothouse17
## 2367 Zariyahlouisse_
## 2368         kezeyil
## 2369       gI0ssymin
## 2370      mitortoise
## 2371     sooya_roses
## 2372     skzpinkloml
## 2373     SKZmyangels
## 2374      PinksShine
## 2375        utopeemi
## 2376 DearMoonTonight
## 2377    SAIL0RM0BIUS
## 2378 ningningwashere
## 2379    Indarsih4Iin
## 2380      bangtancdm
## 2381      YUISHIG4MI
## 2382    idekdudeslol
## 2383       kirstinme
## 2384       kenmasgwr
## 2385  AoddyInsaneman
## 2386        luvbeltz
## 2387     mkleesevens
## 2388   brainrotiwaoi
## 2389         mmymncy
## 2390     minimemingi
## 2391  jelalikesweets
## 2392     Alertsblink
## 2393  maria_agatha08
## 2394        fttihh__
## 2395   JoongHooligan
## 2396      royalavell
## 2397    thestarfiree
## 2398       yoonsking
## 2399       RaySleepy
## 2400     jiminquacks
## 2401     hobiheart94
## 2402      actualjeon
## 2403      moussa2795
## 2404   HopeValintine
## 2405     seungwanris
## 2406 Run_BuIIetproof
## 2407   helloshinee38
## 2408       eiymy1972
## 2409 Namjoons_Waifu7
## 2410   Medusas_Bitch
## 2411  pinkmochii1013
## 2412       bawng_121
## 2413    anayelisalas
## 2414        snwchnvn
## 2415        GhouLait
## 2416   taehyung__137
## 2417    Jesscat11982
## 2418       dayliltae
## 2419        lqwspink
## 2420     jkookvflter
## 2421     felicismoon
## 2422   JustHere4_BTS
## 2423    EllynMichele
## 2424    soratheworId
## 2425 BTSismy74720491
## 2426      cloverkhei
## 2427       retr0PVNK
## 2428    TheKpopverse
## 2429       oatschoco
## 2430  richarloverson
## 2431      psygateway
## 2432         eitinys
## 2433 the_cursed_cat_
## 2434     Alertsblink
## 2435 Namjoons_Waifu7
## 2436       zuhaseeun
## 2437        6runette
## 2438   0_0mooniecake
## 2439 AidivDeuringkeu
## 2440        bjork127
## 2441        catvrnon
## 2442     RENJUNFCIRY
## 2443  jinsidemyheart
## 2444       chahn1003
## 2445       ofyoonjin
## 2446    HeydiYadhira
## 2447        BangMayu
## 2448        shei1028
## 2449        afran469
## 2450         rupneel
## 2451           H4NNK
## 2452     quartzlatte
## 2453 trainningwheels
## 2454      joychuuves
## 2455        Blob1612
## 2456      kwanocytes
## 2457    kpop_lover77
## 2458    lifaapriliya
## 2459        drwiccan
## 2460     quartzlatte
## 2461    WinterBirdMe
## 2462   strawberryqyu
## 2463   maystansstuff
## 2464         ultjosh
## 2465       girlbpink
## 2466    MxxnMountain
## 2467      MPierrot29
## 2468      julietxsvt
## 2469     lVE_LOVEIVE
## 2470          JYgniz
## 2471  AMIBANGTAN0309
## 2472   AliceMoralice
## 2473   damnsoftserve
## 2474       kwonboass
## 2475   ArielSong0320
## 2476        putcy30_
## 2477        NEOENUOA
## 2478         NSjjv09
## 2479         0ritooo
## 2480 Loeyexo21865875
## 2481   SugaaaSweettt
## 2482        7ordrkis
## 2483        rniaseri
## 2484      dotarnelle
## 2485    ELYSIANBEELS
## 2486      popsminari
## 2487      mariaejin1
## 2488      RT02223557
## 2489        Agua0301
## 2490   minimonijapan
## 2491       jongdayxx
## 2492      Jeong01_11
## 2493        2hwngjin
## 2494   BTSlegends131
## 2495        doggirng
## 2496  Alissa79238497
## 2497         luviaye
## 2498       ani16moon
## 2499      Bts7Loving
## 2500   badgal_lalisa
## 2501     BoraBang_19
## 2502        orgelwol
## 2503   darinarasauce
## 2504    Abby40823567
## 2505  hanakitayu9877
## 2506      won_ceeyyy
## 2507     BoraBang_19
## 2508     baddasblood
## 2509     aliasyzamri
## 2510     edithsolace
## 2511      hwangbinvs
## 2512        lf982508
## 2513       kompami_l
## 2514     nawhyuckart
## 2515    Rotem_Vizman
## 2516        Stanpops
## 2517       hyunarrdo
## 2518   darinarasauce
## 2519    yunohwhoitis
## 2520        readaus1
## 2521      skzingstay
## 2522       horangdws
## 2523    beautyofbaek
## 2524         bumsias
## 2525    Akok29411000
## 2526         kmjh_sj
## 2527        sansmirk
## 2528   A0_IPurpleYou
## 2529      om_tatamic
## 2530       mische_xv
## 2531    4PinksLalisa
## 2532      abcdef4ris
## 2533     chaerimiese
## 2534     pumpkinbatt
## 2535       sanjinism
## 2536       chae_cien
## 2537    skzbabystay_
## 2538  study_rainbows
## 2539         erehmii
## 2540   happy64032102
## 2541      ma_nicole7
## 2542      yuniesmono
## 2543    MMMM48589577
## 2544      526_carrot
## 2545        TAEC0REE
## 2546       99shifaaa
## 2547     BoraBang_19
## 2548     sakurawille
## 2549    ELYSIANBEELS
## 2550         rainjeu
## 2551     wooseoksnia
## 2552     glitchyongs
## 2553       svt_above
## 2554       99shifaaa
## 2555        tstd4063
## 2556          ab_caf
## 2557       joy_rotol
## 2558      hooneyhobi
## 2559        YJML0OKS
## 2560         chwejjk
## 2561     bluepinkhex
## 2562 purple_and_kpop
## 2563        InemAsem
## 2564 PARKLIS04408823
## 2565     jjangpuppie
## 2566      bunnibunn9
## 2567  lycheemolaalaa
## 2568        PurplyMk
## 2569   upsideunivers
## 2570    kiromikoniko
## 2571         Atteir5
## 2572 ghostnntheshell
## 2573    Lucy13352501
## 2574          bxvcgt
## 2575        BTSfanRY
## 2576       joy_rotol
## 2577     minarisbear
## 2578      lovead1610
## 2579    Abby40823567
## 2580      Star_1chii
## 2581     Alertsblink
## 2582        ilyr4bby
## 2583 PARKLIS04408823
## 2584    AquaVesperia
## 2585    agus_mishagu
## 2586 ididntseeurbag_
## 2587         yeow8bi
## 2588    BekerMariliz
## 2589    Desi03287154
## 2590  thursdaygirly_
## 2591     jjk05126694
## 2592      snow_yiyih
## 2593          Jv47Jk
## 2594   svtworldcarat
## 2595        ZRebel13
## 2596        InemAsem
## 2597      venom_hani
## 2598        aryoui24
## 2599          iRS_JN
## 2600    AquaVesperia
## 2601     lVE_LOVEIVE
## 2602         ayunoya
## 2603    LoveisJinnie
## 2604       bIuenings
## 2605      bobaseokie
## 2606     kadateehagu
## 2607       MINTAEOT7
## 2608 tiawasneverhere
## 2609  Denisse_once13
## 2610     igotmessage
## 2611      keiyeoptae
## 2612    dazzlingjinx
## 2613 OliviaQuispeQu1
## 2614     BelleSaints
## 2615       darkstilo
## 2616    AquaVesperia
## 2617   tkbulletproof
## 2618    OdetoMinghao
## 2619        2zero20c
## 2620  yeonjunmeuamor
## 2621       skxzhyune
## 2622     light_whood
## 2623   seongshinehwa
## 2624      velvetasty
## 2625    Desi03287154
## 2626    purpledane13
## 2627       JeonCruzR
## 2628     39sakurasus
## 2629    3rachafan780
## 2630       thirstiny
## 2631      kirito7289
## 2632  chichimochi123
## 2633 moonwalker_1214
## 2634   SeokjinsisGOD
## 2635  kpop_critical_
## 2636    vantevante12
## 2637        moonyhwa
## 2638    minimonismos
## 2639      dotarnelle
## 2640    3rachafan780
## 2641       neamari3s
## 2642     adamary3419
## 2643      nghtsphere
## 2644   Sophia_louisj
## 2645 Bluesky97860927
## 2646   binnienesquik
## 2647      OV3RHE4TED
## 2648        Ann23_LG
## 2649    JENNlEPUTONA
## 2650 Bluesky97860927
## 2651   Meeko47622532
## 2652       dannytbre
## 2653 purple_and_kpop
## 2654 AteezWi47947037
## 2655 Cookiebrownie03
## 2656      fanofm_sic
## 2657   sunshineforgg
## 2658 Jungkoo48597222
## 2659       letgo1991
## 2660          vkovva
## 2661     starrybutch
## 2662      7galaxies_
## 2663     tecastecas1
## 2664   Neverland1309
## 2665  drinkenghwater
## 2666   RomanceyCafe1
## 2667      ahgadandie
## 2668     Nami_kissme
## 2669        namujk13
## 2670     ArraAlexxaa
## 2671        Oncetwcc
## 2672     pendex_kpop
## 2673    unodostrizz_
## 2674  youaremykiseki
## 2675        Linah_77
## 2676  littlelight_hy
## 2677     kenjisiwson
## 2678    Desi03287154
## 2679    papilionivee
## 2680   vbts_armyniji
## 2681    abyssjin_613
## 2682       sseramixx
## 2683         wonples
## 2684       lelah_304
## 2685       moorigold
## 2686   dias1defender
## 2687     quartzlatte
## 2688     eyelubyutoo
## 2689        iioveavu
## 2690  hcldontillmayy
## 2691     SooSoSwagYo
## 2692       Blinkchu3
## 2693     quartzlatte
## 2694         iSTAYNJ
## 2695        pjmvenus
## 2696       daaeslyre
## 2697       forwinbts
## 2698       ilovehyka
## 2699       badz13bts
## 2700     a_haruvsnow
## 2701      izzuerishu
## 2702       lunarisae
## 2703      tubatu_kkh
## 2704 narumi_chan1412
## 2705     Gabyyu_love
## 2706 Jennife11389511
## 2707        ventidps
## 2708   BvMultifandom
## 2709  AMIBANGTAN0309
## 2710     pendex_kpop
## 2711        kms_sese
## 2712    Zoe_Johnson7
## 2713     Alertsblink
## 2714      wolfpupbin
## 2715 Youcanmarkmein1
## 2716     quartzlatte
## 2717       innieIuvs
## 2718       sournings
## 2719         yslshua
## 2720    PurpleAshess
## 2721      Shani_w7wb
## 2722    Desi03287154
## 2723       deermoons
## 2724     angrybbuing
## 2725 bagseoy00684013
## 2726   uriwoojiverse
## 2727     shookystars
## 2728      TimeLady11
## 2729 BLACKPINK__TEAM
## 2730       kevitan_n
## 2731    hoonnamjoon_
## 2732     joonie_july
## 2733     1997_Rosie_
## 2734        m_yayoi3
## 2735       clumsyrat
## 2736   mooinnerchild
## 2737    Coco79499610
## 2738   purplejaechan
## 2739  anthonybihina3
## 2740       _lilirbp_
## 2741   bangcranberry
## 2742      yiyiijeon_
## 2743        _aheungg
## 2744        wonshuar
## 2745    indigoluvsme
## 2746    treasureseve
## 2747         H0M0JUN
## 2748        S_pinksS
## 2749     tensjournal
## 2750     Myangel0526
## 2751         isalvim
## 2752      SHINGIHANI
## 2753    vantevante12
## 2754     sudarat_nid
## 2755        KuroshyC
## 2756         nawired
## 2757    mercenam3499
## 2758      bangtancdm
## 2759    whistlelucie
## 2760       palpaluvv
## 2761      jooniyybii
## 2762      artistshua
## 2763       inituNavi
## 2764       Eclipxe_s
## 2765         sdean35
## 2766  ffebruaryeight
## 2767    MidwestTraci
## 2768   cincincin____
## 2769       karedeozz
## 2770 cbspkn6S8wjhyZz
## 2771   softwonwoolly
## 2772         je0n93o
## 2773   FeeBs36758817
## 2774    TorpedoMyAss
## 2775     PaulaCarro7
## 2776       girlbpink
## 2777      shyellyon7
## 2778    kimliplatina
## 2779         V714301
## 2780        fttihh__
## 2781      lyriangell
## 2782 gimsuye45493370
## 2783     _mamamommy_
## 2784          Gice22
## 2785      MineVoidMC
## 2786 Mysteri59714951
## 2787      joonbiseok
## 2788         5hainee
## 2789        NinaDdt7
## 2790        Sue_2392
## 2791     danidanipup
## 2792     0327stwll__
## 2793    lachiiflower
## 2794         jww1004
## 2795 Capricorn0Angel
## 2796  SoyBesameMucho
## 2797 sb19comebackpls
## 2798 sb19comebackpls
## 2799         tm0th3e
## 2800 shawol99_shinee
## 2801      91lwtswift
## 2802   RetnaningDyah
## 2803       joonskth5
## 2804        chitt1se
## 2805    underxxxxxxx
## 2806 TamaraJazminRo2
## 2807     Melanie_PTD
## 2808  superiorjoonie
## 2809      queentia99
## 2810       Muao_yoon
## 2811   petit_heart09
## 2812     quartzlatte
## 2813       Eclipxe_s
## 2814     quartzlatte
## 2815  thestrawqueen_
## 2816         kookmkn
## 2817         rsch271
## 2818         jcjav01
## 2819         u15426o
## 2820     Jm3rachaMin
## 2821     inlovedmaze
## 2822        kris_KNJ
## 2823 tackpanatdagma1
## 2824      meishellyy
## 2825    Desi03287154
## 2826       oneiricic
## 2827      yjeonghnnn
## 2828    jungkookii99
## 2829          JE0NWO
## 2830        tutstumm
## 2831         MlNARTT
## 2832  ffebruaryeight
## 2833   hongjoongspov
## 2834   Medusas_Bitch
## 2835    taehanateo__
## 2836      summerhvnn
## 2837    milkybearkoo
## 2838        FUNYUNIE
## 2839      theaynhgak
## 2840    g0wonandonly
## 2841     Melanie_PTD
## 2842       mitsurixq
## 2843         GfrdHTL
## 2844 HannaPTallaksen
## 2845       AHSUJUSSI
## 2846      koyangiwon
## 2847    ahjussil0ver
## 2848       twobbdies
## 2849        luvtaems
## 2850 mariemiaes19791
## 2851       127jongin
## 2852          bu_bbr
## 2853      yuniesmono
## 2854     DOYOUNGS0L0
## 2855      mania_namu
## 2856       jihopezjm
## 2857    manicsleeper
## 2858  vtigerbear1230
## 2859         GfrdHTL
## 2860 BLACKPI05509796
## 2861        jbbarnxs
## 2862       peribling
## 2863   lixiesoulmate
## 2864         ROJOWOL
## 2865   PavoliiaReine
## 2866   svtworldcarat
## 2867 taytaymipatrona
## 2868    yenfatma1992
## 2869    jenlovelypjm
## 2870   Medusas_Bitch
## 2871   hyunjinandsun
## 2872 BLACKPI05509796
## 2873  victorycasasie
## 2874    VIPjmdmTEUME
## 2875     bluepinkhex
## 2876 taytaymipatrona
## 2877      Zilith1220
## 2878   Radia32270063
## 2879     thewonucure
## 2880     carlos_ewit
## 2881       bamjaeism
## 2882 Vante_macchiato
## 2883        bts2013k
## 2884       palpaluvv
## 2885   kimsaebyeog12
## 2886   Medusas_Bitch
## 2887        neomewer
## 2888        beata_pi
## 2889         4you_uu
## 2890      wooahaebae
## 2891     sportslovin
## 2892      akeilatiny
## 2893   Medusas_Bitch
## 2894    theexopolice
## 2895  YULIANA_BTS_19
## 2896  btstaekook0405
## 2897    gabxsfalcone
## 2898       28reasqns
## 2899      queentia99
## 2900   Radia32270063
## 2901   Sylphide77190
## 2902        _yilight
## 2903     meatprison_
## 2904        min_catt
## 2905    kissmydangas
## 2906     de_Angelo13
## 2907        kamire20
## 2908      chinay1997
## 2909    rak_Jungkook
## 2910    herecomeslua
## 2911    ARMY_KPOP_97
## 2912     luvleighhhh
## 2913     iluvshineee
## 2914   MaryB55505356
## 2915   sailorveenuss
## 2916         mx_nami
## 2917      seokjinqoo
## 2918     semangka_hk
## 2919    Kpopsizzles1
## 2920     kimoonjin04
## 2921      leehyujaes
## 2922 multifandombts8
## 2923 agnesmilaaochaa
## 2924     nak_anaknak
## 2925        LvsGonep
## 2926   smplfnbrdntak
## 2927     stuckonaimy
## 2928     kimoonjin04
## 2929      tadeshando
## 2930   jooniversally
## 2931       alterchae
## 2932     Rockalbertf
## 2933 DianaAndreaGon6
## 2934      RT02223557
## 2935        larva_ra
## 2936     frytalegirl
## 2937   Mayra77296541
## 2938    luvinskoolyk
## 2939     WritesDaily
## 2940 moonjoon_lover7
## 2941 Samanth23739489
## 2942      KJimin1310
## 2943   parksieungoat
## 2944  dreamingvanity
## 2945   victorpescozo
## 2946     jaehwanismm
## 2947    mesinekanize
## 2948         tfn_mty
## 2949   briscarlett03
## 2950  greentea_mfasr
## 2951 1dVBucdy2SoOkzZ
## 2952     straykissbc
## 2953       bngtan_my
## 2954    Desi03287154
## 2955        smincado
## 2956   strwbprincess
## 2957 CharizUyangurin
## 2958    julesgepulle
## 2959        PrezLun2
## 2960         K3VINIA
## 2961  Mariana_Autumn
## 2962      kris_swan1
## 2963         K3VINIA
## 2964       HYUNSSTAY
## 2965   glittery_kpop
## 2966   bagged_spirit
## 2967      pjiminbtss
## 2968  hyunjinrojito_
## 2969      melodzious
## 2970    irenemilfism
## 2971       Eclipxe_s
## 2972        jimiccat
## 2973  AMIBANGTAN0309
## 2974 CharizUyangurin
## 2975       lmarina94
## 2976     straykissbc
## 2977     ateez_multi
## 2978       ebannassi
## 2979         rw_only
## 2980   bestsoloistjk
## 2981      jjkonlyace
## 2982 Rodgerthealien6
## 2983       DjaniraIr
## 2984      nicemelts_
## 2985      lov3rholic
## 2986      gsllpweiii
## 2987       KAIRYLMAO
## 2988       MINTAEOT7
## 2989 AltaAllejeSuson
## 2990          98Ivrs
## 2991   moeshamcleish
## 2992   leonvrdocesar
## 2993         _pjmn95
## 2994       SOOBYJO28
## 2995      Boujeecock
## 2996       Citra3013
## 2997      RT02223557
## 2998       kompami_l
## 2999 Deathknight6612
## 3000      polarishrj
## 3001    senangterang
## 3002    stantalentjk
## 3003   richarluizson
## 3004    salmon_ryo97
## 3005    wwwonydotcom
## 3006      user115250
## 3007    katinyshiny2
## 3008      gravedebas
## 3009       jolyncity
## 3010    cri_babieUwU
## 3011        kuqencio
## 3012        BB_VIPYG
## 3013         jedihwa
## 3014        DimacGel
## 3015         ygiprod
## 3016   maryluciapaez
## 3017        tutstumm
## 3018        btseomer
## 3019  chim_ft_sebong
## 3020        ingkinns
## 3021       dorifordn
## 3022  rmoonchild_knj
## 3023     Babypisces5
## 3024     jisungtiddi
## 3025    SunnyMonbebe
## 3026   bestsoloistjk
## 3027    _ningningnim
## 3028  AMIBANGTAN0309
## 3029       Llamaaakz
## 3030       iamurzula
## 3031         _riyuai
## 3032  BLINKS_3278816
## 3033    esme_jacinto
## 3034        xis_lays
## 3035         hkshota
## 3036        TheYeyit
## 3037        JuanQwQ1
## 3038      juinhyeong
## 3039    yoursmiley__
## 3040       chi__enne
## 3041       NamJinnin
## 3042         6v6lovr
## 3043    wwwonydotcom
## 3044        TesssiaL
## 3045      iconiclulu
## 3046        xtngloml
## 3047   rubierosearca
## 3048      didiperez6
## 3049          snfpos
## 3050     JennAnarchy
## 3051        who_jjjm
## 3052       cacaujota
## 3053    XVII___Carat
## 3054       BTSendedu
## 3055         Elohh__
## 3056        kty_Jm13
## 3057        onmydais
## 3058      emma201321
## 3059        vlvtyong
## 3060     yixiang1111
## 3061         z64748e
## 3062  parkseonghwaa_
## 3063  mfissexygogogo
## 3064         C00LTA3
## 3065     tinytannnqu
## 3066   wolfbunny9297
## 3067         0LDBTXT
## 3068    melinaexiste
## 3069       kuku_mein
## 3070       rozereeel
## 3071     hxll_evator
## 3072        ajrt2118
## 3073 Go2theshin2the1
## 3074  Kooky__Monster
## 3075       cresiamau
## 3076       exoludida
## 3077      SpadezzZam
## 3078       user8998s
## 3079 hannahl69220557
## 3080    chainsawmari
## 3081    Juuuuuls_SKZ
## 3082        m4haelvr
## 3083    Naouknow2154
## 3084        love2jop
## 3085       soslalisa
## 3086         cmhwltm
## 3087          revwce
## 3088       yoplaneto
## 3089      NaV_dkdels
## 3090        eyunholv
## 3091  stuckwithinnie
## 3092 rosemel90929365
## 3093    bxbygxrlbree
## 3094  btstaekook0405
## 3095 comecome_dagawa
## 3096    kkuma_coupss
## 3097      sisbykirby
## 3098      stillshiho
## 3099 KhadijaAkhter20
## 3100   roadnotttaken
## 3101 JustWannaFreeFx
## 3102       motovampi
## 3103      jooniyybii
## 3104 katheri92913242
## 3105   jjungpandorox
## 3106      ateezerhwa
## 3107  saythename_hcm
## 3108  btstaekook0405
## 3109     Lalisa_3245
## 3110   champagnegrce
## 3111 Mariana59975007
## 3112    DfyGrvtAlwys
## 3113       dohksooxo
## 3114       ryouniani
## 3115       kgwangsan
## 3116   JoVillafania1
## 3117       armogeny1
## 3118       mo_onmari
## 3119       kgwangsan
## 3120  prideforagustd
## 3121         kyusnee
## 3122  moonliight_luv
## 3123 khushi075072812
## 3124      bmthaechan
## 3125 love_bangtanKoo
## 3126       mrhaelvr_
## 3127      natystring
## 3128       _marshxll
## 3129         tlaklaa
## 3130  SoobiesBingsoo
## 3131    kchsupremacy
## 3132    BHsFlowerWay
## 3133         4shley4
## 3134   moonniechiild
## 3135       kesaliiii
## 3136 Mayliss05627832
## 3137   manahilamjad0
## 3138       witchcatf
## 3139          revwce
## 3140  ayakasfavorite
## 3141        Shakeenz
## 3142       gentIemyg
## 3143   cutiepie21211
## 3144      jeons_eyes
## 3145         Haroli_
## 3146 titaL_babyCarat
## 3147   manahilamjad0
## 3148    nattawinnapo
## 3149       lisaxsolo
## 3150  blinkiearriz20
## 3151      zhanginnie
## 3152       zara94ray
## 3153       BTSendedu
## 3154  bryanjoonviews
## 3155  diphylleiagrai
## 3156     blue__wonie
## 3157        pabby777
## 3158         hkshota
## 3159 TriptychxKiller
## 3160   moonxmilkxtea
## 3161       _pjm_1995
## 3162      knifejelly
## 3163    silvia731215
## 3164       iamcbswag
## 3165        vivic_05
## 3166       casisasar
## 3167        _wooluvr
## 3168      _vantebear
## 3169  duskstarjongho
## 3170  berry_berry_95
## 3171      vankooluvr
## 3172 LadiesWhoLunchP
## 3173     RoseRosilin
## 3174     gildedtulip
## 3175          xnnon1
## 3176  Whalien_52_IPU
## 3177     waterlilliy
## 3178      jaininiiie
## 3179     johnlocke06
## 3180      luvthv_twt
## 3181         lwcznea
## 3182   softonlyoneof
## 3183        hansourl
## 3184   jeonginmariia
## 3185    booseungkwzn
## 3186   rendezvous_63
## 3187 namu_mere022193
## 3188        Il_lizzy
## 3189       svtfireup
## 3190       Ayiqujk99
## 3191  Nicole93158886
## 3192       iamcbswag
## 3193        Il_lizzy
## 3194     Hani_080507
## 3195    meloveyonbok
## 3196      Freshyewon
## 3197 hongbinisthebae
## 3198      jeeoonngin
## 3199        taasiaar
## 3200         featljc
## 3201     SKZmyangels
## 3202 tprincesscookie
## 3203        xyzn_exe
## 3204         zZzoule
## 3205    ElderPoptart
## 3206    LISA18908273
## 3207 NicolFigueredo1
## 3208  _minghaoareyou
## 3209   jackieeeortiz
## 3210         koa_chu
## 3211   micmicjoongie
## 3212       pjlpjmjjk
## 3213        beombei1
## 3214  jjkookiee_1997
## 3215 Pelleg1Gabriell
## 3216 heyyimjulieanne
## 3217 Chachalala7_BTS
## 3218         vilzbee
## 3219     twicetanera
## 3220 chichic26986608
## 3221    yuri_on_nice
## 3222     sunjhsshine
## 3223   rungothamcity
## 3224     hunniebrows
## 3225        VixxSofa
## 3226  littlecinnamon
## 3227    Muffy_Tweets
## 3228  alisonisbroken
## 3229     w1nterfall5
## 3230      cecehenry1
## 3231          gvnryu
## 3232     heenderella
## 3233  master_key_plz
## 3234         Byuniho
## 3235  Nicole93158886
## 3236   xenomorphique
## 3237        ctrlkeii
## 3238        DimacGel
## 3239         roseyxz
## 3240       Rumii0824
## 3241   rosies_lilies
## 3242    iloveyouThe8
## 3243      montemayo8
## 3244     songhou0513
## 3245  xCareBearStare
## 3246       yiyijaleh
## 3247   lizlovecamila
## 3248    alemochimie1
## 3249        KikiTabi
## 3250  MoMoRingTwicer
## 3251      redqueenlm
## 3252 valeriabello_22
## 3253     morganelico
## 3254 Kpop_Project_SP
## 3255       Glowpear2
## 3256      yumikook95
## 3257  MoMoRingTwicer
## 3258  jessBangtanOT7
## 3259     imnottoriiv
## 3260       Quirxlore
## 3261   kimbapisyahae
## 3262         _cadis_
## 3263      indigobeah
## 3264      chrisyanke
## 3265    coffeecheols
## 3266          _nxIIy
## 3267       rieyainie
## 3268  Mnchen77947449
## 3269       usedpixie
## 3270     soohaschick
## 3271  polygonaldemon
## 3272     guchilnoona
## 3273     SoftWhalien
## 3274   Wendy53755158
## 3275         K_Revon
## 3276    JasminPaul07
## 3277          krw_b9
## 3278        iBNGTZee
## 3279     jonghoellie
## 3280    fly_high1604
## 3281      smol_daisy
## 3282       Dreamsof7
## 3283 eclipsetuanpics
## 3284   pastelduskull
## 3285       lioncunty
## 3286      SarangheoZ
## 3287       bibbiuhun
## 3288         SN0WMlN
## 3289   katlovesjiung
## 3290 Mariana82225262
## 3291   hoshidumpling
## 3292       cavlady01
## 3293   usagaincarats
## 3294   Bone_Ape_Tite
## 3295        ss_0t7ks
## 3296    RrrrpMonster
## 3297       norhaineB
## 3298      cyanathome
## 3299       BecckZara
## 3300         zoaluvr
## 3301 blessedlyfe1888
## 3302       LiaKook01
## 3303 Little_Euphoria
## 3304       dellipi13
## 3305   constaellatae
## 3306     SooSoSwagYo
## 3307       dohksooxo
## 3308      Albaa32511
## 3309  minyoongieyoon
## 3310 CandiceTanishaB
## 3311 narumi_chan1412
## 3312     Moonoom1993
## 3313    tasteandlove
## 3314   Zeddjudylou10
## 3315       kpop_kati
## 3316 cryinglnpurple7
## 3317  MoMoRingTwicer
## 3318        taepansy
## 3319        SchmeIIy
## 3320   SDamayanti123
## 3321    joon_collect
## 3322   bitipoptitans
## 3323      cooing0513
## 3324 Kpop_Project_SP
## 3325     ensaladakim
## 3326 LalisaK61966400
## 3327    tired__multi
## 3328 Kpop_Project_SP
## 3329         tfwriki
## 3330  alisonisbroken
## 3331 Kpop_Project_SP
## 3332     allohk4ever
## 3333       eiymy1972
## 3334       GangWaeng
## 3335 Kpop_Project_SP
## 3336         wdytmyg
## 3337 Kpop_Project_SP
## 3338 Kpop_Project_SP
## 3339     nongthuwkaa
## 3340          sknnct
## 3341 Kpop_Project_SP
## 3342   MaryB55505356
## 3343 Kpop_Project_SP
## 3344          mwxrih
## 3345 Kpop_Project_SP
## 3346        abcmanjk
## 3347        4kMeowie
## 3348        4kMeowie
## 3349  ThisStaylvsYou
## 3350       kpop_kati
## 3351       bngtan_my
## 3352 Kpop_Project_SP
## 3353     jo0ngdesire
## 3354       orul82ox1
## 3355   stwermin_rine
## 3356         gowonnw
## 3357         SN0WMlN
## 3358      julsjaykay
## 3359      rikittiies
## 3360        diequeer
## 3361    bwiikoosbish
## 3362  Mello949020313
## 3363       onlyjhnny
## 3364      heyshuahae
## 3365   moonlitseouls
## 3366  alisonisbroken
## 3367   parkoceanbaby
## 3368     KpoppieCrow
## 3369 Callmynamegot71
## 3370 cherrypinkidle6
## 3371   m00njinnieeee
## 3372      woojiberry
## 3373       Limkim990
## 3374         yamij05
## 3375   Yusta86060813
## 3376     SooSoSwagYo
## 3377     bluepinkhex
## 3378        kiu_kiuS
## 3379         sagi501
## 3380 LalisaK61966400
## 3381     Narniana94_
## 3382       CCMilbank
## 3383        DILFZONE
## 3384      ArtmusicJK
## 3385     hunniebrows
## 3386 socialmetric_la
## 3387         gothjgn
## 3388       mayadanye
## 3389  Leidy_do292600
## 3390         PSEblue
## 3391 apresshandstan5
## 3392   clitbeaters69
## 3393       xinomon30
## 3394     yasmile0202
## 3395          cjfly2
## 3396        agapemp3
## 3397 AteezWi47947037
## 3398    itsblooming_
## 3399       FKareemat
## 3400 _roseisroseanne
## 3401    MariaEaton_1
## 3402     DianHyunWoo
## 3403     Mod_love_JJ
## 3404         8mingki
## 3405       rieyainie
## 3406        VickyHaw
## 3407     wickedpixey
## 3408   be_u_4_u_love
## 3409    fairy_sannie
## 3410         jsaesme
## 3411       inayaved_
## 3412       saistroha
## 3413        souJ1013
## 3414       Moenk2901
## 3415          nwjnhr
## 3416       Chelix241
## 3417         nootlmh
## 3418         gothjgn
## 3419        HEWINS28
## 3420  alisonisbroken
## 3421      ventislime
## 3422      parkjimixd
## 3423      lalalarpi_
## 3424        souJ1013
## 3425    acidsweetner
## 3426 hSb8vgLTiMLxmfK
## 3427  moonchildmoona
## 3428     junggkieot7
## 3429     iluvbiskuat
## 3430       rcarr1980
## 3431     24hourlshkb
## 3432      soobgyuing
## 3433 chungha_dodaeng
## 3434       nctshouse
## 3435      Belle08Mia
## 3436        Tashal55
## 3437      longfligth
## 3438       avalily07
## 3439        aerixing
## 3440     soohaschick
## 3441  bbeuchinimnida
## 3442    igiveyouIife
## 3443     wonseokgyu_
## 3444      myluvsynbn
## 3445      sabispixie
## 3446        mirak00k
## 3447 mariemiaes19791
## 3448        atzhehet
## 3449  RETlREDFROMSAD
## 3450         Jinlxve
## 3451          sun9yu
## 3452    Lyza92509864
## 3453       Arrozzuwu
## 3454      dianee_kim
## 3455     Hoshizoraka
## 3456 Angeles65394246
## 3457    stantwicetan
## 3458     tsumtsum_xx
## 3459    Ca_uliflower
## 3460         ming1jn
## 3461     Jiminscaffe
## 3462     dokyeom_bie
## 3463     shara_k_luv
## 3464  performer_arts
## 3465        rn_rinnn
## 3466  adorabel_wendy
## 3467       himezeIda
## 3468    daow50474317
## 3469 AteezWi47947037
## 3470  bbeuchinimnida
## 3471     melodyina32
## 3472   DecalcoTaenia
## 3473  Cheolitobaby08
## 3474     Hiyyihyeaah
## 3475    naru43508934
## 3476    Baby_Breeaad
## 3477      ctrophyduo
## 3478 Sofft_Neko_Sims
## 3479         taekeyg
## 3480   DecalcoTaenia
## 3481      biblesbian
## 3482 kingofkoreanpop
## 3483  alisonisbroken
## 3484 FvCJijQoMdiNlg5
## 3485      STRAWBBUNY
## 3486  LosThighsDelJK
## 3487        sbtyunaa
## 3488        MuntikaJ
## 3489    azula_taetae
## 3490         kkupids
## 3491        fvshanji
## 3492      gorioriooo
## 3493   yoursabyssjin
## 3494   lalah_namjoon
## 3495        mexi_flo
## 3496    MidwestTraci
## 3497  LisaLa04826092
## 3498      privforbts
## 3499  ArsYoungjae333
## 3500       misfitmp3
## 3501     RMSJADJHJVJ
## 3502  LisaLa04826092
## 3503       ltyricist
## 3504      FIx7_Bngtn
## 3505         rousyml
## 3506         seaz_jm
## 3507    deliriouszee
## 3508       AER0STARS
## 3509        Inmagris
## 3510    likeIostdogs
## 3511          sxxren
## 3512 TheatreKimberly
## 3513        Il_lizzy
## 3514       jwoosmaid
## 3515    yougotmingyu
## 3516      only_bts13
## 3517   WahyuRamdhon1
## 3518         maleezn
## 3519       Anouckie1
## 3520      pyw0655111
## 3521    aisyah_atiny
## 3522 Y97ZASweJAny6G3
## 3523     yameliarmy2
## 3524        HeyAzJay
## 3525         eitinys
## 3526      cody_drew_
## 3527       evilevilo
## 3528       skzsahyun
## 3529         louili_
## 3530       cloudsmew
## 3531  xxmultihoneyxx
## 3532      CLLovett92
## 3533      JujuIamyou
## 3534     TlalocRivas
## 3535          gtete3
## 3536     digitaIdoIl
## 3537      mookdakaow
## 3538         cynoatz
## 3539      juinhyeong
## 3540        DimacGel
## 3541    Abby40823567
## 3542        Kpop_Ama
## 3543       pawathere
## 3544  wyamahifprmaiy
## 3545     SooSoSwagYo
## 3546      mookdakaow
## 3547        Vanciest
## 3548         crfxuxi
## 3549         rousyml
## 3550       tohodalso
## 3551   parkch4eyoung
## 3552   DylanJensen21
## 3553      h4njisunxz
## 3554         rousyml
## 3555    INFINITYSOTY
## 3556 IngridSalvado20
## 3557  diphylleiagrai
## 3558    SweetBear___
## 3559          ac_jkm
## 3560   sairalovesbts
## 3561     lttlfullsun
## 3562        7DREAMlE
## 3563         luvwvri
## 3564       ktv_12_30
## 3565         dhynlhs
## 3566    minhyunesung
## 3567    LISA18908273
## 3568     okatanasnow
## 3569       wenwoohui
## 3570      CYBRPNKHWA
## 3571     Hadilfekir2
## 3572     yun_hualian
## 3573     marielmaryn
## 3574  RMonoPlayList0
## 3575      imyours921
## 3576    oteverythang
## 3577    Deux65318605
## 3578         hkshota
## 3579 IngridSalvado20
## 3580 planete41724634
## 3581         yshbby_
## 3582  jjong_jjongie_
## 3583       KunZenith
## 3584     olafwendy21
## 3585  RMonoPlayList0
## 3586    Dona05519311
## 3587        AmyAylee
## 3588     telepathyhj
## 3589      tata_9koya
## 3590          Ieah05
## 3591       FKareemat
## 3592   datssodestiny
## 3593        _schiara
## 3594          Ieah05
## 3595  RMonoPlayList0
## 3596     lisamnbnluv
## 3597      moniscloud
## 3598         etteevy
## 3599  Tanima28786985
## 3600 MegLong71610727
## 3601       PL4CEINME
## 3602     lalacheorry
## 3603     kimyoncelip
## 3604       ryouniani
## 3605       CHIK4B4BY
## 3606         hyunrit
## 3607      mfkingmiaa
## 3608      U_Know2611
## 3609     not2lateplz
## 3610         LizTnbh
## 3611        yunhoo27
## 3612     RMSJADJHJVJ
## 3613    Naouknow2154
## 3614   injunicecream
## 3615       bluepopu1
## 3616       JiewPITAK
## 3617 kim_namjoon1229
## 3618       HOSEOKK27
## 3619   khajjah7annie
## 3620     dlwviolette
## 3621       bngtan_my
## 3622     belugrafion
## 3623   theorypoppins
## 3624 yoonfusedpansxl
## 3625       KOREKSJIN
## 3626       winxyhong
## 3627      outshineed
## 3628    luvkoonejito
## 3629       forwinbts
## 3630        Iisavcut
## 3631 paradisepiphany
## 3632   saveroom4kai_
## 3633   brighterlove_
## 3634       jrjk01996
## 3635   findblackpink
## 3636 lalalovemyself_
## 3637      kyeoulhime
## 3638       naseyou19
## 3639       einer1_yp
## 3640     BaeToTheMon
## 3641    standstll91s
## 3642   fleix29583875
## 3643     HooleyFiona
## 3644      dokyung_xx
## 3645     karinnnyyvy
## 3646   WolfChan_Stay
## 3647    exohoesworld
## 3648       goldofbts
## 3649 JKSDREAMERVERSE
## 3650       wngml2533
## 3651      MUGLERM00N
## 3652   MartinaZacheo
## 3653   MiniMini_Miau
## 3654  kyungjun083002
## 3655     327_1997_LM
## 3656    Danceracha99
## 3657       sukiziskz
## 3658       Nery_Nili
## 3659     10MeLLymuse
## 3660     melodyina32
## 3661        qkdcks_c
## 3662          qloids
## 3663         vobohvi
## 3664        k1topher
## 3665      11_mariel_
## 3666       janjjk_08
## 3667    unsaidjoonie
## 3668  itsmeeeeee0511
## 3669        batsyong
## 3670   Lilsharkmonet
## 3671   sapphicbaechu
## 3672      namuplanet
## 3673         Gyu3131
## 3674  Leidy_do292600
## 3675        AlCVince
## 3676        sunkyuwo
## 3677         roab0at
## 3678    bp__inurarea
## 3679     happypill94
## 3680         JBMV_28
## 3681  Leidy_do292600
## 3682   lavenderproof
## 3683 kpop__lover0011
## 3684      gravitymp3
## 3685        _NoMin92
## 3686      straybbies
## 3687     yamilex691P
## 3688 AngelKamitaniQQ
## 3689         pjmsing
## 3690       ifolkgust
## 3691         29Vylet
## 3692         ader404
## 3693        1cobamel
## 3694    nuestjjang07
## 3695         godsrry
## 3696         LkSogni
## 3697      Bpblinkkim
## 3698   cutiepie21211
## 3699    miinthusiast
## 3700   hanniepal1004
## 3701  lovestayhey325
## 3702     Valsarang25
## 3703    surfintilina
## 3704    namjooningwh
## 3705     David_Ofman
## 3706     namnamuuuuu
## 3707  marielnoexiste
## 3708  mihowq51294176
## 3709     skzbmchhfsi
## 3710       jjgukhome
## 3711       hyunstake
## 3712      JiogueElla
## 3713       einer1_yp
## 3714  alisonisbroken
## 3715 seokjinnie_1610
## 3716         kim_jaf
## 3717       tai_asher
## 3718       LiMa_8580
## 3719      _lixminho_
## 3720    veineilhing1
## 3721 kpop_multifan22
## 3722    Yheelabolala
## 3723  itsmeeeeee0511
## 3724    markpeachzen
## 3725 skzlatamproject
## 3726         pokebwI
## 3727         sagi501
## 3728    PoeeDarl_ing
## 3729      Jem_ARMY26
## 3730       lusolspjm
## 3731     hooneyhoons
## 3732    _naatasshah_
## 3733         29Vylet
## 3734        bf2mingi
## 3735      simakins_1
## 3736 thisisrealjayyy
## 3737      monbebepou
## 3738     Choi_Eth4n_
## 3739         sagi501
## 3740    taetaebulous
## 3741   SeriousSpidey
## 3742      chanstays1
## 3743     hyucksooist
## 3744          jkvhie
## 3745     sehunhotdog
## 3746   nightstar1201
## 3747    Edel04577690
## 3748  GardenFairy_WW
## 3749       HWNG1STAY
## 3750 moonjoon_lover7
## 3751     normanigasm
## 3752   Heheh91905882
## 3753    tyongieprint
## 3754        jssysimp
## 3755   revefestiival
## 3756     jjwslovebot
## 3757     harujk97SWY
## 3758   ClarasJewelry
## 3759     Lineman2141
## 3760   revefestiival
## 3761  MADONNAPARIS10
## 3762     dotdotllama
## 3763       anyarana_
## 3764     allohk4ever
## 3765   army_yoonkook
## 3766 BangtanMoradaRD
## 3767  Darrin86259979
## 3768     normanigasm
## 3769       btsayhmah
## 3770       rossamons
## 3771         Lu13147
## 3772 seokjinnie_1610
## 3773      yuhmonstax
## 3774        JKDETALY
## 3775      saveme7613
## 3776  MADONNAPARIS10
## 3777   KuroiKarasu38
## 3778        jssysimp
## 3779        mxmbwowe
## 3780 Earthrights2015
## 3781 SarahHa87684026
## 3782      0xkvlattae
## 3783    getphysicool
## 3784 NicolFigueredo1
## 3785          xrnsxx
## 3786 alessan96694681
## 3787       veeprisma
## 3788     jiniyaigoya
## 3789        doggirng
## 3790   fixonMYATEEZZ
## 3791      sulliswift
## 3792         luvjayb
## 3793        wonnseop
## 3794   SeriousSpidey
## 3795     v_harmonize
## 3796  Viciousfrijole
## 3797        lullaxxi
## 3798   khjluvrofmine
## 3799      renhyunsoo
## 3800  dadadahhyunnee
## 3801    Gengoro_Club
## 3802      ishakhay26
## 3803          hyvnva
## 3804    Gengoro_Club
## 3805  Bangtan4ever_D
## 3806      lovsKimTae
## 3807  notreallyokbro
## 3808         sns_shu
## 3809    m00nrise_png
## 3810       anilem171
## 3811     williamwruz
## 3812     laverdad779
## 3813       kep1hieyu
## 3814          _aevis
## 3815         sstlla6
## 3816    Lona97227613
## 3817  itsmeeeeee0511
## 3818   diniagustanti
## 3819        tbzpedia
## 3820        mirak00k
## 3821         schymin
## 3822   telepathyhobi
## 3823   lizlovecamila
## 3824         ruku365
## 3825          phenty
## 3826      AnYujinjin
## 3827   ninijoonieluv
## 3828   rameesha_huma
## 3829       8starslly
## 3830       tdcjisung
## 3831     virag_blume
## 3832         LoveyZN
## 3833      RAINB0SE0K
## 3834    HannaNounou2
## 3835        OT091112
## 3836      ey_yoochae
## 3837       Rkiveluvz
## 3838         cartijw
## 3839        _Moonpjw
## 3840       Kc3Shinee
## 3841     Strangemyg2
## 3842       syhaltman
## 3843      huebainana
## 3844     Valsarang25
## 3845 Amiraashahrudin
## 3846     chanpunketo
## 3847       jellykoo_
## 3848   Rawan64430142
## 3849   yunhobestboii
## 3850 socialmetric_la
## 3851 Monbebe84481807
## 3852       0325_jade
## 3853     pinkskrlita
## 3854        GeorlynM
## 3855        afran469
## 3856    Gengoro_Club
## 3857        EDJMZ100
## 3858        GeorlynM
## 3859        zankdiln
## 3860   Mayra77296541
## 3861       RubiCarat
## 3862          csiunn
## 3863     miIfxhunter
## 3864         bhluish
## 3865        yeoskive
## 3866 Carolin34658356
## 3867    wwwonydotcom
## 3868    mypogostick_
## 3869   Gibby75627086
## 3870  SANGROKsangrok
## 3871       syemelody
## 3872 littlefl0werbud
## 3873      Zilith1220
## 3874       jjgukhome
## 3875        _dububoo
## 3876   ningningie030
## 3877      dlitchmeup
## 3878      hellawoozi
## 3879     tagizoa0513
## 3880       minnaleaa
## 3881       iifeyoung
## 3882  Saleem28092135
## 3883      jeonstarrr
## 3884       httpslows
## 3885       b_candize
## 3886        gIossiya
## 3887 bread_tangerine
## 3888       Thuy02271
## 3889        nabi1183
## 3890        chonubot
## 3891     thalis_vini
## 3892         abewonu
## 3893        IBLUEBOO
## 3894  awesome_roan12
## 3895     10MeLLymuse
## 3896    MoustiqueGBU
## 3897   darlingjunhwi
## 3898         ughtoni
## 3899       Lililet16
## 3900        yongcats
## 3901 matchamilktea07
## 3902  magical7sakura
## 3903 XG0bfs16wuAzbGB
## 3904     Kim_jayBP4_
## 3905         johtag3
## 3906      haniehae06
## 3907       plutoxc44
## 3908    Lona97227613
## 3909    ILYBPforever
## 3910         7_denii
## 3911     V_ARMY_02er
## 3912        RsEliete
## 3913  rhianna_thrupp
## 3914        himywols
## 3915          ylevod
## 3916 Monbebe84481807
## 3917  BTSARMYO74Ever
## 3918      hardtlovee
## 3919        jssysimp
## 3920          jesy96
## 3921     momowingboo
## 3922      diamonde24
## 3923        chxnmisa
## 3924         7_denii
## 3925       alterchae
## 3926    Lily30846185
## 3927 JosselynVera564
## 3928   HOURLY_TWICE9
## 3929   lovesick_echo
## 3930   mooinnerchild
## 3931       liyonce27
## 3932         Julsbp_
## 3933     furasylover
## 3934 AnshikaKhatri43
## 3935         anaidxa
## 3936  btstaekook0405
## 3937 blue_flame_hour
## 3938 Amelia274354797
## 3939       RosaJKBTS
## 3940       ho_howard
## 3941         kiiddy8
## 3942    Generic_Soda
## 3943    twioisejeong
## 3944   erika_syamira
## 3945     Haewoonsita
## 3946        szllsssm
## 3947         riclcve
## 3948   syddks_chichu
## 3949        KaeTae24
## 3950      auroushine
## 3951        jhysooly
## 3952   LattaeVaniIIe
## 3953    yoongisarogf
## 3954    ILYBPforever
## 3955           7llk7
## 3956    nelliputri43
## 3957       _fairyxiu
## 3958  JISOOKIMQUEEN_
## 3959        chungh7a
## 3960           7llk7
## 3961     nellastudie
## 3962 saraboreanaz_dh
## 3963       7GotAhga7
## 3964      lmasinsin7
## 3965   Palabraspara3
## 3966       femmerosi
## 3967   safeplacegyu_
## 3968     exhoefanboi
## 3969      dreamyhour
## 3970    Shannie_Rose
## 3971       iifeyoung
## 3972 MarnHernndezKa1
## 3973     jongh0sito_
## 3974      Ferdini112
## 3975  btsforever7tae
## 3976  YurtleZeTurtle
## 3977  marylily_evans
## 3978   loveroselilie
## 3979   10_arangarcia
## 3980          XRupay
## 3981      starjongho
## 3982       MamamooMe
## 3983   EnmaCarolina8
## 3984    shuasdimples
## 3985  xhappiestgirlx
## 3986    treasureseve
## 3987   JYPstand_KPOP
## 3988      Jinnie1230
## 3989      lonelyalso
## 3990        ppulovey
## 3991     BoraBang_19
## 3992  infinitestar07
## 3993  MoonRespectMei
## 3994       hiyyisimp
## 3995     letzzwinwin
## 3996  lesyeuxdenicki
## 3997     DlGITALGIRL
## 3998         idsoqiu
## 3999          mxlxca
## 4000   hearttbangtan
## 4001  BluInspiration
## 4002    itsme_nini08
## 4003 PhamTha97523827
## 4004    ourscenery_v
## 4005    prettyoverit
## 4006    _dreamerkhan
## 4007      Moonjieun1
## 4008    Im_RareBlink
## 4009      roaringroa
## 4010       nurixdami
## 4011 HoZcP7NNmNvPEDI
## 4012        REN7VNIE
## 4013  YurtleZeTurtle
## 4014    Blinkeukash4
## 4015        ddanayum
## 4016      SUSHIS00Y4
## 4017      UniDuniTea
## 4018   loonathereveI
## 4019    jingkookie13
## 4020    twioisejeong
## 4021          tteuii
## 4022     shara_k_luv
## 4023      SPEARBCHAN
## 4024    gigglyjimin_
## 4025       linnae_25
## 4026   sissyinchrist
## 4027          R0XD1E
## 4028     mashisoyeol
## 4029         Iuvcuts
## 4030     oneNonly_MK
## 4031        _kookomi
## 4032       forwinbts
## 4033         riajose
## 4034         inyksnn
## 4035  btstaekook0405
## 4036     rkive_fairy
## 4037       shyeobbun
## 4038      _ChoiRain_
## 4039       GabyAbyss
## 4040       amb_moshi
## 4041      charmerlk_
## 4042     thamxflower
## 4043       chiioncee
## 4044   firstlove9_12
## 4045          slmdrr
## 4046  bubblebumbee03
## 4047          yshhcl
## 4048    poopeldomoon
## 4049    xButterflyJB
## 4050   Kevincookie__
## 4051   amohopeworld2
## 4052   moonchildslow
## 4053    Marsella1833
## 4054  kpop_critical_
## 4055        Stanpops
## 4056     s_tock_rich
## 4057     Jininspired
## 4058       PandAa_0_
## 4059         forsvt9
## 4060       adcfgidle
## 4061   TwicefromSana
## 4062      MC08393940
## 4063  kpop_critical_
## 4064    Pilarmendo52
## 4065          bpobsd
## 4066   jeonggukpathy
## 4067    Pilarmendo52
## 4068 Vampire_Ellemai
## 4069        chxnmisa
## 4070        kjpallet
## 4071        Reeyoon3
## 4072     lildamivert
## 4073        ssiie_nn
## 4074    yeontae_gxxj
## 4075         beomizt
## 4076          wkyu_o
## 4077    cherrypalete
## 4078  sadcottagecore
## 4079     Kkkaddict11
## 4080       xBellaa19
## 4081  taebts53082430
## 4082    famaccountph
## 4083        PoppySmo
## 4084        Aerilei2
## 4085    hannamarin75
## 4086          i9YURI
## 4087    Hpotterfan20
## 4088        ddalki5t
## 4089     blinkec2020
## 4090         Jinlxve
## 4091     nawarjennie
## 4092  fxxxthatflower
## 4093       gogokpopo
## 4094  FolkloreByTayS
## 4095     Anothermoa1
## 4096      Tayquellin
## 4097    ninabts01091
## 4098   ROCKWITHWOOZI
## 4099       _jinpeach
## 4100      mazee_maze
## 4101         ygkooko
## 4102         LagoDha
## 4103        _eemeng_
## 4104     BubbleMoon5
## 4105  taebts53082430
## 4106  Sally_untitled
## 4107   rosies_lilies
## 4108   ApinkWeeekTon
## 4109       herbiezie
## 4110       momichiro
## 4111      TMbbcheese
## 4112  gay4hotgurlmeg
## 4113     exhoefanboi
## 4114      INN3RCHILD
## 4115     girls_nonna
## 4116    dzieckoziemi
## 4117    chachachim10
## 4118     jkd85341311
## 4119     Atenea_0404
## 4120  YurtleZeTurtle
## 4121  SpringBreeze59
## 4122 ningningwashere
## 4123      KR81754426
## 4124      dearjenini
## 4125    monbebetikti
## 4126  SpringBreeze59
## 4127         asRMono
## 4128 ZDwYvePvdZ2kf8w
## 4129     Maybe_Milo_
## 4130        vanvicc8
## 4131         Kjenrun
## 4132  mfissexygogogo
## 4133        jwanyobo
## 4134  jamaalaldin_tv
## 4135  jamaalaldin_tv
## 4136    _StanAgustD_
## 4137      octobersoo
## 4138   universetrash
## 4139     TriggerMuch
## 4140         cvrvtqt
## 4141        kaikaeya
## 4142         ilyysoo
## 4143     Maybe_Milo_
## 4144     gemstaygene
## 4145       MiinaStar
## 4146 KpopPictures101
## 4147     stwookiecom
## 4148    Hpotterfan20
## 4149   nirmine_salhi
## 4150       a_shu_ley
## 4151    namjoons_pot
## 4152        k1topher
## 4153       leynsoyah
## 4154         sp3arbx
## 4155       Zue531717
## 4156 BongbongieCarat
## 4157        VicojoHL
## 4158   Palabraspara3
## 4159   sacrifighting
## 4160     _ChoiJavivi
## 4161      is_mashiho
## 4162          lu2jm7
## 4163    mangsmenager
## 4164       bdbyenico
## 4165        4kMeowie
## 4166         kym_lms
## 4167     carl_villaf
## 4168      maolilymao
## 4169   artchive_0613
## 4170   blakblueberry
## 4171    taemhanahana
## 4172   sacrifighting
## 4173       atinymist
## 4174          13ts_7
## 4175     exhoefanboi
## 4176      yepthoktae
## 4177       yosheen79
## 4178  ratslapclassic
## 4179   Kpop_are_shit
## 4180 serendipityxo19
## 4181    hannamarin75
## 4182 x1xFN85UDoxrjol
## 4183      hoseokiiem
## 4184          Bb100x
## 4185       HMendibil
## 4186      GotYourBck
## 4187         ulfiahA
## 4188 ot4blackpinkkkk
## 4189     jiminienjoy
## 4190    underxxxxxxx
## 4191      promerkive
## 4192     millyslilys
## 4193   Hanna05534555
## 4194    chachachim10
## 4195      indigobeah
## 4196         Jinlxve
## 4197  SingJungHoseok
## 4198        liajjk__
## 4199        UGHwecry
## 4200          7_soty
## 4201       redlalisa
## 4202       utsurikun
## 4203       Juhwanbff
## 4204     fantasyephi
## 4205        krosiesk
## 4206  RenavemSoriano
## 4207  kaseokjinology
## 4208      korelvsjin
## 4209  KERI_BERRY1024
## 4210      101Karamia
## 4211        namulver
## 4212     swithvelman
## 4213  QueenMONORules
## 4214   wtnbaesthetic
## 4215       marciah00
## 4216          jtm249
## 4217  jungkookandAya
## 4218    babyscentedx
## 4219      changpixie
## 4220     namslayjoon
## 4221 Francis85698297
## 4222        otsusope
## 4223   PurpleLittle7
## 4224        V_Hush_7
## 4225      yixienings
## 4226   picassohwangg
## 4227       vvvvivvo8
## 4228 bbystarcandyyyy
## 4229       namufused
## 4230 Hoops227_Gaming
## 4231         lomaaze
## 4232        sentcl27
## 4233 Hoops227_Gaming
## 4234          Emi05L
## 4235   Hoops227_Tech
## 4236    jessicavs_10
## 4237   Hoops227_ASMR
## 4238  jamaalaldin_tv
## 4239   Hoops227_Tech
## 4240   Hoops227_ASMR
## 4241  jamaalaldin_tv
## 4242     Rosselin_98
## 4243        kris_KNJ
## 4244       dilfjoon2
## 4245      FreyirRose
## 4246  LifeMusicSound
## 4247        illassi_
## 4248 amyskpopaccount
## 4249        HEEWONIN
## 4250   Emily_Blake__
## 4251  Leidy_do292600
## 4252     Kim_jayBP4_
## 4253  hearthiyyihpo2
## 4254        HEEWONIN
## 4255     lilpixielix
## 4256       jjk4orlyf
## 4257      lizziexyuu
## 4258      bymartiii_
## 4259      CHERRYSlAN
## 4260      nisha99414
## 4261        bts_4fhd
## 4262    Anto44812532
## 4263    ASummerSarah
## 4264      majilajiii
## 4265        btssglow
## 4266         LagoDha
## 4267       bngtan_my
## 4268  Gojoobanailove
## 4269       honiechim
## 4270   Jinniedulce04
## 4271        orna2129
## 4272   iloveZerotak2
## 4273    jingkookie13
## 4274   FeorellaSenai
## 4275       bngtan_my
## 4276    ASummerSarah
## 4277        enashpen
## 4278       anpanroll
## 4279        caratsxx
## 4280    ASummerSarah
## 4281     betterjoong
## 4282         nyoomie
## 4283   vidal_rosella
## 4284         juyomni
## 4285     FAIRYJAAKEE
## 4286          GSka83
## 4287  Leidy_do292600
## 4288   HonSoolRapper
## 4289        VKAM2013
## 4290        luffybbh
## 4291          ys6eun
## 4292         idsoqiu
## 4293          ys6eun
## 4294     adiarybelle
## 4295     stayc_girIs
## 4296        mgshooky
## 4297 MyMissRight_twt
## 4298         bee__ch
## 4299 shineforbangtan
## 4300 MarlonBiersack7
## 4301     MOONGLOW169
## 4302         idsoqiu
## 4303      Elvin_Tsui
## 4304        EcoKarin
## 4305     ZNyongtoryy
## 4306   karlajuarezch
## 4307        jisteume
## 4308       yessiarex
## 4309     swithvelman
## 4310       AnenKatie
## 4311      donitaandi
## 4312       cloudsmew
## 4313  sunshinehaelix
## 4314       phodeimos
## 4315         6outof7
## 4316        monic_hp
## 4317    weateDRIPPIN
## 4318      donitaandi
## 4319    thaipwincess
## 4320   seokjinmysky2
## 4321          gbr061
## 4322 Viviana07bri_my
## 4323       notlimena
## 4324    its_oDdinary
## 4325      7tannies__
## 4326       hoshijots
## 4327 joonieseunhasoo
## 4328        jhoeyuri
## 4329      7tannies__
## 4330      KR81754426
## 4331        sofimbb7
## 4332 Yoongi_lilmeoow
## 4333  Leidy_do292600
## 4334      _Ghostin__
## 4335    hoshimilkers
## 4336         DlORJKS
## 4337    soobimi_1205
## 4338           Ctgh_
## 4339          jqydke
## 4340         ji_ni56
## 4341      LUCKI_STAR
## 4342      Sofia_vrr1
## 4343  Leidy_do292600
## 4344      iluyloveli
## 4345    Kpop_Penguin
## 4346    blossominseo
## 4347       PamPamKTH
## 4348         dee_svt
## 4349      bunnyjangJ
## 4350     PsychoPiink
## 4351    bxbbyamy_luv
## 4352      Zilith1220
## 4353      chickenSKZ
## 4354   koophoria1997
## 4355   CHAE_H_ONE_DD
## 4356   officialxleah
## 4357      KtogRexhar
## 4358     hwasasboots
## 4359      waIletroom
## 4360 gimhyew59391505
## 4361   MelindaMinks1
## 4362        yRagodon
## 4363      carrot2209
## 4364   SBoyceJohnson
## 4365        Bts4Judy
## 4366 gimhyew59391505
## 4367 magneti_melissa
## 4368    Carrots_are_
## 4369     ifancytsuki
## 4370         NFiaMoo
## 4371 parfaitcherries
## 4372    Ririnmailani
## 4373         jln1208
## 4374      hagemacuru
## 4375     marong_0608
## 4376   tini_chiquita
## 4377    Yuraaaa20791
## 4378    JISOO_SYDDKS
## 4379        RKN_STAY
## 4380 equalityisUndMe
## 4381      nikkiribas
## 4382   dis_easeisart
## 4383       Kookmin74
## 4384       einer1_yp
## 4385        monic_hp
## 4386    Kpop_Penguin
## 4387 magneti_melissa
## 4388   staygoldentae
## 4389   katysaquiray1
## 4390     jisoo_salma
## 4391    bxbbyamy_luv
## 4392 DecalcomaniaOT7
## 4393 baegseu20782794
## 4394  oficialjmarcos
## 4395      wwhforever
## 4396         VSegman
## 4397         akaiawa
## 4398    EXOlegends_L
## 4399      ALISREIGNS
## 4400          T_VexQ
## 4401         akaiawa
## 4402      taebaekiss
## 4403 SathitMingkhua1
## 4404         lizjupi
## 4405       retr0PVNK
## 4406     tchaicosvky
## 4407        lenslerc
## 4408          btae_7
## 4409      natreasvre
## 4410      rosiflwers
## 4411        kathbier
## 4412       minblackD
## 4413     exolaquatic
## 4414    Sehumiiiiiii
## 4415    witchySheila
## 4416  darthdiamandis
## 4417         calry18
## 4418  AyeishaLabsKen
## 4419         crjstan
## 4420 magneti_melissa
## 4421       minblackD
## 4422    pporappipamm
## 4423    badhabitxno5
## 4424        Rosller1
## 4425 SoonHanarebabie
## 4426      T1419_Boys
## 4427         ourrann
## 4428      zhongixiao
## 4429 kios_girlfriend
## 4430       Malibuseo
## 4431      RkEuphoria
## 4432        doiepics
## 4433      iluyloveli
## 4434  LittleDreamSun
## 4435  Saleem28092135
## 4436     ZNyongtoryy
## 4437         Vyu4Tae
## 4438  pasawayfever22
## 4439   koophoria1997
## 4440        CrisLuv7
## 4441 eh1DJ6enWnyHNNd
## 4442   moonriveriris
## 4443        penguu23
## 4444     jjongminnie
## 4445     blackswanv_
## 4446    Blinkeukash4
## 4447         koonmjn
## 4448  KonnichiwaBish
## 4449        kiameias
## 4450 mingyumingyusvt
## 4451   beyourself_th
## 4452  ExhaustedMulti
## 4453    janerubymarr
## 4454          UDOO25
## 4455     Squirtle_13
## 4456 InoHurrytoShout
## 4457  WitH__You13_10
## 4458       snwoo_ill
## 4459     fadsout7999
## 4460          gyozip
## 4461   3rachasfarmer
## 4462        teckyric
## 4463       premeitzy
## 4464   choerrysfront
## 4465      GotYourBck
## 4466 chaeryeongisluv
## 4467      psyIockedd
## 4468      Thetskie02
## 4469        kevl0ver
## 4470    esoteric_wwc
## 4471    underxxxxxxx
## 4472  C4SE_W0RLD1117
## 4473        rielLee2
## 4474    teamostrykdz
## 4475     payel180791
## 4476    LlduranLoida
## 4477      lunarboysj
## 4478   y2kchaeryeong
## 4479  C4SE_W0RLD1117
## 4480      haha_fixon
## 4481     normanigasm
## 4482       joonkivez
## 4483     payel180791
## 4484     alicelee212
## 4485      HORANGHAND
## 4486    abbylangdon1
## 4487     kseunglover
## 4488        belaisbi
## 4489    abbylangdon1
## 4490   Maria79424094
## 4491      crumblecoo
## 4492  phasmegourmand
## 4493       Ly17Lynda
## 4494       sunnishua
## 4495 jk__kookie97191
## 4496 jonginniespeach
## 4497       axarmixer
## 4498    butterflytak
## 4499       marklyies
## 4500  jetstream_dan_
## 4501      jjkonlyace
## 4502      jjk97lovey
## 4503     seokjinhyng
## 4504 NiallHoranStan2
## 4505      GiTrajano7
## 4506      knowmincat
## 4507   KimyK91300215
## 4508     itsgraceaki
## 4509 Marcela85101088
## 4510       AlcoIsta2
## 4511    _mooneternal
## 4512      imckyunstd
## 4513  ttaeggukMinnie
## 4514   erika_syamira
## 4515       spykeeeey
## 4516       choisrose
## 4517       chaeriscs
## 4518         EibiLuv
## 4519        r_mary27
## 4520  kookiesaryummy
## 4521       startra13
## 4522    meagapimeine
## 4523         Hhabifa
## 4524         gee1aeh
## 4525      kingkookei
## 4526   sichengflower
## 4527          Khion_
## 4528   DaniferGanzon
## 4529       jaehonney
## 4530   baekbyunpuppy
## 4531     Marlenesupp
## 4532   Mariacami0721
## 4533   karakurucoron
## 4534  TheVirgosGrove
## 4535     canjication
## 4536    mogurixpeach
## 4537      cosmicwony
## 4538       Yuni_2715
## 4539       _Onghaeya
## 4540      Lexy_Salas
## 4541  Teresa80141103
## 4542    lalisawife14
## 4543    xv_LovelyBTS
## 4544   DaniferGanzon
## 4545      LoidThvfor
## 4546        redgouls
## 4547        YM134340
## 4548       winterr06
## 4549        yuwintae
## 4550       Kimjineda
## 4551     scaredytess
## 4552        kyameiko
## 4553      yeopiphany
## 4554       pajakubis
## 4555     atdapyramid
## 4556          JayKV2
## 4557       sailorfml
## 4558      FRIKYdonno
## 4559  touhoushinkied
## 4560       aloney022
## 4561   Vakambarakaja
## 4562       emos4eric
## 4563      maritigdlr
## 4564        hatebora
## 4565  goldenjung9497
## 4566      RMPICS_twt
## 4567     hwasasboots
## 4568   jeonggukpathy
## 4569   The_COSBY_Kid
## 4570   seok_jinnieie
## 4571         dee_svt
## 4572     macarron71g
## 4573       SkyUK2154
## 4574         nwjeonz
## 4575          oiflex
## 4576      jengguwend
## 4577       seobly_s2
## 4578   karakurucoron
## 4579       bngtan_my
## 4580   Taeminbundles
## 4581 saynwhatmatters
## 4582  ToBeyOrNoToBey
## 4583  armybtsadriana
## 4584          dn_414
## 4585         cyntear
## 4586        redreyys
## 4587      sooyaajnk_
## 4588       VMagielli
## 4589       choisrose
## 4590     Strangemyg2
## 4591     BlxxkSinner
## 4592          JayKV2
## 4593       kookminrr
## 4594         musiphe
## 4595          evjjkl
## 4596      chopperxiu
## 4597      inaggipang
## 4598         jyunjno
## 4599 HeliotropeNamgi
## 4600         AthVass
## 4601 Fabiana19608491
## 4602      BlancaHM08
## 4603     Aurora7Moon
## 4604   propertyofthv
## 4605    themtheyhey1
## 4606      Stitch2902
## 4607      jjkmyluv97
## 4608     yuhaeng2210
## 4609        IsaPurrr
## 4610      binchami96
## 4611    BTS_paved_tw
## 4612        EcoKarin
## 4613   cia_kyeomshua
## 4614       MissDAO_7
## 4615    Fallismyfavs
## 4616     bookwannies
## 4617       SiewlynnC
## 4618         _papoe_
## 4619         HegaiJD
## 4620    VillafaniaJo
## 4621      ZeroBlanc1
## 4622    RachaTheStay
## 4623   theustheworld
## 4624      purpleowlz
## 4625     wifetojimin
## 4626           94hpe
## 4627       VtalentBE
## 4628        godztray
## 4629  ethanswestside
## 4630        coon2246
## 4631         ddoryup
## 4632 valeriaalexaro1
## 4633        kentosbf
## 4634        jmlejend
## 4635 Marcela85101088
## 4636        Beca4_BP
## 4637     tiffgy_0707
## 4638        wildsied
## 4639     thalis_vini
## 4640      lunemoon14
## 4641    abbylangdon1
## 4642   tttop24186002
## 4643       Tsh713713
## 4644   BelgeraJanice
## 4645     lustyl3gend
## 4646       brinamuch
## 4647 lxxsngfet1dFvmf
## 4648  kookiedoe_eyes
## 4649      sugarrdery
## 4650      janvvixcto
## 4651       shenmails
## 4652  oficialjmarcos
## 4653     WindyLand99
## 4654      minheemoys
## 4655   tttop24186002
## 4656        idolcast
## 4657         i_lahel
## 4658         py0john
## 4659      RAINB0SE0K
## 4660   DaniferGanzon
## 4661      RozieannaS
## 4662    EXOFOREVER98
## 4663    eduardkobain
## 4664         aira_rb
## 4665        zaul_222
## 4666     nielmummi96
## 4667        Ailedra2
## 4668          pAl161
## 4669        jaz_rizo
## 4670     MitondoTime
## 4671        stn_atz8
## 4672   adropinoceans
## 4673       harsalara
## 4674       foxyheize
## 4675 92jenlisafanboy
## 4676  myboyswithlove
## 4677       MinkyMiau
## 4678     ksniloveyou
## 4679         O812jpg
## 4680      JYNJ7JTJ13
## 4681    Karenyloveya
## 4682         kdlomll
## 4683        svftwang
## 4684      yixienings
## 4685        LieTae01
## 4686 justjungkooky97
## 4687 TheatreNewsRave
## 4688      fullsunneo
## 4689        HthlyTtk
## 4690  lovetomygirlss
## 4691       lusolspjm
## 4692  JIMINI_1013_95
## 4693   Realznakffk04
## 4694       lusolspjm
## 4695       redveIvef
## 4696  stayskzstayskz
## 4697  lovelovelisa18
## 4698       lisaxsolo
## 4699 Marcela85101088
## 4700     BelizCrazy3
## 4701   kristelletheo
## 4702     spangkatdua
## 4703    yangyangitis
## 4704  lovelovelisa18
## 4705    Carrots_are_
## 4706          nwxcsv
## 4707 totallynotcarys
## 4708      svnwon4lyf
## 4709      is_mashiho
## 4710        Rrenteri
## 4711        doolchim
## 4712 atxtreme77seven
## 4713    BambamskrrtZ
## 4714     Strangemyg2
## 4715   haechansunset
## 4716       namuabyss
## 4717     got7_savage
## 4718      linowminow
## 4719      SaraNanase
## 4720       felix_fae
## 4721      EunwooJoon
## 4722   hybridshadowz
## 4723         aymalyb
## 4724    stantalentjk
## 4725 ot4blackpinkkkk
## 4726        jkkoomio
## 4727          meo5hi
## 4728  M4RS_S7ARL1GHT
## 4729         btsoul7
## 4730    nanadellcoco
## 4731      sheshe0619
## 4732        Rosee262
## 4733  livelovehiyyih
## 4734  Leidy_do292600
## 4735       Annleah26
## 4736      sheshe0619
## 4737    seofessional
## 4738      jackiesaku
## 4739    ZainiZeeshan
## 4740      sangatitoo
## 4741 d3vils_dont_fly
## 4742       samsuzaaa
## 4743   taehyungie_su
## 4744       lenoranad
## 4745    ZainiZeeshan
## 4746        thvfravo
## 4747     Nickotine04
## 4748       syubshoya
## 4749         eboycsb
## 4750     Taybseventt
## 4751    EsposoLalisa
## 4752     ena82318996
## 4753      ohhhhdonna
## 4754        outrosoo
## 4755      sonickaaa7
## 4756      moarmyboba
## 4757    yooniverssee
## 4758        LiNadj04
## 4759         AzulHhh
## 4760     namuunchild
## 4761         Hildi20
## 4762     sopeggukkie
## 4763         Hildi20
## 4764    crackthe_egg
## 4765       kgwangsan
## 4766     fanctasyiva
## 4767         Hildi20
## 4768     bangtanx7x7
## 4769       kttadashi
## 4770         stavkoo
## 4771     Griffin8387
## 4772         Hildi20
## 4773     Jensetter00
## 4774  Vmon_Moonchild
## 4775         Hildi20
## 4776  zimzalabangtan
## 4777      Diane_IQ29
## 4778   Sw7Wendy_ARMY
## 4779        keyskopi
## 4780   saymynameteez
## 4781       myneokids
## 4782     weishenzone
## 4783         Hildi20
## 4784        sakeiyaa
## 4785      stigmathv2
## 4786        notjail2
## 4787     kpop_king97
## 4788       mamalyn__
## 4789  jhopehobiseoki
## 4790  GardenFairy_WW
## 4791       ANICOKANA
## 4792        cleo_014
## 4793  cakelavander23
## 4794   CamuchaOlivia
## 4795       ShaAhgase
## 4796 Jaebums_Tiddies
## 4797         rinc0rd
## 4798       _d0miniku
## 4799  cherry_iceeeee
## 4800  TWICE_sana_SA2
## 4801     FPlantsshop
## 4802      Naminatorz
## 4803   glittery_kpop
## 4804   kellylinhayes
## 4805 anniehasleftoop
## 4806     2kids2young
## 4807     ilovebbobby
## 4808     Kheartxxxxx
## 4809      blancheivs
## 4810   glittery_kpop
## 4811       EMO4YUNHO
## 4812      eliannyfps
## 4813        eeejinki
## 4814        VKAM2013
## 4815  BTSandTRAINEEA
## 4816       crongnara
## 4817       disepathy
## 4818  ivylovessvtbts
## 4819     Griffin8387
## 4820      M0518Yuuki
## 4821      fairies170
## 4822      luise_dUbo
## 4823      jaymei0528
## 4824  katlovesjoonie
## 4825    StarFire_666
## 4826     TennMonbebe
## 4827         aiolusx
## 4828 OpeyemiAdepoju9
## 4829       won_luv_1
## 4830      flwrboykoo
## 4831      LoonaCodex
## 4832       stm_angel
## 4833   Bangtan4Lover
## 4834   glittery_kpop
## 4835       BE_unite7
## 4836 vynam5q1hfm4yf1
## 4837    taemlovecult
## 4838         GIAWSEL
## 4839      lov3rholic
## 4840       jin_nie12
## 4841   mikrogalaxies
## 4842       hinni0526
## 4843      minhowinks
## 4844         1999cb_
## 4845      yuljinseul
## 4846         TYUN10S
## 4847      GhoulPinks
## 4848   tini_chiquita
## 4849     Griffin8387
## 4850         kq13tin
## 4851     itsjunkyugf
## 4852    riskanuraffh
## 4853       BE_unite7
## 4854     lilpixielix
## 4855    lovesocherry
## 4856     pendex_kpop
## 4857   sammiecarreon
## 4858  daddyjoonieluv
## 4859   smileymyeonie
## 4860      jeonmingcf
## 4861          YQSZHI
## 4862        kiwilouu
## 4863   Lisa180473865
## 4864 babybird__got7_
## 4865 priscila_zapana
## 4866       Jiminess2
## 4867    pena_escriba
## 4868      imanicon29
## 4869       yoonknoww
## 4870     binnieggukk
## 4871 llIIlIlIIllIIlI
## 4872         MeNao70
## 4873    seongateezyy
## 4874         wonweom
## 4875   jessicagg99dr
## 4876    STlLLWlTH_JK
## 4877      Blackcartu
## 4878        Mari8948
## 4879       BTS_ot7au
## 4880       Thuy02271
## 4881        mgshooky
## 4882      Sosoyoung7
## 4883     key_tae_tae
## 4884       rinrinamy
## 4885     304hueningz
## 4886      SoloistJKV
## 4887         hhynjns
## 4888          j21bHz
## 4889     mapsosa_mao
## 4890       edna_days
## 4891       its_emtee
## 4892    mochi26_nine
## 4893      NicoleVTae
## 4894          JwookD
## 4895     bl4ckpinkkk
## 4896       itsreemau
## 4897      ukshawolEm
## 4898        taasiaar
## 4899         EXO_ttr
## 4900  BellaPratiwi10
## 4901  Rosennefanpage
## 4902       DymRalliv
## 4903   ranen36227256
## 4904 OpeyemiAdepoju9
## 4905       kaamuzero
## 4906   FeitoBurbujas
## 4907     kpop_king97
## 4908        snooffie
## 4909    cutiehyunggu
## 4910 Milkychiapuddin
## 4911        bythvant
## 4912     honeymungus
## 4913    glosswithluv
## 4914       vanyaroha
## 4915      yonamsaeng
## 4916         qtsanie
## 4917       Queen7ot7
## 4918          run817
## 4919 theemilychapter
## 4920      f_xukuncai
## 4921         pviiig7
## 4922        aisha_dd
## 4923      saidababee
## 4924     skz_ksm_sky
## 4925      mylowest00
## 4926 WGrumsxagustina
## 4927        gyu_bebe
## 4928    dearbangtanm
## 4929      mirellamvc
## 4930  bambamlenciaga
## 4931 Itsbeautifulbir
## 4932      nourmoonie
## 4933 maybmustbjackie
## 4934  silver58857743
## 4935     catbitch234
## 4936    thecyberteez
## 4937        LiNadj04
## 4938         edknves
## 4939       kiri_kpop
## 4940        rielLee2
## 4941    prettymenyou
## 4942     garbage_OwO
## 4943        ChocoAsu
## 4944    geniusbabyrm
## 4945  Roxana75054403
## 4946          ZTSE0K
## 4947      ex_oshield
## 4948    SpringAtSea7
## 4949   wHaTiSmOisTyy
## 4950       lolmiimii
## 4951      fanneykuno
## 4952       BTS_ot7au
## 4953   confusedpokey
## 4954       lio_fotia
## 4955      V_TaeGucci
## 4956 AinaKasranuddin
## 4957       cmlldrkjs
## 4958    tweetymouth7
## 4959    Stay45218851
## 4960        rayukiyo
## 4961     wooyoungest
## 4962     kpop_king97
## 4963       sanshinin
## 4964      yixienings
## 4965          91maje
## 4966        fracnnan
## 4967   sparklysakuya
## 4968 breather_spring
## 4969    GringoDelRey
## 4970    Paul11909838
## 4971   parkchanbacon
## 4972  callmedominion
## 4973     tsthoughtsx
## 4974          aeceyy
## 4975         1Dory28
## 4976       HadiaDida
## 4977    autumnx_tear
## 4978 jjjuunnggkkookk
## 4979        korenamu
## 4980    hongcookie94
## 4981     Charlie_R3D
## 4982  adorkablemochi
## 4983 PrincessResurr7
## 4984    bibilIyhills
## 4985        0313prod
## 4986         1Dory28
## 4987     Mikrula2001
## 4988    yulsricochet
## 4989      jjkonlyace
## 4990       toby_edel
## 4991         yoonthk
## 4992     MoomooStay1
## 4993         ssesuga
## 4994    jessthe2ofus
## 4995       Monbenee1
## 4996  AesopsFableFly
## 4997  Hermosavida_me
## 4998       DeuxNinix
## 4999 NicolFigueredo1
## 5000        IBtsonly
## 5001   LilibertTuray
## 5002      Puddingcaz
## 5003     jinniestare
## 5004        shytae13
## 5005      seungmo_de
## 5006           94i92
## 5007        kris_KNJ
## 5008  Jazmyne_RV2022
## 5009   INACARATVC_17
## 5010       mombbhyun
## 5011          mxxqia
## 5012  just_vkookhope
## 5013 abby_salamander
## 5014     duonquebel_
## 5015     McMc17dream
## 5016 jeonghantrasheu
## 5017   nallalisabias
## 5018 aaannngggeeeeee
## 5019        KaLuuLis
## 5020       chimsfile
## 5021         boyIogz
## 5022        _zyxzjss
## 5023      rainxxnght
## 5024    sugi19620904
## 5025     keemyongsun
## 5026       MamotMusa
## 5027      Andrea_SB5
## 5028     breeneriece
## 5029 jinsoulsmoothie
## 5030      Sao_natong
## 5031         MYP1NKS
## 5032    koostrawbrry
## 5033          nesgrn
## 5034   mutarashshida
## 5035         daeag_e
## 5036    sugi19620904
## 5037       MaeGamoza
## 5038      Sao_natong
## 5039        NMWorldk
## 5040       scisthier
## 5041       Meisa6137
## 5042   seitanicmochi
## 5043     CristCh__22
## 5044    itsandrewife
## 5045     Anna_Sara88
## 5046   fairyliljjong
## 5047     SeaofCharms
## 5048    Alexiel_chan
## 5049  sweethoney0720
## 5050      stigmathv2
## 5051          lvthtm
## 5052        fernl_07
## 5053   wildminyoongi
## 5054        jkjeykay
## 5055          ihrtym
## 5056    vasilyfaeyre
## 5057    hereforHobah
## 5058       Yuni_2715
## 5059        orbit776
## 5060        dani8032
## 5061       jking2597
## 5062  TaniaMultistan
## 5063     arepa_blink
## 5064      STAYSFAIRY
## 5065        jeongmau
## 5066     ultlalisaa_
## 5067        LISVXDRO
## 5068     arepa_blink
## 5069     kpop_king97
## 5070     btsoskingos
## 5071 ZombieSpringDay
## 5072        fernl_07
## 5073    starvtlingly
## 5074         kurahug
## 5075    kpop_hater22
## 5076  jillyn_monakil
## 5077     mrleemister
## 5078     a5ki7nihita
## 5079 boue_emmanuella
## 5080   maddie_k_here
## 5081          rnlrvr
## 5082     jess____kim
## 5083         Rise_LC
## 5084        i91MYG0D
## 5085        ashlyg20
## 5086         mbstmnn
## 5087       ultsinger
## 5088 kookiet20700430
## 5089    carolavenell
## 5090       Pjmluv_95
## 5091     kpop_king97
## 5092        gowoncee
## 5093         sah_J13
## 5094  aurorasmingi99
## 5095       pmlnmngsn
## 5096           qbist
## 5097     iristannies
## 5098        ShenonaF
## 5099      quokkapabo
## 5100         swithth
## 5101 azzamoh60201030
## 5102 karenra06394020
## 5103      haechoasis
## 5104     iamyomonday
## 5105    Babykookoo10
## 5106       eriovixia
## 5107      t4lkmedown
## 5108     KarinaJ1708
## 5109    Taurus_TK_BW
## 5110    HomeOfGhosts
## 5111      beytsprint
## 5112  Leidy_do292600
## 5113      xissy_army
## 5114       Meral_H99
## 5115    geardalinger
## 5116   OnlyWithGOT7_
## 5117       jsystars_
## 5118  Leidy_do292600
## 5119 hanahanasakura9
## 5120  army_purplenia
## 5121      StayNaomie
## 5122       asrinaanh
## 5123     purple_b3ss
## 5124 SantaperoFreaky
## 5125   seokjin_halo_
## 5126 LorenaLorrain11
## 5127         stnelva
## 5128        lf982508
## 5129   Cecilia_CruzM
## 5130      hoodjongin
## 5131       ivehaurly
## 5132      capthndsme
## 5133     LVtelepathy
## 5134      yemmyalexa
## 5135      bts_maria7
## 5136    babyIoonatic
## 5137        TD4rkb0y
## 5138     rkivestigma
## 5139        thkook04
## 5140   JaeXiuGa12639
## 5141         xsjoong
## 5142     lillybinnie
## 5143      nisha99414
## 5144          mwoozi
## 5145       L_Moon_07
## 5146   seungminsmxle
## 5147          AX0LUV
## 5148   Arienadswtest
## 5149        angieyya
## 5150       bIackmiku
## 5151  ungodlyandroid
## 5152 JoonIsAmazeYeah
## 5153    betulalpay10
## 5154  jimin_lovelyyy
## 5155   SaNaa37732867
## 5156      JonghoIicx
## 5157        hi_kimjw
## 5158     vietnamdr1p
## 5159       mabiisson
## 5160 namjooning_1306
## 5161 Daniell60911938
## 5162         sah_J13
## 5163     kpopgirl135
## 5164       Moazonzon
## 5165      emtheworld
## 5166      bts_maria7
## 5167   LovelyBear_sh
## 5168 magneti_melissa
## 5169   sunny_days365
## 5170     hazehyunjin
## 5171        RojGinez
## 5172        rory_3mr
## 5173  buatbacaaufans
## 5174 noviodetaehyung
## 5175  jungwonswinter
## 5176        alchevi1
## 5177   LovelyBear_sh
## 5178      Pro100Mika
## 5179        rory_3mr
## 5180   letshardcarry
## 5181       sweetanmc
## 5182      only4patri
## 5183         iwenneu
## 5184     hoodbyasian
## 5185        luvsohng
## 5186         jhobiwy
## 5187      perradethv
## 5188    teamostrykdz
## 5189  windprincetete
## 5190        rory_3mr
## 5191      starcandjk
## 5192    kaheistylish
## 5193     hazehyunjin
## 5194     shinobulovr
## 5195   dazzling1ight
## 5196 Kamali7minus1_7
## 5197      cloudseokk
## 5198  palebluedot_99
## 5199     Mandyamour3
## 5200       josee_abe
## 5201       KpOp_INF_
## 5202   fixonMYATEEZZ
## 5203       asrinaanh
## 5204       KpOp_INF_
## 5205 bahiyyihsloveer
## 5206      Andrea_SB5
## 5207   Kep1ersCloset
## 5208     kariyautism
## 5209 magneti_melissa
## 5210         HYCK375
## 5211     Tuckieberry
## 5212     hazehyunjin
## 5213      TotaDody28
## 5214   Kpop_JpopCpop
## 5215    mybunny_jeon
## 5216       salma_amg
## 5217   Kpop_JpopCpop
## 5218       moomoonac
## 5219  Nikkityknack76
## 5220      taeyeonspa
## 5221      bts_maria7
## 5222  Jamericanese94
## 5223       josee_abe
## 5224    shubhani0408
## 5225      knamujoonn
## 5226         7on_ugh
## 5227        _lawrent
## 5228   Real_Estate18
## 5229    shubhani0408
## 5230    geminihottie
## 5231 GraceNo11415894
## 5232        miica15s
## 5233      FlyAriRoom
## 5234    blueannegrey
## 5235        armymorm
## 5236  sannies_dimple
## 5237       WJiaer852
## 5238        VmyHope7
## 5239      sachiiewoo
## 5240 Magenta_Militia
## 5241        JinnaTXT
## 5242    hereforHobah
## 5243  KonnichiwaBish
## 5244  sophin40094514
## 5245       miel_liel
## 5246     yookilaylee
## 5247         taigaua
## 5248          btae_7
## 5249  Stella84528217
## 5250         md52525
## 5251      kedisminho
## 5252  LambertDorine1
## 5253       ohitsrezi
## 5254  Neverandever15
## 5255      JOON_WIFI_
## 5256       purpuriu_
## 5257      CHAEYONCED
## 5258   matira_almira
## 5259    Theonlyfrass
## 5260  armybaragi_guk
## 5261     mazikeen000
## 5262 KirstenGoddess7
## 5263     loveIyjjong
## 5264    ho5hi_kw0nnn
## 5265  KikilalaMelaka
## 5266    muchswaglizs
## 5267 Propertyfinde15
## 5268  joonsbonsaiii_
## 5269        kjpallet
## 5270       CINAMR0LL
## 5271     kpop_king97
## 5272      TinoKottia
## 5273     krencytakim
## 5274 Bahiyyih_cousin
## 5275      LauraBodon
## 5276     mazikeen000
## 5277      bysomylove
## 5278       frosttyun
## 5279 justinxjungkook
## 5280 ashesfadein2gay
## 5281 breather_spring
## 5282     Feresloid99
## 5283      Liza_Elmie
## 5284     pendex_kpop
## 5285     adobonishua
## 5286        flrtkwan
## 5287  criesforyoongi
## 5288     meinpullman
## 5289       xxxdhyxxx
## 5290 Magenta_Militia
## 5291 JeonMINAm202629
## 5292    ho5hi_kw0nnn
## 5293      Ojimaximun
## 5294      only4patri
## 5295  KikilalaMelaka
## 5296   Deni_is_aFlor
## 5297     kpop_king97
## 5298     nini_ohlala
## 5299   lilbangtankoo
## 5300      ZELhc_0824
## 5301 Best1sYetToCome
## 5302  Sandraaarriaga
## 5303 AndreaE03790526
## 5304    shubhani0408
## 5305      lightsxbts
## 5306     kpop_king97
## 5307    ofspeachdino
## 5308         lis_luy
## 5309       jaehnovia
## 5310     kpop_king97
## 5311 JiEunStrawberry
## 5312     wonwoncheol
## 5313       honeyscps
## 5314 Anonymous_Eunha
## 5315       JENMINKOO
## 5316    kookgallery_
## 5317        PJAM0522
## 5318       rysgoeson
## 5319           S30CB
## 5320      blinkie103
## 5321   BangBangDa3ng
## 5322     kpop_king97
## 5323       MissDAO_7
## 5324         bbhiigh
## 5325   BTreasurexoxo
## 5326     got7_savage
## 5327    amanda180596
## 5328 NaughtyVixen143
## 5329 justinxjungkook
## 5330      Andrea_SB5
## 5331         yelyjkk
## 5332    hyoyeonslove
## 5333       ifminbaek
## 5334     00215eunice
## 5335   BangtanHouse7
## 5336      onlyformia
## 5337           st4ey
## 5338    lovegisellyy
## 5339    RemiRose9072
## 5340       mytimeswy
## 5341       rkive_lin
## 5342 frogsforvanessa
## 5343     WordsWhimsy
## 5344      vwxy_len_z
## 5345  thejumpingsone
## 5346 karenra06394020
## 5347         4567mm1
## 5348     mariaaprill
## 5349       oddtaemin
## 5350    bin126_suaaa
## 5351  Sandraaarriaga
## 5352        akvmyaaa
## 5353       mr2218925
## 5354       pynghngmn
## 5355     yunnieelyn1
## 5356        moonpjin
## 5357    Iconic_yosie
## 5358   Li_Legena2110
## 5359     kpop_king97
## 5360    AraujoJoanka
## 5361          NNenud
## 5362         njoons7
## 5363      choi_woodz
## 5364    BTSOutsold27
## 5365   Li_Legena2110
## 5366     kpop_king97
## 5367    tinypinkymin
## 5368        0x0xox0x
## 5369    mochi26_nine
## 5370    arisma09dewi
## 5371    halo_3_shibe
## 5372       yunojoxxi
## 5373       ConCovers
## 5374   Grace93168837
## 5375  supremejk_1997
## 5376    arisma09dewi
## 5377    BabyBirdieJB
## 5378     kpop_king97
## 5379    mochi26_nine
## 5380      onlyformia
## 5381   TVXQsRedOcean
## 5382   YoongiisHands
## 5383   haechanhearts
## 5384 namjooningright
## 5385      rodychoi00
## 5386     kpop_king97
## 5387      veezela00_
## 5388   LilibertTuray
## 5389        yumiknss
## 5390 Bangtan7Galaxy1
## 5391     LizzyBing00
## 5392 WendyMe66181618
## 5393   borahae062013
## 5394         K00PR0D
## 5395        ksjmaple
## 5396  Sandraaarriaga
## 5397     kpop_king97
## 5398    kaheistylish
## 5399        TaeTUN99
## 5400    sunshinehol_
## 5401      Maririe_20
## 5402         kktechi
## 5403   MonTae_Replay
## 5404   tigercherries
## 5405        miica15s
## 5406       Hy0ng0613
## 5407       _APauzzi_
## 5408    yeogijeogijk
## 5409    sanjiscookin
## 5410 shortpumpkinman
## 5411  _Little_Monsta
## 5412    its_oDdinary
## 5413 immortaljuniper
## 5414    kookgallery_
## 5415  _Little_Monsta
## 5416 brud_realestate
## 5417     Babybird072
## 5418      sunjakeizt
## 5419        wavywonn
## 5420      hueningno3
## 5421 xbaekkiecutiexx
## 5422     Eli98706260
## 5423 Joanave20954087
## 5424       liyuniseu
## 5425     hbyul281001
## 5426        yeoswear
## 5427   Li_Legena2110
## 5428      1230kimkim
## 5429      extratteen
## 5430 kpop_moonwalker
## 5431     mapadelalma
## 5432  SheepEnDiamant
## 5433 Alicedo49118742
## 5434    snowpurpletk
## 5435       lusolspjm
## 5436  Sandraaarriaga
## 5437     kpop_king97
## 5438  Sandraaarriaga
## 5439       ARMYRegia
## 5440     hunny_potts
## 5441     kpop_king97
## 5442  etima_williams
## 5443        xi4o_ren
## 5444          GraxNx
## 5445       lusolspjm
## 5446 RUBY_anu7777777
## 5447     kpop_king97
## 5448       limamina1
## 5449   LILIES_SAVAGE
## 5450       uhg00d_13
## 5451         l__i_ck
## 5452        bunncook
## 5453    GaleanoEdiht
## 5454      veezela00_
## 5455       totheskyb
## 5456        bunncook
## 5457        aIIure97
## 5458      hotgirlgyu
## 5459    Yunhoism2154
## 5460    NovaparkPark
## 5461 LadiesWhoLunchP
## 5462 Estefania_Pines
## 5463      Stephnonon
## 5464      neviecutie
## 5465    https_tdbkdk
## 5466   bitnaajjang__
## 5467        akvmyaaa
## 5468          ary_td
## 5469    boosang_bts7
## 5470    AnnaMack0407
## 5471        case_ily
## 5472       Rkiveluvz
## 5473     vagounayves
## 5474    indigoluvsme
## 5475    p1ece0fpe4ce
## 5476       gabisswan
## 5477       min_ayiti
## 5478         YyihBah
## 5479     mytime13430
## 5480    Mafer3355678
## 5481     stephorangi
## 5482        ekeilips
## 5483      jkookluvr1
## 5484    Kaigom_marie
## 5485        jlairegf
## 5486    Mafer3355678
## 5487          Nulk11
## 5488          1vruna
## 5489        kjpallet
## 5490    cherry_d0nut
## 5491       Dlrshnnon
## 5492       CarolRcc9
## 5493      LeeHyowons
## 5494 jashkalensantos
## 5495   mikrogalaxies
## 5496 minchocollector
## 5497         sugxlly
## 5498       Al0ne_Uno
## 5499         stnelva
## 5500        astra_ny
## 5501      atlaantic_
## 5502         sugxlly
## 5503         btskity
## 5504       BtsPTWyes
## 5505       atzwooyeo
## 5506         chuchhi
## 5507  aurorasmingi99
## 5508 Kimjiso58887236
## 5509      lil__mafer
## 5510       prodseuls
## 5511  wongyukchanmin
## 5512   Chace_Bangtan
## 5513         skzhjmh
## 5514         soft9yu
## 5515       min_ayiti
## 5516 dudeimhellalon1
## 5517 yesiama_fangirl
## 5518  Nicole93158886
## 5519      iilovechuu
## 5520      sanaluver_
## 5521    cherry_d0nut
## 5522  binnybinnybabe
## 5523          mavppo
## 5524        Bearbts3
## 5525   wishing_astar
## 5526      bonsaisdad
## 5527         iL0VK3i
## 5528        Sue_2392
## 5529       Queen7ot7
## 5530   minhyuncheers
## 5531          kezRmr
## 5532     girls_nonna
## 5533 babystarcandygo
## 5534   97Brightstar1
## 5535         Zozopd3
## 5536 valeriaalexaro1
## 5537         nnela97
## 5538     lenapluspjm
## 5539       lsochaeng
## 5540    NovaparkPark
## 5541 dudeimhellalon1
## 5542      jiimmiinii
## 5543          jkseup
## 5544   Sope_Partners
## 5545      DaisyTY309
## 5546   yedamie_kyle_
## 5547 Butterf29745486
## 5548        imurbbit
## 5549 starssforranboo
## 5550        Amewie13
## 5551          toho81
## 5552   Janet14033172
## 5553    sorrybae____
## 5554   97Brightstar1
## 5555          ls2ix2
## 5556    nonbinareigh
## 5557 mysalt_sunshine
## 5558          klynao
## 5559  Leidy_do292600
## 5560      DawnHannie
## 5561       drexelian
## 5562 s_jaeyuniversee
## 5563    jackjaeverse
## 5564         C1XTEEN
## 5565       odetocage
## 5566        Sevale_7
## 5567 dudeimhellalon1
## 5568   Shaheen_tahra
## 5569 kookietaescrumb
## 5570       ___SaffyP
## 5571       hai_hai97
## 5572    shelovenctxt
## 5573        yoobie__
## 5574 HeartAt71679471
## 5575         soft9yu
## 5576       ClDebourb
## 5577    wonwooonlyie
## 5578         983loml
## 5579         NatinyB
## 5580   blckpnkdreams
## 5581  NicoleSaldanha
## 5582    GreatPowerJk
## 5583   angiefleur101
## 5584    JinniePout__
## 5585      _Respect_7
## 5586   ilovetae95thv
## 5587   lokiloki333es
## 5588     pendex_kpop
## 5589 breather_spring
## 5590    lachiiflower
## 5591       hai_hai97
## 5592    stantalentjk
## 5593         liajxjx
## 5594       stm_angel
## 5595      Lu_BTS_PJM
## 5596     PotaEscobar
## 5597        NinaDdt7
## 5598    MichiluvKpop
## 5599    hiyyihlightz
## 5600       rkive_lin
## 5601    classyutopia
## 5602   stayctracking
## 5603  itsrosierosies
## 5604    Sara70681482
## 5605  michelle160468
## 5606  sarahtournesol
## 5607     skzc0nverse
## 5608   ttalgibyulbit
## 5609         wingrls
## 5610   Gonzaliver_BP
## 5611    b_review2023
## 5612       Nada_0875
## 5613  KNamJoon_Spain
## 5614        awaaay91
## 5615     ephiechingu
## 5616     1234_mateja
## 5617      XxTatixX_5
## 5618         signzey
## 5619          Jv47Jk
## 5620  teddytubs_joon
## 5621          PghCsh
## 5622      JiyaAmatul
## 5623      JKurletteS
## 5624 HeartAt71679471
## 5625     taehyuniara
## 5626   Annie64464413
## 5627   3rachasfarmer
## 5628      kyuudere13
## 5629 Ahgase_nessa011
## 5630      TinoKottia
## 5631  andNukimoonsan
## 5632      krlitablen
## 5633       Purplenoc
## 5634   spazzoleeknow
## 5635    blueannegrey
## 5636    orcatheborca
## 5637       gold_once
## 5638        hyukaAIt
## 5639      beomsberry
## 5640   jc_morgestern
## 5641      crescendev
## 5642 NievesDelaguil3
## 5643  yasssourgrapes
## 5644   12BANGTANSYD7
## 5645        jiminqt_
## 5646      kirana_dns
## 5647    Vantecrazy28
## 5648      ElyAngeles
## 5649 Ahgase_nessa011
## 5650    culturalsoju
## 5651 lGOT7_isourname
## 5652   yona_ari_zona
## 5653   ExoLove2Giane
## 5654        bambi00l
## 5655       jjiwonie_
## 5656    boosang_bts7
## 5657 sweetpotato1024
## 5658   indigoboraOT7
## 5659      ardor_glow
## 5660 shawol2517carat
## 5661       YoonjiC93
## 5662 NereaSanz272002
## 5663    beautygoogie
## 5664       kihyunray
## 5665      faiiryboks
## 5666      Bishanishi
## 5667     HaydeeUrrea
## 5668       Aless2908
## 5669      ninuminnie
## 5670   indigoboraOT7
## 5671      rkiveptwfa
## 5672        majoalin
## 5673      runchsmile
## 5674    7filterjimin
## 5675        jilld047
## 5676      dltwlalewl
## 5677  gerazuridinova
## 5678    Prxci0us_exe
## 5679  VEAUTIFULhands
## 5680     Seung220900
## 5681     a_angeles_a
## 5682     Yeo_Cry_Tea
## 5683        03mely25
## 5684   renjuntekiero
## 5685  internetpixelz
## 5686     minjaehyuck
## 5687 StrayKidsFrance
## 5688       sope_swan
## 5689   yona_ari_zona
## 5690   draculaura_00
## 5691  Carmen91775683
## 5692      byuwunnnie
## 5693   lixiethegamer
## 5694      yemmyalexa
## 5695   btsnoviecitos
## 5696        syoyalov
## 5697    YourGirl_Rae
## 5698      Uraharaooc
## 5699       arohas_br
## 5700        moastays
## 5701       Moatiny13
## 5702    ____nyzypsbb
## 5703       tzuinggum
## 5704        ptgracha
## 5705   Channie_teamo
## 5706   emily84076175
## 5707    CH4NSC0LL4R_
## 5708    olivia_marva
## 5709        rafajudd
## 5710     themwithluv
## 5711   4everWithLisa
## 5712   seungsungsimp
## 5713  HoarderAtHeart
## 5714     Yoy06970227
## 5715         K12LINO
## 5716   Sw7Wendy_ARMY
## 5717      BrisaR0417
## 5718    Esar22350959
## 5719          sclgar
## 5720       chokergyu
## 5721        mata6849
## 5722    kpop_Monkey5
## 5723        itzf4ncy
## 5724         SN0WMlN
## 5725      mellamovic
## 5726       kihyunray
## 5727         rowszae
## 5728        bbokkiez
## 5729          twcier
## 5730      purplyknow
## 5731   kpop_samcheon
## 5732   kpop_samcheon
## 5733    plushieskaii
## 5734       yeolinski
## 5735        Fab_bean
## 5736        jeezecat
## 5737 Nathali19485253
## 5738     vscenetaery
## 5739 marielasferrari
## 5740   Gonzaliver_BP
## 5741      miinarimin
## 5742    AleXa_Brasil
## 5743         koonmjn
## 5744        ikiIybts
## 5745   9685_luizycho
## 5746  teddytubs_joon
## 5747      hooneyhobi
## 5748     hawenddo221
## 5749   RMGlobalUnion
## 5750       Gresha002
## 5751  lilipapillon17
## 5752       nathaljin
## 5753   AteezSavageee
## 5754     deathrow_lu
## 5755        keibosta
## 5756          _nyxjk
## 5757         slinxso
## 5758         ohmyotp
## 5759      twiceIando
## 5760  teddytubs_joon
## 5761       joicerafa
## 5762 FangirlingKatie
## 5763 StrayKids010818
## 5764    johnvuong138
## 5765         jhoskly
## 5766    Yunhoism2154
## 5767      jinnieluvi
## 5768   khjluvrofmine
## 5769      m134340ot7
## 5770    1000Baby0001
## 5771       jitbteamo
## 5772        tyunragi
## 5773       stankpupp
## 5774      Beewaffle7
## 5775      staywinkeu
## 5776  trashcatavenue
## 5777          eylxyk
## 5778     lavendar_01
## 5779  doyouknowbts24
## 5780       Lynn4Madi
## 5781    petaloscanto
## 5782         jnjnlee
## 5783         Lu13147
## 5784    Papier4Steen
## 5785       puikook97
## 5786  superboardanna
## 5787    WendyyStyles
## 5788 antisocialbabey
## 5789 Norhali14526721
## 5790    bpqueenskpop
## 5791     jeonLightzz
## 5792   kpop_samcheon
## 5793       sisialach
## 5794    bpqueenskpop
## 5795       bibiish99
## 5796    hard2luvrsie
## 5797   lovesick_echo
## 5798    WendyyStyles
## 5799     cryingvante
## 5800       babyy_chu
## 5801   Oldboytrilogy
## 5802   marielita2201
## 5803        akvmyaaa
## 5804       lualu_yho
## 5805      asdfjklBTS
## 5806      blinkgo987
## 5807         pjmgato
## 5808   khjluvrofmine
## 5809      Ilknur1390
## 5810   Chanty_Visual
## 5811    withever6low
## 5812   hheeseungiiee
## 5813     rainydayjjk
## 5814   12BANGTANSYD7
## 5815        S19Daisy
## 5816       itboyvkim
## 5817        304_kpop
## 5818         OT7_eMm
## 5819      NS_Musings
## 5820     allabyumoon
## 5821   Mandarinamin9
## 5822    CALLIEDUARTE
## 5823      minwonlogy
## 5824      bIuescages
## 5825     HihiHiyyahi
## 5826       atzversee
## 5827     sluts4stayc
## 5828     BTSPTWF_ALL
## 5829      Gaudy11121
## 5830    junsponyt4il
## 5831         rueyeux
## 5832   lissyorlulu99
## 5833      fromstars_
## 5834 f286574b78ae424
## 5835       seoyounie
## 5836      yemmyalexa
## 5837    hotsinthebox
## 5838     redlightaem
## 5839        sskiezeu
## 5840      bridget_p_
## 5841      luvasahixo
## 5842         radjawx
## 5843    JuliaSmith91
## 5844        sixpink6
## 5845  MyDaeguBoySwag
## 5846       7bemyHope
## 5847  Penguinsoo2033
## 5848       kookooOT7
## 5849     YEOUBIxMANG
## 5850    disneyseokie
## 5851  MarySunshineJH
## 5852 JKCKKOOKIECOOK1
## 5853         gothrae
## 5854 swiftsgonevogue
## 5855  michelle160468
## 5856        BTSLCVED
## 5857  Morea_Illegirl
## 5858      sunnysaemx
## 5859    theheadblink
## 5860     jinkunrjjin
## 5861       Chocnut23
## 5862     bubblydjtae
## 5863   fairy_jimin95
## 5864     minjaehyuck
## 5865         rueyeux
## 5866  LOVEBUNNYMYEON
## 5867      cakeaespas
## 5868         inunvrs
## 5869     1234_mateja
## 5870   jemslastwaltz
## 5871   xpastelcherry
## 5872        jilld047
## 5873       fiyahhwoo
## 5874  Plantita_Verdw
## 5875       linosskiz
## 5876      beomluvsss
## 5877    tiredtrini77
## 5878    NovaparkPark
## 5879      pamtinywol
## 5880  youniversenamu
## 5881        vope_613
## 5882        mrjangpd
## 5883 callmeisbelinda
## 5884    stidebangtan
## 5885      Vvante_ggx
## 5886      justhim247
## 5887   veautifulkive
## 5888         Danitk_
## 5889      buildvegas
## 5890   darlingsexual
## 5891        JoyYong2
## 5892   GuadalupexBau
## 5893 lalisabstdancer
## 5894       leepiee25
## 5895 stillwith_you_7
## 5896     WonhoPyjama
## 5897     AutumnKaeul
## 5898       diorjjgks
## 5899       briggit_7
## 5900     ramadhaniWy
## 5901 ScarlettFever86
## 5902          aipoIo
## 5903     jeonLightzz
## 5904        sahyohoe
## 5905    TAHIRAJAHAN9
## 5906       kkissjuno
## 5907     myonlywoozi
## 5908       _jennmeow
## 5909  bigdumbkenneth
## 5910       elfinassi
## 5911      _boosngkwn
## 5912        viviyyih
## 5913        jm_estrn
## 5914 tzutherisktaker
## 5915      Anne_min68
## 5916        Meow_93k
## 5917 Sofiaaa34179030
## 5918   stripedtowels
## 5919   kpop_samcheon
## 5920   kpop_samcheon
## 5921  disregardcupid
## 5922      svtbtsmoo1
## 5923       yookoogie
## 5924 heckkyahhrhorho
## 5925     ltmgigiloml
## 5926       shugadove
## 5927 f286574b78ae424
## 5928 midzyonceblinkx
## 5929     GraceClarie
## 5930       reneeiray
## 5931        tkluven7
## 5932     1234_mateja
## 5933    olivia_marva
## 5934         aepthkv
## 5935           6JJae
## 5936       hwangmibi
## 5937       dorylis56
## 5938      JOON_WIFI_
## 5939       gookiemin
## 5940   stef_dream17_
## 5941    bloomyheartt
## 5942     Ryder37exol
## 5943  apatheticrnjun
## 5944     jisooguisoo
## 5945 DecalcomaniaOT7
## 5946     Panterka30k
## 5947 seosoojinislove
## 5948      nurdysarah
## 5949        vt111111
## 5950  MarySunshineJH
## 5951 VioletL_Phoenix
## 5952        Lv134340
## 5953      jnkfragile
## 5954         twightk
## 5955       Taetoesup
## 5956          MieUK4
## 5957     mantayellow
## 5958          S_181_
## 5959       gookiemin
## 5960     Faith061991
## 5961       _haebaeks
## 5962      ocon_elmer
## 5963    Caro79747283
## 5964    olympia_hell
## 5965        lixramen
## 5966 DecalcomaniaOT7
## 5967 paaaarksooyoung
## 5968      patakachan
## 5969      barrywm619
## 5970        thvartie
## 5971     jviignaciia
## 5972       jnsiesour
## 5973     beasbostaff
## 5974       luluechah
## 5975     PaulaCarro7
## 5976 blackstoneblast
## 5977       nemvitu42
## 5978   sparklingsomi
## 5979      relapsical
## 5980    Tefy87862602
## 5981        LEXNINIS
## 5982       SKArmy201
## 5983  MamiNiJeongwoo
## 5984      blinkgo987
## 5985      defscoupss
## 5986   Chimmysilvers
## 5987 nini_mysunshine
## 5988  Tomato3MaiUmai
## 5989     fruity_maze
## 5990       nemvitu42
## 5991  Army__7bangtan
## 5992 DecalcomaniaOT7
## 5993   Chimmysilvers
## 5994       semifendi
## 5995 happywednesday_
## 5996   Maple67629329
## 5997       Taexgushi
## 5998       _m_0_n_g_
## 5999      jiunidubie
## 6000    Cam_LvsBitis
## 6001      relapsical
## 6002    Vousemeyovez
## 6003        krisjk17
## 6004      andi_asnie
## 6005  yukheimaprimce
## 6006  chickeunstrips
## 6007   hannicherries
## 6008           6JJae
## 6009 swiftsgonevogue
## 6010          lfrs11
## 6011        yvi_evol
## 6012  AdelineAsianut
## 6013      trvaluvknj
## 6014 KimberlyMautin1
## 6015  trashcatavenue
## 6016    JengLovesBTS
## 6017   Reve299296671
## 6018         RudaIik
## 6019     oldnotdead1
## 6020         mbbmarl
## 6021  BLACKPINKChile
## 6022      yixienings
## 6023       lirkivese
## 6024          satrnv
## 6025          lfrs11
## 6026          queky_
## 6027  angelicVivoree
## 6028       nyoojeens
## 6029   LeeSoftminnie
## 6030      fanofm_sic
## 6031         M33_J1n
## 6032  kookie_penguin
## 6033       JENMINKOO
## 6034       KaiSoo520
## 6035        LowlaLiz
## 6036       yasyyasss
## 6037    HopeWorld_SJ
## 6038      winson007_
## 6039 swiftsgonevogue
## 6040      gothbfmark
## 6041 channieeexoxoxo
## 6042    IMWhatIAm26_
## 6043       haru__0T7
## 6044      svnny_kpop
## 6045     dotdotllama
## 6046  PocopRosalinda
## 6047      maodiblue1
## 6048     sanjananiha
## 6049    HopeWorld_SJ
## 6050  toomuchbieberx
## 6051       gookiemin
## 6052  Maria_TAELandd
## 6053 winterbeargirl_
## 6054 whatspoppingurl
## 6055       jisoongka
## 6056     BlinkueFilo
## 6057      gothbfmark
## 6058       i4wonyooo
## 6059   the8isforlisa
## 6060    rrrapmonstar
## 6061  DemonicKandy46
## 6062       mirohmaze
## 6063       kasupaola
## 6064     st_tiredeve
## 6065      pr3ttym4ii
## 6066       aforangee
## 6067    VlBEOF3RACHA
## 6068 ParkHoo32743956
## 6069        8_kisshu
## 6070  Haider57154346
## 6071     kenkukulkan
## 6072         nia_mh1
## 6073     notjichukim
## 6074       hai_hai97
## 6075       uyu_uyu26
## 6076    Wiktoriatiny
## 6077      H3LL3VAT0R
## 6078       iamriotus
## 6079        Cxxg_kat
## 6080 DeniseA51588407
## 6081     jaywithcorn
## 6082        _syelala
## 6083 that__girl__sam
## 6084 f286574b78ae424
## 6085          onejwi
## 6086   3rachasfarmer
## 6087    daniarchilaa
## 6088        BTSLCVED
## 6089         ljnjmkl
## 6090  barbiegirltete
## 6091    Hotshortie11
## 6092    ammazzatemi_
## 6093   Gonzaliver_BP
## 6094         sunyfmo
## 6095   stripedtowels
## 6096      aesguerraa
## 6097 ParkHoo32743956
## 6098   Leah_Robins32
## 6099       taegyunun
## 6100  bts_angeline24
## 6101       Ammy_Kpop
## 6102   astragalus127
## 6103  Framblinklizer
## 6104       octaviics
## 6105      svnny_kpop
## 6106        hoshimys
## 6107      crwzyoweru
## 6108      astromyboy
## 6109   mingistan1117
## 6110          iYXJN2
## 6111  aufasyamiraaaa
## 6112    slutsforchwe
## 6113     beargyu_313
## 6114        Jips_nim
## 6115         Chau611
## 6116        NidiaOT7
## 6117  bts_angeline24
## 6118      AriBTS1304
## 6119  ChutimaBezzina
## 6120          sk8cha
## 6121    LoloTanawong
## 6122   JoonsTinyCrab
## 6123        ma_tices
## 6124       matchassx
## 6125    triptych_mp3
## 6126       jisoooyoo
## 6127      crystlskjn
## 6128        hyosnote
## 6129  AnotherElouick
## 6130       Leyla0098
## 6131  FolkloreByTayS
## 6132          eyjjin
## 6133  junnie_to_miki
## 6134     Ly199912932
## 6135     lisamangirl
## 6136      svnny_kpop
## 6137      inkookmaze
## 6138     KingsTS0613
## 6139       mr2218925
## 6140       GangWaeng
## 6141       OsTJimina
## 6142         ieiebin
## 6143        mnlvrrr1
## 6144     every1trash
## 6145   MyWouldBeLife
## 6146  Yuzana19194355
## 6147          nck_sk
## 6148        613_jack
## 6149    Ahgasexgot72
## 6150         juIi3t_
## 6151        grlgrpss
## 6152 toniachizeapohl
## 6153     stayskz1433
## 6154    United4Pinks
## 6155        7teenloo
## 6156  army_intheseom
## 6157    billysmotive
## 6158      sanslatina
## 6159      ratu_perez
## 6160   kay_hasty0613
## 6161     AlaynaMulti
## 6162        myg93luv
## 6163      _cryxtael_
## 6164        Gwielnim
## 6165        cettnamv
## 6166         ErieYah
## 6167  btslospoptitan
## 6168       Envy4Yoon
## 6169     bahizbarbie
## 6170  Framblinklizer
## 6171       ClDebourb
## 6172      mints4taem
## 6173        knwssick
## 6174 Fabiana19608491
## 6175    insomnissera
## 6176  MarySunshineJH
## 6177  minhosfalsetto
## 6178       Jimnimoon
## 6179   indigoboraOT7
## 6180      svnny_kpop
## 6181           6JJae
## 6182           982HD
## 6183       ITZY_CUNT
## 6184       lattedoie
## 6185      whee_yisus
## 6186        scat_tee
## 6187       tetekjkoo
## 6188  brownskin_nayy
## 6189 lemonpie_coffee
## 6190       nananaur_
## 6191      SoontoHoon
## 6192        mingjuch
## 6193 f286574b78ae424
## 6194  Army__7bangtan
## 6195      ayenations
## 6196    juguitod_tae
## 6197        TD4rkb0y
## 6198   GraceBeluvBTS
## 6199      Y_GIIIIIII
## 6200          Sim8a1
## 6201      quakityluv
## 6202  DanielaLucero_
## 6203        guobapot
## 6204       jking2597
## 6205       xdefseoul
## 6206   GiselleAmor23
## 6207       jklove_la
## 6208     lunitajimin
## 6209    United4Pinks
## 6210   parkch4eyoung
## 6211      W_lilfreak
## 6212       sunnybtts
## 6213      Moon7Janus
## 6214    twicepinkwbk
## 6215        Mavic003
## 6216    BTSGhanaARMY
## 6217      fitalovesu
## 6218       ZufiShah7
## 6219    kookcandyboy
## 6220      JOON_WIFI_
## 6221    hyejoos_simp
## 6222        kdytrsr_
## 6223  beanless_toast
## 6224   sibghaislam22
## 6225       pauchismk
## 6226         M33_J1n
## 6227       taerygyuu
## 6228          99S17_
## 6229   MamamooSpain_
## 6230      user901485
## 6231     Nyxisonline
## 6232         thvorul
## 6233      shah1710mr
## 6234        akvmyaaa
## 6235  Olhahoneynight
## 6236 DecalcomaniaOT7
## 6237   AnaGarcia_0T7
## 6238    indigoluvsme
## 6239       Mooonadia
## 6240     Gby80585969
## 6241         thvorul
## 6242         dafaffy
## 6243    mim_samantha
## 6244   13_moonchild_
## 6245      anpanmayne
## 6246       Lililet16
## 6247      YEOJlNDlET
## 6248      cccccandid
## 6249     Ola84380546
## 6250       FKareemat
## 6251     ChitHsuWai4
## 6252         soyvile
## 6253    linanina1326
## 6254       lamareaux
## 6255      MyMoonJin7
## 6256   Janet14033172
## 6257     tasty_lunar
## 6258      vireak_lim
## 6259        haocitie
## 6260       athelfled
## 6261     roseyooniie
## 6262        feelsgoo
## 6263    chiinhchiinh
## 6264   riyababybird1
## 6265     fadsout7999
## 6266     Majobngtz78
## 6267      txtmuffins
## 6268       FKareemat
## 6269      MyMoonJin7
## 6270        miadlrsr
## 6271 Moonchild0613_7
## 6272       Sun_hope9
## 6273   Sukiyanyuzu__
## 6274  FAXMACHlNE20l3
## 6275     ScruppyCats
## 6276       koosad444
## 6277     kookoo_prya
## 6278      wooriyouni
## 6279        blue0629
## 6280     _jikook_ot7
## 6281    GIGI40148112
## 6282     Shantal_rev
## 6283      PLUTOSHOPE
## 6284        JKCYPH3R
## 6285        miadlrsr
## 6286     sailor_kpop
## 6287        Kuoriwi7
## 6288       FKareemat
## 6289      ukshawolEm
## 6290 christinadirkes
## 6291 Nathali68957495
## 6292       Jimnimoon
## 6293 stan_lesserafim
## 6294      luv_4Jimin
## 6295  redcherrydream
## 6296     sooyaakitty
## 6297  SakuraChanMOTC
## 6298    RabiaSaghir3
## 6299        kdytrsr_
## 6300     petitcrayon
## 6301     pendex_kpop
## 6302   bby_starcandy
## 6303  YELYAHINTHEBOX
## 6304         pchskai
## 6305  lesliearavena2
## 6306      wooriyouni
## 6307   EngeneMoArmy_
## 6308     selqnasboy1
## 6309         kiiddy8
## 6310      seasawmyg_
## 6311      gbeewalker
## 6312      lalisaaahm
## 6313        boacults
## 6314   gracehunter98
## 6315       lvsrbyjne
## 6316 christinadirkes
## 6317       jking2597
## 6318     pendex_kpop
## 6319      luv_4Jimin
## 6320      notstacyyy
## 6321   magicnextdoor
## 6322      PABLOistic
## 6323        fnislsa_
## 6324     TXTdreamer1
## 6325   yunhotteokies
## 6326    liveforateez
## 6327 hiyyih_light_ng
## 6328     AndriiuLftD
## 6329        Susky_32
## 6330    MaryObaniana
## 6331  Leslie44084114
## 6332     monamie_bts
## 6333         7on_ugh
## 6334      gothbfmark
## 6335  olivethehobbit
## 6336  noisteponmepls
## 6337         SN0WMlN
## 6338    wonuniversse
## 6339 swiftsgonevogue
## 6340        myngsgad
## 6341        BTSKS123
## 6342        Soul4Sad
## 6343   ExoLove2Giane
## 6344        miadlrsr
## 6345        AneYakei
## 6346      kpop_animw
## 6347  UknowLoveUknow
## 6348    Asterlily_jk
## 6349       PlNKSCORE
## 6350 _PurpleHeart_99
## 6351 esterpaulablink
## 6352      lil_satan_
## 6353     Ola84380546
## 6354       mrsryuj1n
## 6355    loving_coups
## 6356       Ami77Jade
## 6357        BTSKS123
## 6358     pinkss4life
## 6359      do36026660
## 6360 Bangtanactivist
## 6361       lvsrbyjne
## 6362        sakeiyaa
## 6363 jungkookiemylov
## 6364 Engene_Sunwon77
## 6365 jiminseyesocket
## 6366     pinkss4life
## 6367       andge_koo
## 6368        ohmanbts
## 6369 lixieeebrownies
## 6370  bts_bornlegend
## 6371         jnstyIe
## 6372         DPRMlT0
## 6373     taekenbyjin
## 6374         hiewaga
## 6375   eriforexoonly
## 6376 jungkookiemylov
## 6377        inxayn28
## 6378  jimin_sshiiiii
## 6379       ZemeerahV
## 6380 Seunglleongtang
## 6381      do36026660
## 6382     hiijeongguk
## 6383 mooooooonchild7
## 6384 BTSARMY97914150
## 6385     Ola84380546
## 6386 ARMY_MoonNEarth
## 6387    WOAINISHRlMP
## 6388    STREETLlGHT_
## 6389    coolcutieeve
## 6390    jaystaywithu
## 6391        leo95svt
## 6392         Lu13147
## 6393   BahiJunglitz1
## 6394    nextlevelmay
## 6395        Alrkived
## 6396     amriie_stay
## 6397       hmuwonwoo
## 6398     amriie_stay
## 6399         pixyjun
## 6400  Monbeastserver
## 6401      damikim520
## 6402 MariaBe32258210
## 6403       cadetliac
## 6404 OSHereWeGoAgain
## 6405 yoongis_fat_ass
## 6406      emi_nct127
## 6407          swyjk3
## 6408   fairy_jimin95
## 6409      ibabekeiys
## 6410      my_eternal
## 6411    paoIareynosa
## 6412 AliveAgain10821
## 6413        tonka996
## 6414    betulalpay10
## 6415         jasnmrk
## 6416    BtooshBatool
## 6417      nayoungist
## 6418 swiftsgonevogue
## 6419 strawberrychims
## 6420    AngelHarts44
## 6421       fruityjhs
## 6422       lvsrbyjne
## 6423    runart_W86th
## 6424     imnayeon_66
## 6425      7_hangsang
## 6426     imnayeon_66
## 6427         eymgigi
## 6428   JoonsTinyCrab
## 6429  DanielMullett4
## 6430  alliseeishimrn
## 6431  HobiHydrogen__
## 6432       TAEHUNlES
## 6433     btsxarianaa
## 6434   lilbangtankoo
## 6435     bluejay_exo
## 6436   WahyuRamdhon1
## 6437 theworldofshery
## 6438       lullabyJK
## 6439        5_mishel
## 6440    ct_Naparporn
## 6441         7on_ugh
## 6442 sakuraNotFlower
## 6443          PhGeun
## 6444       Kihaebear
## 6445       BTSPDnims
## 6446        lupithaV
## 6447   treeckorandom
## 6448 a7dOw9e6pcVb3cX
## 6449     imnayeon_66
## 6450  heretoshipboys
## 6451       shugadove
## 6452     kindlydovey
## 6453       325HIYYIH
## 6454      prinsipeng
## 6455      Simo090980
## 6456        abey_ash
## 6457         mltigay
## 6458       joonrmoon
## 6459        lomlloey
## 6460 201229f3l3tx4n4
## 6461         eymgigi
## 6462       888points
## 6463         rmable_
## 6464  noisteponmepls
## 6465    glitter___0_
## 6466       joonrmoon
## 6467 mooooooonchild7
## 6468         T912007
## 6469       fairyshwa
## 6470     nawarjennie
## 6471  Yuzana19194355
## 6472        Atee_789
## 6473 ParkHoo32743956
## 6474     graeminpark
## 6475      ibabekeiys
## 6476        Nekkura_
## 6477 mooooooonchild7
## 6478        Boo_93JK
## 6479        nrmgirll
## 6480       Jimnimoon
## 6481     hunny_potts
## 6482         BcsofU7
## 6483       MareaRL01
## 6484    rrrapmonstar
## 6485 realmeorpersona
## 6486 inlovewthepinks
## 6487      ibabekeiys
## 6488  rain_forever13
## 6489         T912007
## 6490     nawarjennie
## 6491   Sw7Wendy_ARMY
## 6492        astro6ix
## 6493      ninjjaisme
## 6494      dulchashus
## 6495         T912007
## 6496        P134340L
## 6497       joonrmoon
## 6498          7Uarmy
## 6499    sseravelvets
## 6500    MariyamQatar
## 6501     Ola84380546
## 6502    glitter___0_
## 6503        dvas1516
## 6504      g0wonology
## 6505        mc_ddakk
## 6506        Carni611
## 6507          njmntk
## 6508     McMc17dream
## 6509        LaPusca2
## 6510    Bts_tortugaU
## 6511        readaus1
## 6512        awmjunik
## 6513      luvinmimi_
## 6514     mygkthtresh
## 6515        DC170113
## 6516  UpcomingYGstan
## 6517 dianahikari8809
## 6518      RuisBlanca
## 6519  Princessm3lly_
## 6520    eyybibiwayem
## 6521  Kookie29247799
## 6522        linohuii
## 6523     Karina_M192
## 6524     McMc17dream
## 6525       lullabyJK
## 6526      wooriyouni
## 6527     Liayasvocal
## 6528     MiniMoni875
## 6529 crimsonrainlily
## 6530    AkuaMinalisa
## 6531    Allens_Anahi
## 6532          aallgn
## 6533   cookiesophia1
## 6534      huihuichat
## 6535 PuffyFl92288299
## 6536       jihyo1999
## 6537      EKookiebts
## 6538           P28sj
## 6539          HY3G40
## 6540     McMc17dream
## 6541         yelyjkk
## 6542        SXZlDENT
## 6543    purplebloodj
## 6544       G_lxrxjxj
## 6545     khunbear003
## 6546   JENNIEDREAMIE
## 6547      g0wonology
## 6548  wenjunhuismeow
## 6549      taeminxgod
## 6550     jiminmoster
## 6551      kiwikyoong
## 6552  WindLovesSVT19
## 6553       nemvitu42
## 6554   _InFiReS_aRmY
## 6555     shujisunday
## 6556  illegirl_Eri13
## 6557 PuffyFl92288299
## 6558        jazz_0ii
## 6559         mltigay
## 6560    jadecherry_7
## 6561     askaboutjay
## 6562  midnight_sykes
## 6563          iuvlll
## 6564       eveliin_3
## 6565 chocost46443437
## 6566    purplebloodj
## 6567 Daniela35606565
## 6568         jhwiiny
## 6569       katiapa43
## 6570          msvlvr
## 6571     Ola84380546
## 6572 qtlovelyjiminie
## 6573    softberry_08
## 6574 chocost46443437
## 6575       jinxzssd_
## 6576    Yaya_nicolee
## 6577  TurtleRabitK72
## 6578   angel_loveskz
## 6579     windjim1013
## 6580    OSOS76420134
## 6581  woozisupremacy
## 6582 WE_PURPLE_YOU_V
## 6583   NMIXX_CHARTSS
## 6584  avocadosmile22
## 6585        xcoups__
## 6586  Army__7bangtan
## 6587       Jimnimoon
## 6588    Papier4Steen
## 6589     bubblegappy
## 6590 SanidhyaTrivedi
## 6591 stillwith_you_7
## 6592      CCAS_voice
## 6593     jeonginstro
## 6594    nex_bangpink
## 6595          Kpwhck
## 6596  ttaeggukMinnie
## 6597       hyeclassy
## 6598 jungkookiemylov
## 6599      HANNAElla7
## 6600      Jeontime11
## 6601 1gHeUQqk3e0iKXK
## 6602        VibingOn
## 6603  MinJoonluvMoon
## 6604     gay_sad_emo
## 6605     taesburguer
## 6606       belle_vsp
## 6607     jingushinee
## 6608        gfsvteez
## 6609      leedongnai
## 6610     jingushinee
## 6611   Claudia_bts17
## 6612          bvtcat
## 6613       Sun_hope9
## 6614   Luciamorante8
## 6615   BsDontleaveme
## 6616       InjieAnis
## 6617         Carla3b
## 6618     nini_friend
## 6619    eins80141838
## 6620      chwesoleil
## 6621    beloved_kpop
## 6622       FKareemat
## 6623   thkjkj_123095
## 6624      xox_vickie
## 6625       puulisss_
## 6626         ar_glow
## 6627    SophieRose87
## 6628         piyutts
## 6629 AhmedAh71191162
## 6630        dhyck6_6
## 6631        rptor707
## 6632     Ola84380546
## 6633 EmilseMujerAraa
## 6634    Fairy_Chim95
## 6635      choi_charo
## 6636       OsTJimina
## 6637 jungkookiemylov
## 6638      SpaceDash2
## 6639    beloved_kpop
## 6640       jking2597
## 6641        IzaPrez6
## 6642     semangka_hk
## 6643     moonskookie
## 6644           bzflr
## 6645      benjablink
## 6646      JkMita1Fan
## 6647   born2_beAlone
## 6648          i9YURI
## 6649         jkdokja
## 6650       FKareemat
## 6651       Yami_Lg13
## 6652     moonskookie
## 6653       shahshadd
## 6654           9m41h
## 6655       ghibliknj
## 6656   super_anchovy
## 6657         ajpie11
## 6658       5hineeLtm
## 6659 DanielaFajardoH
## 6660     Ola84380546
## 6661         eccdiva
## 6662         eymgigi
## 6663   03TwentySeven
## 6664      irantzuia1
## 6665         TONKKI_
## 6666       FKareemat
## 6667         intobhy
## 6668        FrogKTre
## 6669     yooniiworld
## 6670        ifaaaaf_
## 6671       i95NAVELY
## 6672 NievesDelaguil3
## 6673    betulalpay10
## 6674        thvholic
## 6675 cutiechangerine
## 6676   Anita93927739
## 6677         rnbyeon
## 6678       5hineeLtm
## 6679         DI0RJ1N
## 6680       Jimnimoon
## 6681      kietahatsu
## 6682     pernile2017
## 6683         jl_kpop
## 6684       Envy4Yoon
## 6685     loves5HINee
## 6686   JustHere4_BTS
## 6687         lulutkk
## 6688 sniperofmyheart
## 6689      fullbleach
## 6690 LaraPin89525668
## 6691    personafied7
## 6692    betulalpay10
## 6693      mimamoguel
## 6694        rjli0111
## 6695   voboscokezero
## 6696    jessbooks492
## 6697      sparko3001
## 6698          akgbjh
## 6699   jaebeomsdaily
## 6700        FANCYY0U
## 6701         CHRxxRM
## 6702      mimamoguel
## 6703        KAIZVOUS
## 6704    stxrlightwoo
## 6705 Yoongis_petrock
## 6706      fairswanie
## 6707         kdemazo
## 6708 solovelylovelyy
## 6709  Vtaehyung_Tann
## 6710        Yooni933
## 6711       jklove_la
## 6712          jheth9
## 6713   Moasoobin8779
## 6714 swiftsgonevogue
## 6715  Camii_BerriosR
## 6716      onewverses
## 6717   Moasoobin8779
## 6718   sumin44386868
## 6719  Manuelita7Army
## 6720        IzaPrez6
## 6721    Park14110921
## 6722    AniKpopTrash
## 6723      skzdeukaes
## 6724 Ydbc0R84bqLtWRF
## 6725      VriskaChat
## 6726     greedyhyvne
## 6727      R1V3R_R04D
## 6728    jnkshortcake
## 6729     payolablink
## 6730           701YJ
## 6731 Adriananabi0011
## 6732 KimberlyMautin1
## 6733   MONDayhater25
## 6734 Beverly45228726
## 6735      Sht1252003
## 6736     javachipsky
## 6737       moonhwa98
## 6738         3su_us3
## 6739      bbbkkkoooo
## 6740        enhyfan5
## 6741 Beverly45228726
## 6742       naykoobun
## 6743        kmgfeels
## 6744  LOVEBUNNYMYEON
## 6745   shineeonyu_zu
## 6746  UpcomingYGstan
## 6747  diphylleiagrai
## 6748      xiaoppears
## 6749      nfiemyblvd
## 6750 bamhaneulepearl
## 6751     jiminmoster
## 6752        kmgfeels
## 6753    lenkusubitvh
## 6754     gummysuga17
## 6755       RubiCarat
## 6756      JUYEONSNEV
## 6757      crystlskjn
## 6758 MadushaAmarasi3
## 6759   jjungpandorox
## 6760         02Lunaa
## 6761          atk_pb
## 6762       mothrgaia
## 6763   redreplover89
## 6764 ThinaraJayasin1
## 6765          haanqi
## 6766        imismyim
## 6767   Felix66205366
## 6768       skswn0208
## 6769   winterfantasi
## 6770       diala2212
## 6771    ATZH0NGJ00NG
## 6772   JENNIEDREAMIE
## 6773   LizetVasquez7
## 6774       luvssjeon
## 6775     abyvalval88
## 6776 gfriendtwiIight
## 6777 Beverly45228726
## 6778       heyits_rk
## 6779     tasanee1966
## 6780  fashionminghao
## 6781    Kamo66238304
## 6782     pendex_kpop
## 6783    tribedalocas
## 6784   sgcal___annne
## 6785   milkybunnie24
## 6786    unusualpinks
## 6787       Ccyellow7
## 6788  BTS4ever_Army7
## 6789          G5QYUj
## 6790      JungOne200
## 6791      cakeghurls
## 6792 starrynightBTS1
## 6793    taegikookhoe
## 6794     MiraculerxX
## 6795       Ccyellow7
## 6796     hsthebrave_
## 6797  Nevergonadance
## 6798        jinglden
## 6799 dearestseungjin
## 6800     Nathan_Kunj
## 6801     BarbzNMaraj
## 6802          oh3hun
## 6803    OvertimeOnce
## 6804 tanniessolostan
## 6805  martinezmariey
## 6806    allaboutB_01
## 6807      formydear7
## 6808     betyoublack
## 6809      ktlady0225
## 6810      trvaluvknj
## 6811         BTS_bt7
## 6812      babylokkes
## 6813       10fedeer1
## 6814     MehuliDas11
## 6815      brunobxtch
## 6816       VANTMYOON
## 6817     soobmissive
## 6818      UitzMedina
## 6819    Xoch_JuJuJuP
## 6820   simpoverjimin
## 6821        Sue_2392
## 6822  UKnowSoloSpprt
## 6823   goshinyeochin
## 6824     BarbzNMaraj
## 6825      defscoupss
## 6826    eternallywiz
## 6827      beytsprint
## 6828         G_Taysi
## 6829     AnoXNymXOus
## 6830       kiana9758
## 6831       C_Miidzzy
## 6832       uji_hochi
## 6833      irina88885
## 6834 ZLJPNv3kAl0IeHu
## 6835      _pjmsiren_
## 6836     armymarperu
## 6837  ourcityburning
## 6838 FreaksinKeyland
## 6839  bangtanrealeza
## 6840      cry_should
## 6841   goblinparties
## 6842 BensonWu2000813
## 6843       95Valleng
## 6844  Paloma74889430
## 6845       hoshyngie
## 6846    superchoisan
## 6847      VenomPink5
## 6848       purpuriu_
## 6849   gingeryoongis
## 6850      catboyIevi
## 6851         leslurd
## 6852 bts_myspringday
## 6853  _ily_jonghyun_
## 6854 dna_bulletproof
## 6855        readaus1
## 6856      dianitadcv
## 6857    TannyBangtan
## 6858   Ericktrillame
## 6859     Nathan_Kunj
## 6860       _fxxck_it
## 6861        ClcLiven
## 6862       jeno123_n
## 6863     armymarperu
## 6864        RahSaima
## 6865       Samblink6
## 6866    jiunglebells
## 6867      meikaleney
## 6868 jsp9A3AKYBdv6y9
## 6869         binsIvr
## 6870    Lolawinxclub
## 6871     mylove_know
## 6872      encxrevivi
## 6873       ninisoori
## 6874         aIeexaa
## 6875         mnthmim
## 6876      Varshu_875
## 6877 borderlinechill
## 6878      yup_please
## 6879  supremejk_1997
## 6880    bangtanzthel
## 6881    loving2jimin
## 6882       dearly323
## 6883  avocadosmile22
## 6884     L00veLetter
## 6885       chxnlomlx
## 6886 jongkey98shawol
## 6887        iLovSooo
## 6888       kttychica
## 6889   illmeltforJin
## 6890  JinniSunFlower
## 6891       jmskyblue
## 6892      yixienings
## 6893        Pump1623
## 6894  avocadosmile22
## 6895 AncholiBrocolli
## 6896        YM134340
## 6897         yxgstan
## 6898    stantalentjk
## 6899       Kihaebear
## 6900    joonsbattery
## 6901        Kuoriwi7
## 6902       mari_mere
## 6903    TheSeokjin20
## 6904        namu4lvr
## 6905        Kakyerin
## 6906     fendiseunie
## 6907        Epi_chuu
## 6908   karrisziaquin
## 6909          jieuky
## 6910       rrkiivee1
## 6911     sugasjoonie
## 6912      PJMsMINI13
## 6913      mk68058495
## 6914        Kuoriwi7
## 6915          aj_xz7
## 6916        Kuoriwi7
## 6917        Kuoriwi7
## 6918      TannuSurya
## 6919     alinasdeniz
## 6920       nagiPride
## 6921      joohunbees
## 6922 Bangtan_inSpain
## 6923        seokkvth
## 6924  Leslie44084114
## 6925    BTXTelepathy
## 6926        Kuoriwi7
## 6927        TKpatroa
## 6928      j00npanman
## 6929  burntbraincell
## 6930     sugasjoonie
## 6931          ARk0_N
## 6932   BTS__4ever777
## 6933     veatifuIkoo
## 6934 tanniessolostan
## 6935          EXOFR_
## 6936    Hana41759047
## 6937        JKHOLIC2
## 6938     niagara_tae
## 6939  decalcomaniabe
## 6940     myg_7anpnmn
## 6941    ecinej083180
## 6942        Kuoriwi7
## 6943 tanniessolostan
## 6944 sokazi_giveaway
## 6945  Kasoon55775987
## 6946       namuabyss
## 6947     codeseungmo
## 6948    OishyRahman5
## 6949     StephSeptic
## 6950    Joons_Jams21
## 6951        YM134340
## 6952   babybeemelody
## 6953         fratkoo
## 6954 neferta36805783
## 6955 AlanMonterroso3
## 6956     LouPandoras
## 6957     dayanischan
## 6958      maodiblue1
## 6959      nctcandy28
## 6960      JiminJules
## 6961     jeozhia2020
## 6962          queky_
## 6963   jeonggukpathy
## 6964    Bangtangare7
## 6965    jiminchillin
## 6966       jklove_la
## 6967     pynkgl1tter
## 6968          queky_
## 6969    foxeejeongin
## 6970      fonneangel
## 6971   SoShineeTrash
## 6972   MyonlyHyunjin
## 6973   kimkailover__
## 6974     LJackelinne
## 6975        yjippang
## 6976      fonneangel
## 6977      bestofsouI
## 6978    OT7DAECHWlTA
## 6979    rajinmembaca
## 6980       starcanby
## 6981      namoontale
## 6982       hiyyihies
## 6983      fonneangel
## 6984          l_4la0
## 6985 kathmanducatfis
## 6986        bxpIicit
## 6987     Ola84380546
## 6988     honeyoatbrd
## 6989    grupo_isabel
## 6990      fonneangel
## 6991   KiaraLuci_a02
## 6992 singhayushi26o1
## 6993         ptdlalv
## 6994 Violet_lPhoenix
## 6995         uh_geut
## 6996     Amariliz_RM
## 6997  onlyforbangbts
## 6998 Violet_lPhoenix
## 6999 swiftsgonevogue
## 7000      RajshreeB7
## 7001       lailajsmi
## 7002     pak_forever
## 7003      kkumyoongi
## 7004 BTSArmy98386218
## 7005  Jessy_parkhash
## 7006         i99twai
## 7007      fonneangel
## 7008   breyaubreyaub
## 7009  Sugainspire123
## 7010        jeongmau
## 7011     chamihoney1
## 7012         Enujpen
## 7013   braveblackluv
## 7014   Ana_kpop_jpop
## 7015    p1ece0fpe4ce
## 7016 HunnyCinamoroll
## 7017    prettyseokie
## 7018    WWSunshine97
## 7019   0706_danielle
## 7020      heyhaebora
## 7021       aislin679
## 7022    moonzmonster
## 7023        Storm88_
## 7024           0ggam
## 7025         LikJk52
## 7026 HunnyCinamoroll
## 7027      jinsbubble
## 7028       miniseeri
## 7029      fonneangel
## 7030         Ranzzna
## 7031  Jdog_TheFenrir
## 7032        kimi0194
## 7033 chevrefabuleuse
## 7034      babybluecb
## 7035 SKZToTheNumber1
## 7036      shah1710mr
## 7037     hiyyihbearr
## 7038        jinnflor
## 7039 LostInYeoversve
## 7040         chnhori
## 7041      fonneangel
## 7042       Blaquenby
## 7043 BungeoWindspiel
## 7044    klassicmingi
## 7045      julieeynag
## 7046     namaisreads
## 7047      jjkIovesjm
## 7048    7iseverythng
## 7049      shah1710mr
## 7050  JINKIM42478720
## 7051          kuppuz
## 7052        ayohoesh
## 7053   Park_lovely95
## 7054        ivybIuee
## 7055         chnhori
## 7056      lm41851944
## 7057     Karina_M192
## 7058        poemrkiv
## 7059    drippinhyuvk
## 7060          fowkye
## 7061   Gw3nMaryJ0n3s
## 7062 mooooooonchild7
## 7063        auiroras
## 7064        shawolpl
## 7065  etima_williams
## 7066   BtsxHighlight
## 7067     pearl_ronan
## 7068  Polllitotriste
## 7069        rubinapo
## 7070         anhdrgh
## 7071 AuroraJoong_Art
## 7072      jinsbubble
## 7073       AEPishere
## 7074    _Firestone__
## 7075    _Firestone__
## 7076       _sunkooki
## 7077       art134340
## 7078        sk8minho
## 7079     BLACKATNERO
## 7080       xioyx1485
## 7081       art134340
## 7082     taeilssquad
## 7083     sleepyeepee
## 7084  jamaalaldin_tv
## 7085        Dientit0
## 7086   BTS__4ever777
## 7087  jamaalaldin_tv
## 7088  jamaalaldin_tv
## 7089        TokioBts
## 7090     LorenaBTS_R
## 7091    Lalalina19yo
## 7092  LISAMYTYPAGIRL
## 7093      ukshawolEm
## 7094  etima_williams
## 7095        blakee1x
## 7096      hobimisser
## 7097   Gw3nMaryJ0n3s
## 7098      StrangeeD2
## 7099     supremevila
## 7100  Stella84528217
## 7101   RTaejincember
## 7102  jamaalaldin_tv
## 7103      yup_please
## 7104   luvityportgas
## 7105          sanvse
## 7106  jamaalaldin_tv
## 7107   Gw3nMaryJ0n3s
## 7108          Rljj20
## 7109  jamaalaldin_tv
## 7110     patog_16_04
## 7111  jamaalaldin_tv
## 7112        Riya1172
## 7113      shweta2080
## 7114      _namgimix_
## 7115        mmeyangg
## 7116      BoXichJung
## 7117      purplexkth
## 7118    RabiaSaghir3
## 7119         SHRYE0N
## 7120  drunkennessguk
## 7121      aaaachiuuu
## 7122      isbest_jin
## 7123 RedRose67329672
## 7124     MOONCHILDLC
## 7125   RTaejincember
## 7126    whaliensound
## 7127     chocolatl85
## 7128          tbz_v_
## 7129   luna_luna_123
## 7130         tqm_myg
## 7131 its_me_taylor_9
## 7132     magicimpact
## 7133 moonlightaekook
## 7134   M00NLIGHTJOON
## 7135 swiftsgonevogue
## 7136  FaintlyShining
## 7137        SallyRM7
## 7138       koofaerie
## 7139      lovenderX7
## 7140      marytanluv
## 7141      myg7kosmos
## 7142 fatedtomeetbla1
## 7143 kookiet20700430
## 7144    DarlyOrtiz11
## 7145       stan0newe
## 7146      tanniesboo
## 7147    Elen01091997
## 7148   lalisaaaa2797
## 7149 swiftsgonevogue
## 7150       stan7army
## 7151         i94HEON
## 7152         GODKIME
## 7153  straykids_know
## 7154       namuabyss
## 7155      ninamonday
## 7156      Zaina_ExoK
## 7157      3am_coffee
## 7158    exosehunie07
## 7159         syd_lyg
## 7160 swiftsgonevogue
## 7161       aIwayskoo
## 7162        taegikie
## 7163 swiftsgonevogue
## 7164    jksfairytale
## 7165          queky_
## 7166    shineebeanie
## 7167  soulsuppremacy
## 7168    jaiipsssssqt
## 7169 tanniessolostan
## 7170        ejjanggu
## 7171    some_scripts
## 7172   SoShineeTrash
## 7173 wVeZqbGhDRQBJlN
## 7174    shineebeanie
## 7175     ming__carat
## 7176       soobfulls
## 7177       tofumango
## 7178      livia_twib
## 7179  LourdesDiscua2
## 7180    starofthsoul
## 7181     4Jensoolise
## 7182   Btsforlifee07
## 7183     Radoolebobo
## 7184     riri_stages
## 7185      irantzuia1
## 7186     jiminnie_ly
## 7187 SanidhyaTrivedi
## 7188   Maril16870549
## 7189       futurelvs
## 7190          jnpchh
## 7191      hobishenjk
## 7192      fairswanie
## 7193      baaltastic
## 7194      thepinksbf
## 7195  VwithUTaehyung
## 7196    sheeshawooga
## 7197      naninenati
## 7198    4Jimin_Jimin
## 7199     pearl_ronan
## 7200         acyelmr
## 7201      Taejin7777
## 7202     1234_mateja
## 7203        7rikive_
## 7204       annanto02
## 7205         eccdiva
## 7206     lovingxuxi_
## 7207        ChuyuSkz
## 7208    jksfairytale
## 7209         seyt8ny
## 7210    bangtinee_vk
## 7211         koonmjn
## 7212   Taemaris_Chex
## 7213      linouuvita
## 7214       ot7rights
## 7215 pjmstolemyheart
## 7216     MissDayonce
## 7217        ixXxyrng
## 7218 leoncitobebetae
## 7219 gabysan32685817
## 7220     anonchrisgf
## 7221      hoshieeeya
## 7222    analoubanawa
## 7223   Hoops227_Tech
## 7224 Hoops227_Gaming
## 7225         RTaevan
## 7226      daisyaloe_
## 7227   Hoops227_Tech
## 7228 Hoops227_Gaming
## 7229       Manderkat
## 7230   Hoops227_Tech
## 7231 Hoops227_Gaming
## 7232   Hoops227_ASMR
## 7233   Hoops227_ASMR
## 7234       bstay0604
## 7235   Hoops227_ASMR
## 7236    ok_beiby_ouo
## 7237   Hoops227_Tech
## 7238 Hoops227_Gaming
## 7239 torrentialynkoo
## 7240   Hoops227_Tech
## 7241 Hoops227_Gaming
## 7242   Hoops227_ASMR
## 7243   Hoops227_ASMR
## 7244        ammie__7
## 7245       lilisaaah
## 7246    kpopthread11
## 7247     veatifuIkoo
## 7248        haechgsm
## 7249     tencityhana
## 7250   isaiasmaylob4
## 7251    Wifesleeknow
## 7252     KCJKitkat17
## 7253 ARMYARMYYEAHOT7
## 7254 JustThinkingKay
## 7255        ammie__7
## 7256 bangtan_stars_7
## 7257    Mira28209725
## 7258        k_imgood
## 7259  kookiestitties
## 7260    Mira28209725
## 7261        __Doyeen
## 7262      lola_ppo39
## 7263      NAMKOOK_19
## 7264       EB0YJK00K
## 7265          eme279
## 7266         vitcsev
## 7267     _goyangiiii
## 7268    jk_neatfreak
## 7269        rssnfxkv
## 7270    sinbethemoon
## 7271      shweta2080
## 7272       KowminHan
## 7273       gyuteIIas
## 7274        polykoos
## 7275    dory67589729
## 7276    bts7_army_ph
## 7277         miyoo26
## 7278    moonzmonster
## 7279   lizlovecamila
## 7280         ShadMi6
## 7281       PTGHE4VEN
## 7282       thebtsgen
## 7283 Purplelight0293
## 7284   minnishi_0613
## 7285        jjkth_05
## 7286       maylzzzzz
## 7287       iamurzula
## 7288 minbelly19_kpop
## 7289       retr0PVNK
## 7290    Mighty_Yashi
## 7291     seokJinnsun
## 7292 griffith_lorisa
## 7293 StrayKi00451501
## 7294        sprngkdz
## 7295   isaiasmaylob4
## 7296         k6rumis
## 7297       YoonjiC93
## 7298      1bigBLmess
## 7299   vvvv_1230_624
## 7300  ursolovelyBTS7
## 7301   nicolelizeth2
## 7302     midorie2001
## 7303   cherry04berry
## 7304      Sht1252003
## 7305   KookieCute014
## 7306  TAEKOOK199597_
## 7307       yoowithmi
## 7308      fairswanie
## 7309     hoseocrates
## 7310      Sht1252003
## 7311       naija0329
## 7312   chickendave12
## 7313 lisa_the_queenn
## 7314        doyukvns
## 7315      NAMKOOK_19
## 7316  fictionalmissp
## 7317      fairswanie
## 7318   isaiasmaylob4
## 7319   arzlovestwice
## 7320      sadgialive
## 7321      latinoteez
## 7322   bb_dongjuneya
## 7323      yunhogiz3r
## 7324      TWICZENNIE
## 7325    chrisisbanhg
## 7326  Leslie44084114
## 7327  martinezmariey
## 7328 CarlosL11399293
## 7329   NamjoonGirl14
## 7330         stnelva
## 7331     sherose1408
## 7332       snejmochi
## 7333     ChitHsuWai4
## 7334     hiphopewrld
## 7335       toonfimin
## 7336      woodzyammm
## 7337         haeunio
## 7338     ltmgigiloml
## 7339       AakPandey
## 7340  Sandy216733141
## 7341       teitweets
## 7342     Ann73240495
## 7343   namunamukoo21
## 7344        Mayma179
## 7345       MsShyChey
## 7346         haeunio
## 7347   Scipurple1989
## 7348  martinezmariey
## 7349   isaiasmaylob4
## 7350      MUGLERM00N
## 7351   starlight8779
## 7352        BLODAY24
## 7353     spice_jimin
## 7354      vilatsshut
## 7355 YourSmileandYou
## 7356 UndergroundTrbl
## 7357 leoncitobebetae
## 7358       MsShyChey
## 7359     ahsokatanto
## 7360         jmsnlee
## 7361     meliembebe_
## 7362       alldayknj
## 7363  martinezmariey
## 7364   Monse59225158
## 7365         h3ykiki
## 7366       baeyoojun
## 7367   iheartyoongi_
## 7368   isaiasmaylob4
## 7369 ot7_bts_spotify
## 7370        Joossie_
## 7371      Eingtuan96
## 7372        irisbffs
## 7373      hobishenjk
## 7374   lil_beauitful
## 7375 SanidhyaTrivedi
## 7376        yentebts
## 7377      tanniesboo
## 7378   NamjoonGirl14
## 7379          c4texx
## 7380         Shez_H_
## 7381         tqm_myg
## 7382 Jeonjun24364405
## 7383        panyai94
## 7384  canela6002_VIP
## 7385    Haru13196953
## 7386 minbelly19_kpop
## 7387     ICARUSPINKS
## 7388      idiasilver
## 7389        fauxfauz
## 7390        damcleph
## 7391 tanniessolostan
## 7392       alldayknj
## 7393        damcleph
## 7394  Mxstr76ArmyMom
## 7395      Amaira5657
## 7396        damcleph
## 7397  ursolovelyBTS7
## 7398         jmsnlee
## 7399        damcleph
## 7400        damcleph
## 7401    jenlisapatao
## 7402       vrobelek7
## 7403        damcleph
## 7404  JOONSMFDIMPLES
## 7405       snejmochi
## 7406       svteenluv
## 7407    skzitsmylife
## 7408        damcleph
## 7409         wdigkys
## 7410   moonlitseouls
## 7411   isaiasmaylob4
## 7412 mariscal_samira
## 7413 moonbinniesbyul
## 7414      marsmingki
## 7415 minbelly19_kpop
## 7416      Yoonglies_
## 7417        damcleph
## 7418        xingkais
## 7419        damcleph
## 7420          yeomrk
## 7421 vkookki22331486
## 7422     LouPandoras
## 7423     exoisot9_12
## 7424         mazST4Y
## 7425      yanfeicIub
## 7426        damcleph
## 7427   DeirdreDonlon
## 7428   yoongispiano_
## 7429 vkookki22331486
## 7430 OT7appreciation
## 7431  willbemygalaxy
## 7432    decodeselena
## 7433          Jv47Jk
## 7434         xanotiz
## 7435         sstlla6
## 7436      troyesnude
## 7437     KCJKitkat17
## 7438        gguk_7WY
## 7439 babychicksehunn
## 7440    TaeIsMyBoo16
## 7441        Kayci_02
## 7442    choiyoungrei
## 7443 Violet_lPhoenix
## 7444      allllkpop_
## 7445  MmeSousLaPluie
## 7446        damcleph
## 7447  rosalia_blanca
## 7448   DeirdreDonlon
## 7449  MeghanDiamonds
## 7450 Violet_lPhoenix
## 7451     fakedeepben
## 7452        NiinaA_m
## 7453 Katerin30677956
## 7454     PR0DTANNlES
## 7455    Chiajung0323
## 7456 minbelly19_kpop
## 7457  adachinakamoto
## 7458         bayno08
## 7459 Violet_lPhoenix
## 7460    Mylovely_sun
## 7461      gcftaehope
## 7462   Kpop_onCHARTS
## 7463    PresRMofArmy
## 7464  Ritika32100405
## 7465       IR_91v3v_
## 7466      jellyjoy04
## 7467    _silverjimin
## 7468       ot7rights
## 7469          JijmJk
## 7470      hobishenjk
## 7471          JijmJk
## 7472      Nicole0_07
## 7473  Stella84528217
## 7474      fluffyoon_
## 7475 minbelly19_kpop
## 7476 SweetRedBerry94
## 7477         minjiiv
## 7478      GUCCIYUGIE
## 7479     HelenHjPark
## 7480  TsuyuYaoyorozu
## 7481        NiinaA_m
## 7482     ahsokatanto
## 7483     clawsername
## 7484  Lisayaaaa26864
## 7485      Umfasecret
## 7486 mymoonchildbaby
## 7487 Crisell53293435
## 7488    petitdongree
## 7489       kunseishu
## 7490   TVXQsRedOcean
## 7491        damcleph
## 7492     loveis4wols
## 7493      otherbully
## 7494    dory67589729
## 7495      kjsdivine_
## 7496        FerYyY_y
## 7497    AlyssaGamez4
## 7498   MAMalcontento
## 7499        damcleph
## 7500        kimi0194
## 7501        damcleph
## 7502      kassmaekju
## 7503        damcleph
## 7504         izzimrn
## 7505   Leslie_Michi_
## 7506        damcleph
## 7507      GUCCIYUGIE
## 7508       faefiiend
## 7509   shinaera_alex
## 7510   cutiietaetaee
## 7511       Silvamy13
## 7512    delilahvipic
## 7513       uji_hochi
## 7514       xxxdhyxxx
## 7515  heejinsoulyves
## 7516       amayafake
## 7517  stann_pentagon
## 7518        Kjjslsrs
## 7519    elaikabanana
## 7520      EsraaEl875
## 7521    jungkook1938
## 7522        knjcrave
## 7523         NALUa_7
## 7524 slypurple_snake
## 7525  valdisviktoria
## 7526       lvlyminii
## 7527         _5x_how
## 7528    kimnamjooona
## 7529       purpuriu_
## 7530       BTSLINE_7
## 7531    dory67589729
## 7532       thectic__
## 7533 ARMY_MoonNEarth
## 7534       mariapz01
## 7535        BP_Reals
## 7536     jkoollerina
## 7537       10309293o
## 7538 Namjoonsbaeeeee
## 7539       purpuriu_
## 7540 Frances70814439
## 7541    klassicmingi
## 7542    JinVoo_Abyss
## 7543    Augiesalas48
## 7544  Aleeeeeesandro
## 7545 ARMY_MoonNEarth
## 7546        damcleph
## 7547   Ana_kpop_jpop
## 7548        Cnskskn1
## 7549   Valtorsdesire
## 7550       dovesfeat
## 7551       jhopelove
## 7552      anahitnise
## 7553         yamij05
## 7554 Namjoonsbaeeeee
## 7555         145melo
## 7556 bangtan7sonsuzz
## 7557 LoveOf_MiniMoni
## 7558        army_531
## 7559 enchantdtherose
## 7560    Taegerslover
## 7561   KwonMdragon18
## 7562      jisoobltch
## 7563  Mimiya51046201
## 7564       ohmylenax
## 7565   jaebeoms_girl
## 7566    knjsmgbiased
## 7567    Tris57367444
## 7568         tyfwlea
## 7569 firstlovejoonie
## 7570 Animeforever678
## 7571   btsarmybutter
## 7572 LovingBangtan06
## 7573    ProudArmy_jk
## 7574      saturnskiz
## 7575  sequined_smile
## 7576      miniimoni1
## 7577       n30n4ng3l
## 7578        Kamdokht
## 7579  soulsuppremacy
## 7580    soobimi_1205
## 7581 mikrokosmosrain
## 7582         RoMyknj
## 7583       CubHiyyih
## 7584     taeggukwins
## 7585      MelBoomBos
## 7586 requaldebbarma_
## 7587        bamieIII
## 7588       ruby_reve
## 7589   bribricutie3_
## 7590     f3maleofaug
## 7591         sb_ilna
## 7592        korenamu
## 7593        M1shhh24
## 7594         Ezielby
## 7595       ingahauks
## 7596      KashaLac96
## 7597    sjinnieberry
## 7598       kthboston
## 7599       zebratoy_
## 7600 EmelieSderlind4
## 7601      joonadoree
## 7602       onew12147
## 7603        soulego7
## 7604      _realmaria
## 7605      KJeonggkuk
## 7606    oddinaryhyun
## 7607    PinkyValiant
## 7608        9597L0VE
## 7609        NeginYNG
## 7610         amiiv51
## 7611         sbinsap
## 7612    Joonieeee_94
## 7613    Bert23kookie
## 7614        cewcharm
## 7615    homebody_zip
## 7616         jnkyeom
## 7617      Diane_IQ29
## 7618  MoonHoneygrove
## 7619      kpop_animw
## 7620     whalien52mt
## 7621      CavalrySam
## 7622      DixieJoon7
## 7623   stayumskzstay
## 7624      DixieJoon7
## 7625   jisoosclarity
## 7626        iBNGTZee
## 7627        FamSKZMX
## 7628   tolanijegede1
## 7629          kzhdnn
## 7630      DixieJoon7
## 7631   mvcnloveshimm
## 7632         sbinsap
## 7633      phinexatin
## 7634        iBNGTZee
## 7635    kpop_hater22
## 7636        nadokyze
## 7637      kpop_animw
## 7638   cistarshakeit
## 7639        jindal_2
## 7640   Norauarmyhope
## 7641      ALEX201325
## 7642        Beewith7
## 7643   goddamncorpse
## 7644         WDunweg
## 7645    mayj4iler111
## 7646        FamSKZMX
## 7647   deadbyNamjoon
## 7648     GoIdLacquer
## 7649     BeaMeabea10
## 7650     allmight707
## 7651          kzhdnn
## 7652    HappyJiminS2
## 7653   thinkerlalisa
## 7654       alebg1104
## 7655       melyanell
## 7656    wilmablaft11
## 7657        ksjdiadi
## 7658       jnginlver
## 7659 AndreaL30327551
## 7660      _shay_tan_
## 7661      j_l_always
## 7662        taat3972
## 7663    muchswaglizs
## 7664 dynamitesvictim
## 7665    Joonieeee_94
## 7666 chanel_oberlyn1
## 7667      Beanie6783
## 7668      Owleo_0327
## 7669        zushizzh
## 7670    _apobangpo_7
## 7671       sun__1313
## 7672        FerYyY_y
## 7673    brbsarahspam
## 7674  flytomykitchen
## 7675 Namjoonsbaeeeee
## 7676        Rita_CC1
## 7677       oecsuyeon
## 7678      Beanie6783
## 7679    springsnowxs
## 7680    lovelyjunhan
## 7681       JofRhodor
## 7682     Elsapuntxs_
## 7683        Rita_CC1
## 7684       naryaselh
## 7685        JkBTan21
## 7686    CHERRYCHA3RY
## 7687     claudiajkth
## 7688   Grace06111135
## 7689       hyukatodo
## 7690      _yxxngles_
## 7691          mvp_KC
## 7692    Holaqtal1239
## 7693 the1024nameless
## 7694      DancaJimin
## 7695     yoongiipapi
## 7696   ElifnurTemel7
## 7697     joonieenamu
## 7698       choisrose
## 7699   lino1rockstar
## 7700      kjsdivine_
## 7701     koophoria77
## 7702       rashelioz
## 7703        Ureabebe
## 7704     bbbunnysung
## 7705  lisabestiewayo
## 7706      kim_choi57
## 7707       MargheDW8
## 7708        bae7psae
## 7709   yetithepotato
## 7710  prairiecryptid
## 7711       joonkther
## 7712   zerdalovelisa
## 7713      moniscloud
## 7714   hannah_022106
## 7715       rrkiivee1
## 7716     NCKAYNOTBAE
## 7717       aj_diaz02
## 7718    MinYanny_511
## 7719        zaibsid9
## 7720 bembisungjaysun
## 7721      GoofysCult
## 7722    zafran_sabri
## 7723     Blackpink91
## 7724 kookiet20700430
## 7725    becauseofB7S
## 7726    DeweeseLebec
## 7727    bts7jinhyung
## 7728      Borahae137
## 7729    weareallbutt
## 7730      YoonMyTime
## 7731 Wheeins_dedduck
## 7732    BtsOnlyStan1
## 7733        ChoiIsel
## 7734      taemincult
## 7735          c__614
## 7736       stealover
## 7737       Aviehnda1
## 7738         alpas00
## 7739      peachvminz
## 7740       beomii1uv
## 7741  sunshinehobi_4
## 7742      betyoupink
## 7743        whaliev_
## 7744        taekoory
## 7745        Sue_2392
## 7746    Myuniverse25
## 7747 DanielaFajardoH
## 7748   jyp_peach1994
## 7749 suchhyper_dogs2
## 7750  Nyleve93612368
## 7751    HDhamnarwala
## 7752   chunmoon87955
## 7753    BtsOnlyStan1
## 7754        joonima7
## 7755     il0vemin9yu
## 7756    Chiajung0323
## 7757 BLlSSFULBANGTAN
## 7758    namjoon_bts2
## 7759    bluesungluvr
## 7760   taetaeeuntold
## 7761    BtsOnlyStan1
## 7762   MollyTran1495
## 7763      sahi_world
## 7764        arsxnbox
## 7765      pespinoza4
## 7766  Nyleve93612368
## 7767     vaguehope99
## 7768        QuinMon2
## 7769      ANTAREUSSS
## 7770      baemondays
## 7771       NeiyanMei
## 7772    lazybear1783
## 7773    BtsOnlyStan1
## 7774   vmkprivileged
## 7775      ssoftiejnk
## 7776       yoonknoww
## 7777         seren4k
## 7778          zkratv
## 7779 StayjuntocomSKZ
## 7780     Anneojaseyo
## 7781     il0vemin9yu
## 7782         RTaevan
## 7783    cola_a_todos
## 7784       lvlyminii
## 7785    BtsOnlyStan1
## 7786     zeiyasailor
## 7787         RTaevan
## 7788    Taehyung_thv
## 7789      ssoftiejnk
## 7790   janabanana613
## 7791    1ofdBtsNerds
## 7792         gyulric
## 7793      gimme_kpop
## 7794  exo_l_and_sure
## 7795    cola_a_todos
## 7796 Nahuel12Joaquin
## 7797     FarehaMonir
## 7798   elycarterkook
## 7799         cottcor
## 7800       jane_vo22
## 7801         leeinie
## 7802 cooluse52678402
## 7803    doremikakkun
## 7804    AniKpopTrash
## 7805   Khunying_Joei
## 7806 Geraldi73147223
## 7807      inzommberz
## 7808    my_umieverse
## 7809    Dysnomia0412
## 7810   MoonworldMoon
## 7811         CsMtere
## 7812        cls_tiny
## 7813      VkBangtan5
## 7814       kazuadore
## 7815      TinoKottia
## 7816     Fluffyuniee
## 7817      angelB1303
## 7818    21hopecoffee
## 7819    benmustafa_f
## 7820 Skylikestannies
## 7821  Teslametalover
## 7822       todamensa
## 7823      qveenscove
## 7824      angelB1303
## 7825    ARMY_KPOP_97
## 7826      Amaal_Army
## 7827     LJackelinne
## 7828       todamensa
## 7829   bangtancasita
## 7830        uh_goods
## 7831   moonchild_koo
## 7832     whalien52mt
## 7833      yo_dreamm7
## 7834      bp4everot4
## 7835   livininyellow
## 7836         BongoBp
## 7837   vmkprivileged
## 7838      DualityLim
## 7839    SGElSalvador
## 7840      eilishsuga
## 7841  umserIluminade
## 7842 cooluse52678402
## 7843   Invxlid_error
## 7844     nawasi_jin7
## 7845        woneeboy
## 7846     Ddanilalala
## 7847    lovelzkookie
## 7848        Anu_Amii
## 7849     Ks_portrait
## 7850  kate_luvs_kpop
## 7851   DitteVeronica
## 7852   olgatheemolga
## 7853     striproblem
## 7854     armyhoekate
## 7855  sunflower_0501
## 7856        cettnamv
## 7857        RosePruk
## 7858   LOVETOLOVE241
## 7859       yoonknoww
## 7860      Hobiased17
## 7861          jijify
## 7862  BTSandTRAINEEA
## 7863         henekhj
## 7864         L151717
## 7865        JKCYPH3R
## 7866       toeithzip
## 7867   Everthingoes7
## 7868   hyunjingatuno
## 7869    YouKnowNaBTS
## 7870    TaeIsMyBoo16
## 7871       vanta_kim
## 7872 erikalilianahe3
## 7873     planet_ship
## 7874 EXO_s__Miracle9
## 7875        uh_goods
## 7876       HellenMOA
## 7877 TheFirstHashira
## 7878   iloveshirbert
## 7879        athenakm
## 7880    love89546527
## 7881   AnnLucifer_zz
## 7882      KR81754426
## 7883        RMliderr
## 7884   bangtancasita
## 7885 wonwoosglasses_
## 7886 jeonghaniy1004n
## 7887       BTSMeal01
## 7888       ReeteekaM
## 7889      RVelvetbts
## 7890        V_Hush_7
## 7891       undxrstan
## 7892     _MagicShop7
## 7893        bylalune
## 7894 FiorellaLezca10
## 7895   moonchild_koo
## 7896       Gluang212
## 7897   selenamonitor
## 7898    Alondradmzzz
## 7899    ishikishin72
## 7900 Almendra_Ojeda_
## 7901         gyunnyz
## 7902       beomii1uv
## 7903        speashos
## 7904     Yoojinnie98
## 7905      ElenaJeff1
## 7906 2tannieswithluv
## 7907     lisaminobia
## 7908         jhiela1
## 7909  BTSSoulmates26
## 7910     hyuckheiiii
## 7911   moonchild_koo
## 7912     hjoongsluvr
## 7913   TaegooVkarma7
## 7914        chlsy_xx
## 7915       hoyaphile
## 7916       643Karito
## 7917   camikrokosmos
## 7918  garay_mansilla
## 7919      jellyjoy04
## 7920  shadowlynxwebe
## 7921      lady_gee95
## 7922      Adelaii_NJ
## 7923    love_ryeo_wk
## 7924          mnwnie
## 7925       Sahra1236
## 7926         yamij05
## 7927      Cristhievj
## 7928    naturalgrayy
## 7929 TogaHim79342493
## 7930       HYUNJ3NNI
## 7931        V_Hush_7
## 7932       charwong2
## 7933  TwinklingMarie
## 7934     marybtsgirl
## 7935        sirshimu
## 7936       BPMmmNE11
## 7937      kjsdivine_
## 7938    Carolblink12
## 7939   IsabelButter1
## 7940       Hazel_1ra
## 7941      beartete95
## 7942    4_Ever_Stay_
## 7943      Cristhievj
## 7944         pyoryua
## 7945        iBNGTZee
## 7946 Estrell14161687
## 7947     channieshay
## 7948      nabiya0693
## 7949     Joonbooster
## 7950       mer_ofbts
## 7951   cellys_corner
## 7952    fireworksjwy
## 7953        cettnamv
## 7954       hobasnamu
## 7955  rain_forever13
## 7956    Yangchusan12
## 7957       beomii1uv
## 7958      betyoupink
## 7959       gguksilvy
## 7960 koookkiemonster
## 7961          VelfVi
## 7962   MelindaMinks1
## 7963        cettnamv
## 7964       Titity_99
## 7965       Debluvsmc
## 7966   Kukli25136051
## 7967    KatiuskaHndz
## 7968    rosebunny127
## 7969      ssoftiejnk
## 7970        Dan_hobe
## 7971   rmdimples2013
## 7972     just_pingu5
## 7973     Kep1ianNote
## 7974       oraazaaaa
## 7975   ivepinkslayed
## 7976         28cheol
## 7977         131MYOU
## 7978        rrkivezz
## 7979    ruoksamridhi
## 7980    Oddy37802706
## 7981      shweta2080
## 7982        poanerji
## 7983 tattsnstarcandy
## 7984  fairy0fshampoo
## 7985   doublebunny_2
## 7986    clxraaaaaaa7
## 7987        AtzPaula
## 7988    reveluv_0nce
## 7989    fluffyHobibu
## 7990        Kjjslsrs
## 7991       Hobilinsw
## 7992      Adelaii_NJ
## 7993       bbalkgars
## 7994    __LiliPoopoo
## 7995        cettnamv
## 7996      encorejiny
## 7997        V_Hush_7
## 7998       Amaltea13
## 7999 Chantel22981444
## 8000       jk_mikan2
## 8001   rmdimples2013
## 8002     deffEternal
## 8003          nesgrn
## 8004       IREHSPIXY
## 8005        HsdndRed
## 8006      LunarKkami
## 8007        Kamdokht
## 8008    saraspersona
## 8009    Lalalina19yo
## 8010    ARMY_KPOP_97
## 8011      yeeunnie92
## 8012 jikook13moonsun
## 8013         booskyb
## 8014      TheJiminff
## 8015 RoxanaV79887595
## 8016 SilviaS15116388
## 8017        kiwyoons
## 8018    stabilerjoon
## 8019 EvelynV99101315
## 8020    KatiuskaHndz
## 8021       bprubykim
## 8022        jnIsdead
## 8023 RoxanaV79887595
## 8024           AngCg
## 8025 Ilostmytaehyung
## 8026      moonseoks_
## 8027     crwzyoweru2
## 8028          _TKVJ7
## 8029          nesgrn
## 8030       20_TanMin
## 8031   TVXQsRedOcean
## 8032        petphia1
## 8033    fckoffbtch__
## 8034    DelfiARMYOt7
## 8035         daesjoy
## 8036     krnchipmunk
## 8037        nekohuni
## 8038  chaotic_evelyn
## 8039 sumintcondition
## 8040    JessDark1987
## 8041        poanerji
## 8042   jooniebear994
## 8043        Seferedi
## 8044  pixiefelixiexi
## 8045         seok_vv
## 8046 _peachybangtan_
## 8047       owiekyeom
## 8048          Ive6ix
## 8049     taeluvvbott
## 8050      JoyShanave
## 8051     flolikebyul
## 8052     ViewingMode
## 8053  supremejk_1997
## 8054           CH5EZ
## 8055         10kidol
## 8056      kpop_animw
## 8057   RM_JoonieNamu
## 8058      tina368856
## 8059    _flowerchris
## 8060   JUSTBTS_ZAHRA
## 8061  hoseokmyloveee
## 8062      shiningpjm
## 8063        cettnamv
## 8064      RVelvetbts
## 8065       hobie0318
## 8066      fairyyhosh
## 8067       lecheflam
## 8068      shweta2080
## 8069        FansKook
## 8070       Titity_99
## 8071 Kageyam10970492
## 8072   scarletdawn__
## 8073       RUN2SIAYC
## 8074       hobarin96
## 8075 clownst35999059
## 8076        lewyonda
## 8077     sosoleilskz
## 8078     AgustDsFavB
## 8079       Snickley7
## 8080      shiningpjm
## 8081    Hey_its_bee_
## 8082         zyaqff_
## 8083        ista_lia
## 8084    brunoignatio
## 8085    magicshopjk7
## 8086        veranamu
## 8087       PPetrova7
## 8088         sugxlly
## 8089   ausberry_0325
## 8090        oddluxie
## 8091     skiesforgyu
## 8092     digimon_tae
## 8093   _addictaed_18
## 8094  whatta_bum_bum
## 8095     dianalady27
## 8096        L0VERJUN
## 8097     Jisoorabit1
## 8098    wonucat_1004
## 8099       B4MTANNIE
## 8100      moniscloud
## 8101       bbalkgars
## 8102 Aoi_Kiriya_Star
## 8103          kkenqt
## 8104       hobarin96
## 8105     somos_fueg0
## 8106       beomii1uv
## 8107     koophoria77
## 8108       seeyousvt
## 8109    Yoongimyman2
## 8110     SeChan_Exo9
## 8111     armydabahia
## 8112   butterfly_mer
## 8113 bangtan_stars_7
## 8114    starryjoyjoy
## 8115     deobis_exol
## 8116      johnjalal4
## 8117   marcelineqbee
## 8118 __Smileflower__
## 8119       mariapz01
## 8120    starryjoyjoy
## 8121        hopexxoe
## 8122 bangtan_stars_7
## 8123        vrisscat
## 8124     sugalysious
## 8125     FungNaiyana
## 8126   jennieitgerll
## 8127         koobun7
## 8128      krisscamb_
## 8129     cakee_waltz
## 8130    Hey_its_bee_
## 8131   EmberSkeleton
## 8132        cettnamv
## 8133  chimmychimm133
## 8134    aareumdawo__
## 8135        owlstare
## 8136  SakuraChanMOTC
## 8137  decalcomaniabe
## 8138       Lovenam71
## 8139        mshiluvs
## 8140     4fflictions
## 8141   meiaitanniess
## 8142   ccryforjikook
## 8143     Soshistans1
## 8144        Andykihh
## 8145 mooooooonchild7
## 8146     jeonsshines
## 8147      tyun13_txt
## 8148         PJKKTLI
## 8149 ot7_purplegirl_
## 8150 interludeewings
## 8151   jinieskidding
## 8152    hongcookie94
## 8153 Estrell14161687
## 8154       sourmiroh
## 8155        2b11untz
## 8156      iluvuVmimi
## 8157   melbourneasap
## 8158  outsp0ken_free
## 8159      ArmyBgang7
## 8160    MonbebeLucia
## 8161     JinArmyBell
## 8162     christincau
## 8163         10_04ww
## 8164         njngays
## 8165   moon7btsptwfa
## 8166   MMilagros0213
## 8167   junseokclouds
## 8168  MyDaeguBoySwag
## 8169      chagrinbts
## 8170       YoonjiC93
## 8171     PaulitaYNWA
## 8172          jjkevi
## 8173         naenciy
## 8174  rebecca_sunder
## 8175      Houseof613
## 8176      namgistory
## 8177 MarooMySunshine
## 8178       BTSandBST
## 8179 Chimchim1362013
## 8180 RenatoCastroCo4
## 8181        cettnamv
## 8182       nyunjiver
## 8183      KOOKIEVRSE
## 8184      Lavieenviv
## 8185   ieatdanceline
## 8186    stickiinotez
## 8187       kia0530_2
## 8188 Montser37362636
## 8189   jooniebear994
## 8190        poanerji
## 8191        KiraneyB
## 8192          jheth9
## 8193        vntetthv
## 8194        Ti7JYNHT
## 8195   TaegooVkarma7
## 8196    dailyjoonose
## 8197      justhim247
## 8198   jooniebear994
## 8199     chadchaYAYA
## 8200      Gih_Mochii
## 8201 lovestayaccbook
## 8202      domdom_twt
## 8203 Formula1FanGirl
## 8204           PCDKG
## 8205 thepassingsoul7
## 8206     f4iryhyp3n_
## 8207      lifeisgeci
## 8208         enya_fl
## 8209     ind66768622
## 8210     laitgirlisa
## 8211   SkullhongTata
## 8212        wlwgaara
## 8213     6lavk_candy
## 8214      cry_should
## 8215 RUBY_anu7777777
## 8216   moonchildslow
## 8217   forbiddenson3
## 8218    seonghwalove
## 8219       RMel_joon
## 8220         eposty2
## 8221      ddaengyeon
## 8222       BESST_day
## 8223  army_intheseom
## 8224 bangtan_stars_7
## 8225        cettnamv
## 8226      VarshaKook
## 8227 Formula1FanGirl
## 8228     deobis_exol
##                                                                                                                                                                             text
## 1                                                                                                                                   RT @Eleeeeez: 2022 is the worst year of kpop
## 2                                                                                 RT @kimwowbaby: kpop peaked here i'm afraid, she will never be beaten\nhttps://t.co/xylhAoBHE8
## 3                                   RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 4                                   RT @harreylovesbts: @Koreaboo Taeyang is his inspiration growing up since jimin was only a kid then. There is no competition since they bel…
## 5                                 RT @NewJeansCharts: .@UPROXX has selected ‘New Jeans’ as one of the Best K-Pop Albums of 2022!🔥\n\n“NewJeans were newcomers that became overn…
## 6                                                                                  RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 7                                    RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 8                                                       RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV
## 9                                              RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 10                                                                                       RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 11                                  RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 12                                  RT @HALLYUIL923: You HALLYU chingu Ezra didn't want to miss out on Day 2 of Be You 2 that she flew to Manila to cheer for her love Changmin…
## 13                                   RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…
## 14                                  RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 15                                                                    RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 16                                                 RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 17                                                    RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 18                                             RT @Only7empest: [221208] DRAGON - ending fairy SIMPLY KPOP CON-TOUR #TEMPEST #템페스트 #TPST #テンペスト https://t.co/q1V37N7SIW
## 19                                                                                                                         RT @fairyofhee: being a kpop stan in italy sucks istg
## 20                                   RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 21                                                                                             RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 22                                   RT @supportasahi: I have been following kpop for a long time, I strongly disagree with the treatment of knet towards idols.  But I support…
## 23                       RT @i94seo: [🎧] — looking for active edtwt moots !\n\n. . . not new , just moved accts\n— 17 , she her\n— ednos\n— i like reading &amp; kpop \n\n♡ and…
## 24                                                                                             RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 25                                  RT @M_M_Socks: I've already seen so many angry posts demanding statements, info, and legal action from SM. Part of the kpop product is to c…
## 26                                RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 27                                  RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 28                                                                                      RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 29                                RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 30                                   RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 31                                  RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 32                                  RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 33                                                                    RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 34                                  RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 35                            RT @vote4kths: 🚨 [DAILY TASK] ACOTY/MOST LOVED KPOP \n\n🔺Twitter:\n•1 tweet/retweet = 1 social media vote\n\n🔺Facebook: \n•1 FB comment = 5 socia…
## 36                                                                    RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 37                                  RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 38                                  RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 39                                  RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 40                                  RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 41                                                       RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 42                                                  RT @WONSHIESTY: nobody in kpop has ever visualised like they vizualsed as visualizers of the visuals https://t.co/tsqHKcU5Vw
## 43                                  RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 44                  RT @pickit_kpop: #pickit ❌ #김우석 #KIMWOOSEOK\n#キムウソク #金友蓆 #คิมอูซอก #3RD_DESIRE_Reve\n\n[📢] Weekly Update\n@KWS_official_ x @pickit_kpop\n\n📲PICKI…
## 45                                                                                    RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 46                                   RT @jm_jobutopaki: [SKL] proud of myself today kasi i made progress in my thesis, contacted my sources for a paper, had lunch and chikahan…
## 47                                  RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 48                              RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 49                                RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 50                                                                                       RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 51                                  RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 52                                                                                                      RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 53                              RT @cake_x_official: [Teaser] Global #CARAT VLOG for SEVENTEEN's concert tour in Korea\n\nLet's join the journey to meet #SEVENTEEN 🚎\n\n12. 12…
## 54                              RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 55                                  RT @theGuyInNewYork: OK, @KPOPBroadway, if every ticket is sold out through Sunday, any way you would reconsider…and #saveKPOPBroadway? - a…
## 56                                   RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 57                                   RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 58                                RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 59                                  RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 60                                RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 61                                                                                      RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 62                                    RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 63                                   RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 64                                       RT @whatthekpop1: #SuperJunior releases the second MV teaser for 'Celebrate'. #kpop \n\nhttps://t.co/lfHgAxdxJH https://t.co/DiCM92Qy9a
## 65                                                                                                           RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 66                                RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 67                                                    RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 68                     RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…
## 69                                  RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 70                                                    RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 71                                  RT @raplinegold: just watched a video compilation of english speaking people being shocked by kpop idols being fluent in english and the id…
## 72                                                    RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 73                                   RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 74                                                    RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 75                                   RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 76                                  RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 77                                                                                                   RT @psychoseulgi: ae1 is going to make big waves and change kpop me thinks😳
## 78                                    RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 79                                  RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 80                                  RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 81                                                                                       RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 82                                  RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 83                                   RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 84                                                                                   RT @jooheoneater: Kpop stans love to infantilize the Korean public it’s very fucking weird.
## 85                                                    RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 86                                   RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 87                                   RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 88                                 RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 89                                                                                                 RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 90                                                                    RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 91                                                    RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 92                                                    RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 93                                                                    RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 94                                                                                RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 95                                                  RT @WONSHIESTY: nobody in kpop has ever visualised like they vizualsed as visualizers of the visuals https://t.co/tsqHKcU5Vw
## 96                                RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 97                                                             RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 98                                  RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 99                                                                                RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 100                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 101                                      RT @Y3naVing: ·˚♡ — Kpop Thinspo dump  ⋆.࿔˖\n ᝰ for edtwt only ⸝⸝ 🕯️\n\n࣪𓂃 ִִֶֶָָ𓏲࣪-𓂃ˑ𔘓 🦢\n\n🏷️: edtwt thinspo skinnyspo diet workout calories t…
## 102                               RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 103                                            RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 104                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 105                                            RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 106                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 107                                                                            RT @Foivechxn: Imagine people spoke about football the way kpop fans speak about idols and groups
## 108                                                              RT @starfess: Are you one of the people who know this legendary kpop song ?? ❤\n\n-hi\n https://t.co/1rFGxTwJdG
## 109                                 RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 110                                                                                                                RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 111                               RT @deisikseu: Day6 placed 9x in the November 2022 Circle Charts\n\nTwo spots in the Global Kpop Charts + two spots in the digital chart + tw…
## 112                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 113                                                                                   RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 114                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 115                                 RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 116                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 117                                                              RT @starfess: Are you one of the people who know this legendary kpop song ?? ❤\n\n-hi\n https://t.co/1rFGxTwJdG
## 118                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 119                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 120                                 RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 121                 RT @itJIMIN1013: 12.Kpoplife(~12/31)\n\n1&gt;King of Kpop🆘️\nhttps://t.co/lsS89eBIgk\n\n2&gt;KPOP Male Idol\nhttps://t.co/doy8UVLe52\n\n3&gt;KPOP Heartthrob…
## 122                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 123                                                                                       RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 124                        RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 125                                                                                RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 126                               RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…
## 127                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 128                               RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 129                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 130                                 RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…
## 131                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 132                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 133                                  RT @KEB_INTL: [📸] 221209 Kwon Eunbi silver_rain.__ Instagram Update\n\n"@/mubeat_kpop ❄️Kwon Myu Ra's Winter🎄❄️☃️🎄❄️☃️🎄"\n\n(Kwon Myu Ra = Kwon…
## 134                                  RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 135                                                                   RT @ygngg: trade kpop users with me #ygngg #baemon \ns3lling my username @ygngg ideal for a fanbase dm me!
## 136                                                                                                RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 137                           RT @kuyan9: 🌟Who is The King Of KPOP 2022 \n❺位https://t.co/G8HBetRmFz…\n🌟The Best Leader in KPOP 2022\n❸位https://t.co/ref1pOATvU…\n🌟KPOP Heartt…
## 138                                                                                            RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 139                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 140                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 141                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 142                                                                                                RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 143                                 RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 144                                                                                                       RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 145                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 146                                                                                   RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 147                                 RT @gg_WACK: If kpop fans are still confused, a while ago other jpop fans were also confused (we stole one of their girls) so we wrote this…
## 148                                 RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 149                                 RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 150                                 RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 151                               RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 152                          RT @jiminluv1365244: 12.KpopLifes☆(~12/31)\n\nKing of Kpop 🆘️\nhttps://t.co/7NDJc1CuV2\n\nBest KPOP Male Idol\nhttps://t.co/Pbyx6xb0SL\n\nKPOP Hear…
## 153                               RT @inseongwifeu: (Recorder🎥: @naomiksor )\nHere’s my take on \n🔒 #BACKDOWN 🦶\n#kpop #backdown_challenge #P1Harmony #P1H #piwon #P1ECE #SETIN…
## 154                                                 RT @WONSHIESTY: nobody in kpop has ever visualised like they vizualsed as visualizers of the visuals https://t.co/tsqHKcU5Vw
## 155                          RT @jiminluv1365244: 12.KpopLifes☆(~12/31)\n\nKing of Kpop 🆘️\nhttps://t.co/7NDJc1CuV2\n\nBest KPOP Male Idol\nhttps://t.co/Pbyx6xb0SL\n\nKPOP Hear…
## 156                                 RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 157                             RT @mjfelipe: Catch our interview with KPop group ENHYPEN on how much they appreciate their Filo Engenes, learning words like 'pogi' &amp; 'mah…
## 158                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 159                                  RT @KEB_INTL: [📸] 221209 Kwon Eunbi silver_rain.__ Instagram Update\n\n"@/mubeat_kpop ❄️Kwon Myu Ra's Winter🎄❄️☃️🎄❄️☃️🎄"\n\n(Kwon Myu Ra = Kwon…
## 160                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 161                               RT @jungcookie_twt: 12/09/22\n\nTo my first love, the GODS and OG KINGS of Kpop @TVXQ Thank you for completing my fangirl heart. 🥰 Witnessing…
## 162                                                                                                RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 163                                 RT @yowskzitzy: I was just playing a fashion dress up game and this pop up. I SHOUTED "WTF YEJI??" It's her Loco outfit. Then i look at the…
## 164                                 RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 165                                                                       RT @joimee24: Received my Arena Magazine today   @Kpop_Ninangs Thank you po! 🥰 https://t.co/BSKF3CWw0M
## 166                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 167                                 RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 168                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 169                                 RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 170                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 171                                                                                                       RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 172                                 RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 173                                 RT @HALLYUIL923: You HALLYU chingu Ezra didn't want to miss out on Day 2 of Be You 2 that she flew to Manila to cheer for her love Changmin…
## 174                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 175                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 176                                  RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 177                                 RT @ohmsbff: idk why it always ends up as an argument between “solo stans” which btw i hate the word so so much since they’re not a group s…
## 178                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 179                             RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 180                                  RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 181                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 182                                                                                RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 183                                RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 184                                                                      RT @itsmesexylui: Unboxing Day! Thank you so much @Kpop_Ninangs  #BudolniNinang https://t.co/ygbyF5tkxY
## 185                               RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 186                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 187                                                                                                          RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 188                                 RT @lalalisaM_327_: Lisa is included in the list of the top 50 most followed Instagram in the world, and Lisa is the only KPop artist on th…
## 189                            RT @AllForCHS: #rienmails ~ 💌\n\nhello, @Kpop_Ninangs!! my albums are here na po!! waahhh!! thank you so so much, ninangs!! &lt;33 smooth lang n…
## 190                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 191                                RT @daybysunlight: my treasure arena magazine finally came home!! ❤️🤩\n\ntysm @Kpop_Ninangs for the smooth and fast transaction!! 🥰 https://t…
## 192                               RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 193                               RT @nmixxpics_: Jinni trained for SEVEN years and she even stopped her school to focus on her career and finally debut with NMIXX\n\nshe alwa…
## 194                            RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 195                                                                                                       RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 196                                 RT @myriadofstars: I feel like Mirotic and its fanchant in particular is the oral traditional of the Kpop community that gets passed down f…
## 197                                RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 198                                                                                                RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 199                                                                                                  RT @psychoseulgi: ae1 is going to make big waves and change kpop me thinks😳
## 200                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 201                             RT @pjhoonism: happy mail 𓏔 ✶\n\nArena Homme magazine has finally arrived. Thank you so much po @Kpop_Ninangs 🥹 \n\n#BudolniNinang https://t.co…
## 202                                                RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 203                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 204                                                                                                                RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 205                           RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…
## 206                                       RT @x_chaee: Arena Homme+ x TREASURE came home today!💎🖤 Thank you so much po @Kpop_Ninangs 🫶\n\n#BudolniNinang https://t.co/spDSZz2Zz8
## 207                             RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 208                                 RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…
## 209                           RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…
## 210                               RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 211                               RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 212                                                    RT @meow_harley: Received ARENA MAG from: @Kpop_Ninangs\n#BudolniNinang \n\nThank you so much Po! https://t.co/jWoY8VRp9G
## 213                       RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…
## 214                           RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…
## 215                           RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…
## 216                           RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…
## 217                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 218                                RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…
## 219                                                   RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 220                           RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…
## 221                               RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 222                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 223                                 RT @_trsrM: Our albums have arrived. Thank you for the safe packaging! Thank you as well for the affordable prices of the album, for the sm…
## 224                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 225                           RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…
## 226                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 227                               RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 228                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 229                                                                                         RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 230                           RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…
## 231                                                                                                             RT @wheeinji: @kpopsapphic ace of kpop \nhttps://t.co/SjwFsu8BjS
## 232                                                                                                      RT @juhaksupremacy: done with kpop bc wtf this year has been a hot mess
## 233                                 RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 234                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 235                           RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…
## 236                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 237                                                                                   RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 238                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 239                           RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…
## 240                                 RT @babyblueorange: no bc like i really believe they think that after the interview, no one's filming anything, and then they do this and b…
## 241                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 242                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 243                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 244                RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 245                                                                RT @Ktwt_: IN CASE Y’ALL FORGOT THESE CRUMBS EXIST. STOP TWISTING STORIES. #andTEAM_K https://t.co/YWLRmMtD3O
## 246                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 247                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 248                                RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 249                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 250                        RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 251                                 RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants "ddiung,…
## 252                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 253                                                                                                           RT @nmixxpics_: NMIXX WILL ALWAYS BE SEVEN https://t.co/CEdVIf78Zk
## 254                                RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 255                                                                                     RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 256                                 RT @lalalisaM_327_: Lisa is included in the list of the top 50 most followed Instagram in the world, and Lisa is the only KPop artist on th…
## 257                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 258                                                                                                                 RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 259                                                RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 260                                                                                                                  RT @yeospurr: damn kpop stans really view ateez as a threat
## 261                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 262                                 RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 263                             RT @FurryGintan: Tiger Fursuit Dancer covered MAMAMOO-ILLELLA\nHope Hwa sa can see this🥰\n#KPOP #MAMAMOO #ILLELLA #Gintan #银碳 #HwaSa https://…
## 264                                 RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 265                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 266                                 RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 267                                 RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 268                                  RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 269                             RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 270                                 RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 271                                RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 272                                  RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 273                                                                                                RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 274                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 275                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 276                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 277                                 RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 278                      RT @aerisshop: welcome to @aerisshop ~\n\npremium accs\nload to gcash trades\npautang service\nbuy n sell phones\n\ndm me to avail &lt;3\n\nt. wts lfb…
## 279                                  RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 280                           RT @hyunsoo_j0916: More press coverage for our boys this week! \n\n✨9 Best Kpop Debuts of 2022 (Pinkvilla): https://t.co/tdzVPsZOAt\n\n✨Lines i…
## 281                                RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 282                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 283                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 284                               RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 285                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 286                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 287                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 288                RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 289                               RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 290                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 291                               RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…
## 292                                                     RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 293                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 294                                 RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…
## 295                               RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…
## 296                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 297                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 298                                                                                                     RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 299                        RT @p1hits: keeho watches kpop 4th gen vocal analysis on youtube to see if he's there, he is so real 😭🤣 \n\n#P1Harmony #피원하모니 #기호 https://t.c…
## 300                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 301                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 302                                                                                                RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 303                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 304                                 RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 305                                                                                                       RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 306                                                                RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 307                             RT @nSSign_fan: Honestly the best surprise ever in  K-pop audition program \n\n#kpop #nSSign #loveshot #EXO \n#audition #Dance #fypシ https://t…
## 308                                                     RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV
## 309                                                                                                RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 310                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 311                                                                                                       RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 312                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 313                               RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 314                                                                                       RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 315                                 RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 316                                                                                RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 317                                 RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…
## 318                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 319                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 320                                RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 321                                 RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…
## 322                                 RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…
## 323                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 324                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 325                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 326                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 327                                                                          RT @130613fate: Kiss my A$$ kpop stans &amp; the ones  blabbering on tiktok https://t.co/KmIHNIL4DP
## 328                                 RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 329                             RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 330                              RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 331                                                                                                          RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 332                                RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 333                                                                                   RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 334                                                                                                     RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 335                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 336                                 RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…
## 337                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 338                                   RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 339                               RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 340                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 341                                 RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…
## 342                                                                            RT @n1chochill: Perfect example of the \n“I like pancakes”\n“So you hate waffles??!” Conversation
## 343                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 344                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 345                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 346                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 347                                RT @neonlii: another thread of kpop meanspo i found on twt and pinterest that makes me laugh \n\n🏷️ edtwt edtwtthread meanspo https://t.co/ul…
## 348                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 349                                 RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 350                                   RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 351                              RT @DestinationPre1: 🎁SPECIAL GLOBAL DEBUT🎁\n#DestinationPre1 #Special_Global_Debut\n\n—————————————\n#Shazam #SonyMusic_Kpop #weverseofficial…
## 352                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 353                                                                       RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 354                                   RT @jinakgay: dont yall find it weird how kpop stans use mandatory military enlistment as a drag and it is always targeted to seokjin like
## 355                                                 RT @WONSHIESTY: nobody in kpop has ever visualised like they vizualsed as visualizers of the visuals https://t.co/tsqHKcU5Vw
## 356                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 357                               RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 358                                                                                                                     RT @aescentre: best face in kpop https://t.co/P1oYFqE0Vj
## 359                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 360                                                              RT @starfess: Are you one of the people who know this legendary kpop song ?? ❤\n\n-hi\n https://t.co/1rFGxTwJdG
## 361                                 RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…
## 362                               RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 363                              RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 364                                 RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 365                                                      RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 366                                 RT @whatthekpop1: #ASTRO's #MOONBIN_SANHA unit unveils #Sanha's first set of concept photos for their 3rd mini album 'Incense'. #kpop https…
## 367                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 368                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 369                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 370                                                   RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 371                                                RT @madefor_en: reiley, an america singer said that the kpop artist he wants to collab with is jake!  https://t.co/FiL98j13Wa
## 372                                                                                                RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 373                                                                                                                  RT @yeospurr: damn kpop stans really view ateez as a threat
## 374                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 375                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 376                                 RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…
## 377                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 378                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 379                                                                                     RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 380                                 RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 381                               RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…
## 382                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 383                                                                                                     RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 384                                            RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 385                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 386                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 387                                                                                                RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 388                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 389                             RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 390                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 391                                                                  RT @nazsneak: Taeyang being one of the best vocalists in kpop so you guys have fun! https://t.co/Wq1ynpsJMk
## 392                                                                   RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 393                                                                                                RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 394                                                                        RT @liIy4eva: this might just be the most cursed kpop collab stage in history https://t.co/ybh8en5HmH
## 395                                                                           RT @xiuminonlyfans: good night to my emotional support kpop boy xiumin 🥺🫶🏻 https://t.co/kbCcvTAUtp
## 396                                                                                                     RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 397                                                                  RT @GD_got_my: So in HISTORY T.O.P will become the first Man/Kpop Artist/Idol/K-rapper/Actor to go to SPACE
## 398                                 RT @lisamanobal_327: • And here comes 'MENTOR LISA' or LISA Laoshi of YWY on #JENNIE plus cutest and coolest moments with #ROSÉ, This clips…
## 399                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 400                                                                                   RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 401                                                                                    RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6
## 402                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 403                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 404                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 405                                RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 406                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 407                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 408                                 RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…
## 409                                             RT @SerieTV46: "RUN BTS" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams.
## 410                                                                                     RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 411                               RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…
## 412                                                                                                                                         RT @stopkmpls: BTS bigger than kpop.
## 413                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 414                                                                                   RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 415                                  RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…
## 416                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 417                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 418                                                RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 419                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 420                               RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 421                                 RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 422                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 423                RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 424                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 425                               RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 426                                 RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 427                           RT @UPROXX: 🔥 #PIXY (@official_pixy) - 'Reborn'\n\nPIXY, a 5-piece ensemble, thrive &amp; take pride in bringing dark pop into K-Pop, as they shi…
## 428                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 429                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 430                                 RT @DokiMBB: Because VLive will close soon, let me remind you the best VLive in kpop history, after this live kpop wasn't the same anymore.…
## 431                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 432                             RT @joysooyoungpics: [VIDEO] JOY 'Birthday' Fancams Playlist💚\n\nMake sure to watch, like, comment, and share all of Joy's fancams!\n\n👉https:/…
## 433                                 RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…
## 434                             RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 435                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 436                               RT @inseongwifeu: (Recorder🎥: @naomiksor )\nHere’s my take on \n🔒 #BACKDOWN 🦶\n#kpop #backdown_challenge #P1Harmony #P1H #piwon #P1ECE #SETIN…
## 437                                                                                                      RT @kthvord: #1 super villain of kpop (updated) https://t.co/5J07roUGXm
## 438                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 439                                                                                        RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH
## 440                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 441                                                                                RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 442                                                                                                                RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 443                                RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 444                                                                                                          RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 445                                                   RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 446                                                                                                       RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 447                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 448                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 449                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 450                                 RT @liastwerk: the bullying in kpop needs to stop, y’all are making artist lose their passion and dedication for music with the terrible co…
## 451                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 452                          RT @jiminluv1365244: 12.KpopLifes☆(~12/31)\n\nKing of Kpop 🆘️\nhttps://t.co/7NDJc1CuV2\n\nBest KPOP Male Idol\nhttps://t.co/Pbyx6xb0SL\n\nKPOP Hear…
## 453                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 454                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 455                           RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 456                                               RT @jeans_0901: @reikkomia done. \nshe's the real evil act of kpop for sure. Yet, somehow, it's kakao that's getting more hate
## 457                                                 RT @Jacksepticeye: SURPRISE!! Jack Black will be showing up for Thankmas as well, I’m freaking out!! https://t.co/5FEOhN25Q7
## 458                                 RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 459                                            RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 460                    RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…
## 461                                                             RT @jihyocrop: bts // for youth proof live performance (3:05 timestamp)\nkpop cropped mv https://t.co/MdGXKZTbJC
## 462                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 463                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 464                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 465                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 466                                 RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 467                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 468                                                      RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 469                               RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 470                               RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…
## 471                                   RT @filmsbygays: all they gonna see in my camera roll is a bunch of screenshots of alba baptista and kpop idols 🤷🏻‍♀️  https://t.co/gPpUj8F…
## 472                             RT @fae_______: “BIGBANG are not known outside Korea”\n\n1. I’m a US VIP\n2. Still Life entered top 5 iTunes USA\n3.Rolling Stone, Time Out, Ny…
## 473                                                                                RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 474                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 475                                 RT @d_pow414: I’m still WTS my ONEUS ticket for the Atlanta concert. I can no longer go and need it gone. Selling for $80, which is a bit l…
## 476                             RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 477                                                                                                                 RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 478                                  RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 479                             RT @Daily_JK97: 📊 Jungkook reached a NEW PEAK of 22,014,347 Monthly Listeners &amp; currently the highest Kpop Soloist on Spotify, gaining 238,…
## 480                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 481                                                                                                                RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 482                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 483                                                     RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 484                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 485                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 486                                                                                   RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 487                                                                                RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 488                             RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 489                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 490                                RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 491                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 492                                                                                              RT @ywnloops: the BEST rap in the entire kpop industry. https://t.co/qAAyH1ysCl
## 493                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 494                                  RT @tenderyv: hey fantasy or anyone attending sf9 show in LA. i will be selling kpop albums WITH INCLUSIONS for $15 each. all of them come…
## 495                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 496                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 497                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 498                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 499                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 500                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 501                                 RT @IoveIyjaeyun: reiley an american singer mentioned #JAKE in his question " if you would like to collab with any other kpop idols ? if so…
## 502                                 RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 503                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 504                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 505                             RT @amethystgrp: Crown - txt \n\nTeaser | cover by amethyst\n\n#txt #crown #Beomgyu #SOOBIN #heuningkai #Taehyun #Yeonjun #cover #kpop #covergr…
## 506                                  RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 507                                                                                                            RT @bobvids: LET HIS ENERGY GIVE YOU LIFE https://t.co/UT0P5VtWfV
## 508                                                                                                                RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 509                             RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 510                                 RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 511                                                      RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 512                              RT @Daily_JK97: 📊 “Left and Right” has surpassed 414M streams on Spotify on its 167th day, the fastest song by Kpop &amp; Korean soloist to do…
## 513                                 RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 514                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 515                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 516                                                                 RT @Kimchristine15: Everyday Jigirl's struggles...\n🥹\n#jichangwook #KPOP #beautiful https://t.co/RIUGfZrOnv
## 517                                                                                                       RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 518                              RT @DestinationPre1: 🎁SPECIAL GLOBAL DEBUT🎁\n#DestinationPre1 #Special_Global_Debut\n\n—————————————\n#Shazam #SonyMusic_Kpop #weverseofficial…
## 519                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 520                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 521                               RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 522                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 523                                                                                   RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 524                                 RT @nexuswidow: how do kpop stans manage to make everything about kpop… like what do you mean Blackpink is the reason why Brazil got elimin…
## 525                                                                                                          RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 526                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 527                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 528                               RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 529                             RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 530                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 531                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 532                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 533                                                                                                      RT @omorihate: moonbin truly is one of the best male performers in kpop
## 534                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 535                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 536                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 537                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 538                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 539                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 540                               RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 541                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 542                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 543                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 544                               RT @chenji_diary: "are you tired? cheer up!" \n"are you scared? it's okay, hyung will protect you!"\n"don't give up on me, i'll end up gettin…
## 545                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 546                                                                                                 RT @anjheelee: thank you for my kpop boys, universe! https://t.co/TmqaIB5pxH
## 547                                         RT @billlie__love: Kpop being weird these day like there ton short youtube in my tl about "Leak information from sasaeng part nth" 😒
## 548                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 549                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 550                               RT @ysljks: reminding everyone that @BTS_twt \n\n• FIRST kpop group to cover time magazine\n• FIRST kpop group to be named entertainer of the…
## 551                               RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 552                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 553                             RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 554                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 555                                            RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 556                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 557                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 558                             RT @sportbible: Croatia. Population 3.9 million. \n\nWorld Cup final 2018. World Cup semi final 2022. \n\nTake. A. Bow. 🇭🇷 https://t.co/AaltkqS…
## 559                                 RT @MyBias_Gyu: How many more artist should be aware about how you treat their fans, @livenationph? Every minute you're losing your busines…
## 560                                                      RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 561                                 RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 562                                                                                              RT @ywnloops: the BEST rap in the entire kpop industry. https://t.co/qAAyH1ysCl
## 563                                                                                   RT @PapayaPanic: I can’t believe Block B is coming back to save kpop Omg I legit screamed.
## 564                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 565                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 566                                                                                   RT @jellyOT9: and this is why boa will always be the queen of kpop https://t.co/7SrnjHqZGQ
## 567                               RT @NewJeansCharts: .@UPROXX has selected ‘New Jeans’ as one of the Best K-Pop Albums of 2022!🔥\n\n“NewJeans were newcomers that became overn…
## 568                                                                                       RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 569                             RT @milseum: hi !! i'm lee, new to #studytwt #studytwtph and i'm looking for mutuals and bffs ^ ___ ^  let's be friends &lt;3 \n\n☁️ she/they, 0…
## 570                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 571                                RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 572                               RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…
## 573                                 RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 574                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 575                        RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 576                                RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 577                                 RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 578                                                            RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 579                                   RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 580                                  RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…
## 581                               RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n"Key understood the assignment, and aced it with h…
## 582                           RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 583                                 RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 584                                                                           RT @xiuminonlyfans: good night to my emotional support kpop boy xiumin 🥺🫶🏻 https://t.co/kbCcvTAUtp
## 585                                                      RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 586                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 587                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 588                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 589                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 590                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 591                                                                   RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 592                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 593                                                                                     RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 594                                 RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 595                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 596                                                                                                  RT @psychoseulgi: ae1 is going to make big waves and change kpop me thinks😳
## 597                                  RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 598                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 599                                  RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 600                                                                  RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 601                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 602                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 603                               RT @SerieTV46: Top 15 most streamed song by Kpop Artist on Spotify of 7 December 2022:\n\n#JUNGKOOK, #RM, @BLACKPINK, @le_sserafim, #JIN, @Ne…
## 604                            RT @vonzlends: 🍡 :: lending service open • 12.10\n\n— ₱500 max for new : flexi for trusted \n— 1-2 days dop\n— 13% per day rates \n— vv selectiv…
## 605                    RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…
## 606                                                      RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 607                                                                                   RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 608                               RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 609                                                                                                                 RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 610                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 611                           RT @nksunbaem: ni-ki with K on the phone\n\nni-ki congratulated K and &amp;team for their debut showcase. K greeted ni-ki a happy birthday. He al…
## 612                                 RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 613                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 614                                                     RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 615                                                                  RT @squiddey02: What did us Floridians do to the kpop industry that they have to leave us out of everything
## 616                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 617                                 RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…
## 618                                 RT @Honey06_13: @iridescencemyg When other famous Kpop idols have gone, other soldiers would try to take secret pictures or videos and sell…
## 619                              RT @virionkisei: 🎧 Covered some Kpop wuuut 🎧\n\n"I'm glad you're resting and taking care of yours-"\nYou don't understand, if I'm not producti…
## 620                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 621                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 622                               RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…
## 623                                                     RT @SerieTV46: "Shut Down" by @BLACKPINK it's the most viewed Kpop Group MV in last 24 hours on Youtube with 1.4M views.
## 624                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 625                                                     RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 626                               RT @AROYALPITCH: I don’t know who might need to hear this but I have read all the pjo books outside of toa and further. \n\nI’m well aware th…
## 627                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 628                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 629                                 RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 630                                                                                                RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 631                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 632                             RT @KpopWithV: Holiday #KPOP Album Giveaway \n[Open to 🇺🇲🇨🇦]\n\n1. What's your favorite kpop moment/release/project from 2022\n2.Which album wo…
## 633                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 634                                 RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 635                                 RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 636                                                                                     RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 637                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 638                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 639                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 640                                 RT @BTSEMPIRES: Indigo and Jack in the box are the Top2 highest critically acclaimed albums by Kpop/Korean soloists on Metacritic 🔥 https:/…
## 641                               RT @ParkBomBuzz: Grand Wave Kpop Music Festival has been finally rescheduled to January 14th, 2023! \n\nIt was initially put on hold due to t…
## 642                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 643                                                      RT @kpophappenings_: when that kpop boy surprised his younger sister by going to their home country without her knowing
## 644                             RT @XiuVotingsGuide: Update OnceAweekMFM Kpop Top 3 Songs\n\n#XIUMIN_BrandNew 7th week at top 1! 🥳\n\nThe song will be played between 1am-3am k…
## 645                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 646                               RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 647                             RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 648                           RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…
## 649                                                                                              RT @subinpalette: #subin: best glow up in kpop history. https://t.co/ztzfgKxBZo
## 650                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 651                               RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 652                               RT @NewJeansCharts: .@UPROXX has selected ‘New Jeans’ as one of the Best K-Pop Albums of 2022!🔥\n\n“NewJeans were newcomers that became overn…
## 653                          RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…
## 654                                                                   RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 655                               RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 656                               RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…
## 657                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 658                                                            RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 659                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 660                        RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 661                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 662                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 663                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 664                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 665                                RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…
## 666                                 RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 667                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 668                                                                  RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 669                                 RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 670                                 RT @jennyhanx: LET ME INTRODUCE YOU KPOP WORLD OUR VERY HANDSOME CEO CHOI SEUNGHYUN A.K.A #TTTOP FROM #BIGBANG @YG_GlobalVIP https://t.co/r…
## 671                                   RT @zhellllllllllll: #lapillus included in kpop rising of #spotify … 🔥🔥🔥\n\n#lapillus #라필루스 #GRATATA #그라타타 https://t.co/X3DqQzWCAh
## 672                                 RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 673                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 674                               RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…
## 675                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 676                             RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 677                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 678                        RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 679                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 680                         RT @taetaevoting_jp: ❤︎ テテDaily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1QYrh\n▶︎ https://t.co/iw7S3kMCn3\njuice\n▶︎ https://t.co/0k65503ogj\nK kpop\n▶︎…
## 681                                              RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP
## 682                         RT @taetaevoting_jp: ❤︎ テテDaily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1QYrh\n▶︎ https://t.co/iw7S3kMCn3\njuice\n▶︎ https://t.co/0k65503ogj\nK kpop\n▶︎…
## 683                RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 4\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…
## 684                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 685                RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 3\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…
## 686                                 RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 687                RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 2\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…
## 688                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 689                    RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…
## 690                                 RT @liastwerk: the bullying in kpop needs to stop, y’all are making artist lose their passion and dedication for music with the terrible co…
## 691                                                                                                         RT @aexorator: Kpop is really kpop right now https://t.co/nakuihuDZH
## 692                               RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 693                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 694                               RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 695                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 696                                  RT @curtispatricia7: #V is first Korean KPop soloist to have 2 songs stream over 200,000,000 each Spotify. Christmas Tree is also the most…
## 697                                  RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…
## 698                                                                              RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop
## 699                                 RT @LelianaKep1: @allkpop When JYPE terminated her contract so suddenly without given any proper explanation did they seriously expect kpop…
## 700                RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 1\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…
## 701                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 702                                 RT @Rey26982194: [📰] Seunghee guessing every move but still pulling through,Yujin smiling every step,Seungyeon improvising but still ate,So…
## 703                                 RT @HALLYUIL923: You HALLYU chingu Ezra didn't want to miss out on Day 2 of Be You 2 that she flew to Manila to cheer for her love Changmin…
## 704                                                                                   RT @jellyOT9: and this is why boa will always be the queen of kpop https://t.co/7SrnjHqZGQ
## 705                                                                                RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 706                                  RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 707                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 708                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 709                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 710                                                                                                RT @Tashal55: (G)I-DLE Spotify Kpop ON story update 🥰 https://t.co/1Qs1KQ2rf9
## 711                                                                                     RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 712                                  RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 713                                 RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 714                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 715                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 716                              RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 717                                 RT @DokiMBB: Because VLive will close soon, let me remind you the best VLive in kpop history, after this live kpop wasn't the same anymore.…
## 718                              RT @Kpopmap: The New Diamonds Of K-Pop - Top 10 Rising Idols Who We Predict Will Be The Next Big Thing 💎\nhttps://t.co/h8OLiEUc2j\n\n#DKZ #Jae…
## 719                                                   RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 720                             RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 721                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 722                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 723                                 RT @Chiara_moomoo: I really hate kpop stans. Why everything is about numbers for y'all? l listen to artists that have been making music the…
## 724                           RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 725                               RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 726                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 727                                 RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 728                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 729                               RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 730                                 RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 731                                                                                                                RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 732                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 733                              RT @DestinationPre1: 🎁SPECIAL GLOBAL DEBUT🎁\n#DestinationPre1 #Special_Global_Debut\n\n—————————————\n#Shazam #SonyMusic_Kpop #weverseofficial…
## 734                               RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 735                                 RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 736                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 737                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 738                               RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 739                                  RT @BroadwayWorld: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathering…
## 740                                 RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 741                               RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 742                                 RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 743                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 744                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 745                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 746                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 747                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 748                                                     RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 749                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 750                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 751                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 752                                 RT @NylonMag: From the warm synths of “On The Way” and the '90s boy band harmonies on “Teddy Bear”  — @NCTsmtown_DREAM gave us pop nostalgi…
## 753                              RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 754                                                                                            RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 755                               RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 756                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 757                                 RT @_kurukaa_: heyy, i'm kinda new in the kpop twt, and i'm tryna find some moots, so yeah :) i stan lots of groups, but skz, ateez, p1h, m…
## 758                                RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…
## 759                                                                                          RT @werepixies: these kpop ticket prices are getting out of hand ima just say that…
## 760                                                                  RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 761                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 762                                 RT @JhopeAImighty_: IU, a kpop veteran, getting shocked about the amount of 'promo' (if we can even call it that), that Jack In The Box got…
## 763                                RT @UNIVERSEITZY: #ITZY has won first place for 'Cheshire' at Music Bank! \n\nThis is their first win for this title so far. Congratulations…
## 764                                 RT @heaventherr: anime mix aesthetic ft fever by ateez, hyouka yuri on ice a silent voice zero two kyoukai no kanata beyond the boundary ba…
## 765                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 766                                 RT @nootcreations: @theqweenizzy @_FinoBB_ i do mostly fan art :^) anime/manga, music/kpop, drag, tv shows, movies, u name it! here's mob (…
## 767                                                     RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 768                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 769                                                                                     RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 770                               RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 771                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 772                                 RT @CelebConfirmed: ICYMI: #BTS’s #RM performed some of the latest tracks from his first solo album #Indigo at the #DiaBeacon art museum in…
## 773                                                                                                       RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 774                               RT @haha_fixon: My brother was watching a new anime and he texted me all excited “watch this anime is good and ateez sing the intro”\n\nMe ho…
## 775                                                                                       RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 776                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 777                                                                                RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF
## 778                                 RT @liastwerk: the bullying in kpop needs to stop, y’all are making artist lose their passion and dedication for music with the terrible co…
## 779                                 RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 780                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 781                                RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 782                                                        RT @minjiubunny: everyone saying that 2022 is the worst year in kpop, but we know is the best year for Dreamcatcher 😏
## 783                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 784                                                                                            RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 785                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 786                                            RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 787                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 788                                 RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…
## 789                                                                                     RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 790                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 791                                                RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 792                                RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 793                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 794                               RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 795                              RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 796                             RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 797                                 RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants "ddiung,…
## 798                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 799                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 800                                RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 801                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 802                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 803                                RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 804                                                                                                RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 805                                                RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 806                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 807                                                                                RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 808                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 809                                                       RT @legendarysisiw: @bangtancookiee whatta joke. 🥴 taeyang has the best vocals in kpop fr. \n\nhttps://t.co/n5jtn65Kdf
## 810                                                                                     RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 811                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 812                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 813                                 RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…
## 814                                 RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…
## 815                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 816                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 817                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 818                                 RT @starrymya: of course kpop twt will only focus on the negative when it comes to everglow. where were yall when they had not just one but…
## 819                                 RT @likearoyaI: i was a blink back when bp debuted and seeing the way kpop fans treat ive.. it’s literally the same thing word for word bar…
## 820                                                                                            RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 821                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 822                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 823                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 824                                                                 RT @newjified: kpop girl that can pull off ginger hair the best and why is it haerin https://t.co/ffZ5kBcybL
## 825                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 826                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 827                               RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 828                           RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…
## 829                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 830                                                                                    RT @kunseishu: Happy birthday to the mother of kpop female rapper https://t.co/92jKS3i4sw
## 831                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 832                             RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 833                                RT @producergikwang: 5000 days since gikwang debuted and changed the whole kpop industry\ntruly the most talented and well rounded idol to e…
## 834                                 RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…
## 835                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 836                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 837                                                                                                                     RT @aescentre: best face in kpop https://t.co/P1oYFqE0Vj
## 838                                                RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 839                                 RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…
## 840                                                                                                RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 841                              RT @kkulkyun2609: Since Monsta X comeback is nxt yr &amp; we mbbs really tweet a lot and kpop stans usually drag us into fanwars, how about we…
## 842                              RT @lisamanobal_327: ➖ it's your option to chose on which angle you want on this coming back Pole Dance Lisa. ❤️‍🔥\n\nCOLOGNE LIEBT LALISA\n\n#…
## 843                                                      RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 844                                RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 845                                                                  RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 846                                                                                        RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 847                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 848                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 849                                            RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 850                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 851                                                RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 852                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 853                                RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 854                                  RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 855                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 856                             RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 857                           RT @CHAERYEONG_INTL: [UPDATE] SBS KPOP ZOOM’s weekly magazine\n\n🔗 https://t.co/pjNTo0Q0WN\n\n#채령 #CHAERYEONG #ITZY #ITZY_CHESHIRE @ITZYofficia…
## 858                              RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…
## 859                               RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 860                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 861                                 RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 862                                                                                            RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 863                                RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 864                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 865                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 866                               RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…
## 867                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 868                                 RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 869                                 RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 870                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 871                        RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 872                             RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 873                                                                       RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 874                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 875                               RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 876                                                                               RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 877                               RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…
## 878                                                                                                     RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 879                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 880                                                                        RT @liIy4eva: this might just be the most cursed kpop collab stage in history https://t.co/ybh8en5HmH
## 881                               RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…
## 882                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 883                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 884                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 885                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 886                                 RT @lisamanobal_327: • And here comes 'MENTOR LISA' or LISA Laoshi of YWY on #JENNIE plus cutest and coolest moments with #ROSÉ, This clips…
## 887                                                                                            RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 888                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 889                                                   RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 890                                RT @ForChenUnion: [INFO] Grand Wave Kpop Music Festival in Malaysia will be rescheduled to Jan 14th 2023.\nChen is one of the artist line-up…
## 891                               RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…
## 892                                                                                                RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 893                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 894                                                                                                          RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 895                                  RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 896                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 897                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 898                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 899                           RT @lisamanobal_327: ➖ she is so poise even she just wiping out her sweat, \nQueen things. 👑💗\n\nCOLOGNE LIEBT LALISA\n\n#LISA #MONEY #LALISA #B…
## 900                                                                                                          RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 901                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 902                                 RT @starrymya: of course kpop twt will only focus on the negative when it comes to everglow. where were yall when they had not just one but…
## 903                                   RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 904                RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 905                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 906                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 907                               RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 908                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 909                           RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…
## 910                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 911                                                     RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 912                                 RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants "ddiung,…
## 913                                                   RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 914                                                                                RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 915                                 RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…
## 916                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 917                                                 RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 918                                 RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 919                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 920                                     RT @svtcontents: @pledis_17 📰 SECTOR 17 is on UPROXX's Best K-Pop Albums 2022 List! \n\n🖇️https://t.co/TWl2csgBPx https://t.co/I2vid9v3z3
## 921                                                                                RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 922                                            RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 923                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 924                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 925                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 926                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 927                        RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 928                                  RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 929                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 930                                                                                              RT @hakushotafan: guys in your opinion whats the best song ever created in kpop
## 931                                                                                                  RT @ALEXAsaki: Dong Youngbae is a KPOP blueprint. The idol of your idols. 🙂
## 932                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 933                                  RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 934                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 935                                                                                   RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 936                                 RT @stallseok: y’all it’s normal for artist to take years off of music especially when they have a rush of being worldwide icons like i can…
## 937                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 938                                    RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 939                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 940                                 RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…
## 941                                 RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…
## 942                                 RT @aliciaxcalm: thank you for tonight, it was so amazing @BLACKPINK 💗 i can’t believe i got to see my favorite group live after being a fa…
## 943                                                                   RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 944                                  RT @rize0t7addict: “The Astronaut” by #JIN has officially been credited with the 1x MILLION Certification on Gaon(Circle) for accumulating…
## 945                                                                              RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop
## 946                RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 5\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…
## 947                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 948                                                      RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 949                RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 4\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…
## 950                                                   RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 951                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 952                             RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 953                                                                               RT @retarouvailles: Can we keep as number 1 please? Just until Dec 23  https://t.co/ARpaZTZlSF
## 954                                 RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 955                             RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 956                                                                                                          RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 957                RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 3\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…
## 958                RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 2\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…
## 959                                  RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 960                RT @bg_hynn: Brave Girls 🦖 Minyoung photos for mobile wallpaper ( 9:16 )\n\nPart 1\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#Gir…
## 961                                 RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 962                           RT @kuyan9: 🌟Who is The King Of KPOP 2022 \n❺位https://t.co/G8HBetRmFz…\n🌟The Best Leader in KPOP 2022\n❸位https://t.co/ref1pOATvU…\n🌟KPOP Heartt…
## 963                               RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 964                             RT @honey0sito: I feel like the longer I stay in kpop, the farther I stray from fandoms. Y’all will fight about everything &amp; anything becau…
## 965                         RT @suicride: haiii!! i'm to #studyacc and i'm looking for new moots! \nabout me —&gt;\n✰ call me acha\n✰ she/they; \n✰ INTP\n✰ 9th grade\n✰ music,…
## 966                                                                                       RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 967                                                                                                                        RT @fairyofhee: being a kpop stan in italy sucks istg
## 968                             RT @stopkmpls: Most streamed song by kpop act this year is dynamite, longest charting is L&amp;R,most streamed album by group is proof,most str…
## 969                                  RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 970                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 971                              RT @ToyToy1392: Today's the last day to donate for Kai Day Cupsleeve Event! \n\nDono Link: https://t.co/jonn9N3LU3\nThere's still a time to fu…
## 972                                 RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 973                                 RT @sunjayist: hello! this is not kpop related but if anyone’s interested, my friend is selling fanmade access cards for love on tour manil…
## 974                                 RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 975                               RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 976                                 RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 977                                 RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 978                                                                                                       RT @sourdohoshy: redefined kpop and everything https://t.co/bknRAy2ES6
## 979                              RT @koreatimescokr: #BTS leader #RM's solo album puts spotlight on late artist Yun Hyong-keun  \n#solo #kpop #Indigo #newalbum\n\nhttps://t.co…
## 980                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 981                          RT @jiminluv1365244: 12.KpopLifes☆(~12/31)\n\nKing of Kpop 🆘️\nhttps://t.co/7NDJc1CuV2\n\nBest KPOP Male Idol\nhttps://t.co/Pbyx6xb0SL\n\nKPOP Hear…
## 982                                RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 983                                RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 984                                 RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 985                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 986                                                                                                     RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 987                                 RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…
## 988                                 RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 989                                                                                                                  RT @yeospurr: damn kpop stans really view ateez as a threat
## 990                                                      RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 991                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 992                                            RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 993                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 994                               RT @seoho245: guysss i made something hihi👉🏻👈🏻\nbeen wanting to do this but i cant find one   on pinterest \n\nTOMOON KPOP Profile template🌙🌍…
## 995                                                                   RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 996                               RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 997                                                                                      RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 998                                                   RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 999                 RT @itJIMIN1013: 12.Kpoplife(~12/31)\n\n1&gt;King of Kpop🆘️\nhttps://t.co/lsS89eBIgk\n\n2&gt;KPOP Male Idol\nhttps://t.co/doy8UVLe52\n\n3&gt;KPOP Heartthrob…
## 1000                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 1001                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 1002                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1003                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 1004                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1005                                                                                             RT @poffincals: @staarvuurst ikr same! i hate kpop so much...!worst genre EVER!
## 1006                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1007                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 1008                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1009                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1010                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 1011                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1012                                                                                                  RT @bngpinkloops: #BLACKPINK #BTS bigger than kpop https://t.co/daaUv1U9R4
## 1013                                RT @dalsogucci: Watching videos on recent concert etiquette nowadays. At least it isn't just Orbits/Kpop stans like it's universal that y'a…
## 1014                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1015                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1016                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1017                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1018                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1019                                 RT @blktingz: hiii I'm looking for more blk kpop mutuals. Other than that I also want Flo stans, Barbz, Hotties and Spice Cabinet mutuals.…
## 1020                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 1021                        RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…
## 1022                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 1023                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 1024                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1025                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1026                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 1027                           RT @309KTYSS: NYLON lists Taeyeon’s INVU as one of 'The Best K-POP Albums of 2022' 🏹\n\n🔗 https://t.co/XfMI4CaZEU\n#Taeyeon #태연 #INVU @TAEYEON…
## 1028                                                                                   RT @kunseishu: Happy birthday to the mother of kpop female rapper https://t.co/92jKS3i4sw
## 1029                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1030                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 1031                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1032                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1033                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1034                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 1035                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1036                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1037                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1038                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1039                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1040                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1041                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1042                                 RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 1043                                                    RT @timebalms: this is literally still the funniest thing i’ve ever seen in my whole entire life https://t.co/Qb83ReKvd6
## 1044                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 1045                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1046                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 1047                                                                                     RT @evanmaltby: 🚨 I have a ticket to tonight's KPOP (8pm) I can no longer use! DM me? 🚨
## 1048                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 1049                                 RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…
## 1050                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 1051                            RT @stopkmpls: Most streamed song by kpop act this year is dynamite, longest charting is L&amp;R,most streamed album by group is proof,most str…
## 1052                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 1053                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 1054                                                                  RT @thankfulforchan: chan saw how exhausted jeongin got and he tried to hold him 😢 https://t.co/amvZSmD2da
## 1055                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 1056                                RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…
## 1057                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1058                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1059                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 1060                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 1061                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1062                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 1063                                RT @stallseok: y’all it’s normal for artist to take years off of music especially when they have a rush of being worldwide icons like i can…
## 1064                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 1065                                RT @BangkokPostNews: #YUTA of @NCTsmtown_127 promises today that the band will leave their fans with unforgettable memories on their return…
## 1066                                                                                                              RT @TrueBadAsh: Ugh I love living in a world where kpop exists
## 1067                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1068                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1069                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1070                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1071                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1072                                                                                   RT @kunseishu: Happy birthday to the mother of kpop female rapper https://t.co/92jKS3i4sw
## 1073  RT @itsLIVEofficial: &lt;COMING UP NEXT&gt;\n#원호 - #CRAZY &amp; #on_on\n#WONHO - Crazy &amp; On &amp; On\n@official__wonho\n\n#잇츠라이브 #KPOP #itsLive https://t.co/y…
## 1074                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 1075                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1076                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 1077                     RT @aerisshop: welcome to @aerisshop ~\n\npremium accs\nload to gcash trades\npautang service\nbuy n sell phones\n\ndm me to avail &lt;3\n\nt. wts lfb…
## 1078                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 1079                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 1080                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 1081                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 1082                                RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 1083                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 1084                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1085                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 1086                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1087                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1088                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 1089                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 1090                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 1091                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1092                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 1093                                RT @raplinegold: just watched a video compilation of english speaking people being shocked by kpop idols being fluent in english and the id…
## 1094                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1095                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1096                              RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…
## 1097                                RT @stallseok: y’all it’s normal for artist to take years off of music especially when they have a rush of being worldwide icons like i can…
## 1098                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1099                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1100                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 1101                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 1102                                                                RT @newjified: kpop girl that can pull off ginger hair the best and why is it haerin https://t.co/ffZ5kBcybL
## 1103                                 RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 1104                                                RT @WONSHIESTY: nobody in kpop has ever visualised like they vizualsed as visualizers of the visuals https://t.co/tsqHKcU5Vw
## 1105                       RT @kpopidolevents: ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I San D…
## 1106               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 1107                       RT @kpopidolevents: ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I San D…
## 1108                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 1109                              RT @NI_KIGLOBAL: [🗳] 221209 • KPOP Juice \n\nVote for #NI_KI on Kpop juice, a daily popularity ranking for your idols! Get 10 votes free dail…
## 1110                          RT @duckvotes: 🐥KPOPMAP🐥\n\nHAPPY #NI_KI DAY 💜\n\n📌Who is Your Favorite Male Japanese Kpop Idol←⚠️🐥💦\nhttps://t.co/ThLlhVifsm\n\n📌Members Populari…
## 1111                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1112                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 1113                                RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 1114                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1115                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 1116                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 1117                            RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…
## 1118                              RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n"Key understood the assignment, and aced it with h…
## 1119                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1120                                 RT @kpophappenings_: when that kpop boy held a surprise fan meeting, distributed breakfast boxes to fans and asked them not to sit on cold…
## 1121                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 1122                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1123                                RT @LlLlK0l: Ain't my fave who chose to have a kdrama debut before choosing solo debut. That's a downright mega low in IDOL's life consider…
## 1124                                RT @CelebConfirmed: ICYMI: #BTS’s #RM performed some of the latest tracks from his first solo album #Indigo at the #DiaBeacon art museum in…
## 1125                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1126               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 1127                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 1128                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1129                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1130                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1131                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1132                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1133                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 1134                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 1135                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1136                                 RT @VhanChuaRCPC: Chiquita being recognized twice as one of the best kpop songs of 2022 just makes me wish even more that Woollim gave the…
## 1137                                RT @TheFizaHalim: The thing about SEA countries is that kpop is super famous since forever but not everyone can do concerts here. You first…
## 1138                                                    RT @SerieTV46: "Shut Down" by @BLACKPINK it's the most viewed Kpop Group MV in last 24 hours on Youtube with 1.4M views.
## 1139                              RT @moastreams: [221210]\n\nJoin our @scener party today if you can! Host will be hosting 9hrs straight. Let's increase the views even by lit…
## 1140                                                    RT @aydilwakem: how the hell this kpop girl group doesn't have a visual hole? LIKE LOOK AT THEM? https://t.co/9aIgeGxRfB
## 1141                                                                   RT @purki_promoter: BoA Better dance cover by Dosie \n#PURPLE_KISS #kpop #BoA \n\nhttps://t.co/6ZQZvq9ni7
## 1142                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 1143                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1144                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1145                            RT @NylonMag: With the euphoric electro highs of “Forever 1” to the playful R&amp;B of “Seventeen," @GirlsGeneration's first album in five year…
## 1146                                RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 1147                              RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…
## 1148                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1149                             RT @LSSRFMcharts: .@UPROXX named @le_sserafim "FEARLESS" as one of the Best K-Pop Albums of 2022! 🖤🔥\n\n🔗: https://t.co/iSUKbkfvoy \n\n"The EP…
## 1150                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 1151                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 1152                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1153                                RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…
## 1154                                                                                                        RT @khchenleo: chenle carrying kpop industry https://t.co/vJLdJUSk1G
## 1155                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1156                                                                                                                RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 1157                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 1158                                RT @M_M_Socks: I've already seen so many angry posts demanding statements, info, and legal action from SM. Part of the kpop product is to c…
## 1159                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 1160                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1161                              RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…
## 1162                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1163                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 1164                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 1165                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 1166                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1167                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1168                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 1169                                RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…
## 1170                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1171                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1172                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1173                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1174                                            RT @SerieTV46: "RUN BTS" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams.
## 1175                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 1176                                                                                                                RT @99zthink: allen is truly one of kpop’s best all rounders
## 1177                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1178                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 1179                              RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…
## 1180                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1181                          RT @kuyan9: 🌟Who is The King Of KPOP 2022 \n❺位https://t.co/G8HBetRmFz…\n🌟The Best Leader in KPOP 2022\n❸位https://t.co/ref1pOATvU…\n🌟KPOP Heartt…
## 1182                                RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…
## 1183                             RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…
## 1184                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1185                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1186                              RT @JUNGWONGLOBAL: [KPOP JUICE] VOTE JUNGWON ON KPOP JUICE\n\nENGENE's use your free 10 pts today and get free 3 pts when you share it on twi…
## 1187                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 1188                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1189                              RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…
## 1190                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 1191                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1192                                             RT @togejustvibin: MONEY is arguably the most successful song by a KPOP ACT on Germany. That live performance will go INSANE! 🔥
## 1193                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1194                                RT @Kingjunghoseok2: #jhope's '#JackInTheBox' has surpassed 320M streams on Spotify, becoming the fastest ALBUM by a Korean/kpop Soloist in…
## 1195                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 1196                              RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…
## 1197                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 1198                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1199                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1200                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1201                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 1202                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1203                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1204                                RT @HALLYUIL923: You HALLYU chingu Ezra didn't want to miss out on Day 2 of Be You 2 that she flew to Manila to cheer for her love Changmin…
## 1205                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1206                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1207                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1208                              RT @strayshazam: " GOD'S MENU" by @Stray_Kids has now surpassed " 620k shazams.\n\nIt remains the Most Shazamed Song by a 4th Generation Kpop…
## 1209                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 1210                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1211                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 1212                                RT @lisamanobal_327: • LISA was the most searched #BLACKPINK member on #YouTube and #Google both Worldwide and in Germany during their conc…
## 1213                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 1214                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1215                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1216                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1217                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1218                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1219                                RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…
## 1220                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1221                                                                                                      RT @sourdohoshy: redefined kpop and everything https://t.co/bknRAy2ES6
## 1222                                                                    RT @dotaebby: I am so sorry but this how kpop fans feel when our fave didnt incl MY in their tour list 😃
## 1223                           RT @LIONlDLE: "Soyeon, the rapper kicking down doors for generations of women kpop idols yet to come."\n:')\n\nhttps://t.co/gpjvAuBiaD\n\n@G_I_D…
## 1224                                RT @jollywonie: They really wait till the time ni-ki about to sleep for the surprise to get an actual reaction, since he's been expecting f…
## 1225                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1226                             RT @virionkisei: 🎧 Covered some Kpop wuuut 🎧\n\n"I'm glad you're resting and taking care of yours-"\nYou don't understand, if I'm not producti…
## 1227                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 1228                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1229                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1230                               RT @KPredictionn: an idol member who left their group could open an social media page(like insta or twitter, something like that)\n#kpoppred…
## 1231                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1232                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 1233                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 1234                                RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 1235                             RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…
## 1236                            RT @kpopreviewed: #CHOBOM, #JINJIN_ROCKY, #MOONBIN_SANHA, #MAMAMOO+, #NCT127 &amp; #NCTDREAM are nominated for Best Subunit in the 2022 KPOPREV…
## 1237                                RT @smiiliingkookie: It's so impressive to see the most successful kpop soloist making history every day on Spotify, with 3 record hits rel…
## 1238                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1239                                RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 1240                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1241                                RT @M_M_Socks: I've already seen so many angry posts demanding statements, info, and legal action from SM. Part of the kpop product is to c…
## 1242                                                                RT @newjified: kpop girl that can pull off ginger hair the best and why is it haerin https://t.co/ffZ5kBcybL
## 1243                             RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…
## 1244                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1245                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1246                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1247                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 1248                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 1249                          RT @duckvotes: 🐥KPOPMAP🐥\n\nHAPPY #NI_KI DAY 💜\n\n📌Who is Your Favorite Male Japanese Kpop Idol←⚠️🐥💦\nhttps://t.co/ThLlhVifsm\n\n📌Members Populari…
## 1250                              RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…
## 1251                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 1252                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1253                                                                RT @nohhyolucy: I will make a thread showing that wekimeki is one of the most synchronized groups in kpop 😼💗
## 1254                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 1255                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1256                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1257                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 1258                                 RT @hyunhosgf: people constantly talking about how bad groups like nct 127, nmixx and skz's music is are no better than the locals who are…
## 1259                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 1260                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 1261                          RT @queeri_official: Submission 3\n2nd Winner of KPOP Idol Looks Like An Anime\n#HYUNJIN #STRAYKIDS \n\n🏆Jogja City Mall Directory Board\n\nHow t…
## 1262                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1263                                              RT @elsserafim: le sserafim mama dance break proves they’re one of the best performers in 4th gen kpop https://t.co/sJHwTRJLIX
## 1264                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1265                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1266                                RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…
## 1267                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1268                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1269                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1270                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1271                             RT @Kpopmap: 7 Male K-Pop Idols Who Look Fashionable In A Hoodie\n https://t.co/muB9kO6beo\n\n #kpop #MinGyu #TaeYong #JuYeon #YeonJun #MinHyu…
## 1272                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1273                                RT @withyunsik: there are so many things i would like to say... i am very proud of omega x, they are facing what no idol should go through,…
## 1274                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1275                              RT @seoho245: guysss i made something hihi👉🏻👈🏻\nbeen wanting to do this but i cant find one   on pinterest \n\nTOMOON KPOP Profile template🌙🌍…
## 1276                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 1277                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1278                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1279                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1280                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1281                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 1282                               RT @franniyoo_n: THAT ONES Kpop stans don’t actually get it.\nYou can put Seventeen to do a choreography doesn’t matter wich one and they wi…
## 1283                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 1284                             RT @ToyToy1392: Today's the last day to donate for Kai Day Cupsleeve Event! \n\nDono Link: https://t.co/jonn9N3LU3\nThere's still a time to fu…
## 1285                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1286                                RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants "ddiung,…
## 1287                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1288                                RT @exoscmdump: Not wanting to sound like a Kpop stan but Tay would most certainly set y’all on fire to keep New warm and the funniest is t…
## 1289                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 1290                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 1291                              RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…
## 1292                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1293                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1294                              RT @BIGBANGAfrica1: HE IS GOING TO THE MOON. THE FIRST CIVILIAN OF HIS COUNTRY! HE DESERVES A TWITTER TOPIC ON HIS NAME! \n\n@Twitter @Twitte…
## 1295                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1296                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 1297                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 1298                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 1299                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 1300                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1301                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1302                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 1303                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 1304                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1305                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1306                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 1307                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1308                                RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…
## 1309                                                                                                          RT @shownumania: @tubbirfess @tanyakanrl Noooo, who's her KPop boy
## 1310                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1311                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1312                RT @pickit_kpop: #pickit ❌ #김우석 #KIMWOOSEOK\n#キムウソク #金友蓆 #คิมอูซอก #3RD_DESIRE_Reve\n\n[📢] Weekly Update\n@KWS_official_ x @pickit_kpop\n\n📲PICKI…
## 1313                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1314                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1315                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1316                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1317                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 1318                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 1319                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1320                                RT @solarisstell: My PPOP fansite training on my KPOP mains. Not the best because I wanna see them with my own eyes. https://t.co/4pyTEMxXwp
## 1321                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 1322                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 1323                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1324                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1325                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1326                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1327                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 1328                                        RT @boostlegold: richarlison andrade brasil hexa copa do mundo girls generation snsd gee kpop edit fancam fc https://t.co/MLgmjcwxKW
## 1329                                                                             RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop
## 1330                                                               RT @Bamtoriwxz: @TOP100KPOP I vote for #BEOMGYU from #TXT for #TOP100MostHandsomeFace https://t.co/bZhB69W26f
## 1331                             RT @lisamanobal_327: " THE SHOW STOPPER LISA 🤘🏻❤️‍🔥 "\n───── ⋆♡⋆ ───── \n\nCOLOGNE LIEBT LALISA\n\n#LISA #MONEY #LALISA #BLACKPINK #Kpop #Blinks…
## 1332                                                                                                                RT @kwntrsgf: why do kpop idols always have the ugliest pets
## 1333                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1334                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1335                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 1336                                RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 1337                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1338                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1339                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1340                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 1341                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1342                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1343                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 1344                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1345                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1346                                                            RT @Gummysmile0106: @TOP100KPOP I vote #HUENINGKAI of (#TXT) for #TOP100MostHandsomeFace https://t.co/fp3iUHHZkg
## 1347                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 1348                                                               RT @Gummysmile0106: @TOP100KPOP I vote #YEONJUN of (#TXT) for #TOP100MostHandsomeFace https://t.co/T8rTUB03uC
## 1349                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1350                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1351                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 1352                        RT @taetaevoting_jp: ❤︎ テテDaily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1QYrh\n▶︎ https://t.co/iw7S3kMCn3\njuice\n▶︎ https://t.co/0k65503ogj\nK kpop\n▶︎…
## 1353                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1354                                RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 1355                                                                RT @Gummysmile0106: @TOP100KPOP I vote #SOOBIN of (#TXT) for #TOP100MostHandsomeFace https://t.co/Bsvsgz4ppj
## 1356                                                                                      RT @chaeshi_555: Kpop will never have another Roseanne Park 🖤🔥 https://t.co/sCcRZ4Slkq
## 1357                                                                    RT @ssy450: @TOP100KPOP I vote for #TAEHYUN of #TXT for\n#TOP100MostHandsomeFace https://t.co/acgLz3zuFD
## 1358                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1359                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 1360                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1361                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1362                                                               RT @Gummysmile0106: @TOP100KPOP I vote #BEOMGYU of (#TXT) for #TOP100MostHandsomeFace https://t.co/87xXGyAMSb
## 1363                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1364                                                                                    RT @sheisaneon_: ah i miss him who in kpop makes music like this https://t.co/rv75aLHjgU
## 1365                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1366                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 1367                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1368                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 1369                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1370                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 1371                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1372                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1373                                                                   RT @soobrangdaeng: @TOP100KPOP I vote #SOOBIN of #TXT for #TOP100MostHandsomeFace https://t.co/B3mGJ9K2O3
## 1374                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1375                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1376                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1377                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1378                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 1379                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1380                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1381                                                                                                                RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 1382                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1383                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1384                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1385                                RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…
## 1386                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1387                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 1388                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 1389                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 1390                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 1391                                RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 1392                                                                                               RT @Tashal55: (G)I-DLE Spotify Kpop ON story update 🥰 https://t.co/1Qs1KQ2rf9
## 1393                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 1394                                                                                                   RT @IVE_twt: ♥️SINGLES♥️\n\n#IVE #아이브 #LIZ #리즈 https://t.co/CkztkF6M0l
## 1395                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1396                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1397                                                                                                                RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 1398                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1399                                                                                                       RT @sugarpanda_0419: @pannchoa when you miss 2nd gen kpop stages... 🥲
## 1400                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 1401                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1402                                RT @pixyrinji: pixy are nugu from an unknown company but Lola is recognised as one of the best 4th gen rappers and Reborn as one of the bes…
## 1403                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1404                                                             RT @skitzyluvbot: it's  time  for  kpop  stans  and  companies  to  start  treating  idols  like  human  beings
## 1405                                RT @BLACKPINKSTATS5: .@BLACKPINK was 2022’s 2nd top trending comeback (2nd most searched) in the U.S. according to @GoogleTrends. It was th…
## 1406                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 1407                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1408                                                                               RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF
## 1409                           RT @honeydam507: New diamond of Kpop, Icon, idol, \nviral sensation (&amp; once one of yg’s gteatest assets) ✨\n #방예담 https://t.co/W3tJMe1E2V
## 1410                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1411                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1412                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1413                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1414                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1415                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 1416                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1417                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 1418                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 1419                             RT @Daily_JK97: 📊 “Left and Right” has surpassed 414M streams on Spotify on its 167th day, the fastest song by Kpop &amp; Korean soloist to do…
## 1420                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1421                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1422                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1423                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1424                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 1425                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1426                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1427                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1428                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1429                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 1430                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1431                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1432                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1433                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 1434                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1435                          RT @UPROXX: 🔥 #LESSERAFIM (@le_sserafim) - 'FEARLESS'\n\n'FEARLESS' serves as a sonic introduction to LE SSERAFIM’s sophisticated pop tones &amp;…
## 1436                                                                                                     RT @omorihate: moonbin truly is one of the best male performers in kpop
## 1437                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1438                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1439                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1440                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1441                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 1442                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 1443                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 1444                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1445                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1446                         RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…
## 1447                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 1448                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1449                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 1450                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 1451                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1452                                                                                                        RT @_haofolder_: They sit on the same table🙂 https://t.co/tPGfNuzyjI
## 1453                                                    RT @SerieTV46: "Shut Down" by @BLACKPINK it's the most viewed Kpop Group MV in last 24 hours on Youtube with 1.4M views.
## 1454                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1455                                RT @IDLEfiles: this means more to me than any of the meaningless opinions on here… soyeon being in dazed 100. tomboy and nxde got so popula…
## 1456                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1457                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 1458                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 1459                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1460                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1461                              RT @RM_Peru: 🎥Peruvian dance challenge for 'Still Life' on TIKTOK🇵🇪\n\nJeaneth Loayza, a Peruvian dancer, choreographer and KPOP dancer instr…
## 1462                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1463                      RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…
## 1464                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1465                                RT @MUSIKMENFESS: # imo, they're one of the kpop groups that make the best music! what's your favorite song from their discography? https:/…
## 1466                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 1467                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1468                                RT @joysooyoungpics: [VIDEO] A new Joy 'Birthday' Fancam from Music Bank has been uploaded. Make sure to watch, like, share, and comment su…
## 1469                                  RT @jinakgay: dont yall find it weird how kpop stans use mandatory military enlistment as a drag and it is always targeted to seokjin like
## 1470                                                                              RT @hourlysoonwooo: Wonwoo unprompted : so hoshi \n\n#호시 #원우 #원홋 https://t.co/y6lEHk8sO9
## 1471                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 1472                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 1473                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 1474                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1475                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1476                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1477                                             RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP
## 1478                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 1479                             RT @Kpopmap: 7 Male K-Pop Idols Who Look Fashionable In A Hoodie\n https://t.co/muB9kO6beo\n\n #kpop #MinGyu #TaeYong #JuYeon #YeonJun #MinHyu…
## 1480                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1481                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1482                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1483                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1484                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1485                                                                                     RT @evanmaltby: 🚨 I have a ticket to tonight's KPOP (8pm) I can no longer use! DM me? 🚨
## 1486                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1487                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1488                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 1489                              RT @idle4life: Soyeon makes more money from royalties than your whole fcking group.. now don't bark...\n\nThey'll come "my favs have more cre…
## 1490                                                                              RT @everhuta: because btob revolutionised kpop with missing you. #btob https://t.co/eRWFswEenS
## 1491                                                                                    RT @chartdata_twt: .@BTS_twt Jungkook is the "Most Popular Kpop Star" on Tumblr in 2022.
## 1492                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 1493                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1494                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1495                                                                             RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop
## 1496                                RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 1497                              RT @stream4taekook: "Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…
## 1498                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1499                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1500                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 1501                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1502                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1503                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 1504                                RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…
## 1505                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1506                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 1507                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1508                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1509                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1510                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 1511                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 1512                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1513                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1514                                RT @evgpink: I’m getting really fucking fed up with kpop stans. You all are bullying a 15 yr old girl because of THIS? Her crying over winn…
## 1515                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1516                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1517                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 1518                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1519                                 RT @g0tdreamies: all the people who followed me after the toofy edit,,, I’m sorry I’m a red velvet enjoyer so you will see kpop on your tl…
## 1520                              RT @NCTDREAMrecords: ‘Beatbox - The 2nd Album Repackage’ were chosen as The 20 Best K-Pop Releases Of 2022 by NYLON!🎉\n\n#NCTDREAM grow up wi…
## 1521                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 1522                                          RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop
## 1523                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 1524                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 1525                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1526                        RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…
## 1527                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 1528                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 1529                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 1530                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1531                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1532                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1533                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1534                                RT @kyuudere13: I/nang aint perfect but if only these kpoppers understood how challenging it was to bring kpop to PH back then, how SS2 was…
## 1535                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 1536                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1537                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1538                                RT @redditkpop: NEWS: We’re With You: Kara’s Ji-young leaves group’s comeback album at late member Ha-ra’s resting place #kpopnews https://…
## 1539                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 1540                                                                                     RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E
## 1541                                                                                                                RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 1542                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1543                            RT @Pk_bts_land: Biggest Weekly Debut by a Kpop Act on Spotify Pakistan : \n\n#1. Dreamers - 134,150 \n#2. Wild Flower - 122,079 😭💜\n#3. The As…
## 1544                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 1545                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1546                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1547                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 1548                                                    RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV
## 1549                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 1550                                                                                   RT @kunseishu: Happy birthday to the mother of kpop female rapper https://t.co/92jKS3i4sw
## 1551                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 1552                                RT @wuxilovesyou: also, beiyuan listens to obsecure underground bands because he thinks it fits his mysterious persona but he actually enjo…
## 1553                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1554                                                                                                 RT @_haofolder_: As always minghao looking gorgeous https://t.co/5XuYuvZ2vw
## 1555                                RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 1556                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1557                               RT @Attention_spy: [📊| UPROXX has listed "New Jeans" by \n@NewJeans_ADOR as one of the K-Pop albums of 2022 👏👑\n\n🔗: https://t.co/qWK9TtnK5g…
## 1558                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 1559                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 1560                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1561                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 1562                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1563                                RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…
## 1564                              RT @vitaarieka: @hinatime_ Gg stans have this weird hate for boy groups, they're litteraly the most sexist part of kpop fans\n\nTheir fav gir…
## 1565                                                                    RT @dotaebby: I am so sorry but this how kpop fans feel when our fave didnt incl MY in their tour list 😃
## 1566                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1567                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1568                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1569                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 1570                                RT @wuxilovesyou: also, beiyuan listens to obsecure underground bands because he thinks it fits his mysterious persona but he actually enjo…
## 1571                                 RT @kibumnismo: List made by a brazilian journalist about this year's best kpop projects. Gasoline by Key is ranked #6 and Dice by Onew is…
## 1572                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 1573                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 1574                                                                                                     RT @omorihate: moonbin truly is one of the best male performers in kpop
## 1575                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 1576                                RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…
## 1577                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1578                              RT @EunsoonYang: KING OF KPOP PARK JIMIN \n\nI vote #JIMIN for Asian Celebrity of the Year #ACOTY2022 #NETIZENSREPORT #ACOTY2022JIMIN @thenre…
## 1579                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1580                                 RT @citizensoldiero: “Tattoos” drops with our new album Scarecrow on Dec 14th‼️  Presave now👉https://t.co/cpVmIbVHM7 https://t.co/J3KNJl13xz
## 1581                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 1582                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1583                                                                RT @newjified: kpop girl that can pull off ginger hair the best and why is it haerin https://t.co/ffZ5kBcybL
## 1584                                RT @newjimuse: new york times 2022 best songs choosen by three popular music critics among them jon caramanica named newjeans cookie as the…
## 1585                                                                             RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop
## 1586                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 1587                                                                RT @newjified: kpop girl that can pull off ginger hair the best and why is it haerin https://t.co/ffZ5kBcybL
## 1588                                 RT @BroadwayWorld: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathering…
## 1589                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1590                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1591                              RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 1592                                RT @kpophappenings_: when that kpop boy did a photoshoot and call it “Color: Freedom” wearing YSL LGBT shirt, put “free love” tattoo on his…
## 1593                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1594                                                                       RT @onthecloud_the8: 20221203-04 BE THE SUN in Nagoya \n#디에잇 #徐明浩 #THE8 https://t.co/sk4VYIFlKP
## 1595                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1596               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 1597                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1598                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1599                           RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…
## 1600                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1601                                                                              RT @everhuta: because btob revolutionised kpop with missing you. #btob https://t.co/eRWFswEenS
## 1602                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 1603                         RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…
## 1604                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1605                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 1606               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 1607                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1608                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 1609                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 1610                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1611                          RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…
## 1612                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1613                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 1614                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1615                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1616                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1617                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 1618                                                                                             RT @ywnloops: the BEST rap in the entire kpop industry. https://t.co/qAAyH1ysCl
## 1619                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1620                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1621                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1622                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1623                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1624                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1625                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1626                              RT @BIGBANGAfrica1: HE IS GOING TO THE MOON. THE FIRST CIVILIAN OF HIS COUNTRY! HE PAVED THE WAY! HIS TWITTER TOPIC DESERVES!\n\n@Twitter @Tw…
## 1627                            RT @hyoshin0807: [Eng] SF9 Rumination Showcase 211122\n\n1: https://t.co/j3yDDrb5Yq\n2: https://t.co/CY4Nhccuut\n3: https://t.co/Bf4p9aCWp2\n4:…
## 1628                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 1629                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 1630                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1631                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1632                            RT @hyoshin0807: Track stage of Rumination showcase\n\nTrauma : https://t.co/fUQP93uWBA\nTear drop: https://t.co/mrj3Jj1oxn\nHey Hi Bye: https:…
## 1633                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 1634                                RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…
## 1635                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 1636                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 1637                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 1638                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1639                      RT @dearhyckie: [restarting] [day 6]\n\nhii i’m mars &amp; i’m looking for kpop moots☆彡\n\n⋆ about me!: she/they, 17, aquarius \n⋆ stan list!: i ult…
## 1640                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 1641                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1642                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1643                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 1644                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 1645                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1646                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1647                                                                                                          RT @shownumania: @tubbirfess @tanyakanrl Noooo, who's her KPop boy
## 1648                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1649                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1650                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 1651                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1652                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 1653                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 1654                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 1655                                 RT @arsonide_: woke up with covid symptoms today so my parents banished me to the garage to take a few tests so I'm just doing kpop dances…
## 1656                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 1657                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 1658                                          RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop
## 1659                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 1660                                RT @M_M_Socks: I've already seen so many angry posts demanding statements, info, and legal action from SM. Part of the kpop product is to c…
## 1661                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1662                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1663                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 1664                                RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…
## 1665                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 1666                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 1667                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 1668                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1669                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 1670                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 1671  RT @itsLIVEofficial: &lt;COMING UP NEXT&gt;\n#원호 - #CRAZY &amp; #on_on\n#WONHO - Crazy &amp; On &amp; On\n@official__wonho\n\n#잇츠라이브 #KPOP #itsLive https://t.co/y…
## 1672                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1673                                      RT @radian_wizone: LE SSERAFIM MAMA dance break shows they’re one of the best performers in 4th gen kpop 🔥💪\n\nhttps://t.co/MbMdA9UHJw
## 1674                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1675                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1676                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1677                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1678                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1679                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1680                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1681                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1682                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 1683                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1684                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1685                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1686                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 1687                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 1688                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 1689                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 1690                                RT @pinathemenguin: fandoms of every kpop group hating on twice the ENTIRE YEAR,talking shit about them,literally judging every move they m…
## 1691                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1692                     RT @xiyyyywi: 📢📢Selling Idol Champ Ruby &amp; Blue Chamsims📢📢\n\nBLUE CHAMSIMS: SHOW CHAMPION AVAILABLE 25,000💙\n\n1,200💙=$1/54\n\nNote:\ncan only vot…
## 1693                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 1694                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1695                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 1696                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1697                                RT @kyuudere13: I/nang aint perfect but if only these kpoppers understood how challenging it was to bring kpop to PH back then, how SS2 was…
## 1698                            RT @jjkonlyace: @allkpop the most popular and successful kpop soloist in the world! 🔥👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK \nhttps://t.co/lwZwhSb…
## 1699                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1700                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 1701                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1702                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1703                            RT @jjkonlyace: @allkpop the most popular and successful kpop soloist in the world! 🔥👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK \nhttps://t.co/lwZwhSb…
## 1704                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1705                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1706                                RT @TheFizaHalim: The thing about SEA countries is that kpop is super famous since forever but not everyone can do concerts here. You first…
## 1707                              RT @SerieTV46: Top 15 most streamed song by Kpop Artist on Spotify of 7 December 2022:\n\n#JUNGKOOK, #RM, @BLACKPINK, @le_sserafim, #JIN, @Ne…
## 1708                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1709                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1710                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1711                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1712                                RT @evgpink: I’m getting really fucking fed up with kpop stans. You all are bullying a 15 yr old girl because of THIS? Her crying over winn…
## 1713                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1714                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1715                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1716                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 1717                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1718                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 1719                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1720                                RT @faceofkpopV: lmao taehyung is the most talked about kpop idol even in football! be it the fans or the football team themselves they onl…
## 1721                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1722                                RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…
## 1723                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 1724                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 1725                                RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…
## 1726                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1727                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1728                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1729                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 1730                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1731                              RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…
## 1732                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1733                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 1734                              RT @SerieTV46: Top 15 most streamed song by Kpop Artist on Spotify of 7 December 2022:\n\n#JUNGKOOK, #RM, @BLACKPINK, @le_sserafim, #JIN, @Ne…
## 1735                                                                                                                RT @kwntrsgf: why do kpop idols always have the ugliest pets
## 1736                              RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…
## 1737                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 1738                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1739                                RT @p1wonies: op said that keeho often tell ppl about jongseob being the winner of kpop star, he’s not teasing him, hes just really proud o…
## 1740                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1741                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 1742                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 1743                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1744                                                                                                          RT @togejustvibin: BEST KPOP SONG OF 2022\nhttps://t.co/QOqt6PTVED
## 1745                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 1746                RT @CHINATHE8BAR: 221209 Minghao dy update\n\n#세븐틴   #SEVENTEEN  #디에잇 #서명호 #minghao #THE8  #ディエイト #ミンハオ @pledis_17 https://t.co/hOsiMctOJ4
## 1747                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 1748                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1749                           RT @tiffany_rose___: it’s been years but the visuals of after school’s nana &amp; kara’s gyuri remain superior. the goddesses of kpop 🖤✨ https:…
## 1750                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 1751                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 1752                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 1753                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1754                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 1755                              RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…
## 1756                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 1757                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1758                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1759                                                                             RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop
## 1760                                                                      RT @iiZydrate: FACE REVEAL / KPOP ALBUM UNBOXING / HOPEFULLY SILENT HILL LATER https://t.co/epux6tNTmz
## 1761                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 1762                                            RT @SerieTV46: "RUN BTS" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams.
## 1763                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1764                                 RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…
## 1765                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1766                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 1767                              RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…
## 1768                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1769                               RT @minchansidebae: “Everything in kpop is scripted” then what the hell are straykids writers doing bruh \n~ a thread https://t.co/v5XynCOvSj
## 1770                                                                                             RT @KEI4HWAN: top 1 most satisfying videos in kpop 🫶\n\nhttps://t.co/uU3GowDKz7
## 1771                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 1772                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 1773                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 1774                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1775                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1776                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1777                          RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…
## 1778                                                                                               RT @Tashal55: (G)I-DLE Spotify Kpop ON story update 🥰 https://t.co/1Qs1KQ2rf9
## 1779                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1780                                RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…
## 1781                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1782                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1783                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1784                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1785                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1786                            RT @euphoriaviz: Ppl don't realize that having casual listeners &amp; core fandom are 2 completely different things. Everglow has a lot of casu…
## 1787                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 1788                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1789                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 1790                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 1791                                RT @smiiliingkookie: Jungkook became the highest Kpop soloist with 22M monthly listeners on Spotify! +600M streams, +5.2M followers and exp…
## 1792                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1793                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 1794                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 1795                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1796                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 1797                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 1798                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1799                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 1800                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1801                                                                RT @Kimchristine15: Everyday Jigirl's struggles...\n🥹\n#jichangwook #KPOP #beautiful https://t.co/RIUGfZrOnv
## 1802                         RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…
## 1803                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1804                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 1805                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 1806                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 1807                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 1808                                 RT @BroadwayWorld: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathering…
## 1809                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1810                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 1811                                 RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…
## 1812                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1813               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 1814                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 1815                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 1816                                                                                                  RT @bngpinkloops: #BLACKPINK #BTS bigger than kpop https://t.co/daaUv1U9R4
## 1817                                                                                                          RT @togejustvibin: BEST KPOP SONG OF 2022\nhttps://t.co/QOqt6PTVED
## 1818                              RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n"Key understood the assignment, and aced it with h…
## 1819                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1820                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 1821                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1822                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1823                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1824                                RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…
## 1825                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 1826                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 1827                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1828                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1829                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1830                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1831                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1832                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 1833                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1834                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1835                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1836                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1837                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 1838                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 1839                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 1840                            RT @belajarri: Helloo! I'm looking for new #studytwt mutuals &amp; study buddies ! (˵ ͡° ͜ʖ ͡°˵)🦖\n\n🦕 ☰ Call me zi/ji! \n🐸 ☰ 09', 8th grade \n🦕 ☰…
## 1841                               RT @yoshinorihourly: Hello,  @Twitter @TwitterSupport\n\nWe would like to request you to kindly fix the Twitter Topic for Yoshi under Musisi…
## 1842                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1843                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 1844                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 1845                           RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…
## 1846                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1847                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1848                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1849                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1850                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 1851                            RT @TheKpopverse: #CARAT’s and #kpop fans, @NortheastCarats will be hosting “BooShua Craft Night” a Seungkwan &amp; Joshua birthday cupsleeve e…
## 1852                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 1853                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 1854                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1855                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1856                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 1857                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1858                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1859                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 1860                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1861                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 1862                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 1863                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1864                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1865                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1866                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1867                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 1868                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1869                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1870                         RT @MyKpopHuntress: GRAND WAVE KPOP MUSIC FESTIVAL will be resumed to 14th JAN 2023 with the same lineup &amp; venue!\n\nLINEUP ✨ HYO (GG), DJ So…
## 1871                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1872                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1873                                RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…
## 1874                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1875                                                                                             RT @hakushotafan: guys in your opinion whats the best song ever created in kpop
## 1876                                                                             RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop
## 1877                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 1878                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 1879                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 1880                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 1881                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 1882                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1883                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 1884                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 1885                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 1886                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1887                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 1888                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 1889                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1890                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1891                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1892                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1893                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1894                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1895                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 1896                                                            RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs
## 1897                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1898                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 1899                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 1900                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1901                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 1902                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1903                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 1904                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1905                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1906                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1907                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1908                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 1909                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1910                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1911                                RT @jennyhanx: LET ME INTRODUCE YOU KPOP WORLD OUR VERY HANDSOME CEO CHOI SEUNGHYUN A.K.A #TTTOP FROM #BIGBANG @YG_GlobalVIP https://t.co/r…
## 1912                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 1913                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 1914                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 1915                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 1916                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 1917                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1918                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1919                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 1920                          RT @_TRaveller_8: 221204 ☀️Be The Sun☀️in Nagoya\n\n✨\n\n#디에잇 #THE8 \n#서명호 #徐明浩 #ミンハオ\n#세븐틴      #SEVENTEEN https://t.co/qqqEjEIcRA
## 1921                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1922                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 1923                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1924                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 1925                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 1926                                RT @wuxilovesyou: also, beiyuan listens to obsecure underground bands because he thinks it fits his mysterious persona but he actually enjo…
## 1927                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 1928                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 1929                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 1930                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1931                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1932                                RT @harreylovesbts: @Koreaboo Taeyang is his inspiration growing up since jimin was only a kid then. There is no competition since they bel…
## 1933                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1934                                 RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 1935                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 1936                                 RT @smiiliingkookie: Jungkook is collecting all the ‘first and only Kpop, Korean soloist to’ that there’s to reach. He has been conquering…
## 1937                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1938                     RT @xiyyyywi: 📢📢Selling Idol Champ Ruby &amp; Blue Chamsims📢📢\n\nBLUE CHAMSIMS: SHOW CHAMPION AVAILABLE 25,000💙\n\n1,200💙=$1/54\n\nNote:\ncan only vot…
## 1939                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 1940                           RT @StoryKover: [🇲🇾]New Update]GRAND WAVE KPOP MUSIC FESTIVAL in Malaysia\n\n📆 14.01.2023 7.30pm\n🏟 Surf Beach, Sunway Lagoon\nLINEUP ✨ HYO (GG…
## 1941                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1942                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 1943                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 1944                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 1945                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 1946                                                                                                          RT @shownumania: @tubbirfess @tanyakanrl Noooo, who's her KPop boy
## 1947                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1948                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1949                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1950                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 1951                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 1952                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 1953                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 1954                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 1955                                RT @CelebConfirmed: ICYMI: #BTS’s #RM performed some of the latest tracks from his first solo album #Indigo at the #DiaBeacon art museum in…
## 1956                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1957                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1958                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 1959                                     RT @Koreaboo: SAVE KPOP: Broadway Show To Close Shortly After Its Opening\n\n#SaveKPOPBroadway #KPOPBroadway\n\nhttps://t.co/6MJ0AXYqcF
## 1960                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 1961                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 1962                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 1963               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 1964                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 1965                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1966                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 1967                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 1968                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 1969                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 1970                              RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…
## 1971                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1972                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 1973                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 1974                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 1975                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 1976                                RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants "ddiung,…
## 1977                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1978                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 1979                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 1980                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 1981                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 1982                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 1983                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 1984                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1985                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 1986                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 1987                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1988                                                                                                      RT @sourdohoshy: redefined kpop and everything https://t.co/bknRAy2ES6
## 1989                                                                                                                RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 1990                          RT @kuyan9: 🌟Who is The King Of KPOP 2022 \n❺位https://t.co/G8HBetRmFz…\n🌟The Best Leader in KPOP 2022\n❸位https://t.co/ref1pOATvU…\n🌟KPOP Heartt…
## 1991                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1992                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 1993                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 1994                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 1995                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 1996                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 1997                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 1998                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 1999                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 2000                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2001                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2002                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2003                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2004                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 2005                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2006                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 2007                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 2008                                                                           RT @fancams_kpops: yeri fancam "birthday" 🌟\n© kbs kpop\n#RedVelvet #YERI https://t.co/VanxITKCim
## 2009                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2010                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 2011                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2012                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2013                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 2014                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 2015                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2016                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2017                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2018                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2019                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2020                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2021                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2022                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 2023                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2024                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 2025                                RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…
## 2026                                RT @lowkeyminho: HI biginnings! I created a BIG guide since I couldn't find any newer ones! It's a funny guide so I hope you guys can watch…
## 2027                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2028                               RT @jms_Vocalist: taeyang ?? is he a soloist or a group?? what kpop group?? \nplsss i need to know abt this collab news that i just heard 😭😭…
## 2029                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2030                                                    RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV
## 2031                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 2032                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2033                            RT @euphoriaviz: Ppl don't realize that having casual listeners &amp; core fandom are 2 completely different things. Everglow has a lot of casu…
## 2034                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2035                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2036                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2037                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2038                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2039                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 2040                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 2041                             RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…
## 2042                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 2043                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2044                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2045                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2046                            RT @callmebyyourjin: the whole sza issue was so bad specially for black armys bc on top of that lady lying for not reason, kpop &amp; western s…
## 2047                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 2048                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2049                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 2050                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2051                            RT @hyoshin0807: Track stage of Rumination showcase\n\nTrauma : https://t.co/fUQP93uWBA\nTear drop: https://t.co/mrj3Jj1oxn\nHey Hi Bye: https:…
## 2052                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 2053                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 2054                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2055                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2056                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2057                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 2058                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 2059                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 2060                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2061                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 2062                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 2063                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 2064               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 2065                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2066                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2067                              RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…
## 2068                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 2069               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 2070                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2071                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 2072                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2073                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 2074                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2075                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 2076                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2077                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2078                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2079                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2080                              RT @Meirrrea: SF9 doing a world tour w/o doing a world tour:\n- Unikon/SK (03.07)\n- Hallyupopfest/England (10.07)\n- Japan Fanmeeting/ Japan…
## 2081                                RT @youngheunnie: Yall wanted proof #nova from #mepc don't support war? Here it is. Her dance crew posted this statement under their cover/…
## 2082                         RT @PleinDeVie_7: Global domination is real! 🔥\n\nSB19's aura &amp; perf after WYAT Tour screamed passion! ❤️‍🔥\nI like the new WYAT intro!\n\nSeein…
## 2083                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2084                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2085                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 2086                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2087                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2088                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2089                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2090                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 2091                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2092                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2093                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2094                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 2095                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 2096                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2097                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 2098                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2099                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2100                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2101                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 2102                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2103                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2104                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2105                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2106                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 2107                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2108                                                                 RT @bl8hm: @Daily_JK97 @BTS_twt JUNGKOOK KING OF KPOP\n#Dreamers #Jungkook @BTS_twt https://t.co/jXXwIMreLs
## 2109                                                                                                                RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 2110                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2111                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2112                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 2113                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2114                         RT @PleinDeVie_7: Global domination is real! 🔥\n\nSB19's aura &amp; perf after WYAT Tour screamed passion! ❤️‍🔥\nI like the new WYAT intro!\n\nSeein…
## 2115                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2116                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 2117                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2118                                                                                  RT @csbshour: hoping for an 'essence of kpop' live later today 🙏 \nhttps://t.co/ZuLB3SJT1o
## 2119                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2120                                RT @mingaya_TEEZ: Bruh tl is a mess there's a whole war going on cuz of todays match like damn can we chill and can kpop stans stop being s…
## 2121                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2122                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 2123                                RT @Hoops227_ASMR: https://t.co/sjritwLV1R 227's YouTube Chili' #Blackpink! Hoops227TV https://t.co/rCqOD0iGWG #KPOP!🎶 https://t.co/obxO6Me…
## 2124                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 2125                               RT @yubinification: 1. pop? pop! - csr\nthis is simultaneously soty, aoty and roty. they revived my all time favourite concept in kpop and d…
## 2126                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 2127                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2128                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 2129                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2130                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2131               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 2132                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 2133                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 2134                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 2135                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 2136                                                                                          RT @iioveyas: no kpop song has kpopped more than this song https://t.co/ZWeswewKPY
## 2137                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2138                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 2139                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 2140                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 2141                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 2142                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2143                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 2144                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 2145                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2146                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2147                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2148                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 2149                                                               RT @konnect_danielk: 🎈𝐇𝐀𝐏𝐏𝐘 𝐊𝐀𝐍𝐆𝐃𝐀𝐍𝐈𝐄𝐋 𝐃𝐀𝐘🎈\n\n#강다니엘 #KANGDANIEL\n#HappyDanielDay https://t.co/oDbn18rdKD
## 2150                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 2151                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 2152                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2153                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 2154                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2155                                                                                                                RT @kwntrsgf: why do kpop idols always have the ugliest pets
## 2156                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 2157                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 2158                                RT @iconiclisoo: “It’s clear that blackpink is more than a kpop group, they’ve become a global brand of their own and in 2022 they are TIME…
## 2159                                RT @mhereonlyforbts: The way the presenter  were talking about "artist that received all 4 daesang (platinum award) at once" and the way al…
## 2160                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2161                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2162                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2163                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2164                                                                                                                   RT @thisuserisahomo: @fIopaki this is so kpop stan of you
## 2165                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2166                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2167                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2168                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 2169                                                                                     RT @evanmaltby: 🚨 I have a ticket to tonight's KPOP (8pm) I can no longer use! DM me? 🚨
## 2170                              RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…
## 2171                              RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…
## 2172                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2173                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 2174                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 2175                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 2176                               RT @Emilie_Moulinie: To celebrate our dear flaming charisma !! Congrats Minho !! 🔥❤️\n\n#SHINee #MINHO #CHASE #KPOP #fanart #kpopfanart #illu…
## 2177                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2178                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2179                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2180  RT @itsLIVEofficial: &lt;COMING UP NEXT&gt;\n#원호 - #CRAZY &amp; #on_on\n#WONHO - Crazy &amp; On &amp; On\n@official__wonho\n\n#잇츠라이브 #KPOP #itsLive https://t.co/y…
## 2181                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 2182                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 2183                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2184                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2185                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2186                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2187                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 2188                                                                                                      RT @fairybngpink: #BANGPINK : bigger than kpop https://t.co/iwvWVN1FLL
## 2189                                                                                     RT @evanmaltby: 🚨 I have a ticket to tonight's KPOP (8pm) I can no longer use! DM me? 🚨
## 2190                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2191                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2192                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2193                                RT @Daisy__Kim: The funniest part is that these loud Western kpop stans are always dismissing Asian fans and the Asian market as "lesser" w…
## 2194                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2195                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2196                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2197                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 2198                                                   RT @t3alpurp: To all of those people like "it should have been Lucas" "hope Lucas gets hurt next" I hope you rot in hell.
## 2199                                          RT @NME: Artists set to perform at @mikfestival in Paris next February include CL, Chung Ha, BtoB and more https://t.co/3HinBdWtzq
## 2200                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 2201                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2202                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 2203                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 2204                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 2205                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2206                                                                                  RT @jeiwebs: new kpop stans will never understand this era of kpop https://t.co/gOIgPY3wmt
## 2207                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2208                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2209                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2210                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2211                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2212                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 2213                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2214                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 2215                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2216                              RT @i_misskai: [INTEREST CHECK] \n\nAnyone interested in a Kai cup sleeve event in Portland, OR on January 14th for his birthday? I’ll be hos…
## 2217                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2218                              RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n"Key understood the assignment, and aced it with h…
## 2219                                                                                          RT @iioveyas: no kpop song has kpopped more than this song https://t.co/ZWeswewKPY
## 2220                                 RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…
## 2221                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2222                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 2223                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 2224                                                                                                         RT @eungyao: this is what kpop is all about https://t.co/iOBSneBw0b
## 2225                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2226                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 2227                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 2228                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2229                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2230                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2231                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2232                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2233                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2234                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2235                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2236                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 2237               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 2238                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2239                                   RT @cavlady01: @jjkonlyace DJ DINO is one of the firsts who predicted Jungkook’s success out of all kpop. He’s a believer since early on.
## 2240                                RT @Rora1608: I mean I still listen to kpop because I like it but I've no real connection with any of the groups. Probably the last group I…
## 2241                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2242                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2243                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2244                                RT @moomlip: so funny to see kpop twitter be mind boggled at the idea that fans care more about their faves wellbeing than abt them chartin…
## 2245                                                                                                                RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 2246                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 2247                            RT @connism9: ⚡ We can break the curse of 4th generation Kpop if Seo Soojin returns to the stage. \n\n100% faith, 0% doubt\n\n#BringSoojinBack…
## 2248                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 2249                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2250                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 2251                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 2252                                                                                   RT @urljuicebox: Like nobody views kpop idols as workers and that’s so insane to me cause
## 2253                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 2254                                                                                                                RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 2255                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 2256                                RT @dalsogucci: Watching videos on recent concert etiquette nowadays. At least it isn't just Orbits/Kpop stans like it's universal that y'a…
## 2257                                                                                                                                    RT @hourlyvernon: kpop stans in the wild
## 2258                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2259                                                                                                      RT @hyukmarked: Watch kpop groups include croatia in their world tours
## 2260                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2261                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2262                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 2263                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 2264                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 2265                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2266                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2267                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 2268                              RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…
## 2269                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 2270                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2271                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2272                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 2273                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2274                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 2275                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 2276                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 2277                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 2278                                                    RT @foetuskookieOO: @WORLDMUSICAWARD @BTS_twt From "The Princes of KPop" to "The Princes of GLOBAL POP"\nYes, That's BTS
## 2279                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2280                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2281                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 2282                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2283                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2284                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2285                                                                              RT @everhuta: because btob revolutionised kpop with missing you. #btob https://t.co/eRWFswEenS
## 2286                              RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…
## 2287                                              RT @elsserafim: le sserafim mama dance break proves they’re one of the best performers in 4th gen kpop https://t.co/sJHwTRJLIX
## 2288                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2289                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 2290                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2291                            RT @BroadwayWorld: Learn the choreography to "Superstar" from @KPOPBroadway with @EddyTZenLee  &amp; Marina Kondo in the latest #DanceCaptainDa…
## 2292  RT @itsLIVEofficial: &lt;COMING UP NEXT&gt;\n#원호 - #CRAZY &amp; #on_on\n#WONHO - Crazy &amp; On &amp; On\n@official__wonho\n\n#잇츠라이브 #KPOP #itsLive https://t.co/y…
## 2293                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 2294                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 2295                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2296                                                                              RT @kimwowbaby: kpop peaked here i'm afraid, she will never be beaten\nhttps://t.co/xylhAoBHE8
## 2297                           RT @honeydam507: New diamond of Kpop, Icon, idol, \nviral sensation (&amp; once one of yg’s gteatest assets) ✨\n #방예담 https://t.co/W3tJMe1E2V
## 2298                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2299                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 2300                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 2301                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2302                                RT @kpophappenings_: when that kpop boy was told in an interview that the image of his role in a BL drama may be rejected by males of his a…
## 2303                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 2304                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 2305                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 2306                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2307                                RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…
## 2308                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2309                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2310                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2311                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 2312                                 RT @BroadwayWorld: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathering…
## 2313                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 2314                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 2315                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 2316                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2317                                     RT @Koreaboo: SAVE KPOP: Broadway Show To Close Shortly After Its Opening\n\n#SaveKPOPBroadway #KPOPBroadway\n\nhttps://t.co/6MJ0AXYqcF
## 2318                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 2319                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 2320                                RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…
## 2321                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2322                                                                                   RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6
## 2323                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2324                           RT @aftrstrm: hey y’all! not new to twitter but just made this account lol..follow/rt if you like: \n\nrenee rapp \n#tslocg\nmusic \njenn mcalli…
## 2325                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2326                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2327                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 2328                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 2329                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 2330                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2331                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2332                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2333                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 2334                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2335                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 2336                                RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…
## 2337                                                                                                     RT @omorihate: moonbin truly is one of the best male performers in kpop
## 2338                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 2339                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 2340                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 2341                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2342                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 2343                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2344                                                              RT @starfess: -hey one of hidden visual in gen 4 of kpop, Kim Dongyun DRIPPIN y'all ✨ https://t.co/MUDskJxecN
## 2345                                RT @planetidle: get you a girl that goes viral for not wanting to eat veggies AND criticizing the structures of the kpop industry all in on…
## 2346                            RT @Pk_bts_land: Biggest Weekly Debut by a Kpop Act on Spotify Pakistan : \n\n#1. Dreamers - 134,150 \n#2. Wild Flower - 122,079 😭💜\n#3. The As…
## 2347                                RT @ogcassiopeia: @SMTOWNGLOBAL needs to realize that #TVXQ is part of the foundation of their company and show them some respect. Give the…
## 2348                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2349                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2350                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2351                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2352                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2353                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 2354                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 2355                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 2356                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 2357                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 2358                                RT @jennyhanx: LET ME INTRODUCE YOU KPOP WORLD OUR VERY HANDSOME CEO CHOI SEUNGHYUN A.K.A #TTTOP FROM #BIGBANG @YG_GlobalVIP https://t.co/r…
## 2359                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2360                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2361                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2362                                                                          RT @edits99_: go yoon jung heated edit fancam kpop \n— #GoYoonJung #고윤정 https://t.co/yBmbW2jFmj
## 2363                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 2364                                 RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…
## 2365                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2366                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2367                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 2368                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 2369                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 2370                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 2371                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2372                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 2373                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2374                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2375                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 2376                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2377                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 2378                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2379                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2380                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 2381                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2382                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 2383                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2384                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 2385                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 2386                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2387                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2388                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2389                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2390                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2391                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 2392                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2393                              RT @addjukartph: ADDJUKART 80 PESOS FREE SEALED RANDOM ALBUM SALE 🥳\n\n80 PHP + PF + LSF ( CAN USE FREE SF VOUCHER AND FLASH EXP FOR CHEAP SF…
## 2394                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2395                                RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…
## 2396                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2397                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2398                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 2399                                RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…
## 2400                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 2401                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2402                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2403                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 2404                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 2405                                                                                                  RT @uarmvjoy: category is best discography in kpop https://t.co/U8YunBYijt
## 2406                                RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…
## 2407                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 2408                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 2409                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 2410                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 2411                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2412                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2413                                RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…
## 2414                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 2415                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 2416                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2417                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2418                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2419                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2420                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2421                                                                                                                RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 2422                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 2423                                RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…
## 2424                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2425                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 2426                                RT @MAGILIWSTREAMS: Happy Friday Everyone! Are you a kpop fan? Tara sa Magiliw Streamers Stationhead as WE ARE STILL ON AIR and we play som…
## 2427                                                  RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything
## 2428                              RT @i_misskai: [INTEREST CHECK] \n\nAnyone interested in a Kai cup sleeve event in Portland, OR on January 14th for his birthday? I’ll be hos…
## 2429                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 2430                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2431                          RT @hyunsoo_j0916: More press coverage for our boys this week! \n\n✨9 Best Kpop Debuts of 2022 (Pinkvilla): https://t.co/tdzVPsZOAt\n\n✨Lines i…
## 2432                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 2433                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 2434                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 2435                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2436                                                        RT @Koreaboo: Flight Attendant Shares Why BTS's Jimin Has "The Best Personality" In K-Pop\n\nhttps://t.co/RutGHafel3
## 2437                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2438                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 2439                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 2440                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2441                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 2442                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2443                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 2444                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2445                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2446                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2447                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 2448                                RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…
## 2449                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 2450                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2451                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2452                                                                              RT @kimwowbaby: kpop peaked here i'm afraid, she will never be beaten\nhttps://t.co/xylhAoBHE8
## 2453                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2454                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 2455                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2456                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2457                                                                                                                RT @dohansearchive: he's so gorgeous https://t.co/ibIDKrA2Gd
## 2458                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2459                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2460                                                                                                      RT @sourdohoshy: redefined kpop and everything https://t.co/bknRAy2ES6
## 2461                          RT @garnethours_my: 🦋 Available [221209] 🦋\n\n❄️ Choeaedol | 90k❤\n\n❄ Fancast | 10k💛\n\n❄️ Freevote | 840❤️\n\n❄️ Idol Champ \n| 1k💙 chamsims\n| 1k❤…
## 2462                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2463                                                                       RT @CENTERlTUS: so deliciously kpop, so deliciously neo, so deliciously 127!! https://t.co/cUW60hT4jF
## 2464                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 2465                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2466                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 2467                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 2468                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2469                                RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…
## 2470                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2471                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2472                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2473                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2474                          RT @UPROXX: 🔥 #PIXY (@official_pixy) - 'Reborn'\n\nPIXY, a 5-piece ensemble, thrive &amp; take pride in bringing dark pop into K-Pop, as they shi…
## 2475                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 2476                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 2477                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 2478                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 2479                                                                                             RT @hakushotafan: guys in your opinion whats the best song ever created in kpop
## 2480                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 2481                                 RT @kpophappenings_: when that kpop boy was the first one to debut solo out of his group, and his album was named as the 9th best album of…
## 2482                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 2483                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2484                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2485                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 2486                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2487                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 2488                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 2489                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2490                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2491                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2492                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2493                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2494                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2495                            RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…
## 2496                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2497                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2498                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 2499                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 2500                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 2501                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 2502                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2503                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2504                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2505                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 2506                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2507                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 2508                                   RT @KPOPBroadway: If we're going out, we're going ALL-OUT! See KPOP on Broadway through Sunday, December 11 only. https://t.co/LXqpfYbE5V
## 2509                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 2510                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2511                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2512                      RT @vis_sou: @jaemcoelhinho American Society of Composers, Writes and Publishers' credit &gt;&gt;&gt; Korean fruit apps. \nLISA = the most successful…
## 2513                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 2514                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 2515                              RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n"Key understood the assignment, and aced it with h…
## 2516                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2517                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2518                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2519                                                                                                                RT @kwntrsgf: why do kpop idols always have the ugliest pets
## 2520                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2521                                RT @hyukmarked: Lee know getting mentioned beside taemin, who's known for dance and stage presence and who's like pretty much one of the be…
## 2522                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2523                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2524                            RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…
## 2525                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2526                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2527                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2528                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2529                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 2530                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2531                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 2532                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2533                                                                                                  RT @uarmvjoy: category is best discography in kpop https://t.co/U8YunBYijt
## 2534                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2535                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2536                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2537                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 2538                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 2539                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 2540                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 2541                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 2542                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2543                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2544                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 2545                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2546                                             RT @togejustvibin: MONEY is arguably the most successful song by a KPOP ACT on Germany. That live performance will go INSANE! 🔥
## 2547                                RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…
## 2548                                                                                             RT @ywnloops: the BEST rap in the entire kpop industry. https://t.co/qAAyH1ysCl
## 2549                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2550                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2551                RT @pickit_kpop: #pickit ❌ #김우석 #KIMWOOSEOK\n#キムウソク #金友蓆 #คิมอูซอก #3RD_DESIRE_Reve\n\n[📢] Weekly Update\n@KWS_official_ x @pickit_kpop\n\n📲PICKI…
## 2552                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 2553                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2554                              RT @BLACKPINKSTATS5: Highest charting Kpop female act songs released in 2022 on Billboard Global 200:\n\n#BLACKPINK @BLACKPINK https://t.co/Y…
## 2555                              RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…
## 2556                                                              RT @geezzliz: kpop songs need to stop putting unnecessary rapping cause sometimes it just kills the whole vibe
## 2557                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 2558                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2559                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 2560                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2561                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2562                                RT @justnmixx: not even 24 hours after jinni left nmixx and jype and they already removed all the pictures with jinni 😭 https://t.co/uPLMCs…
## 2563                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2564                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 2565                          RT @hyunsoo_j0916: More press coverage for our boys this week! \n\n✨9 Best Kpop Debuts of 2022 (Pinkvilla): https://t.co/tdzVPsZOAt\n\n✨Lines i…
## 2566                                                                                             RT @ywnloops: the BEST rap in the entire kpop industry. https://t.co/qAAyH1ysCl
## 2567                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 2568                                 RT @MonbebeNyc: BEST DIMPLES IN KPOP RANKING\n\n🏆#1. Jooheon - @OfficialMonstaX \n         ↳ 999,999 votes (99.99%) https://t.co/p8Yur69e4S
## 2569                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2570                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2571                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 2572                                RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…
## 2573                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2574                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2575                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2576                                RT @smiiliingkookie: Everybody out there congratulating Jungkook for his first pca as soloist, including US Embassy Seoul South Korea (@USE…
## 2577                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2578                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 2579                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 2580                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2581                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 2582                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2583                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2584                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2585                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2586                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2587                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 2588                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2589                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2590                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2591                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2592                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2593                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 2594                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 2595                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2596                                                                                                          RT @togejustvibin: BEST KPOP SONG OF 2022\nhttps://t.co/QOqt6PTVED
## 2597                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 2598                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2599                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2600                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2601                                                                                   RT @iveyouth: Best K-Pop Albums of 2022:\nhttps://t.co/zhrEQo1VTi https://t.co/sW6TCduSgI
## 2602                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 2603                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2604                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2605                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 2606                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2607                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2608                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2609                              RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…
## 2610                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2611                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2612                                                                                                                RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 2613                           RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…
## 2614                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 2615                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2616                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2617                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 2618                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 2619                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 2620                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2621                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2622                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 2623                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 2624                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2625                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 2626                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 2627                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2628                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 2629                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2630                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 2631                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2632                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2633                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2634                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2635                                RT @NMIXXDOLLS: I read about an interview with JYP in 2020 and he talked about how it's a JYPe policy to never reveal why their artist left…
## 2636                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 2637                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 2638                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2639                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 2640                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2641                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 2642                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2643                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2644                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 2645                            RT @pjmsupport_ke: Dabeme TOP 100 – Most Handsome Faces Of K-POP\n🔸https://t.co/c31vwq0bNW\n\nKpoplifes The Most Stylish K-pop Idol 2022\n🔸http…
## 2646                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 2647                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2648                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2649                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2650                            RT @pjmsupport_ke: Danmee: Top Korean Male Celebrities (D-13)\n🔸https://t.co/VHTvuJShVo\n\nKpoplifes King of Kpop (31 Dec)\n🔸https://t.co/ATEsn…
## 2651                              RT @kevinwoo91: Hi KLOVERs🍀\n\nI’d like to dedicate this Sunday with my KPOP cast after our last show. Unfortunately, I will have to cancel t…
## 2652                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 2653                                                                                                RT @TWICZENNIE: @NMIXX_official jinni :(\ntrans here https://t.co/ff1BQMEqj3
## 2654                                RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…
## 2655                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2656                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2657                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2658                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 2659                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2660                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2661                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2662                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2663                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 2664                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2665                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2666                                                                               RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF
## 2667                                RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…
## 2668                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 2669                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2670                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2671                              RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…
## 2672                                                         RT @allkpop: #RedVelvet and #aespa drop lovely teaser photos for the special winter collab! https://t.co/GBf7Rxbmjm
## 2673                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2674                               RT @Emilie_Moulinie: To celebrate our dear flaming charisma !! Congrats Minho !! 🔥❤️\n\n#SHINee #MINHO #CHASE #KPOP #fanart #kpopfanart #illu…
## 2675                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 2676                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2677                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 2678                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2679                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 2680                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 2681                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2682                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 2683                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 2684                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2685                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2686                                RT @sooyaserene: Here we go again. Kpop stans once again started to speculate what horrible things jinni did to be kicked out. Youtubers st…
## 2687                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 2688                                 RT @kpophappenings_: when that kpop boy hit the highest high note of his song during a vlive while sitting and eating strawberries casually
## 2689                                RT @DokiMBB: Because VLive will close soon, let me remind you the best VLive in kpop history, after this live kpop wasn't the same anymore.…
## 2690                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2691                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 2692                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2693                                                                                                                RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 2694                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2695                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2696                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 2697                            RT @Pk_bts_land: Biggest Weekly Debut by a Kpop Act on Spotify Pakistan : \n\n#1. Dreamers - 134,150 \n#2. Wild Flower - 122,079 😭💜\n#3. The As…
## 2698                                                                                                                RT @kwntrsgf: why do kpop idols always have the ugliest pets
## 2699                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 2700                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 2701                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2702                                RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…
## 2703                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2704                                RT @Allure_magazine: In an interview with Allure editor Sarah Han, the five-member group @le_sserafim talks about the evolution of their st…
## 2705                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2706                                RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…
## 2707                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2708                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2709                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2710                                                                                                 RT @tatareloaded: I FUCKED YOU TWICE PUTO DE MIERDA https://t.co/wpsKnwYsGi
## 2711                                                                          RT @xiuminonlyfans: good night to my emotional support kpop boy xiumin 🥺🫶🏻 https://t.co/kbCcvTAUtp
## 2712                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2713                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2714                                RT @raplinegold: just watched a video compilation of english speaking people being shocked by kpop idols being fluent in english and the id…
## 2715                                RT @hongteezer: why are so many kpop groups releasing tour announcements 1 month before the show is scheduled ?? that is NOT enough time fo…
## 2716                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2717                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2718                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2719                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 2720                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 2721                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2722                                 RT @BLACKPINK4WAYS: .@BLACKPINK now holds the TOP 2 of Longest Charting Kpop Group Songs released this year on Global Spotify ( Pink Venom…
## 2723                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2724                               RT @Emilie_Moulinie: To celebrate our dear flaming charisma !! Congrats Minho !! 🔥❤️\n\n#SHINee #MINHO #CHASE #KPOP #fanart #kpopfanart #illu…
## 2725                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 2726                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2727                                RT @hongteezer: why are so many kpop groups releasing tour announcements 1 month before the show is scheduled ?? that is NOT enough time fo…
## 2728                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2729                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2730                                RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…
## 2731                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 2732                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2733                                                                 RT @bjhdolls: I know kpop rap not real but Imma still call Jennie a rapstress cause wow. Onika better duck!
## 2734               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 2735                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 2736                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 2737                                 RT @curtispatricia7: #V is first Korean KPop soloist to have 2 songs stream over 200,000,000 each Spotify. Christmas Tree is also the most…
## 2738                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 2739                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 2740                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2741                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2742                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2743                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 2744                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2745                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 2746                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 2747                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 2748                                 RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 2749                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2750                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 2751                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2752                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2753                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2754                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2755                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2756                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2757                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2758                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 2759                                                                                                                RT @loonathvworld: THIS IS PURE KPOP https://t.co/F0iUCa9SoV
## 2760                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 2761                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 2762                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2763                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 2764                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 2765                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 2766                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 2767                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2768                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2769                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 2770                              RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 2771                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 2772                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2773                                RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…
## 2774                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2775                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2776                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2777                           RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…
## 2778                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 2779                                RT @Honey06_13: @iridescencemyg When other famous Kpop idols have gone, other soldiers would try to take secret pictures or videos and sell…
## 2780                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2781                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 2782                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 2783                       RT @_mamamommy_: hi !! #kpoptwt #kpop looking 4 mootz\n︶︶︶︶༉‧₊˚.\n\n༊*·˚ 08 , gemini \n༊*·˚ multistan ( skz , mamamoo , iu , + more )\n༊*·˚ #gen…
## 2784                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2785                               RT @Chuckbuck__: Your favorite Sniper King is back! 👑 \n#apex #apexlegends #overwatch #politics #black #car #apple #finance #live #timessqua…
## 2786                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 2787                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 2788                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 2789                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2790                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2791                              RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…
## 2792                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2793               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 2794                                                    RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV
## 2795                                RT @SunooxIrene: Yes, SISTAR did that even tho they came from a small company!!! and yes they did that even tho they used to cb once a year…
## 2796                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 2797                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 2798                                RT @Rora1608: I mean I still listen to kpop because I like it but I've no real connection with any of the groups. Probably the last group I…
## 2799                                RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…
## 2800                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 2801                             RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…
## 2802                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2803                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2804                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2805                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 2806                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 2807                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 2808                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2809                                RT @DokiMBB: Because VLive will close soon, let me remind you the best VLive in kpop history, after this live kpop wasn't the same anymore.…
## 2810                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2811                                                                                              RT @callmeb4usleep: not exactly a kpop moment but it sure could kill a sapphic
## 2812                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2813                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 2814                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 2815                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2816                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2817                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2818                             RT @koreatimescokr: #BTS leader #RM's solo album puts spotlight on late artist Yun Hyong-keun  \n#solo #kpop #Indigo #newalbum\n\nhttps://t.co…
## 2819                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 2820                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2821                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2822                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2823                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2824                                                                           RT @Foivechxn: Imagine people spoke about football the way kpop fans speak about idols and groups
## 2825                      RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…
## 2826                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 2827                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2828                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2829                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 2830                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2831                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 2832                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 2833                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 2834                              RT @ParkBomBuzz: Grand Wave Kpop Music Festival has been finally rescheduled to January 14th, 2023! \n\nIt was initially put on hold due to t…
## 2835                           RT @namufused: @RMGlobalUnion he did his job 🔥🔥🔥🔥\nINDIGO RECORDBREAKING ALBUM\n👑👑👑👑👑👑👑👑👑👑👑👑\nRM HIGHEST CHARTING KPOP SOLOIST\n🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊\nC…
## 2836                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2837                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2838                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 2839                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2840                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2841                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2842                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2843                               RT @sodabmi: 1) watch kpop mvs !! \nmy favs groups: leeserafim, ive, fromis, loona, wjsn, apink, red velvet, alice, oh my girl, gfriend, izo…
## 2844                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 2845                                RT @fleurdeLAYs: The IG post of c*rn*rst*n* about how 12/08 was a success really irked me bc tbqh if it weren’t for the fact that 1) XiuChe…
## 2846                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2847                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 2848                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2849                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2850                                          RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop
## 2851                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2852                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 2853                                RT @kpophappenings_: when that kpop boy group created the colors of a pride flag with each of their solo debuts while showing queer represe…
## 2854                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2855                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2856                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2857                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2858                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 2859                                                                              RT @vminwet: gfriend is over, right? i feel like i'm a bit out of touch with the world of kpop
## 2860                                RT @BLACKPINKSTATS5: .@BLACKPINK was 2022’s 2nd top trending comeback (2nd most searched) in the U.S. according to @GoogleTrends. It was th…
## 2861                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2862                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2863                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2864                                                                                    RT @sheisaneon_: ah i miss him who in kpop makes music like this https://t.co/rv75aLHjgU
## 2865                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2866                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 2867                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2868                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2869                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 2870                           RT @StoryKover: [🇲🇾]New Update]GRAND WAVE KPOP MUSIC FESTIVAL in Malaysia\n\n📆 14.01.2023 7.30pm\n🏟 Surf Beach, Sunway Lagoon\nLINEUP ✨ HYO (GG…
## 2871                          RT @queeri_official: Submission 3\n2nd Winner of KPOP Idol Looks Like An Anime\n#HYUNJIN #STRAYKIDS \n\n🏆Jogja City Mall Directory Board\n\nHow t…
## 2872                                             RT @togejustvibin: MONEY is arguably the most successful song by a KPOP ACT on Germany. That live performance will go INSANE! 🔥
## 2873                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2874                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 2875                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2876                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2877                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 2878                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2879                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 2880                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 2881                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2882                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2883                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2884                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2885                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2886                         RT @MyKpopHuntress: GRAND WAVE KPOP MUSIC FESTIVAL will be resumed to 14th JAN 2023 with the same lineup &amp; venue!\n\nLINEUP ✨ HYO (GG), DJ So…
## 2887                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2888                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2889                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 2890                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 2891                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 2892                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2893                          RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…
## 2894                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 2895                              RT @RM_Peru: 🎥Peruvian dance challenge for 'Still Life' on TIKTOK🇵🇪\n\nJeaneth Loayza, a Peruvian dancer, choreographer and KPOP dancer instr…
## 2896                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 2897                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 2898                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2899                                RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…
## 2900                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2901                                                                RT @Kimchristine15: Everyday Jigirl's struggles...\n🥹\n#jichangwook #KPOP #beautiful https://t.co/RIUGfZrOnv
## 2902                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2903                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 2904                                RT @kpophappenings_: when that kpop boy have a soft heart for children, during middle school he used to give treats and greets children fro…
## 2905                                RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants "ddiung,…
## 2906                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2907               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 2908                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 2909                        RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…
## 2910                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2911                                                                                   RT @raplinecypherrr: THE HOTTEST RAP LINE IN THE MUSIC INDUSTRY \nhttps://t.co/snOnB8MEuO
## 2912                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2913                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 2914                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2915                                RT @sooyaserene: Here we go again. Kpop stans once again started to speculate what horrible things jinni did to be kicked out. Youtubers st…
## 2916               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 2917                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2918                                 RT @smiiliingkookie: Jungkook is collecting all the ‘first and only Kpop, Korean soloist to’ that there’s to reach. He has been conquering…
## 2919                                RT @kpophappenings_: when fans of that kpop group bought two stars orbiting each other from the favorite constellation of the leader and na…
## 2920                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 2921                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2922                                RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…
## 2923                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 2924                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 2925                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2926                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 2927                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2928                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2929                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2930                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 2931                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 2932                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 2933                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2934                              RT @jungcookie_twt: 12/09/22\n\nTo my first love, the GODS and OG KINGS of Kpop @TVXQ Thank you for completing my fangirl heart. 🥰 Witnessing…
## 2935                                RT @wendyIoops: wendy is truly unparalleled like i dont think people understand how impressive she is. comparing her to other kpop idols is…
## 2936                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 2937                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 2938                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 2939                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 2940                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 2941                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2942                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2943                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 2944                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2945                                RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…
## 2946                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 2947                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 2948                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 2949                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 2950                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2951                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 2952                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 2953                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 2954                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2955                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 2956                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 2957                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 2958                         RT @PleinDeVie_7: Global domination is real! 🔥\n\nSB19's aura &amp; perf after WYAT Tour screamed passion! ❤️‍🔥\nI like the new WYAT intro!\n\nSeein…
## 2959                                RT @sooyaserene: Here we go again. Kpop stans once again started to speculate what horrible things jinni did to be kicked out. Youtubers st…
## 2960                                RT @blueredblind: people list down heartbreak lists in 2022 while they didn't list omega x case when it's the breaktrough of kpop industry,…
## 2961                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 2962                                RT @youngheunnie: Yall wanted proof #nova from #mepc don't support war? Here it is. Her dance crew posted this statement under their cover/…
## 2963                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 2964                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 2965                              RT @statsforbangtan: Indigo has the biggest weekly debut for an album by a Korean soloist on Spotify!\n\nKeep streaming: https://t.co/UPcw2U6…
## 2966                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2967                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 2968                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 2969                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 2970                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 2971                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2972                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2973                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 2974                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 2975                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 2976                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2977                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 2978                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2979                            RT @hyoshin0807: [Eng] SF9 Rumination Showcase 211122\n\n1: https://t.co/j3yDDrb5Yq\n2: https://t.co/CY4Nhccuut\n3: https://t.co/Bf4p9aCWp2\n4:…
## 2980                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 2981                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 2982                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2983                              RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…
## 2984                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 2985                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 2986                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 2987                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 2988                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 2989                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 2990                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2991                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 2992                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 2993                       RT @p1hits: keeho watches kpop 4th gen vocal analysis on youtube to see if he's there, he is so real 😭🤣 \n\n#P1Harmony #피원하모니 #기호 https://t.c…
## 2994                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 2995                                RT @blueredblind: people list down heartbreak lists in 2022 while they didn't list omega x case when it's the breaktrough of kpop industry,…
## 2996                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 2997                               RT @philstarlife: THE EMPERORS OF KPOP IS FINALLY IN THE PH 🔥\n\n#TVXQ's #Changmin and #Yunho set tje stage on fire as perform some of their…
## 2998                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 2999                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3000                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3001                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3002                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 3003                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3004                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3005                                RT @vitaarieka: @tsizumi22 Every year is bad in kpop, only diffrence is before this year diabandments and leaving members were from older g…
## 3006                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3007                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 3008                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 3009                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3010                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 3011                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3012                              RT @YEDAMBR_: [📰] KPOPMAP: The New Diamonds of KPop - Top 10 Rising Idols Who We Predict Will Be The Next Big Thing\n\n#2. BANG YEDAM — Viral…
## 3013                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 3014                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 3015                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3016                              RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…
## 3017                                                           RT @Kep1er0t9: I am sorry but now I am little worried about kep1er what happened to kpop groups so suddenly?!?!?!
## 3018                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3019                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 3020                                RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…
## 3021                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3022                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3023                                            RT @SerieTV46: "RUN BTS" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams.
## 3024                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 3025                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 3026                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 3027                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 3028                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 3029                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3030                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3031                                RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…
## 3032                      RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…
## 3033                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3034                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 3035                                          RT @intakorize: chuu left loona, jieun left purplekiss, and jinni left nmixx, all in less than a month? 2022 new doom year of kpop
## 3036                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 3037                               RT @blue_m00n97: Please someone with power in Kpop industry... #BringSoojinBack 😭❤️\n\nGIDLE deserves to celebrate with Seo Soojin, Neverland…
## 3038                            RT @FairyVotes: wts / lfb / selling kpop votes 🇮🇩\n\n[StarPlay 🌟]\nAvailable: by DM\nPrice: IDR 14k = 1k SST\n\n💰 mop: dana\n📩 dm if interested…
## 3039                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3040                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 3041                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3042                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 3043                                RT @wonyuluv: this tweet was for dives so why are there some random loser kpop stans in the quotes who are thousand miles away from these g…
## 3044                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 3045                                RT @25thof3_: i dont understand stans wanting every kpop group to cater to their music preferences. if you dont like it then find something…
## 3046                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 3047                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 3048                                 RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…
## 3049                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 3050                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 3051                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3052                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3053                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 3054                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 3055                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3056                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3057                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 3058                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3059                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3060                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 3061                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 3062                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3063                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 3064                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 3065                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3066                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 3067                                                                                     RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E
## 3068                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 3069                                                                               RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF
## 3070                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 3071                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3072                      RT @thedivestudios: after his debut?!?! 🤯\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin #프니엘 #BTOB #JUNNY #주니 #HOLLAND https://t.co/gG0zaAVj…
## 3073                                                             RT @starfess: Are you one of the people who know this legendary kpop song ?? ❤\n\n-hi\n https://t.co/1rFGxTwJdG
## 3074                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 3075                              RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…
## 3076                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3077                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3078                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3079                          RT @TXTChartData: Most Followed Kpop Groups on Spotify:\n\n#1 BTS - 57M\n#2 BLACKPINK - 34.1M\n#3 TWICE - 15.4M\n#4 STRAY KIDS - 9.4M\n#5 EXO - 9…
## 3080                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3081                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3082                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 3083                                                                                   RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6
## 3084                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 3085                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 3086                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 3087                     RT @xiyyyywi: 📢📢Selling Idol Champ Ruby &amp; Blue Chamsims📢📢\n\nBLUE CHAMSIMS: SHOW CHAMPION AVAILABLE 25,000💙\n\n1,200💙=$1/54\n\nNote:\ncan only vot…
## 3088                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 3089                               RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…
## 3090                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 3091                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3092                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 3093                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3094                           RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…
## 3095                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 3096                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 3097                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3098                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 3099                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3100                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3101                             RT @Kpopmap: 5 Older K-Pop Girl Groups We Would Love To See Reunite\n https://t.co/mwv8EkokrU\n\n #kpop #fx #2NE1 #WonderGirls #GirlsDay #SPICA
## 3102                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3103                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3104                              RT @ningmengland: 'Untouchable Kpop I am the original' is one of TikTok Korea's HOT Trend Song for the 4th week of November! 🔥\n\nIt is the s…
## 3105                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3106                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3107                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 3108                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 3109                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 3110                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 3111                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3112                                 RT @BroadwayWorld: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathering…
## 3113                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 3114                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 3115                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 3116                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 3117                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 3118                   RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…
## 3119                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3120                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3121                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 3122                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3123                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3124                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3125                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3126                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3127                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3128                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3129                                                                 RT @GD_got_my: So in HISTORY T.O.P will become the first Man/Kpop Artist/Idol/K-rapper/Actor to go to SPACE
## 3130                                 RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…
## 3131                                          RT @NME: Artists set to perform at @mikfestival in Paris next February include CL, Chung Ha, BtoB and more https://t.co/3HinBdWtzq
## 3132                                RT @blueredblind: people list down heartbreak lists in 2022 while they didn't list omega x case when it's the breaktrough of kpop industry,…
## 3133                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 3134                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 3135                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3136                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 3137                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3138                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3139                          RT @garnethours_my: 🦋 Available [221209] 🦋\n\n❄️ Choeaedol | 90k❤\n\n❄ Fancast | 10k💛\n\n❄️ Freevote | 840❤️\n\n❄️ Idol Champ \n| 1k💙 chamsims\n| 1k❤…
## 3140                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3141                                   RT @KPOPBroadway: If we're going out, we're going ALL-OUT! See KPOP on Broadway through Sunday, December 11 only. https://t.co/LXqpfYbE5V
## 3142                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 3143                                                            RT @AboutMusicYT: Biggest kpop idol group songs on Circle Chart (based on index points): https://t.co/du2k3iS575
## 3144                             RT @Daily_JK97: 📊 “Left and Right” has surpassed 414M streams on Spotify on its 167th day, the fastest song by Kpop &amp; Korean soloist to do…
## 3145                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3146                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3147                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 3148                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3149                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 3150                                                                 RT @GD_got_my: So in HISTORY T.O.P will become the first Man/Kpop Artist/Idol/K-rapper/Actor to go to SPACE
## 3151                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 3152                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 3153                                RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…
## 3154                                RT @Mr_NaveenKumar: KPOP inviting community members in for its final performance is the sort of spirit Broadway needs. https://t.co/jfzoU7P…
## 3155                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 3156                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3157                           RT @LIONlDLE: "Soyeon, the rapper kicking down doors for generations of women kpop idols yet to come."\n:')\n\nhttps://t.co/gpjvAuBiaD\n\n@G_I_D…
## 3158                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 3159                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3160                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 3161                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3162                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3163                            RT @sbbbh56: ❗Chen will coming back to Malaysia at 14th Jan 2023 ❗\n\nThis was supposed to hold at 19 Nov but it postpone because of the elec…
## 3164                              RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 3165                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 3166                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 3167                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3168                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3169                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3170                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 3171                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3172                              RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…
## 3173                                RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…
## 3174                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3175                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3176                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3177                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 3178                                                                                                 RT @arsjiaerwang: Nothing’s going right in kpop right now. Bring back GOT7.
## 3179                         RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…
## 3180                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3181                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 3182                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 3183                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 3184                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3185                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 3186                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 3187                                RT @raplinegold: just watched a video compilation of english speaking people being shocked by kpop idols being fluent in english and the id…
## 3188                                     RT @Jaydelovesweme: @Kpopmap FOR THE LOVE OF GOD STAN WEKI MEKI🥲 @ kpop stans; they deserve so so so much love🥹 https://t.co/7VOe79ZVL3
## 3189                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 3190                                 RT @smiiliingkookie: I have never seen something so crazy happening in kpop industry as what is current happening to Dreamers by Jungkook,…
## 3191                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3192                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3193                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 3194                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 3195                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 3196                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 3197                              RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…
## 3198                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3199                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3200                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3201                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3202                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3203                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3204                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3205                                RT @katereinking: I’m so happy that KPOP is going to have sold out (or near) shows for its final 4 performances, but it breaks my heart the…
## 3206                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3207                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3208                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3209                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3210                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 3211                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3212                             RT @AsiaRockPopRap: #AsianMusic #AsianArtists #KPop #BTS #BTSSongs \nArtist: BTS @BTS_twt @bts_bighit \nSong:  Dynamite (Bedroom Mix)\nYear: 2…
## 3213                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 3214                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3215                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 3216                                  RT @PMelody18: Minhyuk's rap part in Traveler and his look here is just ❤️‍🔥❤️‍🔥❤️‍🔥\n20211102 Kpop in Suncheon\n#BTOB #LEE_MINHYUK #HUTA #허타…
## 3217                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 3218                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 3219                            RT @ThePopBase: Highest ranking Kpop acts on Billboard 200 Artists Year-end chart:\n\n1. #BTS - #18 (2020)\n2. #BTS - #21 (2018)\n3. #BTS - #26…
## 3220                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 3221                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3222                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 3223                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 3224                                                                           RT @Foivechxn: Imagine people spoke about football the way kpop fans speak about idols and groups
## 3225                                RT @Daisy__Kim: The funniest part is that these loud Western kpop stans are always dismissing Asian fans and the Asian market as "lesser" w…
## 3226                                RT @ScarletteDrake: Twitter is a toxic graveyard atm but I’m  releasing an mm romance novel about a rockstar and a K-pop idol in 2023 in ca…
## 3227                                RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…
## 3228                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 3229                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3230                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3231                                RT @_kurukaa_: heyy, i'm kinda new in the kpop twt, and i'm tryna find some moots, so yeah :) i stan lots of groups, but skz, ateez, p1h, m…
## 3232                                                                                        RT @iBNGTZee: back then when kpop groups used to sing live 😞 https://t.co/Z9tV3j3lyU
## 3233                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 3234                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 3235                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3236                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 3237                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 3238                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3239                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3240                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 3241                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 3242                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 3243                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3244                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 3245                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3246                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3247                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 3248                                    RT @CelebConfirmed: ICYMI: #Taeyang of #BigBang is collaborating with #BTS's #Jimin on an upcoming solo song.\n\nhttps://t.co/Q1ncgdErgM
## 3249                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 3250                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3251                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 3252                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 3253                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 3254           RT @fantagiomusic_: [#문빈_산하]\nMOONBIN&amp;SANHA(ASTRO)\n3rd Mini Album &lt;INCENSE&gt;\nConcept Photo\nIMPURE ver. ⚗\n\n2023.01.04 RELEASE\n#INCENSE #MOONBI…
## 3255                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3256                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3257                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3258                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3259                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3260                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3261                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3262                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3263                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 3264                                                            RT @THR: ‘KPOP’ Team on Abrupt Closing of Broadway Musical: “We Never Got a Fair Chance” https://t.co/0bl4umkTlo
## 3265                                                    RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV
## 3266                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 3267                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3268                                             RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP
## 3269                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 3270                                RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…
## 3271                                                                                                                    RT @cursedeviIs: KPOP EXCELLENCE https://t.co/imlF2zRh52
## 3272                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3273                             RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 73M* 💜\n#2. Jack in the box -…
## 3274                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 3275                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 3276                               RT @Attention_spy: [📊| UPROXX has listed "New Jeans" by \n@NewJeans_ADOR as one of the K-Pop albums of 2022 👏👑\n\n🔗: https://t.co/qWK9TtnK5g…
## 3277                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3278                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 3279                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 3280                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 3281                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3282                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 3283                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 3284                                                                 RT @meusconceptions: Factually and objectively the chaser by infinite is the best song ever created in kpop
## 3285                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3286                            RT @ILLsCart: wts lfb ph onhand #ILLsCart\n\n• Standard KPOP Lightstick Battery Holder\n\n` php 210 each  / payo - php 195 each\n` dop: 1 month…
## 3287                                RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants "ddiung,…
## 3288                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 3289                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3290                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 3291                            RT @TheKpopverse: #CARAT’s and #kpop fans, @NortheastCarats will be hosting “BooShua Craft Night” a Seungkwan &amp; Joshua birthday cupsleeve e…
## 3292                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 3293                            RT @TheKpopverse: #CARAT’s and #kpop fans, @NortheastCarats will be hosting “BooShua Craft Night” a Seungkwan &amp; Joshua birthday cupsleeve e…
## 3294                                                                                             RT @hakushotafan: guys in your opinion whats the best song ever created in kpop
## 3295                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 3296                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 3297                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3298                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 3299               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 3300                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 3301                                RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants "ddiung,…
## 3302                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 3303                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3304                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3305                                                                                             RT @ywnloops: the BEST rap in the entire kpop industry. https://t.co/qAAyH1ysCl
## 3306                                RT @katereinking: I’m so happy that KPOP is going to have sold out (or near) shows for its final 4 performances, but it breaks my heart the…
## 3307                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 3308                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3309                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3310                                                            RT @THR: ‘KPOP’ Team on Abrupt Closing of Broadway Musical: “We Never Got a Fair Chance” https://t.co/0bl4umkTlo
## 3311                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 3312                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 3313                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3314                                 RT @BLACKPINK4WAYS: .@BLACKPINK now holds the TOP 2 of Longest Charting Kpop Group Songs released this year on Global Spotify ( Pink Venom…
## 3315                                RT @raplinecypherrr: NOTHING MORE SATISFYING THAN YOONGI SHOUTING "GO SEOK " AND "GO JAY" BEFORE HOSEOK STARTS HIS VERSE https://t.co/6lM8B…
## 3316                                 RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 3317                                RT @pinathemenguin: fandoms of every kpop group hating on twice the ENTIRE YEAR,talking shit about them,literally judging every move they m…
## 3318                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 3319                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 3320                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3321                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3322                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3323                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 3324                          RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…
## 3325                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3326                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3327                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 3328                          RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…
## 3329                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 3330                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 3331                          RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…
## 3332                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3333                              RT @jhopescharts: Biggest First Week Album debut by a Korean /Kpop Soloist on Spotify in 2022: \n\n#1. Indigo - 80.2M \n#2. Jack in the box -…
## 3334                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 3335                          RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…
## 3336                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3337                          RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…
## 3338                          RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…
## 3339                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3340                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3341                          RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…
## 3342                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3343                          RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…
## 3344                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3345                          RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…
## 3346                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 3347                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 3348                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3349                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3350                                 RT @l7withyou: @cypherluscious Dear Army! You are valuable, you are loved, you are necessary, your effort is a sign of courage and you are…
## 3351                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 3352                          RT @aespa_official: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - ‘Beautiful Christmas’\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_…
## 3353                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 3354                                RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants "ddiung,…
## 3355                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3356                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 3357                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 3358                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 3359                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 3360                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3361                              RT @stream4taekook: "Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…
## 3362                   RT @ATYstream: 📋| 'Kpop Idol Goes Undercover' has surpassed 32.4M views! 🎉\n\n— 🌸 — \n#에이티즈 @ATEEZofficial #エイティーズ #ATEEZ https://t.co/dcaqWcp…
## 3363                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3364                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3365                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 3366                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 3367                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 3368                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3369                                RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…
## 3370                                                    RT @aydilwakem: how the hell this kpop girl group doesn't have a visual hole? LIKE LOOK AT THEM? https://t.co/9aIgeGxRfB
## 3371                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3372                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 3373                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3374                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 3375                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3376                                RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…
## 3377                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3378                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 3379                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 3380                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 3381                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 3382                                RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…
## 3383                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 3384                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 3385                                                                RT @mingkinluv: Everyday the line between kpop stans and football fans gets blurrier https://t.co/ex0NEcwpjP
## 3386                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3387                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 3388                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 3389                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3390                                              RT @elsserafim: le sserafim mama dance break proves they’re one of the best performers in 4th gen kpop https://t.co/sJHwTRJLIX
## 3391                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 3392                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3393                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3394                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 3395                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 3396                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 3397                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 3398                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 3399                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 3400                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3401                       RT @kpopidolevents: ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I San D…
## 3402                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 3403                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 3404                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 3405                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 3406                               RT @producergikwang: 5000 days since gikwang debuted and changed the whole kpop industry\ntruly the most talented and well rounded idol to e…
## 3407                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 3408                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 3409                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3410               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 3411                                       RT @larix1997: Kaeya keeps his TCG Diluc card in a photocard holder like a kpop stan\n#kaeluc #luckae #fanart https://t.co/KCq2OehYa7
## 3412                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3413                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 3414                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3415                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3416                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 3417                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 3418                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3419                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 3420                                RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…
## 3421                                       RT @larix1997: Kaeya keeps his TCG Diluc card in a photocard holder like a kpop stan\n#kaeluc #luckae #fanart https://t.co/KCq2OehYa7
## 3422                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3423                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 3424                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 3425                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3426                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 3427                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 3428                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3429                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 3430                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3431                                                                                   RT @enhagIow: which kpop group is the female version of enhypen and why is it le sserafim
## 3432                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 3433                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 3434                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3435                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 3436                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 3437                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3438                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3439                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3440                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 3441                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 3442                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 3443                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3444                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3445                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 3446                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 3447                                    RT @CelebConfirmed: ICYMI: #Taeyang of #BigBang is collaborating with #BTS's #Jimin on an upcoming solo song.\n\nhttps://t.co/Q1ncgdErgM
## 3448                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 3449                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3450                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 3451                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3452                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3453                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3454                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3455                     RT @Lovelyz_Kei421: One of the best Kpop Christmas songs 👇\n\n"Twinkle by Lovelyz" https://t.co/fzcZZiUIkp\n\n♬ #러블리즈(#Lovelyz) - #종소리🔔 #Christ…
## 3456                                                                                               RT @Tashal55: (G)I-DLE Spotify Kpop ON story update 🥰 https://t.co/1Qs1KQ2rf9
## 3457                                 RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…
## 3458                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 3459                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 3460                                                                                                                RT @kwntrsgf: why do kpop idols always have the ugliest pets
## 3461                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 3462                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 3463                        RT @_RapperJK: + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Spotify\n\n(J…
## 3464                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3465                                RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants "ddiung,…
## 3466 RT @FranLiong: Spotify Clips\nKpop ON! (온) - MIYEON \n\n#미연 #조미연\n#MIYEON #MY #ChoMIYEON\n#ミヨン #チョ・ミヨン \n#여자아이들 #아이들 #GIDLE \n\n🔗https://t.co/Egw30…
## 3467                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 3468                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3469                   RT @ATYstream: 📋| 'Kpop Idol Goes Undercover' has surpassed 32.4M views! 🎉\n\n— 🌸 — \n#에이티즈 @ATEEZofficial #エイティーズ #ATEEZ https://t.co/dcaqWcp…
## 3470                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 3471                                                                              RT @everhuta: because btob revolutionised kpop with missing you. #btob https://t.co/eRWFswEenS
## 3472                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 3473                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 3474                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3475                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 3476                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3477                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 3478                                                           RT @Sofft_Neko_Sims: I'm pretty psycho 😈 #PURPLEKISS #kpop #ts4 #thesims #thesims4 #ts4cc https://t.co/AynqROGNbQ
## 3479                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3480                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 3481                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3482                                    RT @CelebConfirmed: ICYMI: #Taeyang of #BigBang is collaborating with #BTS's #Jimin on an upcoming solo song.\n\nhttps://t.co/Q1ncgdErgM
## 3483                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3484                     RT @official_yaoki: Weeekly (위클리) - Happy Christmas\n\n✨Coming Soon! Weeekly's Special Video on Dec. 09. 6PM(KST)🎄\n\nWeeekly (위클리) - Happy Chr…
## 3485                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3486                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3487                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 3488                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 3489                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3490                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 3491                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3492                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3493                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3494                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3495                                            RT @ccbangtanista: CONGRATULATIONS RM\nINDIGO RECORD BREAKING ALBUM\nRM HIGHEST CHARTING KPOP SOLOIST\n\nhttps://t.co/4wasZIXo9J
## 3496                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 3497                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 3498                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3499                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 3500                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3501                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3502                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 3503                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3504                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3505                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3506                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3507                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3508                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3509                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 3510                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3511                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 3512                               RT @cashleelee: “I don’t feel defeated, I feel angry. I feel like we never got a fair chance.”\n\na candid chat with @HelenHjPark, Jason Kim…
## 3513                                                                RT @nohhyolucy: I will make a thread showing that wekimeki is one of the most synchronized groups in kpop 😼💗
## 3514                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3515                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3516                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3517                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 3518                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 3519                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 3520                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 3521                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 3522                                                                       RT @sone01forever: The kings of kpop 👑 #TVXQ #BeYou2inManila #yunho #changmin https://t.co/1UAYAlbDZu
## 3523                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3524                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3525                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 3526                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3527                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 3528                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 3529                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 3530                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 3531                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 3532                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 3533                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3534                               RT @cashleelee: “I don’t feel defeated, I feel angry. I feel like we never got a fair chance.”\n\na candid chat with @HelenHjPark, Jason Kim…
## 3535                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3536                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3537                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 3538                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 3539                          RT @garnethours_my: 🦋 Available [221209] 🦋\n\n❄️ Choeaedol | 90k❤\n\n❄ Fancast | 10k💛\n\n❄️ Freevote | 840❤️\n\n❄️ Idol Champ \n| 1k💙 chamsims\n| 1k❤…
## 3540                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3541                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 3542                           RT @txtstreambase: 221210 | Spotify \n\n#TXT ’s top 10 most streamed songs on Spotify (221208)\n\n@TXT_members @TXT_bighit \n#TOMORROW_X_TOGETHE…
## 3543                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 3544                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 3545                                RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…
## 3546                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 3547                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3548                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 3549                      RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…
## 3550                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 3551                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3552                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 3553                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3554                                                 RT @chartsblackpink: UPROXX picks @BLACKPINK's 'BORN PINK' as one of the best K-Pop albums of 2022. https://t.co/c1Yr9rtWPP
## 3555                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3556                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3557                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 3558                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3559                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 3560                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3561                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 3562                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3563                                RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…
## 3564                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 3565                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 3566                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 3567                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 3568                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3569                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3570                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 3571                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3572                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 3573                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3574                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 3575                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 3576                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3577                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3578                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3579                      RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…
## 3580                            RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…
## 3581                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 3582                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3583                             RT @kavehlvr: #scaramouche - tomboy (g-idle)\n\nmore scaramouche kpop fancam again! also praying tomorrow his gameplay trailer 😭\n#wanderer #G…
## 3584                                                                      RT @KPredictionn: girls on top will have a comeback next year \n#kpoppredictions #kpopprediction #kpop
## 3585                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 3586                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3587                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3588                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 3589                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 3590                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 3591                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 3592                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3593                              RT @philstarlife: YOU'RE THE ONLY ONE 😍\n\nFrom her sychronized dance moves, #Boa proves why she's called the "Queen of Kpop." https://t.co/I…
## 3594                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 3595                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3596                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 3597                          RT @garnethours_my: 🦋 Available [221209] 🦋\n\n❄️ Choeaedol | 90k❤\n\n❄ Fancast | 10k💛\n\n❄️ Freevote | 840❤️\n\n❄️ Idol Champ \n| 1k💙 chamsims\n| 1k❤…
## 3598                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 3599                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3600                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3601                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 3602                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 3603                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 3604                                RT @mprlibre: Can confirm. I have worked on DOZENS of Broadway shows and have NEVER seen more passionate and young and diverse audiences th…
## 3605                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3606                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3607                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 3608                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 3609                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 3610                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 3611                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 3612                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3613                                                         RT @lynshinki: To my very first kpop concert 🎉\n &amp; TVXQ first time mini concert in Ph 🎊 https://t.co/wzxLFjUdyF
## 3614                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 3615                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 3616                              RT @lisamanobal_327: " BTW 'LILIES' fans has no Age reference. Love to see how she proud to show her bias on her TikTok. 😊💛🇬🇧\n\nLISA ROCKS I…
## 3617                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3618                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3619                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3620                          RT @BLACKPINKGLOBAL: .@UPROXX ranks the the best K-Pop albums of 2022! 💥\n\n• @BLACKPINK’s #BORNPINK\n• Gasoline\n• YOUTH \n• FEARLESS\n• IM NAYE…
## 3621                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 3622                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 3623                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 3624                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 3625                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 3626                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 3627                            RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…
## 3628                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 3629                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 3630                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3631                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3632                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3633                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3634                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 3635                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3636                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3637                                                                               RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF
## 3638                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 3639                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3640                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 3641                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3642                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3643                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 3644                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 3645                                                                 RT @convomfs: 🤍 tw // kpop \n Why are you cry? It's just a pictures\n\nthe picture: https://t.co/2pGZyjoOyG
## 3646                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3647                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 3648                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3649                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 3650                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 3651                                RT @bora_carr0t: I was just thinkin about this the other day, the same people to get on black kpop stans are the same ones tuned into a man…
## 3652                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3653                                 RT @BTSEMPIRES: #INDIGO by RM is now the first and only album by a Kpop/Korean soloist in HISTORY to gather over 70M streams on Spotify in…
## 3654                          RT @hyunsoo_j0916: More press coverage for our boys this week! \n\n✨9 Best Kpop Debuts of 2022 (Pinkvilla): https://t.co/tdzVPsZOAt\n\n✨Lines i…
## 3655                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 3656                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3657                              RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…
## 3658                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3659                                                                               RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF
## 3660                           RT @inkijam: BTOB (비투비) - The Winter's Tale Album Lyrics and Tracklist.\nKorean, Romanized and English Lyrics to your favorite Kpop Album!\n#…
## 3661                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 3662                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3663                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 3664                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 3665                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3666                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3667                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3668                                                              RT @kpophappenings_: when that kpop boy gave shin ramen to his fans at their dome tour along with other snacks
## 3669                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3670                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3671                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 3672                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 3673                                              RT @elsserafim: le sserafim mama dance break proves they’re one of the best performers in 4th gen kpop https://t.co/sJHwTRJLIX
## 3674                                                                                    RT @AboutMusicYT: Most streamed kpop artists on Spotify in 2022: https://t.co/0wuCIj8rth
## 3675                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3676                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3677                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 3678                                                    RT @SerieTV46: "Shut Down" by @BLACKPINK it's the most viewed Kpop Group MV in last 24 hours on Youtube with 1.4M views.
## 3679                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3680                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3681                                                                                          RT @AboutMusicYT: Most streamed kpop idol groups on Melon: https://t.co/fADAZtKmaP
## 3682                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 3683                                                                                       RT @daily_cjh: Jongho is the biggest flirt in ateez; a thread https://t.co/usEK9j49Pb
## 3684                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 3685                                RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…
## 3686                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3687                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3688                                RT @pinathemenguin: why are people mad about this? it's just damn football, also they aren't attacking anyone or a kpop group it's just a v…
## 3689                                    RT @CelebConfirmed: ICYMI: #Taeyang of #BigBang is collaborating with #BTS's #Jimin on an upcoming solo song.\n\nhttps://t.co/Q1ncgdErgM
## 3690                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3691                                RT @chartdata_twt: .@BTS_twt RM joins to #jhope and #AgustD as the only korean/Kpop soloists to debut all songs from their albums on Global…
## 3692                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3693                                                                      RT @KPredictionn: girls on top will have a comeback next year \n#kpoppredictions #kpopprediction #kpop
## 3694                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 3695                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3696                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3697                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 3698                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3699                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3700                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 3701                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3702                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3703                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 3704                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3705                          RT @UPROXX: 🔥 #PIXY (@official_pixy) - 'Reborn'\n\nPIXY, a 5-piece ensemble, thrive &amp; take pride in bringing dark pop into K-Pop, as they shi…
## 3706                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3707                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3708                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3709                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3710                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3711                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 3712                                RT @prncsskiko: @kpoptrash_02 @Koreaboo take it slow and chill, i learned it in the start of 3rd gen when the industry really starts to bec…
## 3713                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 3714                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3715                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3716                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3717                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 3718                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3719                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3720                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3721                                                                                         RT @starfess: -guys GUYS TRIPLE J NIH HUHU. GET WEL SOON YA https://t.co/qITQcQVUne
## 3722                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 3723                                                              RT @kpophappenings_: when that kpop group composed the intro and ending song for their variety show in youtube
## 3724                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3725                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3726                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3727                             RT @Kpopmap: The New Diamonds Of K-Pop - Top 10 Rising Idols Who We Predict Will Be The Next Big Thing 💎\nhttps://t.co/h8OLiEUc2j\n\n#DKZ #Jae…
## 3728                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 3729                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3730                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 3731                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 3732                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3733                                 RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 3734                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 3735                           RT @aftrstrm: hey y’all! not new to twitter but just made this account lol..follow/rt if you like: \n\nrenee rapp \n#tslocg\nmusic \njenn mcalli…
## 3736                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 3737                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 3738                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 3739                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 3740                             RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…
## 3741                                                                    RT @Koreaboo: 10 K-Pop Artists Who Ruled Google Trends In South Korea In 2022\n\nhttps://t.co/PlpqO0wNuN
## 3742                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 3743                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 3744                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 3745                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 3746                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 3747                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 3748                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3749                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3750                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3751                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3752                                 RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 3753                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3754                                RT @hongteezer: why are so many kpop groups releasing tour announcements 1 month before the show is scheduled ?? that is NOT enough time fo…
## 3755                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 3756                                                                                                             RT @henry_zach_: kpop stans act like lightsticks are gang signs
## 3757                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 3758                               RT @ArtVixenStudio: Save On Gifts For Korean Drama Fans at My #Redbubble Store! 💗🙂💗https://t.co/vb4zc8L8ac\nShop More Designs https://t.co/9…
## 3759                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 3760                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 3761                         RT @PleinDeVie_7: Global domination is real! 🔥\n\nSB19's aura &amp; perf after WYAT Tour screamed passion! ❤️‍🔥\nI like the new WYAT intro!\n\nSeein…
## 3762                                   RT @KPOPBroadway: If we're going out, we're going ALL-OUT! See KPOP on Broadway through Sunday, December 11 only. https://t.co/LXqpfYbE5V
## 3763                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3764                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 3765                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 3766                                            RT @jjkonlyace: @allkpop The main slayer! JUNGKOOK IS BEYOND KPOP! 🔥🙌👑✨\n\nGLOBAL MAIN POP BOY JUNGKOOK https://t.co/QmyMK6HKb4
## 3767                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 3768                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 3769                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 3770                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3771                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3772                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3773                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 3774                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3775                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3776                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 3777                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 3778                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3779                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 3780                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 3781                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3782                     RT @aerisshop: welcome to @aerisshop ~\n\npremium accs\nload to gcash trades\npautang service\nbuy n sell phones\n\ndm me to avail &lt;3\n\nt. wts lfb…
## 3783                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3784                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3785                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 3786                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3787                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 3788                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 3789                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 3790                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3791                                RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…
## 3792                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 3793                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 3794                                                                             RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn
## 3795                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3796                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 3797                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3798                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3799                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3800                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3801                             RT @thedivestudios: “I naturally had the dream of becoming like the people I looked up to” ❤️\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin…
## 3802                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 3803                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3804                       RT @thedivestudios: did you listen to HOLLAND’s debut song “Neverland”? 🙏\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin #프니엘 #BTOB #JUNNY #주…
## 3805                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3806                                RT @faceofkpopV: lmao taehyung is the most talked about kpop idol even in football! be it the fans or the football team themselves they onl…
## 3807                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3808                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 3809                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3810                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3811                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 3812                             RT @IVEUpdates_: IVE is the Kpop FEMALE GROUP with the Most Song Charted on Billboard Japan Hot 100 — Year-End 2022 🇯🇵\n\n#44 ELEVEN\n#69 LOVE…
## 3813                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3814                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 3815                            RT @milseum: hi !! i'm lee, new to #studytwt #studytwtph and i'm looking for mutuals and bffs ^ ___ ^  let's be friends &lt;3 \n\n☁️ she/they, 0…
## 3816                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3817                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3818                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3819                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3820                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 3821                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3822                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3823                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 3824               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 3825                                RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…
## 3826                              RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 3827                                                                                                  RT @bngpinkloops: #BLACKPINK #BTS bigger than kpop https://t.co/daaUv1U9R4
## 3828                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3829                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 3830                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3831                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3832                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 3833                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 3834                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3835                                RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…
## 3836                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 3837                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3838                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3839                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3840                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3841                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3842                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3843                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 3844                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3845                          RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…
## 3846                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3847                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 3848                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3849                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 3850                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3851                             RT @kkulkyun2609: Since Monsta X comeback is nxt yr &amp; we mbbs really tweet a lot and kpop stans usually drag us into fanwars, how about we…
## 3852                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 3853                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 3854                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 3855                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3856                      RT @thedivestudios: after his debut?!?! 🤯\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin #프니엘 #BTOB #JUNNY #주니 #HOLLAND https://t.co/gG0zaAVj…
## 3857                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 3858                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 3859                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3860                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3861                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 3862                              RT @NewJeansCharts: .@UPROXX has selected ‘New Jeans’ as one of the Best K-Pop Albums of 2022!🔥\n\n“NewJeans were newcomers that became overn…
## 3863                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 3864                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 3865                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3866                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3867                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 3868                                RT @mypogostick_: @demorality kpop ain’t shit without them love💛 you out here claiming your ggs will make up for them but they haven’t even…
## 3869                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3870                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 3871                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 3872                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3873                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 3874                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3875                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 3876                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3877                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 3878                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3879                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 3880                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 3881                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3882                                                                    RT @Koreaboo: 10 K-Pop Artists Who Ruled Google Trends In South Korea In 2022\n\nhttps://t.co/PlpqO0wNuN
## 3883                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3884                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3885                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3886                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3887                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 3888                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 3889                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3890                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3891                                RT @planetidle: get you a girl that goes viral for not wanting to eat veggies AND criticizing the structures of the kpop industry all in on…
## 3892                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 3893                                          RT @NME: Artists set to perform at @mikfestival in Paris next February include CL, Chung Ha, BtoB and more https://t.co/3HinBdWtzq
## 3894                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3895                                RT @dawoonyoungie: When Mirotic started playing I was close to tears. As a kpop fan for more than a decade, to see TVXQ perform in person w…
## 3896                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3897                                                                                                        RT @khchenleo: chenle carrying kpop industry https://t.co/vJLdJUSk1G
## 3898                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 3899                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 3900                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 3901                                RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…
## 3902                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 3903                           RT @309KTYSS: NYLON lists Taeyeon’s INVU as one of 'The Best K-POP Albums of 2022' 🏹\n\n🔗 https://t.co/XfMI4CaZEU\n#Taeyeon #태연 #INVU @TAEYEON…
## 3904                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3905                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 3906                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3907                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 3908                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 3909                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 3910                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3911                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 3912                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 3913                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 3914                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 3915                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3916                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3917                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3918                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 3919                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3920                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 3921                              RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…
## 3922                            RT @itsbobbySUrFn: choi minho replied to jinhwan and junhoe:s IG story\n\nto gnani: Jay... thank you so much!! i love you too..\n\nto junhoe: j…
## 3923                                 RT @chadjiyoon: This was the first comeback I remember actively waiting for and I’m still obsessed with it, it’s not only my favorite Kpop…
## 3924                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3925                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 3926                                RT @Anonymo03985372: @WORLDMUSICAWARD @ygofficialblink @SHINee @MonstaXAccess @NewJeans_ADOR @pledis_17 @Stray_Kids @ITZYofficial BORN PINK…
## 3927                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 3928                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3929                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3930                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 3931                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 3932                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3933                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 3934                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 3935                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3936                        RT @_RapperJK: + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Spotify\n\n(J…
## 3937                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 3938                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 3939                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 3940                               RT @cashleelee: “I don’t feel defeated, I feel angry. I feel like we never got a fair chance.”\n\na candid chat with @HelenHjPark, Jason Kim…
## 3941                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3942                                                                          RT @pokecapn: just realized empty kpop sets make for insane liminal spaces https://t.co/dpFtt74dLq
## 3943                                                            RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs
## 3944                                RT @yellow___badger: @aerideulssi @kpophappenings_ I thought the same. When I think about fake bangs in kpop, this moment came automaticall…
## 3945                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 3946                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 3947                                                                                RT @Yeo_Cry_Tea: @fromstars_ Kpop would be very different today without shinee, exo and vixx
## 3948                                RT @PoppySmo: Guys I TRIED to tell Lisa she’s the most streamed Kpop soloist for Spotify 2022 during send off today but I don’t think she u…
## 3949                             RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…
## 3950                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 3951                          RT @hyunsoo_j0916: More press coverage for our boys this week! \n\n✨9 Best Kpop Debuts of 2022 (Pinkvilla): https://t.co/tdzVPsZOAt\n\n✨Lines i…
## 3952                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3953                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 3954                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 3955                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 3956                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 3957                                                                              RT @chogiwateez: The kpop industry doesn’t deserve exo korea doesn’t deserve exo that’s a fact
## 3958                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3959                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3960                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 3961                           RT @urcloudyy: hey i'm looking for moots 🔎\n\nabt me:\n⊹nadia (my name)\n⊹ 14 yo; last year at jhs\n⊹ indonesian\n⊹ speak indonesian and english…
## 3962                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 3963                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 3964                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 3965                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 3966                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 3967                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3968                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 3969                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 3970                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 3971            RT @pickit_kpop: #pickit ❌ #이진혁 #LEEJINHYUK\n#イ・ジンヒョク #李鎭赫 #VDAN #5ight #Crack\n\n[📢] Weekly Update\n@LJH__official  x  @pickit_kpop\n\n📲PICKIT A…
## 3972                                RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…
## 3973                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 3974                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3975                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3976                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 3977                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 3978                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 3979                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3980                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3981                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 3982                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 3983                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3984                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 3985                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 3986                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 3987                                RT @YoukuOfficial: #RisingLand 🌟#Nene #INTO1 #ONER #BY2 #BOYHOOD #BiWenjun and more artists are coming in EP5! Are you looking forward to t…
## 3988                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 3989                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 3990                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 3991                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 3992                                RT @gotopaby: @tsizumi22 It completely killed off my interest ngl, my kpop playlist hasn't been updated since 2019 because none of the newe…
## 3993                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 3994                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 3995                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 3996                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 3997                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 3998                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 3999                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4000                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4001                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 4002                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4003                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4004                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4005                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4006                                       RT @larix1997: Kaeya keeps his TCG Diluc card in a photocard holder like a kpop stan\n#kaeluc #luckae #fanart https://t.co/KCq2OehYa7
## 4007                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 4008                                 RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 4009                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 4010                              RT @YEDAMBR_: [📰] KPOPMAP: The New Diamonds of KPop - Top 10 Rising Idols Who We Predict Will Be The Next Big Thing\n\n#2. BANG YEDAM — Viral…
## 4011                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 4012                                RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…
## 4013                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 4014                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 4015                                                                                                     RT @omorihate: moonbin truly is one of the best male performers in kpop
## 4016                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4017                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 4018                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4019                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4020                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 4021                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4022                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 4023                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4024                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4025                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 4026                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4027                                                                                                                                RT @SdimplesSoobin: 0x1 changed kpop forever
## 4028                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 4029                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 4030                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 4031                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 4032                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4033                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4034                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4035                              RT @stream4taekook: "Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…
## 4036                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4037                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 4038                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 4039                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 4040                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 4041                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 4042                                RT @MUSIKMENFESS: # imo, they're one of the kpop groups that make the best music! what's your favorite song from their discography? https:/…
## 4043                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4044                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 4045                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4046                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4047                              RT @idle4life: Soyeon makes more money from royalties than your whole fcking group.. now don't bark...\n\nThey'll come "my favs have more cre…
## 4048                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 4049                                RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…
## 4050                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 4051                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 4052                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4053                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 4054                                                                                                                 RT @jinkitinybt: the taemin walk 👑\nhttps://t.co/iU9vLkaMqJ
## 4055                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4056                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 4057                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 4058                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 4059                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 4060                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 4061                                                                     RT @cIoversana: Kpop fans and Sports fans needs to remain separate. These are two different psych wards
## 4062                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 4063                                RT @MJFINESSELOVER: First, it was Ravyn Lenae, then it was Beyoncé, and lastly, SZA to end the year. These three women gave us eclectic alb…
## 4064                                RT @BlueSide9999: #jhope's '#JackInTheBox' has surpassed 320M streams on Spotify, becoming the fastest ALBUM by a Korean/kpop Soloist in hi…
## 4065                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4066                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4067                                RT @Kingjunghoseok2: #jhope's '#JackInTheBox' has surpassed 320M streams on Spotify, becoming the fastest ALBUM by a Korean/kpop Soloist in…
## 4068                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4069                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 4070                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4071                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 4072                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4073                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 4074                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4075                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 4076                                                                               RT @kyustiddies: who's the prettiest kpop idol and why its kim junkyu https://t.co/SAPWdzJhNU
## 4077                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 4078                               RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…
## 4079                                RT @livrodrivers: Now even jinni, my bias has left nmixx, I’m seriously done this is happening over and over this year, I’m seriously gonna…
## 4080                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4081                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4082                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 4083                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4084                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 4085                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 4086                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4087                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4088                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 4089                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4090                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 4091                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4092                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4093                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 4094                                                            RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs
## 4095                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4096                                                                 RT @meusconceptions: Factually and objectively the chaser by infinite is the best song ever created in kpop
## 4097                                RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…
## 4098                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 4099                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4100                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 4101                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4102                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4103                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 4104                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4105                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4106                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 4107                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4108                                RT @LegendaryApink: The kpop track that marked generations 'Mr. Chu' from 'Pink Blossom' album, gets a boost in streams and makes it #Apink…
## 4109                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 4110                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 4111                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 4112                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4113                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 4114                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4115                                                                    RT @Koreaboo: 10 K-Pop Artists Who Ruled Google Trends In South Korea In 2022\n\nhttps://t.co/PlpqO0wNuN
## 4116                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4117                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4118                                RT @JhopeAImighty_: IU, a kpop veteran, getting shocked about the amount of 'promo' (if we can even call it that), that Jack In The Box got…
## 4119                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 4120                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4121                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 4122                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 4123                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 4124                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4125               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 4126                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 4127                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4128                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 4129                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 4130                     RT @i94seo: [🎧] — looking for active edtwt moots !\n\n. . . not new , just moved accts\n— 17 , she her\n— ednos\n— i like reading &amp; kpop \n\n♡ and…
## 4131                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4132                                 RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…
## 4133                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4134                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 CONFIRMADO! 227's YouTube Chili' #Blackpink! Hoops227TV https://t.co/76TWH9Szgg #KPOP!🎶 https:/…
## 4135                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #Blackpink! Hoops227TV https://t.co/76TWH9Szgg #KPOP!🎶 https://t.co/Ef54ve…
## 4136                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4137                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 4138                                                       RT @minjiubunny: everyone saying that 2022 is the worst year in kpop, but we know is the best year for Dreamcatcher 😏
## 4139                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 4140                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 4141                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 4142                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 4143                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4144                      RT @thedivestudios: after his debut?!?! 🤯\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin #프니엘 #BTOB #JUNNY #주니 #HOLLAND https://t.co/gG0zaAVj…
## 4145                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4146                             RT @midcys: fun fact: shin yuna’s dalla dalla debut fancam is the most viewed debut fancam in the history of kpop 👑\n\nQUEENKA YUNA DAY\n#Supe…
## 4147                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 4148                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 4149                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4150                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 4151                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 4152                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4153                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4154                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4155                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 4156                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 4157                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4158                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4159                                   RT @KPOPBroadway: If we're going out, we're going ALL-OUT! See KPOP on Broadway through Sunday, December 11 only. https://t.co/LXqpfYbE5V
## 4160                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4161                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 4162                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4163                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 4164                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4165                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4166                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 4167                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4168                                            RT @SerieTV46: "RUN BTS" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams.
## 4169                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4170                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4171                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 4172                                                            RT @fx_Luvatar812: [LUNA INSTAGRAM STORY]\n #savekpopbroadway #kpop #kpopbroadwaymusical https://t.co/8KlOn76tEA
## 4173                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4174                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 4175                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 4176                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4177                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 4178                                RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…
## 4179                                                                                                                           RT @FIFAWorldCup: Iconic. https://t.co/8ytlgj5Udk
## 4180                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4181                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4182                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 4183                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4184                                RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…
## 4185                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4186                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 4187                                RT @floweryddana: his improvements throughout the years are really amazing and not to mention that he's still young, Park Jisung the future…
## 4188                                 RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 4189                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4190                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 4191                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4192                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 4193                                RT @xiaxxix: when I was a kid, kpop stans would at most have dance practice videos to learn from, nowadays kpop stans have lyrics, instrume…
## 4194                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4195                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4196                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4197                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 4198                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 4199                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4200                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4201                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4202                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 4203                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 4204                              RT @inseongwifeu: (Recorder🎥: @naomiksor )\nHere’s my take on \n🔒 #BACKDOWN 🦶\n#kpop #backdown_challenge #P1Harmony #P1H #piwon #P1ECE #SETIN…
## 4205                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 4206                                RT @kpophappenings_: when that kpop boy sang the high note adlibs of ningning and winter in their it’s live cover of savage in the original…
## 4207                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4208                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 4209                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 4210                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4211                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 4212                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 4213                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4214                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 4215                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4216                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4217                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4218                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4219                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 4220                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4221                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 4222                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4223                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4224                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 4225                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 4226                               RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…
## 4227                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 4228                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4229                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4230                                RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…
## 4231                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4232                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4233                                RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…
## 4234                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4235                                RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…
## 4236                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4237                                RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…
## 4238                                RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…
## 4239                                RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…
## 4240                                RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…
## 4241                                RT @Spicy_NBA_Chili: https://t.co/oVkAAvjEEq 227's YouTube Chili' #Seventeen! #KPOP!🎶 jamaalaldin_tv https://t.co/NSJKokjJrp https://t.co/j…
## 4242                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 4243                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 4244                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4245                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 4246                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4247               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 4248                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 4249                       RT @MRgx18698869: Impurities\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearno…
## 4250                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4251                                                            RT @AboutMusicYT: Biggest kpop idol group songs on Circle Chart (based on index points): https://t.co/du2k3iS575
## 4252                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4253                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4254                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 4255                                                                                        RT @tbzgoth: most versatile boy group in the history of kpop https://t.co/ht1LNyo8yl
## 4256                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 4257                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4258                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 4259                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 4260                                RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…
## 4261                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 4262                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4263                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 4264                                       RT @larix1997: Kaeya keeps his TCG Diluc card in a photocard holder like a kpop stan\n#kaeluc #luckae #fanart https://t.co/KCq2OehYa7
## 4265                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4266                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4267                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4268                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 4269                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4270                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 4271                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4272                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 4273                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4274                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4275                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 4276                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4277                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 4278                                       RT @larix1997: Kaeya keeps his TCG Diluc card in a photocard holder like a kpop stan\n#kaeluc #luckae #fanart https://t.co/KCq2OehYa7
## 4279                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4280                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4281                                RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…
## 4282                                                                                                     RT @gyumetaI: best thing to happen in kpop idc\nhttps://t.co/wyKS3zuNBM
## 4283                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4284                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4285                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 4286                              RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n"Key understood the assignment, and aced it with h…
## 4287                                                                                       RT @AboutMusicYT: Most searched kpop idols on Google in 2022: https://t.co/q81G1ZrOsg
## 4288                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4289                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4290                                                  RT @pharenheid: Missing richarlison already wish he was a kpop idol so I could get a update on bbl https://t.co/EawV8mzxd0
## 4291                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 4292                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 4293                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 4294                                                                                                          RT @shownumania: @tubbirfess @tanyakanrl Noooo, who's her KPop boy
## 4295                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 4296                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4297                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4298                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4299                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 4300               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 4301                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 4302                                                                                                     RT @gyumetaI: best thing to happen in kpop idc\nhttps://t.co/wyKS3zuNBM
## 4303                                                                                              RT @callmeb4usleep: not exactly a kpop moment but it sure could kill a sapphic
## 4304                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 4305                               RT @VIPsociety2006: [ VS : RECOGNITION 💛 ]\nVIPs Our @YG_GlobalVIP is ranked #12 #Bigbang_StillLife at @TimeOutLondon The 22 best songs of 2…
## 4306                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 4307                                                         RT @bigbangsarchive: a comeback is needed from one of \nthe best vocalists in kpop: TAEYANG https://t.co/0M8XrF7ucH
## 4308                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4309                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 4310                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4311                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 4312                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 4313                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4314                               RT @Emilie_Moulinie: To celebrate our dear flaming charisma !! Congrats Minho !! 🔥❤️\n\n#SHINee #MINHO #CHASE #KPOP #fanart #kpopfanart #illu…
## 4315                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 4316                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 4317                                RT @drippinxcars: hello this is an account dedicated to kpop group drippin and cars 😍 feel free to dm this acc or @blossominseo for request…
## 4318                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 4319                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 4320                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4321                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4322                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4323                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4324                                       RT @minhorry: Lee Know is the best dancer of kpop, his vocals are incredible and he as a person is WONDERFUL\nhttps://t.co/J56YGyMoBY
## 4325                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4326                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4327                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 4328                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4329                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4330                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 4331               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 4332                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4333                             RT @jjkonlyace: @AboutMusicYT Jungkook has been #1 the most popular kpop idol on Tumblr for for 5 consecutive years! 🥇🔥🙌👑✨\n\nJUNGKOOK is UNT…
## 4334                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 4335                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4336                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4337                                    RT @TXT__News: .@TXT_members  joins BTS as the only kpop artist in HISTORY to perform at New Year #RockinEve \n\nhttps://t.co/wktHZ9eM7j
## 4338                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4339                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4340                               RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…
## 4341                                RT @stallseok: y’all it’s normal for artist to take years off of music especially when they have a rush of being worldwide icons like i can…
## 4342                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4343                                                                                      RT @AboutMusicYT: Most popular kpop idols on Tumblr this year: https://t.co/1Au1yJxViF
## 4344                                RT @TAEHBOXYSMILE: @ZIBA_7474 @Aramie14113102 @mo56378516 @AboutMusicYT Idk if yall misses why it's called proof ? MYB BCZ IT HOLD THE PROO…
## 4345                                                                                   RT @megscedes_: argentina and the netherlands every 4 minutes😭\n\nhttps://t.co/2R0CGhStwk
## 4346                                RT @drippinxcars: hello this is an account dedicated to kpop group drippin and cars 😍 feel free to dm this acc or @blossominseo for request…
## 4347                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 4348                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 4349                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 4350                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4351                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 4352                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4353                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 4354                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 4355                               RT @minchansidebae: “Everything in kpop is scripted” then what the hell are straykids writers doing bruh \n~ a thread https://t.co/v5XynCOvSj
## 4356                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 4357                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 4358                            RT @connism9: ⚡ We can break the curse of 4th generation Kpop if Seo Soojin returns to the stage. \n\n100% faith, 0% doubt\n\n#BringSoojinBack…
## 4359                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 4360                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 4361                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 4362                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 4363                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 4364                                RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…
## 4365                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 4366                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 4367                                                   RT @UPROXX: #SaveKPOPBroadway is trending after the Broadway 'KPOP' show announces sudden closing https://t.co/JEsVNLQwox
## 4368                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 4369                                                                                               RT @yjwntr: @kwntrsgf GET OUT LATTE IS ONE OF THE BIGGEST PET VISUALS OF KPOP
## 4370                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 4371                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 4372                             RT @kkulkyun2609: Since Monsta X comeback is nxt yr &amp; we mbbs really tweet a lot and kpop stans usually drag us into fanwars, how about we…
## 4373                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 4374                              RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…
## 4375            RT @pickit_kpop: #pickit ❌ #이진혁 #LEEJINHYUK\n#イ・ジンヒョク #李鎭赫 #VDAN #5ight #Crack\n\n[📢] Weekly Update\n@LJH__official  x  @pickit_kpop\n\n📲PICKIT A…
## 4376                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 4377                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 4378                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 4379                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 4380                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4381                                                                 RT @andrewjameszz: thinking about him… (lee jihoon aka woozi aka vocal unit leader of kpop group seventeen)
## 4382                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 4383                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4384                      RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…
## 4385                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 4386                                                                          RT @ChampionsLeague: Messi and Argentina are World Cup semi-finalists! ✋🤚 https://t.co/sHDzEDXzZL
## 4387                                RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…
## 4388                              RT @staygoldentae: I met SF9 finally 🥹 they’re actually one of the first kpop groups I got into with their song O Sole Mio!\n\nI’m so glad to…
## 4389                                RT @lisamanobal_327: • LISA was the most searched #BLACKPINK member on #YouTube and #Google both Worldwide and in Germany during their conc…
## 4390                              RT @jisoovibe_chu: Kpop Artist with highest performing campaigns on social posts when a brand was mentioned in 2022\n\n1) Kim Jisoo 🤝 Cartier…
## 4391                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 4392                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 4393                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 4394                                                                                     RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E
## 4395                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 4396                                                                                 RT @miksingre: watching old kpop concerts rn cuz lighting's a pain. https://t.co/ryzgtjLuKr
## 4397                        RT @UsernamenaijanT: Everything is up to 35% OFF!!😲\n\n사랑 Love Purple Heart T-Shirt\n\nhttps://t.co/wXoN86OEhu\n\n#loveheart #heart #purple #purp…
## 4398                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4399                                RT @bora_carr0t: I was just thinkin about this the other day, the same people to get on black kpop stans are the same ones tuned into a man…
## 4400                                RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…
## 4401                        RT @UsernamenaijanT: Up to 35% OFF!!\n\n사랑 Love Purple Heart Sticker\n\nhttps://t.co/PBfa6VZ3QB\n\n#love #loveheart #purple #purpleheart #cute #K…
## 4402                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4403                      RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…
## 4404                              RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 4405                      RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…
## 4406                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 4407                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4408                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4409                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 4410                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4411                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 4412                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 4413                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 4414                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 4415                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 4416                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 4417                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4418                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 4419                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4420                                RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…
## 4421                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4422                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4423                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4424                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4425                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4426                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 4427                           RT @urcloudyy: hey i'm looking for moots 🔎\n\nabt me:\n⊹nadia (my name)\n⊹ 14 yo; last year at jhs\n⊹ indonesian\n⊹ speak indonesian and english…
## 4428                                                                    RT @csr_pop: Let’s not forget kara literally inverted the “ la la la “ in kpop.. https://t.co/1J47SeN3rX
## 4429                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 4430                                RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…
## 4431                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4432                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4433                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4434                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 4435                                                                             RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn
## 4436                            RT @fae_______: “BIGBANG are not known outside Korea”\n\n1. I’m a US VIP\n2. Still Life entered top 5 iTunes USA\n3.Rolling Stone, Time Out, Ny…
## 4437                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4438                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 4439                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 4440                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 4441                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 4442                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 4443                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4444                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 4445                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4446                                 RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 4447                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4448                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4449                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4450                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4451                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 4452                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4453                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 4454                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 4455                                                                                     RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E
## 4456               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 4457                                                                                     RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E
## 4458                      RT @0624ksnbaragi: Anyway, #SUNOO beautifully trends under Kpop category with 122K tweets 💛 We love you Sunoo!\n\n#엔하이픈_선우 #ENHYPEN_SUNOO #김선…
## 4459                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4460                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 4461                                                             RT @skitzyluvbot: it's  time  for  kpop  stans  and  companies  to  start  treating  idols  like  human  beings
## 4462         RT @yongmogu: #휘인 #정휘인 @THEL1VE_LABEL\n#มามามู #ฮวีอิน #KPop\n#ママム #フィイン #輝人 #丁輝人\n#MAMAMOO #마마무 @RBW_MAMAMOO\n\n#WorldCup2022 #Qatar2022\n#South…
## 4463                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4464                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 4465                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 4466                                RT @liastwerk: the bullying in kpop needs to stop, y’all are making artist lose their passion and dedication for music with the terrible co…
## 4467                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4468                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4469                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 4470                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4471                                 RT @BLACKPINK4WAYS: .@BLACKPINK now holds the TOP 2 of Longest Charting Kpop Group Songs released this year on Global Spotify ( Pink Venom…
## 4472                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4473                                                                                     RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E
## 4474                              RT @strayshazam: " GOD'S MENU" by @Stray_Kids has now surpassed " 620k shazams.\n\nIt remains the Most Shazamed Song by a 4th Generation Kpop…
## 4475                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 4476                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 4477                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 4478                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 4479                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4480                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 4481                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4482                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4483                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 4484                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 4485                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 4486                               RT @blue_m00n97: Please someone with power in Kpop industry... #BringSoojinBack 😭❤️\n\nGIDLE deserves to celebrate with Seo Soojin, Neverland…
## 4487                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 4488                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4489                                              RT @connism9: FOR SEO SOOJIN, FOR GIDLE, FOR NEVERLAND, FOR MY MENTAL HEALTH, FOR THE 4TH GENERATION KPOP #BringSoojinBack !!!
## 4490                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 4491                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 4492                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 4493                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 4494                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 4495                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4496                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4497                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4498                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 4499                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 4500                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 4501                                RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…
## 4502                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 4503                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4504                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4505                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 4506                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 4507                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4508                                 RT @BroadwayWorld: Join the Broadway Community Saturday at 6 pm in the Gershwin Alley outside Circle in the Square Theater for a gathering…
## 4509                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4510                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4511                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4512                             RT @Kpopmap: 7 Male K-Pop Idols Who Look Fashionable In A Hoodie\n https://t.co/muB9kO6beo\n\n #kpop #MinGyu #TaeYong #JuYeon #YeonJun #MinHyu…
## 4513                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 4514                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4515                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4516                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 4517                              RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…
## 4518                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4519                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4520                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 4521                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4522                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4523                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 4524                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4525                              RT @stream4taekook: "Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…
## 4526                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4527                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 4528                                 RT @isagdragonrider: It’s funny, I never see stans of what I would consider the best vocals in kpop try to attack BIGBANGs vocals. I guess…
## 4529                     RT @pickit_kpop: #pickit ❌ #MCND\n#CastleJ #BIC #휘준 #민재 #WIN #MOOD\n\n[💎] Weekly Update\n@McndOfficial_    x    @pickit_kpop\n\n📲PICKIT APP DOWNL…
## 4530                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 4531                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 4532                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 4533                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 4534                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 4535                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4536                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4537                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 4538                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 4539                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4540                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4541                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4542                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4543                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4544                                                                                                                              RT @woowolfwp: 2022 is the WORST YEAR FOR KPOP
## 4545                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4546                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 4547                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4548                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 4549                       RT @p1hits: keeho watches kpop 4th gen vocal analysis on youtube to see if he's there, he is so real 😭🤣 \n\n#P1Harmony #피원하모니 #기호 https://t.c…
## 4550                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 4551                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 4552                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4553                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4554                                RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…
## 4555                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 4556                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4557                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 4558                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 4559                                                                                   RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6
## 4560                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4561                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4562                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 4563                                 RT @curtispatricia7: #V is first Korean KPop soloist to have 2 songs stream over 200,000,000 each Spotify. Christmas Tree is also the most…
## 4564                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4565                                RT @minchanstwins: Minho is the last rhythm that Chan wrote for his trainee period and Chan is the first choreography Minho created for his…
## 4566                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4567                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 4568                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4569                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 4570                            RT @Jiniya1204: 12/10 News2Day excerpt:K leading companies like Nexon, Smilgate &amp; Devsisters r strenghtening their cooperative ties w/ KPOP…
## 4571                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4572                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 4573                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 4574                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 4575                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4576                                                                   RT @nwjnsbts: newjeans attention really changed the trajectory of kpop debuts fr\nhttps://t.co/AKHfgo1Op6
## 4577                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4578                             RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…
## 4579                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4580                              RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…
## 4581                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4582                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 4583                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4584                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 4585                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4586                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4587                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4588                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 4589                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 4590                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4591                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4592                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4593                                 RT @Teeeeebabe: @AwesomeDeni @allkpop Why are y’all so pressed she said she doesn’t know him. I don’t know him and his group either. Y’all…
## 4594                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4595                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4596                                                                                       RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH
## 4597                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4598                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 4599                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4600                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 4601                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4602                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 4603                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4604                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4605                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4606                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 4607                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 4608               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 4609                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 4610                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4611                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 4612                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4613                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4614                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4615                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4616                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 4617                              RT @nancykakkar321: To me, Kim Taehyung has always been beyond kpop, not Korean or Asian but a world superstar!\n\nAnd to have so many talent…
## 4618                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4619                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4620                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 4621                              RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 4622                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 4623                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 4624                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4625                                                                 RT @squiddey02: What did us Floridians do to the kpop industry that they have to leave us out of everything
## 4626                                                                                                             RT @94hpe: MY TOP 30 KPOP SONGS OF 2022 https://t.co/B5IFpohy2M
## 4627                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4628                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 4629                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 4630                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 4631                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 4632                             RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…
## 4633                                                                   RT @jiunguet: finally escaping the grasps of kpop i no longer feel terrible if i dont get concert tickets
## 4634                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4635                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4636                                RT @jnveon: You got curated playlist that made for u cause u listen to kpop, and draw the line because hard to love in it? 😭😭 Damn yall are…
## 4637                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4638                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4639                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 4640                                                                                       RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH
## 4641                            RT @connism9: ⚡ We can break the curse of 4th generation Kpop if Seo Soojin returns to the stage. \n\n100% faith, 0% doubt\n\n#BringSoojinBack…
## 4642                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4643                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4644                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 4645                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 4646                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4647                             RT @CC24667946: CICI Prof Choi Jung-hwa cheers for Lee Seung Gi\n\nhttps://t.co/Fd5ZqcgVWL\n\nLife is short. Spend it with people who make you…
## 4648                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4649                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 4650                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4651                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4652                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 4653                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 4654                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 4655                                                    RT @SerieTV46: "Shut Down" by @BLACKPINK it's the most viewed Kpop Group MV in last 24 hours on Youtube with 1.4M views.
## 4656                                RT @kdc: So much of the current social media stan experience is about creating a bubble where the world is centered around your faves and t…
## 4657               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 4658                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 4659                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4660                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 4661                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4662                              RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…
## 4663                                RT @itsvagg: Jeon Soyeon, the first and only gg member to write a mini album all by herself, the first and only gg member to write and prod…
## 4664                                RT @LlLlK0l: Ain't my fave who chose to have a kdrama debut before choosing solo debut. That's a downright mega low in IDOL's life consider…
## 4665                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4666                              RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…
## 4667                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4668                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4669                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4670                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4671                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 4672                             RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…
## 4673                              RT @NCTDREAMCENTER: 220513 PRESS: NCT DREAM at Incheon Airport heading to Frankfurt, Germany for KPOP.FLEX - #RENJUN\n\n#NCTDREAM @NCTsmtown_…
## 4674                                               RT @momospinklambo: horrible day for the kpop community today, but at least we got a 9muses reunion 🥹 https://t.co/kyLT7QqwkF
## 4675                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4676                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4677                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 4678                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 4679                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 4680                                                                                     RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E
## 4681                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 4682                                                                             RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop
## 4683                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 4684                                                                                                                RT @kwntrsgf: why do kpop idols always have the ugliest pets
## 4685                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4686                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4687                                RT @AmericanTheatre: Why is @KPOPBroadway closing so soon? The story of its creation and evolution, as well as its marketing and critical r…
## 4688                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 4689                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4690                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4691                              RT @meusconceptions: I will be totally honest, for me No one can reach this level nowadays …. This is real kpop excellence \n\n https://t.co/…
## 4692                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4693                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 4694                                                                 RT @meusconceptions: Factually and objectively the chaser by infinite is the best song ever created in kpop
## 4695                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 4696                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4697                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 4698                                                                             RT @pinkstbz: i just got out of the concert, without a doubt Lisa is the best performer in kpop
## 4699                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4700                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 4701                                 RT @smiiliingkookie: I have never seen something so crazy happening in kpop industry as what is current happening to Dreamers by Jungkook,…
## 4702                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4703                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 4704                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 4705                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 4706                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4707                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4708                                RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…
## 4709                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4710                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 4711                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4712                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4713                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 4714                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 4715                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 4716                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 4717                         RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…
## 4718                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 4719                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 4720                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 4721                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 4722                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 4723                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 4724                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 4725                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4726                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4727                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 4728                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4729                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4730                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4731                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 4732                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4733                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4734                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 4735                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 4736                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 4737                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 4738                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 4739                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4740                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4741                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4742                                          RT @intakorize: chuu left loona, jieun left purplekiss, and jinni left nmixx, all in less than a month? 2022 new doom year of kpop
## 4743                              RT @stream4taekook: "Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…
## 4744                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4745                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 4746                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4747                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 4748                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4749                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4750                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4751                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4752                                RT @lisamanobal_327: • LISA was the most searched #BLACKPINK member on #YouTube and #Google both Worldwide and in Germany during their conc…
## 4753                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 4754                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4755                                              RT @SheJieun516: Kpop idols prepare your comebacks, IU finally knew something called dance challenge \nhttps://t.co/GABCwn5Cls
## 4756                       RT @kpopidolevents: ✨DECEMBER 2022 MULTI-KPOP CUP SLEEVE EVENT ✨\n🗓12.10 &amp; 12.11\n🕛12:30pm - 9:00pm\n📍U Dessert Eats 4370 Palm Ave Ste I San D…
## 4757                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4758                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 4759                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4760                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4761                                                            RT @fx_Luvatar812: [LUNA INSTAGRAM STORY]\n #savekpopbroadway #kpop #kpopbroadwaymusical https://t.co/vs2y0QSx1V
## 4762                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4763                                RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…
## 4764                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4765                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 4766                                RT @soobinbeloved: qrts are sounding a lot like kpop fws im having flashbacks. “AND HOW MANY GOALS DID UR FAVS WIN?” https://t.co/OOi4L2yvT7
## 4767                                                            RT @fx_Luvatar812: [LUNA INSTAGRAM STORY]\n #savekpopbroadway #kpop #kpopbroadwaymusical https://t.co/8KlOn76tEA
## 4768                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4769                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 4770                                                                                 RT @cha5won: i have to find someone who isn't a kpop fan so i can infodump to them about it
## 4771                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 4772                                     RT @Koreaboo: SAVE KPOP: Broadway Show To Close Shortly After Its Opening\n\n#SaveKPOPBroadway #KPOPBroadway\n\nhttps://t.co/6MJ0AXYqcF
## 4773                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4774                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 4775                                RT @CherryCindyy: This is the joy that comes at the end of a Kpop performance. It breaks my heart knowing the heaviness that they carry wit…
## 4776                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4777                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 4778                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 4779                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 4780                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4781                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 4782                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 4783                                RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…
## 4784                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 4785                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4786                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 4787                                                                                                        RT @jkoncharts: new version of dreamers!!\n\nhttps://t.co/xk8QybtySY
## 4788                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4789                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 4790                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 4791                                            RT @BrendaBasilico: @Kpop_Ama @ChoiYeonjunie_e I vote for #YEONJUN from #TXT for #TOP100MostHandsomeFace https://t.co/gycGCaVzas
## 4792                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4793                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 4794                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 4795                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4796                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4797                               RT @pinkcyno: urm hi #promotwt #prsktwt #pjsktwt ... !!\n\nim saf and am a malaysian non binary lesbian 🙏 i play only on jpsekai 😯 my favs r…
## 4798                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4799                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 4800                            RT @FairyVotes: wts / lfb / selling kpop votes 🇮🇩\n\n[StarPlay 🌟]\nAvailable: by DM\nPrice: IDR 14k = 1k SST\n\n💰 mop: dana\n📩 dm if interested…
## 4801                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4802                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4803                                                                                             RT @teIe_pathy: GOT ARMY RIGHT BEHIND US WHEN WE SAY SO https://t.co/0ImbI0gbvj
## 4804                                RT @wjmcentee: "I am pushing really hard for it to be archived this week [through the New York Public Library]." —Helen Park in @cashleelee…
## 4805                      RT @ItsK_holic: Happiest birthday 🎂 to the Queen 👑 one of the talented woman of kpop. ❤️🎉\n\n@ahn__ellybaby\n \n#exid #이엑스아이디 #elly \n#HappyElly…
## 4806                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4807                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 4808                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 4809                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4810                                                                                        RT @namkookify: can’t believe baby armys don’t know that min yoonji is a real person
## 4811                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 4812                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4813                              RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n"Key understood the assignment, and aced it with h…
## 4814                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4815                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 4816                     RT @Donutmerch_id: Wts INA Photocard holder acrylic iKON 🇮🇩\n\n- READY STOCK✨\n- CO 🍊\n- 60K/pcs\n- Detail &amp; Cek Condition bisa dm\n- Avail : Yun…
## 4817                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4818                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 4819                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 4820                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 4821               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 4822                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 4823                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4824                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4825                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4826                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 4827                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 4828                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4829               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 4830                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4831                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4832                            RT @instagrambebe: Monsta X I.M’s #nvrmnd is added to Apple Music’s #The100BestSongsOf2022🎧 Check out the insta posts from SOULBYSEL &amp; Sony…
## 4833                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4834                                                                                                              RT @knjgIoss: we used to be a country. https://t.co/qUW9RowaW6
## 4835                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4836                             RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…
## 4837                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4838                                                                                        RT @itsayosigns: yall when people have lives outside of kpop https://t.co/iQh2jPoFR9
## 4839                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 4840                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4841                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 4842                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4843                                RT @DokiMBB: Because VLive will close soon, let me remind you the best VLive in kpop history, after this live kpop wasn't the same anymore.…
## 4844                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 4845                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 4846                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4847                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4848                                RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…
## 4849                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4850                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4851                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 4852                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 4853                                            RT @SerieTV46: "RUN BTS" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams.
## 4854                                                                                           RT @egobloom: most versatile group in the history of kpop https://t.co/thHUp7isJ5
## 4855                                RT @pixyrinji: pixy are nugu from an unknown company but Lola is recognised as one of the best 4th gen rappers and Reborn as one of the bes…
## 4856                             RT @BLACKPINKSTATS5: .@BLACKPINK now owns the Longest-Charting songs by K-Pop Groups released this year: \n\n#1. Pink Venom — 112 days \n#2. S…
## 4857                                                                                                       RT @hanavbara: twice &amp; other kpop girls 💗 https://t.co/ZETIJ5kkPv
## 4858                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4859                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4860                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4861                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 4862                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4863                             RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…
## 4864                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4865                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4866                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 4867                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4868                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4869                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4870                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4871                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4872                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 4873                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4874                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4875                      RT @thedivestudios: after his debut?!?! 🤯\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin #프니엘 #BTOB #JUNNY #주니 #HOLLAND https://t.co/gG0zaAVj…
## 4876                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 4877                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4878                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 4879                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4880                           RT @smiiliingkookie: JUNGKOOK THE BIGGEST KOREA’S PRIDE! \n  MBC news made reference to Jungkook winning his first PCA as Korean &amp; Kpop solo…
## 4881                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4882                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4883                              RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n"Key understood the assignment, and aced it with h…
## 4884                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 4885                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4886                              RT @stream4taekook: "Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…
## 4887                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4888                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4889                              RT @BIGBANGAfrica1: HE IS GOING TO THE MOON. THE FIRST CIVILIAN OF HIS COUNTRY! HE DESERVES A TWITTER TOPIC ON HIS NAME! \n\n@Twitter @Twitte…
## 4890                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4891                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 4892                                RT @CelebConfirmed: ICYMI: #BTS’s #RM performed some of the latest tracks from his first solo album #Indigo at the #DiaBeacon art museum in…
## 4893                                RT @faceofkpopV: lmao taehyung is the most talked about kpop idol even in football! be it the fans or the football team themselves they onl…
## 4894                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4895                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4896                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4897                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 4898                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4899                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 4900                             RT @CC24667946: CICI Prof Choi Jung-hwa cheers for Lee Seung Gi\n\nhttps://t.co/Fd5ZqcgVWL\n\nLife is short. Spend it with people who make you…
## 4901                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4902                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 4903                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 4904                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4905                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 4906                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 4907                                         RT @JJK_Times: What's wrong with anti pretending to be ARMY? \n\nBlock and report!\nhttps://t.co/MR7UANl0PH https://t.co/tGk2tYakt2
## 4908                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4909                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4910                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4911                                                                                     RT @AboutMusicYT: Kpop artists meet western artists - a thread: https://t.co/3TWgf9Q48E
## 4912                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 4913                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4914                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 4915                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4916                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4917                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 4918                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 4919                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 4920                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 4921                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4922                                RT @HALLYUIL923: You HALLYU chingu Ezra didn't want to miss out on Day 2 of Be You 2 that she flew to Manila to cheer for her love Changmin…
## 4923                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 4924                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4925                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4926                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 4927                                RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…
## 4928                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4929                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4930                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 4931                             RT @Daily_JK97: 📊 “Left and Right” has surpassed 414M streams on Spotify on its 167th day, the fastest song by Kpop &amp; Korean soloist to do…
## 4932                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4933                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 4934                              RT @SargentTomboy: I'm only gonna say this as a joke and only a joke so don't take this seriously\n\nFlowey doesn't like Kpop music #floweyis…
## 4935                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 4936                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4937                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4938                 RT @419kcal: ⋆。˚ ࿔ edtwt intro  ࿔ ˚。⋆\n\nfran, she/her, 21\nugw: 42 kg\nbooks, kdramas &amp; kpop\nnon edtwt &amp; fatphobes dni\n\n↻/♡ to be moots https:…
## 4939                                                                     RT @enews: P1Harmony Reflects on Their Massive Year of Success On and Off Stage https://t.co/fcB76iCqCo
## 4940                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4941                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4942                                                                                       RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH
## 4943                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4944                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 4945                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4946                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 4947                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 4948                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 4949                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4950                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4951                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 4952                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 4953                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 4954                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 4955                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 4956                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4957                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 4958                                                                                        RT @itsayosigns: yall when people have lives outside of kpop https://t.co/iQh2jPoFR9
## 4959                              RT @strayshazam: " GOD'S MENU" by @Stray_Kids has now surpassed " 620k shazams.\n\nIt remains the Most Shazamed Song by a 4th Generation Kpop…
## 4960                                 RT @rosicub_: this has been the year of company letting artists go when they want to leave, and instead of celebrating that, kpop fans are…
## 4961                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4962                                RT @singlelilith: I am disheartened. Imagine working on something hard, and others who didn't move a finger are credited for your work in f…
## 4963                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4964                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 4965                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 4966                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 4967                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4968                           RT @KpopGirlsUK: 🇯🇵 Kpop Girls Chart\n1. Le Sserafim  Antifragile\n2. Kara  When I Move\n3. Itzy  Cheshire\n4. IVE  After Like\n5. Twice  Talk T…
## 4969                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 4970                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 4971                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 4972                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 4973                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4974                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 4975                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 4976                                                            RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs
## 4977                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4978                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4979                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 4980                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 4981                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4982                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 4983                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4984                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4985                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 4986                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 4987                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 4988                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 4989                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 4990                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 4991                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4992                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 4993                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4994                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 4995               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 4996                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 4997                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 4998                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 4999                                 RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…
## 5000                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5001                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5002                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5003                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5004                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 5005                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5006                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 5007                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5008                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5009                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 5010                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5011                                                                                                                RT @kwntrsgf: why do kpop idols always have the ugliest pets
## 5012                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5013                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5014                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5015                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5016                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 5017                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 5018                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5019                                             RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP
## 5020                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5021                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 5022                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 5023                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5024               RT @bg_hynn: Brave Girls @ KCON 2022 JAPAN\n\nOfficial behind the scene photos (Retouched)\n\n🦖🐢🐰🐹\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP…
## 5025                   RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…
## 5026                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 5027                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 5028                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 5029                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 5030                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 5031                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 5032                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5033                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5034                                RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…
## 5035                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 5036               RT @bg_hynn: Brave Girls 🐹 Yuna IG post 221209 (Retouched)\n\nThese days\n\n#BraveGirls #브레이브걸스 \n#Fearless #피어레스\n#KPOP #KPOPidol\n#GirlGroup #Kp…
## 5037                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5038                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 5039                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5040                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5041                            RT @armys_hana7: RM is now the 3rd Korean Soloist in history to enter the UK Albums Chart after SUGA &amp; j-hope🔥. It's BTS vs BTS again, it's…
## 5042               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 5043                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5044                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5045                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 5046                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 5047                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5048                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5049                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5050                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5051                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 5052                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 5053                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5054                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5055                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5056                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5057                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5058                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5059                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 5060                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 5061                                RT @smiiliingkookie: It's so impressive to see the most successful kpop soloist making history every day on Spotify, with 3 record hits rel…
## 5062                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5063                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 5064                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5065                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 5066                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 5067                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 5068                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5069                                RT @MintGlooss: I have to put it out there that i mean no disrespect to the group but literally ot7nifying Jungkook's solo debut does not s…
## 5070                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5071                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5072                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 5073                          RT @cecilipse: heyy, i’m cecelia and i’m new to edtwt\n\n-15\n-153cm/5’\n- 46.7kgs /102.7lbs\n- into kpop and fashion\n   ; kpop : nct, red velve…
## 5074                                              RT @elsserafim: le sserafim mama dance break proves they’re one of the best performers in 4th gen kpop https://t.co/sJHwTRJLIX
## 5075                                                                                                                       RT @ShootaCat: 2 kittens long https://t.co/B2cKgzGmMt
## 5076                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 5077                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 5078                                 RT @LA3Cofficial: It’s @pledis_17's  #_WORLD and we’re just living in it. 😉 Come see the #kpop stage-breakers when they light up the #LA3C…
## 5079                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5080                              RT @BaronDestructo: Top 10 Kpop Songs of November, 2022 \n5. Nirvana - #KangDaniel \nIf Kang Daniel is releasing a new album, you can be damn…
## 5081                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 5082                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 5083                                                            RT @fx_Luvatar812: [LUNA INSTAGRAM STORY]\n #savekpopbroadway #kpop #kpopbroadwaymusical https://t.co/8KlOn76tEA
## 5084                                RT @nexuswidow: how do kpop stans manage to make everything about kpop… like what do you mean Blackpink is the reason why Brazil got elimin…
## 5085                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5086                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 5087                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5088                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5089                                                                                                                   RT @imyoonotyou: Kpop party Saturday morn / afternoon 🫶❤️☺️
## 5090                            RT @armys_hana7: RM is now the 3rd Korean Soloist in history to enter the UK Albums Chart after SUGA &amp; j-hope🔥. It's BTS vs BTS again, it's…
## 5091                                RT @MintGlooss: And this was why i was so against the whole adding of the group name in credits, it feels as if Jungkook has lost the right…
## 5092                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 5093                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5094                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 5095                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 5096                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 5097                                 RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 5098                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5099                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5100                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 5101                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 5102                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5103                                                                                                              RT @dosiedior: can kpop take a man instead like THIS IS ENOUGH
## 5104                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5105                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 5106                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 5107                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 5108                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 5109                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 64 MILLION streams on Spotify, the fastest solo song by a Kpop soloist to reach this mi…
## 5110                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 5111                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5112                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5113                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5114                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5115                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 5116                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5117                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 5118                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5119                            RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…
## 5120                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5121                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5122                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 5123                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5124                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5125                                  RT @jinakgay: dont yall find it weird how kpop stans use mandatory military enlistment as a drag and it is always targeted to seokjin like
## 5126                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5127                                                                               RT @pwrlesbians: THE LIKES KPOP STANS WE NEED U \n#WarriorNun #LALISA https://t.co/IRBivrhI5o
## 5128                                 RT @roxanaaa47: LVMH Favourite yet Lisa is the only Kpop Ambassador included in LVMH Video on tik tok out of thousands of dior and cartier…
## 5129                RT @itJIMIN1013: 12.Kpoplife(~12/31)\n\n1&gt;King of Kpop🆘️\nhttps://t.co/lsS89eBIgk\n\n2&gt;KPOP Male Idol\nhttps://t.co/doy8UVLe52\n\n3&gt;KPOP Heartthrob…
## 5130                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 5131                              RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 5132                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 5133                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5134                                RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…
## 5135                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5136                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 5137                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5138                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5139                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5140                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5141                                RT @DokiMBB: Because VLive will close soon, let me remind you the best VLive in kpop history, after this live kpop wasn't the same anymore.…
## 5142                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5143                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 5144                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 5145                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5146                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5147                                          RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop
## 5148                        RT @wansody: 221209 kbs_kpop_official IG story\n\n🔗 https://t.co/5LTqAMPHxk\n\nhttps://t.co/QKixjGUoMp\n\n#WENDY #웬디 @RVsmtown https://t.co/Ste15…
## 5149                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 5150                                RT @shadyroxanne: 11 years ago today snsd released the boys. other groups releases were being pushed back after they announced the cb,was b…
## 5151                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 5152                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5153                                RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…
## 5154                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5155                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 5156                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 5157                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 5158                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 5159                                                                                                                    RT @aescentre: best face in kpop https://t.co/P1oYFqE0Vj
## 5160                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5161                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5162                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 5163                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5164                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5165                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 5166                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5167                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 5168                              RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…
## 5169                                RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…
## 5170                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 5171                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5172                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 5173                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5174                               RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…
## 5175                                RT @newjeans_: i thought that a situation like this would be perfect to bring some light into the ~ dark side ~ of the industry in which kp…
## 5176                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 5177                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 5178                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5179                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 5180                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5181                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 5182                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 5183               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 5184                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 5185                                RT @kpophappenings_: when that leader of a kpop boy group always goes to each of his members’ beds before sleep to ask how their day was an…
## 5186                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 5187                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5188                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 5189                                RT @myminimoniheart: I've been so into this kpop shit lately that im afraid once I get a boyfriend I'm gona need a boyfriend wrecker 😭 http…
## 5190                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5191                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5192                                                                                         RT @soIodown: kpop companies when you’re 18+ in an audition https://t.co/HcZqJHIgbu
## 5193                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 5194                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 5195                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 5196                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5197                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5198                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 5199                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5200                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5201                             RT @chartsblackpink: Longest-charting 2022 songs by K-Pop groups on the global Spotify chart (days):\n\n#1 #PinkVenom – 112* (charting)\n#2 #S…
## 5202                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 5203                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5204                           RT @Genius_kor: #GeniusCharts | 2022 Year-End Genius Korea Chart | Top K-Pop Songs\n1. Pink Venom\n2. Shut Down \n3. ELEVEN\n4. LOVE DIVE\n5. Po…
## 5205                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5206                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5207                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5208                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 5209                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 5210                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5211                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 5212                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 5213                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 5214                                RT @tyongstrife: reminder that aerith had this line first in 1997 and the only reason they gave zack her line in CC is bc ppl said aerith i…
## 5215                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5216                                            RT @SerieTV46: "RUN BTS" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams.
## 5217                             RT @artbyshimo: "An angel?"\n"I'm Aerith." 🥹💕💕\nI'm watching my babies falling in love with each other again. 🥹\nMy heart is so full of love r…
## 5218                               RT @Hyegimoofan: People only seeing Hwasa as a sexy charismatic idols is my villain origin story\nThis girl is an ARTIST she's one of the mo…
## 5219                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5220                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 5221                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5222                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 5223                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5224                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5225                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5226                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5227                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 5228                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 5229                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5230                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 5231                             RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…
## 5232                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 5233                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5234                                RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…
## 5235                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5236                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 5237                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5238                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5239                   RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…
## 5240                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5241                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5242                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5243                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 5244                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5245                                RT @sexiuyeoI: This time period right now of kpop stans also turning into temp football accs is giving me a headache it's like double the j…
## 5246                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 5247                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 5248                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5249                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 5250                              RT @ashleyhufford: welp. guess I'm not going to KPOP on sunday 😭\n\nthrilled for them that they sold out and absolutely devastated for me. ht…
## 5251                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5252                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 5253                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 5254                                RT @juggosipe0: Enid trying to get Wednesday into the kpop hole #wednesdaynetflix #wednesdayaddams #enidsinclair #wenclair https://t.co/qip…
## 5255                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 5256                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5257                                                                                 RT @hyecliptic: for the kpop stans this is like everglow buying views to get 100 mil on mvs
## 5258                                             RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP
## 5259                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 5260                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5261                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5262                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5263                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 5264                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 5265                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5266                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5267                                 RT @smiiliingkookie: I have never seen something so crazy happening in kpop industry as what is current happening to Dreamers by Jungkook,…
## 5268                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5269                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5270                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 5271                                  RT @jkoncharts: #JungKook (5,287M) is now the 18th most followed K-Pop artist on Spotify, surpassing NCT (5,286M). https://t.co/ZSlzJFSGZh
## 5272                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5273                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5274                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5275                                                       RT @minjiubunny: everyone saying that 2022 is the worst year in kpop, but we know is the best year for Dreamcatcher 😏
## 5276                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5277                           RT @cuntyreveluv: KPOP Birthday Songs Ranking\n\n1. Somi - Birthday\n2. Joy - Happy Birthday To You\n3. Nayeon - HAPPY BIRTHDAY TO YOU\n4. NCT U…
## 5278                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5279                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 5280                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 5281                          RT @UPROXX: 🔥 #LESSERAFIM (@le_sserafim) - 'FEARLESS'\n\n'FEARLESS' serves as a sonic introduction to LE SSERAFIM’s sophisticated pop tones &amp;…
## 5282                                 RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 5283                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5284                                                                  RT @thankfulforchan: chan saw how exhausted jeongin got and he tried to hold him 😢 https://t.co/amvZSmD2da
## 5285                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5286                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5287                                RT @KPredictionn: txt are going to develop some long term fame for themselves; especially with mercury 29°  in pisces and it could be relat…
## 5288                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5289                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 5290                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5291                                RT @starfess: -guys When that kpop boy became a producer on a mnet survival show, made a song for the girl trainees. Then a few years later…
## 5292                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5293                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 5294                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 5295                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 5296                                RT @allmyloveizgone: @nichirren kpop stans have been spiralling into cult mentality to a point they treat kpop groups and fandoms like some…
## 5297                            RT @besttoyourself: If anyone thinks that I am being biased or blindly ‘attacking’ the company let me get a few facts straight. \n&gt;They neve…
## 5298                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5299                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5300                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 5301                              RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…
## 5302                           RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…
## 5303                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5304                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5305                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5306                             RT @_RapperJK: The 25 Biggest K-Pop Artists Of November 2022, Based On Wikipedia\n\n#2 —#Jungkook \n“In November, this article received 352.7k…
## 5307                              RT @deisikseu: Day6 placed 9x in the November 2022 Circle Charts\n\nTwo spots in the Global Kpop Charts + two spots in the digital chart + tw…
## 5308                              RT @sneakyseunie: @JacksonWang852 COME ALIVE MV finally out TOMORROW! \n\nyou're in Manila, right? CRUEL MV was also released when you were i…
## 5309                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 5310                               RT @Jungkook_SNS: FIFA has added all the 2022 World Cup Songs to an album on Spotify. \n\nAdd this version of Dreamers in your playlists and…
## 5311                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5312                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5313                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 5314                               RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…
## 5315                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5316                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 5317                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5318                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5319                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5320                                            RT @SerieTV46: "Shut Down" by @BLACKPINK it's the most streamed Kpop Group song of 7 December 2022 on Spotify with 1.4M streams.
## 5321                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5322                                 RT @TheVirgosGrove: Vips are the ones saying they want Jungkook instead yet pjms always gotta insert JJks 💀 I promise you, we do NAWT want…
## 5323                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5324                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 5325                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5326                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5327                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5328                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5329                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 5330                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5331                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5332                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 5333                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 5334                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 5335                                                                             RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn
## 5336                   RT @pickit_kpop: #pickit ❌ #EVERGLOW #エバーグロー\n#EU #SIHYEON #MIA #ONDA #AISHA #YIREN\n\n[📢]  Weekly Update\n@EVERGLOW_twt   x   @pickit_kpop\n\n📲P…
## 5337                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 5338                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5339                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5340                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5341                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5342                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 5343                                                                             RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn
## 5344                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5345                                         RT @itsladyrean: The Living Legend of Kpop herself, BoA ✨😌✨\n\n#BeYou2inManila\n#BoA\n#StarryNightWithBoA https://t.co/iLSb3F8x6c
## 5346                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5347                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 5348                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5349                                                                                    RT @sheisaneon_: ah i miss him who in kpop makes music like this https://t.co/rv75aLHjgU
## 5350                                                                                                     RT @doIlprism: moonbin truly is one of the best male performers in kpop
## 5351                                RT @Daily_JK97: K-media reported that “Jungkook is the FIRST KPOP SOLOIST to win at the ‘People's Choice Awards' with Left and Right winnin…
## 5352                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 5353                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 5354                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 5355                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5356                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 5357                               RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…
## 5358                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5359                                RT @TheVirgosGrove: BTS' Jungkook will be going on hiatus due to severe back pain from carrying BTS both as a group and individually. https…
## 5360                                                                                           RT @soojinsfreckle: wtf is happening with kpop groups this is actually concerning
## 5361                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5362                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5363                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 5364                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5365                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5366                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 5367                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5368                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 5369                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5370                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 5371                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5372                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 5373                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 5374                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 5375                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5376                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 5377                                 RT @KEB_INTL: [📸] 221209 Kwon Eunbi silver_rain.__ Instagram Update\n\n"@/mubeat_kpop ❄️Kwon Myu Ra's Winter🎄❄️☃️🎄❄️☃️🎄"\n\n(Kwon Myu Ra = Kwon…
## 5378                                              RT @KookCharts: Jungkook has reached a new peak of 22,233,778 (+219,431) monthly listeners on Spotify. https://t.co/Vsq4UlScfa
## 5379                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5380                          RT @kmusify: [HQ Photos] 20221126 EVERGLOW @ #RIPPLESFORHOPE2022\n\nFollow us for more:\n👉 https://t.co/SuXNMfgvV9\n\nRead our experience: \n👉 ht…
## 5381                                                                               RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF
## 5382                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 5383                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 5384                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5385                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5386                              RT @Daily_JK97: [RECORD] Jungkook still holds the TOP 3 Biggest Weekly Debuts by K-pop Soloists on Spotify Global Chart:\n\n#1. #LeftandRight…
## 5387                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5388                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5389                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5390                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5391                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5392                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5393                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5394                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5395                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5396                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 5397                             RT @jkoncharts: K-Pop artists with the most monthly listeners on Spotify currently:\n\n#1. BTS — 43,085,551 (+165,007)\n#2. BP — 22,773,523 (−…
## 5398                                                                             RT @fivefiftythr3: orbits are the only kpop fans who’s day is ruined by a comeback announcement
## 5399                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5400                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5401                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5402                             RT @IVEUpdates_: IVE is the Kpop FEMALE GROUP with the Most Song Charted on Billboard Japan Hot 100 — Year-End 2022 🇯🇵\n\n#44 ELEVEN\n#69 LOVE…
## 5403                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 5404                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 5405                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 5406                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5407                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 5408                          RT @_RapperJK: So proud of Charlie &amp; Jungkook! \n\nReminder: #Jungkook is the FIRST and Only Kpop idol to receive RIAA Gold certification htt…
## 5409                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 5410                                RT @livelaughlovuna: @DaybreakRblx I am such a big fan of your game!!! Here is my Valerie fanart! I hope it’s not painfully ugly! It was ki…
## 5411                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 5412                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 5413                               RT @AyzNiki: THIS IS WHY HWANG HYUNJIN IS ONE OF THE BEST DANCER IN KPOP RIGHT NOW. \n\n#hyunjinbestdancer #hyunjinbutterfly #hyunjinbestboy…
## 5414                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5415                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 5416                                 RT @Apparelproduct: Broadway’s ‘KPOP’ Will Close on Sunday https://t.co/5zlp8GyH9O by:@MichaelPaulson #NYC #theater #district #NewYork #NY…
## 5417                         RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…
## 5418                             RT @JaeTaeYuta: Dahil ang daming blessings nadating, pagiveaway kaya ako? \nOne winner of 500 php Gcash and one winner of 300 php Gcash 🥰\n\nM…
## 5419                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 5420                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5421                                                                                                 RT @brtxxe_trade: 🦋 KPOP TEMPLATES ON MY DRIVE 🦋\n\nhttps://t.co/f4h4SQCPuf
## 5422                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5423                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 5424                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 5425                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5426                                                                                          RT @purkitzys: she’s quite literally the perfect kpop idol https://t.co/jhpCv2Kuyl
## 5427                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5428                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 5429                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 5430                                                                                                                               RT @pocky_jg: WE STAN https://t.co/FGxHAvhPLh
## 5431                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5432                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 5433                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5434                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5435                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 5436                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 5437                                                         RT @HearttsforJk: Please the way the way he does his  little pout is so fucking cute😭🤍🤍\n\n https://t.co/MzjrWOe9mq
## 5438                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 5439                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5440                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 5441                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5442                            RT @Pk_bts_land: Biggest Weekly Debut by a Kpop Act on Spotify Pakistan : \n\n#1. Dreamers - 134,150 \n#2. Wild Flower - 122,079 😭💜\n#3. The As…
## 5443                     RT @i94seo: [🎧] — looking for active edtwt moots !\n\n. . . not new , just moved accts\n— 17 , she her\n— ednos\n— i like reading &amp; kpop \n\n♡ and…
## 5444                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 5445                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 5446                                 RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…
## 5447                                RT @btsmydestinee: Jungkook's Spotify update [09.12.2022] \n\n▶️ Dreamers - 66 412 811M\n▶️ Left and Right - 416 213 363M\n▶️ Stay Alive - 173…
## 5448                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5449                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5450                                                                                                                                          RT @kiveioon: RM BIGGEST THAT KPOP
## 5451                                RT @8UCClARATl: newer kpop stans will never understand how sinister and deep-rooted the culture theft was back in the day 😭 they were copyi…
## 5452                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 5453                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5454                              RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 5455                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 5456                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5457                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5458                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5459                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 5460                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5461                                RT @katereinking: I’m so happy that KPOP is going to have sold out (or near) shows for its final 4 performances, but it breaks my heart the…
## 5462                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5463                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 5464                            RT @connism9: ⚡ We can break the curse of 4th generation Kpop if Seo Soojin returns to the stage. \n\n100% faith, 0% doubt\n\n#BringSoojinBack…
## 5465                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5466                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5467                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5468                             RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…
## 5469                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 5470                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5471                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 5472                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5473                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 5474                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5475                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 5476                                                                      RT @youngheunnie: She always bodied choreos #ttabo #rania #bprania #a1st #kpop https://t.co/iAn2U2moBz
## 5477                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5478                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5479                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5480                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5481                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5482                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 5483                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 5484                             RT @ToyToy1392: Today's the last day to donate for Kai Day Cupsleeve Event! \n\nDono Link: https://t.co/jonn9N3LU3\nThere's still a time to fu…
## 5485                                RT @charms4yu: #blinktwt hi blinks, is there any fan chan to the songs i can look up before their concert ? it’s my ever first kpop concert…
## 5486                                            RT @SerieTV46: "RUN BTS" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams.
## 5487                                                                                             RT @tls123_twt: Imagine if kpop stans made edits like this during awards season
## 5488                                                                                                              RT @dosiedior: can kpop take a man instead like THIS IS ENOUGH
## 5489                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5490                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 5491                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 5492                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 5493                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5494                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 5495                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5496                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5497                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5498                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 5499                  RT @Di00407778: Blackpink - “B.P.M” Roll 2\n-\n #blackpink #jisoo #rosé #lalisa #kpop #bornpink #blinks #yg #블랙핑크 #지수 #제니 #로제 #리사 #tiktok #re…
## 5500                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 5501                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 5502                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5503                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5504                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5505                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 5506               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 5507                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5508                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5509                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5510                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 5511                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 5512                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5513                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 5514                                                    RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV
## 5515                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 5516                                RT @Mitsi281: @hisu_mikajean @AboutMusicYT +1st kpop to enter Billboard Artist 100, 1st kpop group to perform in Barclays Center and sellin…
## 5517                                RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…
## 5518                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 5519                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5520                                RT @pinathemenguin: fandoms of every kpop group hating on twice the ENTIRE YEAR,talking shit about them,literally judging every move they m…
## 5521                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5522                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5523                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 5524                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5525                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5526                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5527                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 5528                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 5529                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 5530                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5531                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 5532                                                                             RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn
## 5533                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 5534                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5535                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5536                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5537                                RT @charms4yu: #blinktwt hi blinks, is there any fan chan to the songs i can look up before their concert ? it’s my ever first kpop concert…
## 5538                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5539                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 5540                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 5541                         RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…
## 5542                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5543                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5544                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5545                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 5546                                             RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP
## 5547                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5548                              RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…
## 5549                                                                     RT @lovanXart: bootwt mains with kpop pfps are always the funniest mf’s you can’t convince me otherwise
## 5550                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5551                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 5552                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5553                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 5554                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 5555                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 5556                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5557                                                                               RT @changminskohl: no kpop song will ever have the impact mirotic has https://t.co/q2HM4hboUF
## 5558                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 5559                                RT @alpacadata: Can't tell if it's hilarious or sad to reveal that the result of all that "hardwork" was just using a visual motif so commo…
## 5560                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 5561                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 5562                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 5563                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5564                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5565                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 5566                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5567                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5568                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5569                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 5570                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5571                            RT @fae_______: “BIGBANG are not known outside Korea”\n\n1. I’m a US VIP\n2. Still Life entered top 5 iTunes USA\n3.Rolling Stone, Time Out, Ny…
## 5572                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 5573                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5574                                                                                                                RT @99zthink: allen is truly one of kpop’s best all rounders
## 5575                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 5576                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5577                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5578                                                                                                     RT @answrhwa: seonghwa has one of the most stable voices in kpop my god
## 5579                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 5580                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5581                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5582                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5583                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5584                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 5585                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5586                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 5587                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5588                                                                                                                      RT @jnkrated: OH MY GOD JENNIE https://t.co/2XnFRUgypq
## 5589                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 5590                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 5591                                RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…
## 5592                              RT @mostsuccessfuI: tomorrow: jungkook biggest streaming year ever for a kpop soloist \nsunday: euphoria ending solo, dreamers 70m\nfriday: j…
## 5593                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 5594                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 5595                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5596                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5597                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5598                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 5599                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5600                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5601                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 5602                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 5603                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 5604                     RT @xiyyyywi: 📢📢Selling Idol Champ Ruby &amp; Blue Chamsims📢📢\n\nBLUE CHAMSIMS: SHOW CHAMPION AVAILABLE 25,000💙\n\n1,200💙=$1/54\n\nNote:\ncan only vot…
## 5605                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 5606                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 5607                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 5608                          RT @_kumaabun: Doha, Roni, Bao &amp; Jaemin Finally debuted! Congrats!! 🥹💕 \n Stream Dream land\n#xeed #xeedfanart #doha #roni #bao #jaemin #kpop…
## 5609                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 5610                          RT @BLACKPINKGLOBAL: .@UPROXX ranks the the best K-Pop albums of 2022! 💥\n\n• @BLACKPINK’s #BORNPINK\n• Gasoline\n• YOUTH \n• FEARLESS\n• IM NAYE…
## 5611                                RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…
## 5612                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5613                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5614                                            RT @GabrielBrandes: Super happy to have co-written @SJofficial next single out on the 15th dec 🎄🎅 #SUPERJUNIOR #single #kpop #SM
## 5615                                RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…
## 5616                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 5617                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 5618                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5619                        RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…
## 5620                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 5621                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5622                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5623                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 5624                                                                    RT @sparklingsomi: JINNI'S "NMIXX CHANGE UP LETS GO" IS GONNA BE FOREVER AN ICONIC LINE ON KPOP INDUSTRY
## 5625                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5626                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5627                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 5628                                            RT @GabrielBrandes: Super happy to have co-written @SJofficial next single out on the 15th dec 🎄🎅 #SUPERJUNIOR #single #kpop #SM
## 5629                         RT @narae8895: @AboutMusicYT Most searched kpop comebacks on Google US this year:\n\n3. #GOT7 💚\n\nKeep Shining boys ☺️👏 @GOT7 #IGOT7 #갓세븐\nhttp…
## 5630                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5631                                RT @katie_tannies13: This is a great reaction. I recommend lunés go, hype it up and share it with others. The YT-er has a big kpop reaction…
## 5632                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5633                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 5634                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 5635                                 RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…
## 5636                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5637                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5638                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5639                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5640                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5641                                RT @clewisreviews: I cannot believe KPOP is closing two weeks after opening. only 17 regular performances (and 44 previews). this has to be…
## 5642                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 5643                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5644                                RT @lifes_dynamite: When I didn't know what GOAT meant I wondered why football fans use to call Messi a goat I thought they were associatin…
## 5645                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5646                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5647                        RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…
## 5648                               RT @producergikwang: 5000 days since gikwang debuted and changed the whole kpop industry\ntruly the most talented and well rounded idol to e…
## 5649                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5650                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 5651                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5652                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 5653               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 5654                             RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…
## 5655                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5656                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5657                             RT @MonstaXVotingSQ: [#KIHYUN Update]\n\nArticle by Uproxx, "YOUTH" has been chosen as one of the best Kpop albums of 2022 .\n\nThe below part…
## 5658                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5659                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 5660                                                    RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV
## 5661                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 5662                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 5663                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5664                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 5665                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 5666                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 5667                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5668                                RT @pinathemenguin: why are people mad about this? it's just damn football, also they aren't attacking anyone or a kpop group it's just a v…
## 5669                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 5670                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 5671                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5672                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5673                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5674                                RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…
## 5675                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 5676                          RT @omochitwt: It’s our twt anniv! 🥹\n\nHere’s a small giveaway for our buyers/followers, old &amp; new, who have been with us from fb to twt sin…
## 5677                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5678                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 5679                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5680                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 5681                         RT @MMMSongsDaily: [November 24, 2022]\n\nSong: zinggle zinggle [Solar Solo] (EP: 容 : FACE)\n\nYouTube: 📍https://t.co/LVo0B4SM6O\n\n📍(Live Perfor…
## 5682                                RT @AROYALPITCH: Nico is a subtle kpop stan because Hazel is a raging kpop stan. Hazel listens to everyone whether it’s a boy group or girl…
## 5683                               RT @UPROXX: 🧵 From @BLACKPINK to @STAYC_official to @le_sserafim – here are our picks for the best K-Pop albums of 2022\n\nBest K-Pop Albums…
## 5684                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 5685                                RT @ggsh00ter: now im starting to think midzys and mys cant co exist in kpop stan twt.. like are there actually midzys and mys who are frie…
## 5686                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 5687                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 5688                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5689                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5690                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5691                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5692                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5693                                 RT @hyunhosgf: people constantly talking about how bad groups like nct 127, nmixx and skz's music is are no better than the locals who are…
## 5694                                RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…
## 5695                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5696                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 5697                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5698                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 5699                                                                                                     RT @doIlprism: moonbin truly is one of the best male performers in kpop
## 5700                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 5701                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5702                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 5703                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 5704                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 5705                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 5706                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5707                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5708                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5709                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 5710                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 5711                              RT @monmoonika: BlackPink Pink Venom dress-up style animation!💌 \n\n#BLACKPINK #blackpinkfanart #fanart #kpop #animation #artistsontwitter #P…
## 5712                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5713                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 5714                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5715                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 5716                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5717                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 5718                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 5719                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5720                                                                                       RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH
## 5721                          RT @taetaevoting_jp: ❤︎ テテ Daily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1zVph\n▶︎ https://t.co/iw7S3l4LBb\njuice\n▶︎ https://t.co/0k6550lxur\nK kpop…
## 5722                                                                                  RT @todayinbgs: 5 Years ago today, TAEMIN released 'Day and Night' https://t.co/kBBEi9BFwe
## 5723                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 5724                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5725                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5726                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 5727                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 5728                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5729                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 5730                                RT @minchanstwins: Minho is the last rhythm that Chan wrote for his trainee period and Chan is the first choreography Minho created for his…
## 5731                          RT @RVsmtown: 2022 Winter SMTOWN : SMCU PALACE\n\nRed Velvet, aespa - 'Beautiful Christmas'\n\n➫ 2022.12.14 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE…
## 5732                                RT @soompi: #RedVelvet And #aespa Unveil Teasers For 1st-Ever Collab With "Beautiful Christmas" For "SMCU PALACE" \nhttps://t.co/bZcSUdFK5g…
## 5733                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5734                                RT @minchanstwins: Minho is the last rhythm that Chan wrote for his trainee period and Chan is the first choreography Minho created for his…
## 5735                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5736                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5737                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 5738                                                                                                          RT @shownumania: @tubbirfess @tanyakanrl Noooo, who's her KPop boy
## 5739                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5740                      RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…
## 5741                                                                                                             RT @bi11lieverse: Kpop Smash or Pass thread [Extra hot edition]
## 5742                           RT @Kpopmap: Exclusive Interview🎙️\nK-Pop's Supergirl AleXa On Extending Her Multiverse, Working With #MAMAMOO's #MoonByul &amp; More\nhttps://t.…
## 5743                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5744                             RT @Kpopmap: 7 Male K-Pop Idols Who Look Fashionable In A Hoodie\n https://t.co/muB9kO6beo\n\n #kpop #MinGyu #TaeYong #JuYeon #YeonJun #MinHyu…
## 5745                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5746                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5747                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5748                        RT @wansody: 221209 kbs_kpop_official IG story\n\n🔗 https://t.co/5LTqAMPHxk\n\nhttps://t.co/QKixjGUoMp\n\n#WENDY #웬디 @RVsmtown https://t.co/Ste15…
## 5749                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5750                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 5751                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5752                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5753                   RT @ATYstream: 📋| 'Kpop Idol Goes Undercover' has surpassed 32.4M views! 🎉\n\n— 🌸 — \n#에이티즈 @ATEEZofficial #エイティーズ #ATEEZ https://t.co/dcaqWcp…
## 5754                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 5755               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 5756                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 5757                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5758                                RT @minchanstwins: Minho is the last rhythm that Chan wrote for his trainee period and Chan is the first choreography Minho created for his…
## 5759                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 5760                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5761                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 5762                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5763                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 5764                                                                             RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn
## 5765                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5766                                                                                   RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6
## 5767                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 5768                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5769                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5770                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5771                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5772                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5773                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 5774                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5775                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 5776                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 5777                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 5778                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5779                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5780                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5781                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 5782                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 5783                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5784                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 5785                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5786                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5787                                RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…
## 5788                                                                             RT @Koreaboo: Are K-Pop Books The Next Hot Publishing Trend In 2023?\n\nhttps://t.co/lg4LZy2LBn
## 5789                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5790                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5791                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5792                                RT @Jeff__Benjamin: We're celebrating #HappyMINHOday on @TIDAL by honoring MINHO's lyrics through the years. From @SHINee's debut to his de…
## 5793                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5794                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5795                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5796                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 5797                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 5798                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 5799                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5800                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5801                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5802                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 5803                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5804                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 5805                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 5806                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5807                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5808                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 5809                               RT @ROSE66664193: @Kpop_Herald @jiminimymy @Realtaeyang @BTS_twt @ygent_official JIMIN X TAEYANG IS COMING\n\nI vote #JIMIN of BTS for Asian…
## 5810                                  RT @zhellllllllllll: #lapillus included in kpop rising of #spotify … 🔥🔥🔥\n\n#lapillus #라필루스 #GRATATA #그라타타 https://t.co/X3DqQzWCAh
## 5811                                RT @starrymya: of course kpop twt will only focus on the negative when it comes to everglow. where were yall when they had not just one but…
## 5812                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 5813                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5814                                                       RT @_myyg93: Fun fact: indigo debuted with twice and 6m streams then the biggest debuted by a kpop bg that's not BTS!
## 5815                              RT @gremlinjjong: There's a criminal lack of vixx on kpop twitter so I'm just going to remind you all that this exists\n\nhttps://t.co/tfNiHK…
## 5816                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5817                            RT @namverse: @mybwits he’s right. society pushes marriage on u &amp; if u even think other than what u grew up with as the norm it’ll try to c…
## 5818                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5819                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 5820                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 5821                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5822                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 5823                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5824                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 5825                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5826                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 5827                              RT @UPROXX: 🔥 #STAYC (@STAYC_official) - 'https://t.co/akHQHMiL6o’\n\nSTAYC is consistent with releasing hit after hit and powerful b-side af…
## 5828                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5829                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5830                                                                                                    RT @melonkyeom: this is so future of kpop of him https://t.co/ZpgK3bM7dr
## 5831                               RT @blue_m00n97: Please someone with power in Kpop industry... #BringSoojinBack 😭❤️\n\nGIDLE deserves to celebrate with Seo Soojin, Neverland…
## 5832                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 5833                                                                                RT @Yeo_Cry_Tea: @fromstars_ Kpop would be very different today without shinee, exo and vixx
## 5834                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5835                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 5836                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5837                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5838                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 5839                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 5840                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 5841                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5842                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5843                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 5844                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 5845                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5846                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5847                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5848                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5849                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5850                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5851                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 5852                                RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…
## 5853                             RT @kkulkyun2609: Since Monsta X comeback is nxt yr &amp; we mbbs really tweet a lot and kpop stans usually drag us into fanwars, how about we…
## 5854                                RT @BryanUF: More original plays and musicals like KPOP open the door for a Broadway, both on stage and in the audience, that better reflec…
## 5855                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 5856                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5857                         RT @kpopWorldItaly1: LORD KIM TAEHYUNG ❤️❤️\n\nMe, Myself, and V "Veautiful Days".\n\nVEAUTIFUL DAYS \nVEAUTIFUL DAYS WITH V\nARTIST &amp; CREATOR V…
## 5858                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5859                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5860                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 5861                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 5862                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 5863                                                    RT @jungkooktrends: Jungkook is the First Kpop Soloist in History to win People’s Choice Awards. https://t.co/HbupAFVguF
## 5864                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5865                            RT @connism9: ⚡ We can break the curse of 4th generation Kpop if Seo Soojin returns to the stage. \n\n100% faith, 0% doubt\n\n#BringSoojinBack…
## 5866                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5867                                                                                                        RT @aexorator: Kpop is really kpop right now https://t.co/nakuihuDZH
## 5868                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 5869                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5870                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 5871                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 5872                             RT @koreatimescokr: #BTS leader #RM's solo album puts spotlight on late artist Yun Hyong-keun  \n#solo #kpop #Indigo #newalbum\n\nhttps://t.co…
## 5873                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 5874                                                 RT @chartsblackpink: UPROXX picks @BLACKPINK's 'BORN PINK' as one of the best K-Pop albums of 2022. https://t.co/c1Yr9rtWPP
## 5875                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5876                                                              RT @kpophappenings_: when the members of that kpop boy group did a dance break while blind folded on mama 2022
## 5877                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 5878                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 5879                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 5880                                RT @pixyrinji: pixy are nugu from an unknown company but Lola is recognised as one of the best 4th gen rappers and Reborn as one of the bes…
## 5881                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5882                                 RT @kibumnismo: List made by a brazilian journalist about this year's best kpop projects. Gasoline by Key is ranked #6 and Dice by Onew is…
## 5883                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 5884                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5885                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5886                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5887                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5888                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5889                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 5890                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 5891                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5892                             RT @RMGuatemalatwt: Semana de debut de las canciones más importantes de Kpop Soloist en Spotify Global.\n\n1. Left and Right - 30.3M\n2. Dream…
## 5893                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 5894                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 5895                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5896                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 5897                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 5898                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 5899                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5900                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5901                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 5902                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 5903                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5904                                                                                   RT @kunseishu: Happy birthday to the mother of kpop female rapper https://t.co/92jKS3i4sw
## 5905                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5906                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5907                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 5908                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5909                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5910                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5911                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5912                           RT @xiuyangis: every year exo had a peak from debut until their hiatus\n\n2013:  growl\n2014: overdose\n2015: call me baby and love me right\n20…
## 5913                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5914                                RT @pinathemenguin: fandoms of every kpop group hating on twice the ENTIRE YEAR,talking shit about them,literally judging every move they m…
## 5915                                 RT @BTSEMPIRES: #INDIGO by RM is now the first and only album by a Kpop/Korean soloist in HISTORY to gather over 70M streams on Spotify in…
## 5916                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5917                              RT @lisamanobal_327: " BTW 'LILIES' fans has no Age reference. Love to see how she proud to show her bias on her TikTok. 😊💛🇬🇧\n\nLISA ROCKS I…
## 5918                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 5919                         RT @NCTsmtown_DREAM: Teaser Image #MARK\n\nNCT DREAM Winter Special Mini Album\n〖Candy〗\n➫ 2022.12.19 (KST)\n\n#NCTDREAM #Candy\n#NCTDREAM_Candy…
## 5920                         RT @NCTsmtown_DREAM: Teaser Image #MARK\n\nNCT DREAM Winter Special Mini Album\n〖Candy〗\n➫ 2022.12.19 (KST)\n\n#NCTDREAM #Candy\n#NCTDREAM_Candy…
## 5921                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 5922                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5923                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5924                            RT @trsr_y0u: I bought alot of KPOP MERCH for the past few months most specifically TRSR Merch &amp; some of it in excess quantity so you might…
## 5925                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 5926                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5927                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 5928                                RT @liastwerk: the bullying in kpop needs to stop, y’all are making artist lose their passion and dedication for music with the terrible co…
## 5929                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5930                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 5931                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 5932                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 5933                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5934                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5935                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 5936                                RT @Queen_Godfriend: How ironic Kpop right now? 😅 After Gfriend terminated, most 3rd gen group also rarely go to year end award show or any…
## 5937                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5938                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 5939                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5940                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5941                          RT @UPROXX: 🔥 #LESSERAFIM (@le_sserafim) - 'FEARLESS'\n\n'FEARLESS' serves as a sonic introduction to LE SSERAFIM’s sophisticated pop tones &amp;…
## 5942                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5943                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 5944                             RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…
## 5945                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 5946                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5947                           RT @NetEase_Global: Congratulate on the striking performance of K-POP Group @G_I_DLE on NetEase Cloud Music🎉\n\nThe two albums I NEVER DIE &amp;…
## 5948                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5949                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 5950                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 5951                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 5952                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5953                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5954                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5955                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5956                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 5957                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5958                                RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…
## 5959                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5960                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 5961                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 5962                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5963                                RT @gotexoish: not got7 being top 3 on the list of most searched kpop comebacks on google US of 2022 and this is not easy since they promot…
## 5964                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5965                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 5966                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5967                             RT @revemonster: When they said that alot of kpop fans aren't stanning idols for musics &amp; talents but only for achievements that their ego…
## 5968                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5969                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5970                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 5971                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 5972                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5973                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 5974                          RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…
## 5975                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 5976                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 5977                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 5978                                                                    RT @sparklingsomi: JINNI'S "NMIXX CHANGE UP LETS GO" IS GONNA BE FOREVER AN ICONIC LINE ON KPOP INDUSTRY
## 5979                                RT @cry4taeil: we really need to bring back more blank studio type MVs.. like the kpop mv trend nowadays seems to be huge expensive outdoor…
## 5980                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 5981                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 5982                                                            RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs
## 5983                                             RT @honeydam507: Let’s vote for Yedam on this article! \n#BANGYEDAM #방예담\n\n https://t.co/0fnJJtfpqA https://t.co/3uIzaLJBdP
## 5984                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 5985                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 5986                                RT @magnetic_jb: Grandwave Kpop Music Festival announced a new date and the line up remains the same! \nThat means YOUNGJAE @GOTYJ_Ars_Vita…
## 5987                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 5988                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 5989                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 5990                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 5991                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 5992                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 5993                          RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…
## 5994                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 5995                                                                        RT @LhianKtl: ENHYPEN DARK MOON CHARACTER NAMES.\n\n#ENHYPEN #DARKMOON #kpop https://t.co/pmSs0oe5g5
## 5996                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5997                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 5998               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 5999                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 6000                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6001                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6002                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6003                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6004                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 6005                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6006                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 6007                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 6008                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6009                                                   RT @UPROXX: #SaveKPOPBroadway is trending after the Broadway 'KPOP' show announces sudden closing https://t.co/JEsVNLQwox
## 6010                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 6011                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6012                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 6013                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6014                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 6015               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 6016                        RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…
## 6017                          RT @garnethours_my: 🦋 Available [221209] 🦋\n\n❄️ Choeaedol | 90k❤\n\n❄ Fancast | 10k💛\n\n❄️ Freevote | 840❤️\n\n❄️ Idol Champ \n| 1k💙 chamsims\n| 1k❤…
## 6018                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6019               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 6020                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 6021                      RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…
## 6022                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 6023                              RT @RM_Peru: 🎥Peruvian dance challenge for 'Still Life' on TIKTOK🇵🇪\n\nJeaneth Loayza, a Peruvian dancer, choreographer and KPOP dancer instr…
## 6024                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6025                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 6026                                RT @alpacadata: Can't tell if it's hilarious or sad to reveal that the result of all that "hardwork" was just using a visual motif so commo…
## 6027                             RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…
## 6028                               RT @Attention_spy: [📊| UPROXX has listed "New Jeans" by \n@NewJeans_ADOR as one of the K-Pop albums of 2022 👏👑\n\n🔗: https://t.co/qWK9TtnK5g…
## 6029                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 6030                                         RT @1lioss: Kpop Girl World has been crazy these past weeks we need to stand together because WE THEM GIRLS https://t.co/2dVL0ADhPt
## 6031                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 6032                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 6033                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6034                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 6035                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 6036                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 6037                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6038                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6039                                RT @mprlibre: Can confirm. I have worked on DOZENS of Broadway shows and have NEVER seen more passionate and young and diverse audiences th…
## 6040                                                                                         RT @yunhoo27: kpop was created when Shinee dropped this \n\nhttps://t.co/wgDvIsFF7F
## 6041                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 6042                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 6043                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 6044                                                                                                    RT @iFightPlug: Bro thought he was in an anime 💀 https://t.co/XrElZRQEwe
## 6045                                RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…
## 6046                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6047                         RT @PleinDeVie_7: Global domination is real! 🔥\n\nSB19's aura &amp; perf after WYAT Tour screamed passion! ❤️‍🔥\nI like the new WYAT intro!\n\nSeein…
## 6048                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 6049                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6050                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 6051                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6052                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6053                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6054                            RT @ThePopBase: Highest ranking Kpop acts on Billboard 200 Artists Year-end chart:\n\n1. #BTS - #18 (2020)\n2. #BTS - #21 (2018)\n3. #BTS - #26…
## 6055                             RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…
## 6056                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6057                                RT @lykasticker: no like genuinely how can you not think this is one of the best kpop songs production and concept wise like  https://t.co/…
## 6058                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6059                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 6060                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6061                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6062                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 6063                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 6064                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 6065                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 6066                     RT @xiyyyywi: 📢📢Selling Idol Champ Ruby &amp; Blue Chamsims📢📢\n\nBLUE CHAMSIMS: SHOW CHAMPION AVAILABLE 25,000💙\n\n1,200💙=$1/54\n\nNote:\ncan only vot…
## 6067                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 6068                                                                                                                             RT @Iove4eva: no bc somebody cursed kpop ggs...
## 6069                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 6070                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6071                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6072                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 6073                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 6074                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6075                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 6076                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 6077                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 6078                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 6079                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 6080                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6081                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 6082                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6083               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 6084                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 6085                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6086                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 6087                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 6088                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6089                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6090                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6091                                   RT @Hotshortie11: @lsgrlr ARMY in 2018 KPOPPIES kicked us out of KPOP whatever. YAY! We got our Freedom! @BTS_twt https://t.co/Hk6NvRa5rq
## 6092                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 6093                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6094                                RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…
## 6095                                 RT @smiiliingkookie: Jungkook is collecting all the ‘first and only Kpop, Korean soloist to’ that there’s to reach. He has been conquering…
## 6096                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 6097                                                                                                       RT @Iove4eva: i feel terrible.. the kpop industry treats ggs terribly
## 6098                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6099                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6100                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6101                                RT @WORLDMUSICAWARD: Korean Monster Rookie Group #Treasure lands at #2 on the #OriconAlbumChart with their brand new album #THESECONDSTEPCH…
## 6102                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6103                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 6104                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 6105                                                                                                       RT @433: CROATIA HAVE KNOCKED OUT BRAZIL! 🇭🇷👏 https://t.co/jzlRLntcRh
## 6106                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6107                                RT @BLACKPINKSTATS5: .@BLACKPINK was 2022’s 2nd top trending comeback (2nd most searched) in the U.S. according to @GoogleTrends. It was th…
## 6108                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 6109                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 6110                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 6111                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6112                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 6113                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 6114                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6115                                RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…
## 6116                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6117                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6118                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6119                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6120                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 6121                  RT @Di00407778: Blackpink - “B.P.M” Roll 2\n-\n #blackpink #jisoo #rosé #lalisa #kpop #bornpink #blinks #yg #블랙핑크 #지수 #제니 #로제 #리사 #tiktok #re…
## 6122                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 6123                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6124                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6125                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 6126                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6127                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6128                                                                                                                  RT @James20779653: @soompi 2022 is the WORST YEAR FOR KPOP
## 6129                                RT @michyongsun: top tier kpop vocalists with top tier abs being born on the same day what a coincidence what about a collab https://t.co/x…
## 6130                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6131                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 6132                                                                                                              RT @bunsieun: every day i hate being a kpop stan a little more
## 6133                                RT @eunoia__svt: Btw @MTV releases 5 "Albums of the year" titles and Face The Sun alongside albums released by Beyonce and Bad Bunny earned…
## 6134                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6135                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 6136                                                                                                RT @BeckyGOnStats: BECKY G IS OFFICIALLY ENGAGED  💝💍 https://t.co/wAxwC3nOxG
## 6137                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6138                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6139                            RT @ThePopBase: Highest ranking Kpop acts on Billboard Top Album Sales Artists Year-end chart:\n\n1. #BTS - #2 (2020)\n1. #BTS - #2 (2021) \n2.…
## 6140                                                                 RT @GD_got_my: So in HISTORY T.O.P will become the first Man/Kpop Artist/Idol/K-rapper/Actor to go to SPACE
## 6141                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6142                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6143                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 6144                                                                 RT @meusconceptions: Factually and objectively the chaser by infinite is the best song ever created in kpop
## 6145                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6146                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 6147                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6148                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6149                     RT @thedivestudios: waiting for the day jackson &amp; eric live together 🙏\n\n#Kpop #DIVEStudios #DAEBAKSHOW #EricNam #에릭남 #JacksonWang #잭슨 #kpop…
## 6150                            RT @milseum: hi !! i'm lee, new to #studytwt #studytwtph and i'm looking for mutuals and bffs ^ ___ ^  let's be friends &lt;3 \n\n☁️ she/they, 0…
## 6151                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6152                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 6153                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6154                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6155                                                    RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV
## 6156                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6157                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6158                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 6159                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6160                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6161                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 6162                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6163                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6164                              RT @GOT7HAPPENINGS: That a Kpop idol is a hard fanboy of TAEYEON from SNSD and made a bio on his IG when his bias was rumoured dating.\n\n#GO…
## 6165                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6166                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 6167                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 6168                                RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…
## 6169                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6170                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 6171                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6172                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6173                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 6174                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 6175                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6176                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6177                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6178                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 6179                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6180                              RT @thehobiprint: j-hope is the most streamed male K-Pop soloist on Spotify globally in 2022!\n\nCONGRATULATIONS J-HOPE 👏🏻 https://t.co/F6Esv…
## 6181                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6182                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 6183                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 6184                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 6185                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 6186                                                                    RT @KeTshegoo: @aphx_ American artists need to stay away from Afrobeats, Kpop and Amapiano. Respectfully
## 6187                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6188                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 6189                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 6190                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6191                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6192                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 6193                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 6194                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6195                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 6196                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6197                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6198                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6199                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6200                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 6201                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6202                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 6203                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6204                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 6205                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6206                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 6207                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6208                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6209                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6210                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 6211                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 6212                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6213                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6214                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 6215                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 6216                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6217                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6218                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6219                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 6220                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6221                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 6222                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6223                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 6224                            RT @Pk_bts_land: Biggest Weekly Debut by a Kpop Act on Spotify Pakistan : \n\n#1. Dreamers - 134,150 \n#2. Wild Flower - 122,079 😭💜\n#3. The As…
## 6225                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 6226                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6227                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 6228                                                                                             RT @hakushotafan: guys in your opinion whats the best song ever created in kpop
## 6229                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 6230                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 6231                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 6232                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6233                                 RT @BLACKPINK4WAYS: .@BLACKPINK now holds the TOP 2 of Longest Charting Kpop Group Songs released this year on Global Spotify ( Pink Venom…
## 6234                                RT @kpophappenings_: when that kpop boy was expecting a surprise birthday greeting from his members during his live, but they didn’t becaus…
## 6235                             RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…
## 6236                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6237                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6238                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 6239                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6240                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6241                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6242                                RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…
## 6243                             RT @Daily_JK97: 📊 “Left and Right” has surpassed 414M streams on Spotify on its 167th day, the fastest song by Kpop &amp; Korean soloist to do…
## 6244                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6245                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6246                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 6247                                                                                 RT @swookiiii: Kpop eating fancams to occupy you✿\n\nThread 4 edtwt https://t.co/ATC5VhQ7L8
## 6248                                                                                             RT @hakushotafan: guys in your opinion whats the best song ever created in kpop
## 6249                                 RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…
## 6250                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 6251                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6252                               RT @Attention_spy: [📊| UPROXX has listed "New Jeans" by \n@NewJeans_ADOR as one of the K-Pop albums of 2022 👏👑\n\n🔗: https://t.co/qWK9TtnK5g…
## 6253                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6254                                RT @Jeff__Benjamin: Exclusive: The @KPOPBroadway musical is putting out an official cast recording album. Harvey Mason Jr. (who produced si…
## 6255                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 6256                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 6257                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6258                                RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…
## 6259                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 6260                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 6261                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6262                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6263                        RT @MRSJUNKAY: "only 2PM can" \n\nquote this twt with things only 2PM does/did and not in other groups!! \n#2PM #투피엠\n@follow_2PM \n\ni'll start…
## 6264                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6265                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6266                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6267                                                                                                                  RT @James20779653: @soompi 2022 is the WORST YEAR FOR KPOP
## 6268                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 6269                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6270                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 6271                                 RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 6272                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6273                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 6274                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 6275                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 6276                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 6277                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 6278                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 6279                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 6280                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 6281                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6282                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6283                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 6284                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6285                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6286                                 RT @Koreaboo: The world wasn’t ready for VeriVery to release their song “Get Away”, it’s too powerful of a song 🌟\n https://t.co/yHESgiFdTy
## 6287                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6288                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6289                              RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n"Key understood the assignment, and aced it with h…
## 6290                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 6291                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6292                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 6293                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6294                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6295                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6296                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 6297                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 6298                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6299                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6300                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 6301                           RT @Genius_kor: #GeniusCharts | 2022 Year-End Genius Korea Chart | Top K-Pop Songs\n1. Pink Venom\n2. Shut Down \n3. ELEVEN\n4. LOVE DIVE\n5. Po…
## 6302                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6303                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6304                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 6305                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6306                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6307                                                    RT @foetuskookieOO: @WORLDMUSICAWARD @BTS_twt From "The Princes of KPop" to "The Princes of GLOBAL POP"\nYes, That's BTS
## 6308                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 6309                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6310                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 6311               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 6312                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 6313                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 6314                                RT @Honey06_13: @iridescencemyg When other famous Kpop idols have gone, other soldiers would try to take secret pictures or videos and sell…
## 6315                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6316                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 6317                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 6318                             RT @G_IDLESuperior: 4th Gen Girl Group K-Pop With Highest PEAK of Spotify Monthly Listener in USA 🇺🇸 Spotify:\n\n#1 NewJeans — 542K\n#2 #GIDLE…
## 6319                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6320                                                                                       RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH
## 6321                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 6322                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 6323                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 6324                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6325                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 6326                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 6327                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6328                             RT @Kpopmap: Top 15 IG Updates By K-Pop Idols\nhttps://t.co/Uv5m1m1Rfp\n\n#IVE #AnYuJin #ENHYPEN #NiKi #EPEX #Wish #GIDLE #Minnie #SF9 #RoWoon…
## 6329               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 6330                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6331                             RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…
## 6332                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 6333                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6334                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 6335                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6336                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 6337                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6338                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6339                                                            RT @fx_Luvatar812: [LUNA INSTAGRAM STORY]\n #savekpopbroadway #kpop #kpopbroadwaymusical https://t.co/8KlOn76tEA
## 6340                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6341                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 6342                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 6343                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 6344                                                                                                 RT @kpopmusic_jp: SEVENTEEN - Hit Song\n#KPOP #LIVE https://t.co/N0lUlLw67X
## 6345                         RT @PleinDeVie_7: Global domination is real! 🔥\n\nSB19's aura &amp; perf after WYAT Tour screamed passion! ❤️‍🔥\nI like the new WYAT intro!\n\nSeein…
## 6346                                  RT @WORLDMUSICAWARD: #UPROXX's Best K-Pop albums of 2022🇰🇷❤️‍🔥\n1⃣BORN PINK #BLACKPINK\n2⃣Gasoline #KEY\n3⃣YOUTH #KIHYUN\n4⃣FEARLESS #LESSERAFI…
## 6347                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 6348                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 6349                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 6350                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6351                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6352                                RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…
## 6353                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6354                                             RT @seohanjie: wtf is going on in kpop?? pls i just hope they’re okay and nothing serious happened to them this is so fucked up
## 6355                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6356                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6357                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6358                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6359                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6360                                RT @BTSEMPIRES: Indigo is now the biggest weekly debut for an album by a Kpop/Korean soloist in Spotify’s history with only 5 days of track…
## 6361                                                                                                          RT @togejustvibin: BEST KPOP SONG OF 2022\nhttps://t.co/QOqt6PTVED
## 6362                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 6363                             RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…
## 6364                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 6365                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 6366                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 6367                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6368                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 6369                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 6370                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 6371                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 6372                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 6373                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 6374                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6375                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 6376                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6377                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6378                                RT @stallseok: y’all it’s normal for artist to take years off of music especially when they have a rush of being worldwide icons like i can…
## 6379                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6380                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 6381                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 6382                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 6383                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 6384                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 6385                             RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…
## 6386                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 6387                                                                                         RT @soIodown: kpop companies when you’re 18+ in an audition https://t.co/HcZqJHIgbu
## 6388                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 6389                            RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…
## 6390                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 6391                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 6392                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6393                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6394               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 6395                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6396                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 6397                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6398                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 6399                                                                                                                 RT @leebitboobs: @demorality Kpop is nothing without them…?
## 6400               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 6401                                RT @coloredseung: y’all can say what u want about sorn but she always got kpop fans talking about her unprovoked like the hold she has on t…
## 6402                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6403                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6404                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6405                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6406                                                                   RT @Hana41759047: Who Is Your Favorite Male Japanese K-Pop Idol? - Kpopmap\n#YUTA https://t.co/xblnL5tzcV
## 6407                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 6408                                 RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 6409                               RT @UPROXX: 🧵 From @BLACKPINK to @STAYC_official to @le_sserafim – here are our picks for the best K-Pop albums of 2022\n\nBest K-Pop Albums…
## 6410                             RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…
## 6411                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6412                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6413                                RT @Ada__Sujuist: Just because Heechul’s contract ends with SM doesn’t mean he’s done with SJ. Out of my 4 top kpop groups SUJU is probably…
## 6414                              RT @stream4taekook: "Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…
## 6415                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 6416                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6417                                RT @wekikepi: notice how kpop is going downhill ever since weki meki finished their last comeback promotion... we need them back to fix thi…
## 6418                                RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…
## 6419                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6420                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 6421                                RT @soobinbeloved: qrts are sounding a lot like kpop fws im having flashbacks. “AND HOW MANY GOALS DID UR FAVS WIN?” https://t.co/OOi4L2yvT7
## 6422                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6423                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 6424                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 6425                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6426                                                            RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs
## 6427                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6428                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6429                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 6430                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 6431                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6432                                                                            RT @jiyoonietunes: kpop save one, drop one!\nsame idol, different eras ver.\n\na thread🧵🪡 by ant
## 6433                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6434                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6435                                RT @kpophappenings_: when that kpop boy sang the high note adlibs of ningning and winter in their it’s live cover of savage in the original…
## 6436                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6437                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6438                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6439                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6440                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6441                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 6442                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 6443                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 6444  RT @itsLIVEofficial: &lt;COMING UP NEXT&gt;\n#원호 - #CRAZY &amp; #on_on\n#WONHO - Crazy &amp; On &amp; On\n@official__wonho\n\n#잇츠라이브 #KPOP #itsLive https://t.co/y…
## 6445                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 6446                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 6447                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 6448                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 6449                              RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…
## 6450                                                                                  RT @PapayaPanic: I can’t believe Block B is coming back to save kpop Omg I legit screamed.
## 6451                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6452                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 6453                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6454                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 6455                           RT @inkijam: Infinite (인피니트) - Telemonster OST Album Lyrics and Tracklist.\nKorean, Romanized and English Lyrics to your favorite Kpop Album…
## 6456                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 6457                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 6458                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 6459                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6460                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 6461                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6462                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6463                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6464                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 6465                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 6466                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 6467                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6468                        RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…
## 6469                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 6470                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6471                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 6472                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 6473                                                                                                                  RT @James20779653: @soompi 2022 is the WORST YEAR FOR KPOP
## 6474                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6475                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 6476                                 RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…
## 6477                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6478                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6479                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6480                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6481                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6482                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6483                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6484                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6485                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6486                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 6487                            RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…
## 6488                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6489                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 6490                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 6491                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6492                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6493                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6494                                RT @hongteezer: why are so many kpop groups releasing tour announcements 1 month before the show is scheduled ?? that is NOT enough time fo…
## 6495                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 6496                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 6497                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6498                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6499                                                                      RT @loveis4wols: MY FUNCTIONS U WILL ALWAYS HAVE THE BEST DISCOGRAPHY IN KPOP  https://t.co/jRrUa9brhb
## 6500                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 6501                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6502                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6503                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6504                               RT @softnayei: ੈ♡˳ heya!! I’m looking for new moots ! #kpoptwt #genshintwt\n\n✧ im vi, 14, he/they, leo, I like : genshin, reading, kpop, man…
## 6505                   RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…
## 6506                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6507                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6508                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6509                                                                                               RT @Tashal55: (G)I-DLE Spotify Kpop ON story update 🥰 https://t.co/1Qs1KQ2rf9
## 6510                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6511                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6512                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6513                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 6514                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6515                                                           RT @iamprinceelliot: kpop stans QRT this with a photo of ur bias that makes you go "why does this photo exist???"
## 6516                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6517                                                          RT @moonbinmemes126: Kpop fans: bias photocards...\nThe kpop bias: 40,000¥ moneybills. 🤣🤣🤣 https://t.co/pEkP2zNH8v
## 6518                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6519                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 6520                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6521                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 6522                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 6523                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6524                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6525                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6526                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 6527                                                                         RT @itzyloverr_: WHEN A MEMBER LEAVES ITZY.\nIM DONE WITH KPOP.\n5 OR NONE. https://t.co/y7qsF2IrOr
## 6528                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6529                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 6530                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6531                            RT @honey0sito: I feel like the longer I stay in kpop, the farther I stray from fandoms. Y’all will fight about everything &amp; anything becau…
## 6532                                 RT @BTSEMPIRES: #INDIGO by RM is now the first and only album by a Kpop/Korean soloist in HISTORY to gather over 70M streams on Spotify in…
## 6533                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 6534                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 6535                             RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…
## 6536                                                            RT @tzujuliee: Kpop Idol Artists with #1 Songs on Circle Chart\n\nTWICE — 9 songs\n3rd Gen Girl Groups — 9 songs
## 6537                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6538                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6539                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 6540                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 6541                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6542                                                                                                            RT @yeniology: our full of love kpop boy https://t.co/srL4TI57ut
## 6543                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6544                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 6545                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6546                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6547                              RT @__crxy: looking for #kpop moots!!\n\nI'm not new to #kpoptwt but I'm on a new account! looking for orbit, winxy, fearnot, crown, swith, n…
## 6548                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6549                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 6550                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 6551                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6552                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6553                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6554                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6555                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 6556                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6557                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 6558                                                                                                            RT @yeniology: our full of love kpop boy https://t.co/srL4TI57ut
## 6559                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6560                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6561                                   RT @elizZZ01: Jay Park did what every kpop label doesnt want the idol to do🤷‍♀️ it doesnt matter if you are a fan or not, you need to give…
## 6562                                RT @loonajuche: Bts what do you like to eat outside of korea kimchi rice noodle hamburger sprite panda express RM namjoon jin suga j-hope j…
## 6563                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 6564                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6565                        RT @LaliceUpdates: LISA is the FIRST &amp; ONLY K-POP SOLO ACT to win The Best K-pop Award at both the VMAs &amp; EMA. She’s the Most Followed Kpop…
## 6566                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6567                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6568                          RT @MMMSongsDaily: [November 25, 2022] \n\nSong : D-Day [Single] (Wheein solo) \n\nYouTube : https://t.co/m3o47oUxj4 \n\nTranslation : https://t.…
## 6569                                                                                                     RT @doIlprism: moonbin truly is one of the best male performers in kpop
## 6570                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6571                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6572                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6573                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 6574                                                          RT @Slutformyselfxx: LISA IS THE FIRST KPOP SOLOIST IN HISTORY TO WIN VMAs AND THE MTVEMAs https://t.co/VNet853f9s
## 6575                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6576                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6577                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 6578                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 6579                                          RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop
## 6580                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6581                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 6582                             RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…
## 6583                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 6584                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6585                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6586                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 6587                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6588                                 RT @kookfie_: ⚠️⚠️GUYS FINALLY MY NEW DANCE COVER WITH MY KPOP DANCE COVER GROUP IS OUT AAIEDJJDJSKS IM SO HAPPY IT HAS BEEN WAY TOO LONG\nI…
## 6589                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 6590                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 6591                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 6592                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6593                                                                                                     RT @doIlprism: moonbin truly is one of the best male performers in kpop
## 6594                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6595               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 6596                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6597                                              RT @elsserafim: le sserafim mama dance break proves they’re one of the best performers in 4th gen kpop https://t.co/sJHwTRJLIX
## 6598                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6599                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6600                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 6601                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 6602                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6603                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 6604                                                                                         RT @soIodown: kpop companies when you’re 18+ in an audition https://t.co/HcZqJHIgbu
## 6605                                RT @daari_kk444: so many kpop idols left their groups this year yet Lucas is still hanging in there under the sm basement like a strong sol…
## 6606                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 6607                              RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n"Key understood the assignment, and aced it with h…
## 6608                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 6609                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 6610                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 6611                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6612                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6613                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6614                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6615                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6616                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 6617                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6618                                                                                                          RT @togejustvibin: BEST KPOP SONG OF 2022\nhttps://t.co/QOqt6PTVED
## 6619                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6620                                                                                         RT @soIodown: kpop companies when you’re 18+ in an audition https://t.co/HcZqJHIgbu
## 6621                            RT @namverse: @mybwits he’s right. society pushes marriage on u &amp; if u even think other than what u grew up with as the norm it’ll try to c…
## 6622                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 6623                                            RT @SerieTV46: "RUN BTS" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams.
## 6624                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 6625                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 6626                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6627                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6628                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6629                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6630                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 6631               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 6632                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 6633                               RT @UPROXX: 🧵 From @BLACKPINK to @STAYC_official to @le_sserafim – here are our picks for the best K-Pop albums of 2022\n\nBest K-Pop Albums…
## 6634                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6635                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6636                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6637                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 6638                                RT @kpophappenings_: when that kpop boy group created the colors of a pride flag with each of their solo debuts while showing queer represe…
## 6639                          RT @mybwits: About marriage\n\n🐨 I'm really scared, and for now...I think it's very long, Promise &amp; swear eternity with one person 'Can somet…
## 6640                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 6641                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6642                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 6643                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6644                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6645                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6646                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 6647                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6648                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6649                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6650                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6651                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6652                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6653                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 6654                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6655                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6656                                            RT @GabrielBrandes: Super happy to have co-written @SJofficial next single out on the 15th dec 🎄🎅 #SUPERJUNIOR #single #kpop #SM
## 6657                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6658                            RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…
## 6659                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6660                            RT @ThePopBase: Highest ranking Kpop acts on Billboard Top Album Sales Artists Year-end chart:\n\n1. #BTS - #2 (2020)\n1. #BTS - #2 (2021) \n2.…
## 6661                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 6662                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6663                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 6664                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6665                                                                                         RT @soIodown: kpop companies when you’re 18+ in an audition https://t.co/HcZqJHIgbu
## 6666                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 6667                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6668                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 6669                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6670                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 6671                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6672                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6673                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 6674                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6675                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 6676                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6677                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6678                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 6679                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6680                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6681                                                                      RT @loveis4wols: MY FUNCTIONS U WILL ALWAYS HAVE THE BEST DISCOGRAPHY IN KPOP  https://t.co/jRrUa9brhb
## 6682                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 6683                            RT @LINEFRIENDSinfo: When blue and red comes together💙❤️\nIt creates a hopeful and passionate purple!\n\nBT21 Purple edition\nComing Soon\n\n✔️Gl…
## 6684                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 6685                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 6686                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6687                                RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…
## 6688                                RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…
## 6689                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6690                               RT @ABtheKreator: I found this picture on internet… what award did our homie D.O Kyoungsoo win here? 👀🔥🔥🔥💯✅ #DO #EXO #EXOL #kdrama #kdramat…
## 6691                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6692                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 6693                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 6694                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6695                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 6696                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 6697                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 6698                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6699                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6700                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 6701                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6702                                RT @CelebConfirmed: #BTS’s #RM performed some of the latest tracks from his first solo album #Indigo at the #DiaBeacon art museum in #NewYo…
## 6703                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6704                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 6705                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6706                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 6707                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 6708                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6709                        RT @taetaevoting_jp: ❤︎ テテDaily voting\nN&amp;B\n▶︎ https://t.co/p5lfS1QYrh\n▶︎ https://t.co/iw7S3kMCn3\njuice\n▶︎ https://t.co/0k65503ogj\nK kpop\n▶︎…
## 6710                                RT @loonajuche: Bts what do you like to eat outside of korea kimchi rice noodle hamburger sprite panda express RM namjoon jin suga j-hope j…
## 6711                             RT @Glaze_Kookie: Highest songs Debut week by Kpop Soloist on Spotify (filtered streams): \n\n#1 #LeftandRight — 30.3M🥇\n#2 #Dreamers — 25.7M(…
## 6712                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6713                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 6714                                RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…
## 6715                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6716                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 6717                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 6718                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 6719                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 6720                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 6721                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6722                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 6723                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6724                                                                                   RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6
## 6725                                RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…
## 6726                                RT @dumpling_hj: Hwang Hyunjin,you're LOVED, you're most appreciated and successful idol of your generation and that's a BIG threat for eve…
## 6727                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 6728                             RT @twinkIebee: hello #kpoptwt I like most kpop grps ♡\nThings about me and who I stan :\n\n° I'm a minor but don't be afraid to drag me if ne…
## 6729                                                    RT @SerieTV46: "Shut Down" by @BLACKPINK it's the most viewed Kpop Group MV in last 24 hours on Youtube with 1.4M views.
## 6730                                RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…
## 6731                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6732                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 6733                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6734                               RT @sSalmavante: @kpopcharts_data #Taehyung is the standard and he is the TOP ONE Kpop star in China" #BTSV #태형 #뷔 https://t.co/n6sVHRgZ9O
## 6735                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6736                                                                                   RT @moonbinmemes126: The most covered KPOP Song...MIROOOOTICCC!!! https://t.co/rSBiDXuip6
## 6737                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 6738                          RT @PARKJIMINJAPAN: 🗳Kpop Lifes\n\n📍Most Handsome KPOP Male Idols\n🔗 https://t.co/RukGTi49dI \n\n📍KPOP Heartthrobs 2022\n🔗 https://t.co/rfitrFLda…
## 6739                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6740                                RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…
## 6741                          RT @Romantic_Tae: @kpopcharts_data #1 V\n#2 V\n#3 V\n"#Taehyung is the standard and he is the TOP ONE Kpop star in China" #BTSV #태형 #뷔 https:/…
## 6742                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 6743                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6744                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 6745                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 6746                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 6747                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 6748                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6749                                                  RT @seung__jjang: kpop stans: don’t baby idols, they’re grown men 🤬🤬🤬\nthe grown man in question:\nhttps://t.co/1WUweDXguY
## 6750                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6751                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6752                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6753                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 6754                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6755                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6756                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6757                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6758                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6759                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 6760                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 6761                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6762                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 6763                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 6764                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 6765                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6766                             RT @kkulkyun2609: Since Monsta X comeback is nxt yr &amp; we mbbs really tweet a lot and kpop stans usually drag us into fanwars, how about we…
## 6767                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 6768                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 6769                            RT @hyoshin0807: [Eng] SF9 Rumination Showcase 211122\n\n1: https://t.co/j3yDDrb5Yq\n2: https://t.co/CY4Nhccuut\n3: https://t.co/Bf4p9aCWp2\n4:…
## 6770                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6771                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6772                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6773                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 6774                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6775                              RT @lisamanobal_327: • #DjSnake and American Composer #FreddyWexler left their comment on LISA's new iNstagram post. 📌\n\n📍https://t.co/ARI1z…
## 6776                               RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…
## 6777                         RT @kpopWorldItaly1: LORD KIM TAEHYUNG ❤️❤️\n\nMe, Myself, and V "Veautiful Days".\n\nVEAUTIFUL DAYS \nVEAUTIFUL DAYS WITH V\nARTIST &amp; CREATOR V…
## 6778                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6779                             RT @ipxrlebun: Listening to Win's songs along w/ my kpop fave is a whole mood while doing school stuffs. 🫰🫶\n\nProud of you @winmetawin\nour T…
## 6780                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6781                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6782                                                                                       RT @shining_idle: Welcome to the Spotify collage club NMIXX😭😭 https://t.co/1vVYeNnDdt
## 6783                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6784                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 6785                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 6786                                RT @BLACKPINKSTATS5: .@BLACKPINK was 2022’s 2nd top trending comeback (2nd most searched) in the U.S. according to @GoogleTrends. It was th…
## 6787                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6788                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6789                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 6790                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6791                                RT @letbeXOXO: not exo related. \nJackson Wang is your ideal how a MAN it should be. And the most genuine and sincerest KPOP idol I've ever…
## 6792                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6793                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6794                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 6795                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6796                                                                                                  RT @brotheromori: moonbin truly is one of the best male performers in kpop
## 6797                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 6798                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6799                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 6800                               RT @teuidaapp: Are you ready to sing with Umji? This is your perfect chance to sing with a kpop idol!🥰 \n#teuida_viviz https://t.co/Q8pO7scv…
## 6801                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 6802                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6803                              RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…
## 6804                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6805                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6806                                         RT @itsladyrean: The Living Legend of Kpop herself, BoA ✨😌✨\n\n#BeYou2inManila\n#BoA\n#StarryNightWithBoA https://t.co/iLSb3F8x6c
## 6807                                RT @innerchilding7: Thats why i also hate the “king of kpop” “itboy of kpop” “ace of kpop” like pls its been decades since BTS as a whole l…
## 6808                                 RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 6809                                 RT @allegedlyangelo: I have been a kpop fan since second gen. There’s nothing you could say or show me that I have not heard, seen or said…
## 6810                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 6811                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6812                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 6813                           RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…
## 6814                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6815                            RT @nonoooramos04: 🥺 LISA AND JISOO seeing the drawing 😭 \n\nWith the help of our bestie @alexsa1000_jd 🙏 \n\n#BLACKPINK #BORNPINKinBarcelona #…
## 6816                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6817                                                                                                                  RT @James20779653: @soompi 2022 is the WORST YEAR FOR KPOP
## 6818                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6819                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 6820                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6821                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6822                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 6823                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 6824                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 6825                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6826                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 6827                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6828                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 6829                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6830                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 6831                              RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…
## 6832                                    RT @svtcontents: @pledis_17 📰 SECTOR 17 is on UPROXX's Best K-Pop Albums 2022 List! \n\n🖇️https://t.co/TWl2csgBPx https://t.co/I2vid9v3z3
## 6833                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6834                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 6835                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6836                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 6837                                RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…
## 6838                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 6839                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6840                                RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…
## 6841                                RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…
## 6842                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6843                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6844                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 6845                                                    RT @Koreaboo: SEVENTEEN’s Jun Shuts Down The Idea Of Being “Too Old” To Debut As A K-Pop Idol\n\nhttps://t.co/yG6Sv52mCV
## 6846                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 6847                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6848                           RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…
## 6849                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 6850                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 6851                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 6852                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6853                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 6854                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6855                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6856                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 6857                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6858                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 6859                               RT @teuidaapp: Can you imagine your bias waking you up with a morning call? 😍\nPick up your phone! Eunha's calling you ❤️\n#eunha #viviz #teu…
## 6860                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 6861                                RT @HlYYlHRTS: I’m gonna be honest bg’s have so much privilege in kpop they could be providing their company absolutely nothing and STILL t…
## 6862                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 6863                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6864                               RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…
## 6865                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6866                                RT @hongteezer: why are so many kpop groups releasing tour announcements 1 month before the show is scheduled ?? that is NOT enough time fo…
## 6867                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6868                              RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 6869                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 6870                                RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…
## 6871                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6872                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6873                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 6874                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 6875                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 6876                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6877                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6878                              RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 6879                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 6880                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 6881                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 6882                                RT @kpophappenings_: when the kpop boy comforted his classmates when they were having menstrual cramps and brought them medicine from the h…
## 6883                                 RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 6884                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6885                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 6886                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 6887                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 6888                            RT @ninqrIs: i'm looking for #stantwt #kpoptwt moots \n\n- paula ('00)\n- she/her\n- nct, exo, aespa, red velvet, le serrafim, snsd, shinee, f(…
## 6889                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6890                                            RT @koreatimescokr: #NMIXX slims to sextet with member Jinni's departure  \n#kpopgirlgroup #kpop #JYP\n\nhttps://t.co/jVfBs0jJpg
## 6891                                          RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop
## 6892                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 6893                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6894                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 6895                              RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…
## 6896                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6897                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6898                            RT @mostsuccessfuI: jungkook is 3,4M streams away to hold the biggest streaming year ever by a kpop soloist on spotify \n\ntomorrow! \n\n https…
## 6899               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 6900                               RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…
## 6901                                RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 6…
## 6902                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 6903                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6904                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 6905                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 6906                                RT @GOTEXOCULT: the way 2019 is considered one of the worst year for kpop and I officially started listening to kpop that year https://t.co…
## 6907                                                                                          RT @kpophappenings_: when that kpop boy produced his group’s entire comeback at 17
## 6908                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6909                                RT @TOJIYEOL: what is up with kpop stans saying exos peak was in 2014-15 like does kokobop and the eve not exist to yall??? 😭 like what abo…
## 6910                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6911                                RT @innerchilding7: Thats why i also hate the “king of kpop” “itboy of kpop” “ace of kpop” like pls its been decades since BTS as a whole l…
## 6912                                          RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop
## 6913                              RT @kpopitaly2017: 🇮🇹 vota per i tuoi 5 gruppi preferiti dell'anno, il 2 gennaio scoprirai la classifica in live su twitch\n\n🇬🇧 vote for you…
## 6914                                RT @SerieTV46: "Dreamers (FiFA World Cup 2022 Official Soundtrack)" by #JUNGKOOK of @BTS_twt it's the most streamed song by a Kpop Act of 7…
## 6915                                 RT @ATiny_WayZenNi_: Happy Ni-Ki Day December 9, 2005 #NiKi #NishimuraRiki #enhypen #engene #Heeseung #Jake #Jay #Jungwon #Sunghoon #Sunoo…
## 6916                                            RT @SerieTV46: "RUN BTS" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams.
## 6917                              RT @SerieTV46: Top 15 most streamed song by Kpop Artist on Spotify of 7 December 2022:\n\n#JUNGKOOK, #RM, @BLACKPINK, @le_sserafim, #JIN, @Ne…
## 6918                               RT @celebdotid: Big Hit releases Kim Taehyung's special photo-folio, Veautiful Days😍\nARMY goes crazy over Kim Taehyung, which one is your f…
## 6919                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 6920                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6921                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 6922                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 6923                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 6924                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 6925                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6926                              RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…
## 6927                                RT @JAMJAMPICS: everyone! if you’re active right now go on kingchoice to vote #JIMIN on HOT 100 K-pop Idols. he’s on #2 spot and it’s endin…
## 6928                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 6929                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6930                                RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…
## 6931                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 6932                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6933                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6934                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 6935                          RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…
## 6936                                                                                                          RT @foryutachanyeol: https://t.co/vkb40wd5i0\n\nKeep vote for yuta
## 6937                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6938                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 6939                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 6940                             RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…
## 6941                                 RT @warmjunkyu: i don't want to generalize ina teumes, but ofc we all want treasure to feel safe right? we must learn to set boundaries as…
## 6942                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6943                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6944                     RT @aerisshop: welcome to @aerisshop ~\n\npremium accs\nload to gcash trades\npautang service\nbuy n sell phones\n\ndm me to avail &lt;3\n\nt. wts lfb…
## 6945                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 6946                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6947                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 6948                                                    RT @foetuskookieOO: @WORLDMUSICAWARD @BTS_twt From "The Princes of KPop" to "The Princes of GLOBAL POP"\nYes, That's BTS
## 6949                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 6950                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6951                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 6952                                                   RT @KShinwonptg: not a group but when that kpop boy Jinho from Pentagon covered Bohemian Rhapsody https://t.co/GWohjO2G67
## 6953                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 6954                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 6955                                 RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 6956                                RT @__jaemi: I hate it when some armys say bts are the king's of kpop because bts are now one of the biggest artists in the world and y'all…
## 6957                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6958                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 6959                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 6960                                 RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…
## 6961                                  RT @zhellllllllllll: #lapillus included in kpop rising of #spotify … 🔥🔥🔥\n\n#lapillus #라필루스 #GRATATA #그라타타 https://t.co/X3DqQzWCAh
## 6962                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6963                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 6964                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6965                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 6966                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6967                                RT @hunktears: on the one hand I do not think we should be putting any of our precious uncancelled still living 2nd gen kpop icons on quest…
## 6968                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6969                                 RT @dreamsinjail: if lee know wasn’t an idol he would be one of the greatest kpop choreographers out there but y’all aren’t ready for that…
## 6970                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 6971                                                             RT @alanaareyoufake: BOA’s presence on stage screams EXPERIENCE AND TALENT. \n\nshe really is the queen of kpop
## 6972                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 6973                             RT @ToyToy1392: Today's the last day to donate for Kai Day Cupsleeve Event! \n\nDono Link: https://t.co/jonn9N3LU3\nThere's still a time to fu…
## 6974                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6975                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 6976                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 6977                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6978                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6979                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 6980                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6981                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6982                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6983                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 6984                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6985                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 6986                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 6987                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 6988                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 6989                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 6990                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 6991                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 6992                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 6993                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 6994                                RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…
## 6995                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 6996                                 RT @BTSEMPIRES: #INDIGO by RM is now the first and only album by a Kpop/Korean soloist in HISTORY to gather over 70M streams on Spotify in…
## 6997                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 6998                                RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…
## 6999                                RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…
## 7000                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7001                          RT @_hallyupop: Grand Wave Kpop Music Festival 2023\n\nNEW DATE with SAME LINE UP\n\nDate: 14th January 2023\n\nMark your calender! https://t.co/…
## 7002                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 7003                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 7004                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 7005                                                                                       RT @Pk_bts_land: Run BTS now becomes the 6th most streamed 2022 Kpop Song on Spotify.
## 7006                                RT @jsuhsource: 🐱: i didn't really think about kpop then, i always knew i wanted to be in the industry but i didn't know from which way i w…
## 7007                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7008                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7009                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7010                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 7011                                RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…
## 7012                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 7013                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 7014                                                                             RT @DonghaesPout: 🙈 what game will eunhae play? pocky game juseyoooo\n\nhttps://t.co/Z28KCuQ84O
## 7015                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7016                                RT @LinMuzical: @kpophappenings_ honestly ever since 2019, kpop in general has just been getting worse and worse in terms of disbandments a…
## 7017                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 7018                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 7019                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 7020                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7021                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 7022                                RT @CelebConfirmed: #BTS’s #RM performed some of the latest tracks from his first solo album #Indigo at the #DiaBeacon art museum in #NewYo…
## 7023                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7024                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 7025                            RT @ThePopBase: Highest ranking Kpop/Korean acts on Billboard Top Artists Year-end chart:\n\n1. #BTS - #8 (2018) \n2. #BTS - #10 (2017) \n3. #B…
## 7026                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 7027                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 7028                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 7029                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7030                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7031                                                                   RT @ryukdoll: ONKYFANS CRASHING IN THE MIDDLE OF ME WATCHING ONE OF MY SUBS KPOP ALBUM PULLS IM GONNA CRY
## 7032                                RT @SJKFEED: reiley is a tiktoker and singer. he mentioned #enhypen_jake as a kpop act he wanted to collaborate with bcs jake once mentione…
## 7033                              RT @etionman: The Best K-Pop Songs and Albums of 2021 by @TIME \n▶️ https://t.co/5GhukeG0sK\n\n@WM_ONOFF #온앤오프 #ONF https://t.co/i5ZIgiikIa
## 7034                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 7035                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7036                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7037                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7038                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 7039                                RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…
## 7040                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 7041                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 7042                                RT @youngheunnie: Yall wanted proof #nova from #mepc don't support war? Here it is. Her dance crew posted this statement under their cover/…
## 7043                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7044                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7045                              RT @diorkibum: Gasoline by #KEY is included in UPROXX list of Best K-Pop Albums of 2022\n\n"Key understood the assignment, and aced it with h…
## 7046                                                                           RT @rknjive: Dear diary, I became the highest charting kpop soloist today https://t.co/v2yhUEE1w1
## 7047                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7048                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 7049                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 7050                             RT @LSSRFMcharts: .@UPROXX named @le_sserafim "FEARLESS" as one of the Best K-Pop Albums of 2022! 🖤🔥\n\n🔗: https://t.co/iSUKbkfvoy \n\n"The EP…
## 7051                                                    RT @hiyyihcrops: ☆︎ txt - the name chapter concept trailer\n\n| crop mv cropped video kpop pinned https://t.co/D0LPkzO4zI
## 7052                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 7053                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7054                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7055                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7056                               RT @UPROXX: 🧵 From @BLACKPINK to @STAYC_official to @le_sserafim – here are our picks for the best K-Pop albums of 2022\n\nBest K-Pop Albums…
## 7057                                RT @BLACKPINKSTATS5: .@BLACKPINK was 2022’s 2nd top trending comeback (2nd most searched) in the U.S. according to @GoogleTrends. It was th…
## 7058                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7059                              RT @SIFOPT_: - The moonlight that has fallen on the tip of your chin\nIlluminates your everything\nWhen the momentary regret fades away\nWhen…
## 7060                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7061                                RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…
## 7062                                 RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 7063                                RT @flrtspixy: kpop has always been shitty but if companies keep debuting 14-17 year olds and disbanding any group that doesn’t become an i…
## 7064                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 7065                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 7066                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 7067                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 7068                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 7069                                RT @maipo_kpts: I think most of us are kpop fans and i dont know about yall but isnt it like a general knowledge among kpop fans that we sh…
## 7070                              RT @Cerys_MOONCHILD: How sad it this,\n\nWhen I became a mutlu Stan I genuinely searched kpop idols with scoliosis to see if I was twining wi…
## 7071                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 7072                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7073                                 RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…
## 7074                                RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…
## 7075                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 7076                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7077                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 7078                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7079                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 7080                                RT @TOJIYEOL: what is up with kpop stans saying exos peak was in 2014-15 like does kokobop and the eve not exist to yall??? 😭 like what abo…
## 7081                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7082                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7083                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 7084                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 6 Serious Questions 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https…
## 7085                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7086                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7087                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 Baepsae 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54…
## 7088                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…
## 7089                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7090                                RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…
## 7091                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 7092                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 7093                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 7094                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 7095                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 7096                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7097                                RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…
## 7098                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7099                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 7100                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7101                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7102                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 MEMES DE 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef5…
## 7103                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7104                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7105                                RT @flrtspixy: kpop has always been shitty but if companies keep debuting 14-17 year olds and disbanding any group that doesn’t become an i…
## 7106                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…
## 7107                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 7108                                RT @jnveon: You got curated playlist that made for u cause u listen to kpop, and draw the line because hard to love in it? 😭😭 Damn yall are…
## 7109                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…
## 7110                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 7111                                 RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 RM - Indigo FULL ALBUM REACTION pt. 4/4 | (RM of 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV…
## 7112                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7113                           RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…
## 7114                               RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…
## 7115                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7116                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 7117                                RT @p1wonies: op said that keeho often tell ppl about jongseob being the winner of kpop star, he’s not teasing him, hes just really proud o…
## 7118                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7119                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 7120                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 7121                                RT @youngheunnie: Yall wanted proof #nova from #mepc don't support war? Here it is. Her dance crew posted this statement under their cover/…
## 7122                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 7123                             RT @Daily_JK97: 📊 “Left and Right” has surpassed 414M streams on Spotify on its 167th day, the fastest song by Kpop &amp; Korean soloist to do…
## 7124                                                                    RT @hwaberrykiss: Normalize kpop concerts being scheduled on the weekend AND NOT THE MIDDLE OF THE WEEK.
## 7125                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7126                               RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…
## 7127                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7128                                                                                             RT @hakushotafan: guys in your opinion whats the best song ever created in kpop
## 7129                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7130                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7131                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7132                                RT @kyleshabet: Dalsooobin gave us a song that literally felt like a spiritual and holy awakening, during the pandemic when we were feeling…
## 7133                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7134                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7135                              RT @vernonmakesjam: amy keum’s words at the end of the 12/08 show.\n\nat the end of KPOP, the cast sit at the center of the stage while photo…
## 7136                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7137                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7138                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7139                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 7140                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 7141                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7142                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7143                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7144                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7145                                RT @LinMuzical: @kpophappenings_ honestly ever since 2019, kpop in general has just been getting worse and worse in terms of disbandments a…
## 7146                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7147                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7148                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 7149                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 7150                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7151                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 7152                                                                      RT @KPredictionn: girls on top will have a comeback next year \n#kpoppredictions #kpopprediction #kpop
## 7153                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 7154                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7155                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 7156                                RT @youngheunnie: Yall wanted proof #nova from #mepc don't support war? Here it is. Her dance crew posted this statement under their cover/…
## 7157                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 7158                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 7159                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7160                                RT @wjmcentee: "I am pushing really hard for it to be archived this week [through the New York Public Library]." —Helen Park in @cashleelee…
## 7161                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7162                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 7163                               RT @cashleelee: “I don’t feel defeated, I feel angry. I feel like we never got a fair chance.”\n\na candid chat with @HelenHjPark, Jason Kim…
## 7164                        RT @_RapperJK: + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Spotify\n\n(J…
## 7165                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7166                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 7167                       RT @p1hits: keeho watches kpop 4th gen vocal analysis on youtube to see if he's there, he is so real 😭🤣 \n\n#P1Harmony #피원하모니 #기호 https://t.c…
## 7168                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 7169                                 RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…
## 7170                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7171                                RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…
## 7172                                                            RT @kjinjm_: Finally saw the Queen of Kpop, @BoAkwon 💛 you were amazing!!! #BeYou2Manila https://t.co/uIbRF1PGtU
## 7173                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 7174                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 7175                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7176                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7177                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 7178                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7179                                          RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop
## 7180                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 7181                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7182                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 7183                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 7184                               RT @rore_views: Ok 👌🏽, thank you! #LOONA's #ranking will come on Saturday 12/17.\n#KPOP #KpopReview #Review #music #KpopTwitter #kpoptwt #kp…
## 7185                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 7186                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7187                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7188                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 7189                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7190                             RT @KPOPBroadway: Sit back and watch her climb! ✨\n\nWatch this clip of Luna singing “Phoenix" then come experience the electric energy of KP…
## 7191                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7192                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 7193                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7194                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7195                                RT @faceofkpopV: lmao taehyung is the most talked about kpop idol even in football! be it the fans or the football team themselves they onl…
## 7196                       RT @p1hits: keeho watches kpop 4th gen vocal analysis on youtube to see if he's there, he is so real 😭🤣 \n\n#P1Harmony #피원하모니 #기호 https://t.c…
## 7197                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 7198                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7199                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7200                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 7201                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7202                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7203                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7204                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7205                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 7206                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7207                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 7208                          RT @_RapperJK: So proud of Charlie &amp; Jungkook! \n\nReminder: #Jungkook is the FIRST and Only Kpop idol to receive RIAA Gold certification htt…
## 7209                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 7210                             RT @koreatimescokr: #BTS leader #RM's solo album puts spotlight on late artist Yun Hyong-keun  \n#solo #kpop #Indigo #newalbum\n\nhttps://t.co…
## 7211                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7212                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 7213                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7214                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7215                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7216                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7217                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 7218                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7219                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7220                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7221                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7222                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7223                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…
## 7224                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…
## 7225                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7226                                                                                             RT @hakushotafan: guys in your opinion whats the best song ever created in kpop
## 7227                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…
## 7228                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…
## 7229                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 7230                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 MTF ZONE Reacts To 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https:…
## 7231                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 MTF ZONE Reacts To 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https:…
## 7232                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…
## 7233                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…
## 7234                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7235                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 MTF ZONE Reacts To 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https:…
## 7236                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7237                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…
## 7238                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…
## 7239                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 7240                                RT @jamaalaldin_tv: https://t.co/LUcBQAtXHB Shooting With My Favourite" Malaika Arora"🤩 | 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV htt…
## 7241                                RT @jamaalaldin_tv: https://t.co/LUcBQAtXHB Shooting With My Favourite" Malaika Arora"🤩 | 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV htt…
## 7242                                RT @jamaalaldin_tv: https://t.co/LUcBQAuvx9 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV https://t.co/76TWH9Szgg https://t.co/Ef54vendbG h…
## 7243                                RT @jamaalaldin_tv: https://t.co/LUcBQAtXHB Shooting With My Favourite" Malaika Arora"🤩 | 227's YouTube Chili' #BTS! #KPOP!🎶 Hoops227TV htt…
## 7244                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7245                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 7246                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7247                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7248                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7249                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 7250                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 7251                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 7252                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7253                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 7254                                RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…
## 7255                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7256                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 7257                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7258                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7259                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 7260                               RT @UPROXX: 🧵 From @BLACKPINK to @STAYC_official to @le_sserafim – here are our picks for the best K-Pop albums of 2022\n\nBest K-Pop Albums…
## 7261                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7262                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7263                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7264                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7265                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 7266                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 7267                                                                      RT @kpophappenings_: when that kpop girl used fake bangs because she accidentally burnt her real bangs
## 7268                        RT @_RapperJK: + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Spotify\n\n(J…
## 7269                                                                                           RT @oneofwol: Forever and always, the Princes of KPOP. 👑💎 https://t.co/I0i1yaK9ka
## 7270                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 7271                        RT @_RapperJK: + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Spotify\n\n(J…
## 7272                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7273                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7274                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7275                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7276                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 7277                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7278                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7279                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7280                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7281                                                                                       RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH
## 7282                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 7283                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7284                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 7285                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7286                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7287                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7288                                                                                                           RT @dimpleechan: chan shouting "SPEARB" 🥺 https://t.co/KFpCt0chkl
## 7289                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 7290                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 7291                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 7292                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7293                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7294                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7295                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 7296                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7297                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7298                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7299                             RT @vote4kths: [DABEME | TOP 100]\nMost Handsome FACE OF KPOP✨️\nD-DAY UPDATE ❥ \n\n🚨The voting results have been hidden to build anticipation…
## 7300                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7301                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7302                            RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…
## 7303                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7304                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 7305                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7306                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7307                                   RT @beanbread13: Finally seeing Yunho for the first time! I'm emotional!! 😭😭❤️❤️ He is the only other bias I have in Kpop (aside from Chen…
## 7308                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7309                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 7310                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7311                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 7312                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7313                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7314                                RT @hongteezer: why are so many kpop groups releasing tour announcements 1 month before the show is scheduled ?? that is NOT enough time fo…
## 7315                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 7316                                RT @idolcast: Kpop (the genre) is not nearly as popular in America as the media play insists and the current generation of fans is more lik…
## 7317                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7318                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7319                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7320                                RT @SunFlow1022131: imagine you are in a Kpop festival or Khh festival and Kim Hanbin perform Keep Me Up and you do this fanchants "ddiung,…
## 7321                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 7322                                RT @ikonicjuneyaaa: this should be the one we recommend to babykonics. lets stop being the sadgurls/bois of kpop hahahaha  https://t.co/qRS…
## 7323                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 7324                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 7325                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7326                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7327                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7328                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 7329                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 7330                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 7331                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 7332                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7333                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7334                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7335                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 7336                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 7337                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 7338                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 7339                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7340                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7341                                RT @floweryddana: his improvements throughout the years are really amazing and not to mention that he's still young, Park Jisung the future…
## 7342                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7343                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7344                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7345                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7346                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 7347                        RT @_RapperJK: + all solo songs:\n\nMy Time- 211,768,044\nEuphoria-432,206,425\nBegin- 131,105,105\n\nTotal: 1,446,707,580 streams on Spotify\n\n(J…
## 7348                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 7349                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 7350                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7351                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7352                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 7353                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7354                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7355                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7356                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7357                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7358                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7359                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 7360                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 7361                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 7362                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7363                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7364                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7365                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7366                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 7367                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 7368                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7369                                 RT @BlueeDenise: @ohyeahpaulchin Yeap, to locals, especially for the west, BTS may seem like they just appeared at the top, but that is so…
## 7370                                                                          RT @ccfr4gile: .    ♡ Imagenes aesthetic para poster kpop.ver  ♡   .\n\n—🍄 https://t.co/xjIHAPsoz1
## 7371                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7372                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 7373                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 7374                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 7375                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7376                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7377                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7378                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7379                                                                                                                       RT @fairyofhee: being a kpop stan in italy sucks istg
## 7380                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 7381                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 7382                        RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…
## 7383                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7384                                                                         RT @WhiteTamar1: The Creator of the kpop lightstick 😍😍\n#MAMAVOTE #bigbang\nhttps://t.co/YZ8o5k82Zf
## 7385                            RT @kpopreviewed: #CELEBRATE #TWICE, #CIRCUS #StrayKids, #Daydreamer #TFN, #Epitaph #TVXQ, #LUMINOUS #LOONA &amp; #TheGreatest #BoA are nominat…
## 7386                                                                                                          RT @Akjinbts: Me everytime Seokjin posts : https://t.co/iPiiAeL6Qu
## 7387                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 7388                                                                                                         RT @wdzwm: kpoppiest kpop song to ever kpop https://t.co/AtESUqopZW
## 7389                                                                            RT @bttrflyteez: random questions for kpop stans to answer if you are bored \n\nㅡ a long thread
## 7390                               RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl A while ago, I purchased an album NFT from DROPS. I have accumulated some $BEAT tokens\n#MetaB…
## 7391                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7392                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 7393                                 RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl MetaBeat is a Fan-to-Earn community platform powered by fan activities and rewards. MetaBeat…
## 7394                            RT @_RapperJK: @chartdata @TIME @lizzo @BTS_twt @oliviarodrigo @BLACKPINK BTS: the 1st kpop group to receive a cover on Time magazine &amp; the…
## 7395                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 7396                                RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl MetaBeat will spread like wild fire Even the blind will see MetBeat and hop on 🚀🚀\n#MetaBeat …
## 7397                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7398                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 7399                                RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl Accompanied by the launch of their app on September/October of 2022, which will seamlessly br…
## 7400                                RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl MetaBeat stems from the purpose of putting fans and artists first. It is long known that fans…
## 7401                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 7402                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7403                                RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl MetaBeat, a Music Community NFT platform, is continuing to give fans what they really want an…
## 7404                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7405                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7406                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 7407                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 7408                                RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl MetaBeat will ensure to persevere in bringing artists and fans closer together through specia…
## 7409                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 7410                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7411                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7412                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7413                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7414                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 7415                                                                                           RT @seokjinnie_luv7: Seokjin in grey is just so boyfriend https://t.co/GZPlYaGlae
## 7416                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7417                                 RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl In the future, we plan to create a positive virtuous cycle in the entertainment industry and…
## 7418                                RT @M_M_Socks: I've already seen so many angry posts demanding statements, info, and legal action from SM. Part of the kpop product is to c…
## 7419                              RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl $BEAT token use cases\ni. Can be used for staking\nii. Can be used for purchasing NFT\niii. Can…
## 7420                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7421                           RT @juon_v: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,372) https…
## 7422                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7423                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 7424                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7425                                  RT @Issrfm: congratulations to beomgyu for being the first kpop idol to become a genshin impact playable character https://t.co/KBLfSxIj8H
## 7426                                RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl $BEAT Token is the utility and governance token of METABEAT. If you hold and stake BEAT for N…
## 7427                                RT @katxmoon: i've rarely been so moved while doing an interview. while hearing Luna talk passionately about @KPOPBroadway, i quickly saw h…
## 7428                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7429                              RT @juon_v: Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to reach this…
## 7430                                 RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 7431                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7432                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7433                          RT @_RapperJK: So proud of Charlie &amp; Jungkook! \n\nReminder: #Jungkook is the FIRST and Only Kpop idol to receive RIAA Gold certification htt…
## 7434                                RT @Drlceberg: a thread of all "im gonna start tweeting about western artists like kpop stans do" images i was able to find https://t.co/RJ…
## 7435                               RT @hara_n4: [#studytwtph #studytwt #studyacc]\n\nhello, i'm Harana, new to studytwt. I'm looking for moots!!! ❤️ or retweets are highly appr…
## 7436                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7437                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 7438                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7439                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 7440                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7441                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 7442                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7443                                RT @VogelPaula: Sad about K-POP closing. I don’t come into NY often, hoping to see it later in the run. Many shows are struggling: a tone d…
## 7444                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 7445                      RT @Joonie2608: @BTSGlobalCharts CONGRATULATIONS KIM NAMJOON\n\nRM HIGHEST CHARTING KPOP SOLOIST\n\nRM ‘All Day (with 김남준)\n\n#RM #Indigo #BTS #방…
## 7446                                RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl New animation NFT auction is announced in DROPS. This animation is on a popular webtoon, I ex…
## 7447                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7448                                RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…
## 7449                                                  RT @BTSEMPIRES: “kpop was suffering to surpass 1 group now they will be struggling with 7 MEMBERS” https://t.co/y84ThHD1Ev
## 7450                                RT @Jeff__Benjamin: Exclusive: The @KPOPBroadway musical is putting out an official cast recording album. Harvey Mason Jr. (who produced si…
## 7451                                RT @kyleshabet: Dalsooobin gave us a song that literally felt like a spiritual and holy awakening, during the pandemic when we were feeling…
## 7452                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 7453                                                                                                  RT @brotheromori: moonbin truly is one of the best male performers in kpop
## 7454                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7455                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 64 MILLION streams on Spotify, the fastest solo song by a Kpop soloist to reach this mi…
## 7456                                                                        RT @Taehyungimpact: Taehyung in ripped jeans was a rare sight, he’s so hot 🫠 https://t.co/2VrLoX8XGM
## 7457                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7458                            RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…
## 7459                                               RT @nypost: KPOP musical demands apology after 'racist' New York Times review https://t.co/PsaYwPwV61 https://t.co/8lipqYSbgm
## 7460                                                RT @HCbodyguard: Just want to remind everyone that Haechan has one of the most unique voices in kpop https://t.co/inCFAOspQx
## 7461                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 7462                                                                                                                                             RT @FIFAWorldCup: Croatia, wow!
## 7463                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 7464                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7465                           RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…
## 7466                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7467                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7468                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7469                           RT @juon_v: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,372) https…
## 7470                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 7471                              RT @juon_v: Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to reach this…
## 7472                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7473                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7474                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 7475                                                                                      RT @jmnpromise: 2019 JIMIN                          2022 JIMIN https://t.co/wAiPjDkl2d
## 7476                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7477                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 7478                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7479                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 7480                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7481                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7482                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7483                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 7484                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 7485                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 7486                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7487                                               RT @godislaIisa: And Lisa will continue to be the most successful and streamed Kpop soloist even after Blackpink disbands 🤷🏻‍♀️
## 7488                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 7489                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 7490                                RT @alex_cabilte: Be You 2 makes me so emo as a kpop fan. Reminded me how much I love Chen and his voice, got bias-wrecked by Xiumin. Saw T…
## 7491                               RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl A while ago, I purchased an album NFT from DROPS. I have accumulated some $BEAT tokens\n#MetaB…
## 7492                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 7493                                                                                                               RT @ScruppyCats: This is objectively the best kpop song ever.
## 7494                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7495                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 7496                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7497                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 7498                                RT @lvvrsl1ne_: helu Im ireie and Im looking for filo interactive kpop moots. mostly engenes but basically any fandom will do. Rts are high…
## 7499                                RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl The community NFTs are generated by diverse projects such as music albums, singles, metaverse…
## 7500                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 7501                              RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl $BEAT token use cases\ni. Can be used for staking\nii. Can be used for purchasing NFT\niii. Can…
## 7502                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 7503                                RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl FANomance Index is a customized index uniquely designed by MetaBeat, based on key criteria of…
## 7504                                                                                         RT @soIodown: kpop companies when you’re 18+ in an audition https://t.co/HcZqJHIgbu
## 7505                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 7506                                RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl Accompanied by the launch of their app on September/October of 2022, which will seamlessly br…
## 7507                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7508                                            RT @soobinbeloved: my favorite genre of kpop edits are the edits with hot/serious clips with the most unserious song choice ever
## 7509                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7510                                RT @manueladaruishi: TO EVERYONE WHOS GOING TO ATEEZ BERLIN!!!! Let’s take red roses with us for Valentine’s Day🌹🌹🌹 #ATEEZinEUROPE #ateez #…
## 7511                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7512                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 7513                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 7514                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7515                                                                                                  RT @YeojinsLog: my whole biasline in kpop is disappearing…\n#ThankYouJinni
## 7516                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7517                                                  RT @whatpentagon: every kpop group is maknae on top and then there's pentagon and wooseok ㅋㅋㅋㅋ https://t.co/TObLK75X0G
## 7518                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 7519                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7520                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7521                        RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…
## 7522                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 7523                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7524                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 7525                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 7526                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7527                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7528                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7529                        RT @_RapperJK: Top 5 K-pop Artists of November 2022 based on Wikipedia: \n\n1. BTS \n2. Jungkook\n3. Blackpink \n4. V\n5. Lisa \n\n***Jungkook is t…
## 7530                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 7531                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7532                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 7533                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7534                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 7535                      RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…
## 7536                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 7537                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 7538                             RT @ThePopBase: Highest ranking albums by Kpop acts on Billboard Top Album Sales Year-end chart:\n\n1. #BTS - MOTS7 #3 (2020)\n1. #BTS - BE #3…
## 7539                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 7540                                RT @tinytaem_: i'm going to be honest, i got away from kpop because people that were close to me treated me like i was some type of crazy f…
## 7541                                RT @relatable_9yu: what is with this "everything in kpop is scripted" chat that I keep seeing like who are y'all stanning lol!? bc I've nev…
## 7542                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7543                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7544                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 7545                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7546                          RT @Parzival_Y: @FahadDaramola1 @MetaBeatOffl MetaBeat Solutions\n1. DROPS\n2. MINGLE\n3. SHOUT OUT\n4. NFT MARKETPLACE\n#MetaBeat \n#METABEATNFT…
## 7547                   RT @Eunhae0404_1510: D&amp;E selfie 🔫🔫 \nThe same selfie Donghae posted on his IG 221207\n\n#eunhyuk #donghae #동해 #은혁 #eunhae #은해 https://t.co/CtL…
## 7548                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7549                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7550                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 7551                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7552                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 7553                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7554                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 7555                                                                              RT @everhuta: because btob revolutionised kpop with missing you. #btob https://t.co/eRWFswEenS
## 7556                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7557                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7558                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7559                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 7560                                 RT @caracarabonita: was talking about this with oomf in another thread but i really really think kpop stans need to get over the "learning…
## 7561                                RT @BIGBANGAfrica1: BIGBANG created THE FIRST EVER LIGHTSTICK IN KPOP and they thought "since we did this First, how about we name the orig…
## 7562                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7563                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7564               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 7565                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7566                                RT @pixyrinji: pixy are nugu from an unknown company but Lola is recognised as one of the best 4th gen rappers and Reborn as one of the bes…
## 7567                                 RT @kpophappenings_: when that kpop girl bought a copy of another kpop girl group’s album causing them to surpass her own group’s album by…
## 7568                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7569                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7570                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7571                            RT @ThePopBase: Highest ranking Kpop acts on Billboard 200 Artists Year-end chart:\n\n1. #BTS - #18 (2020)\n2. #BTS - #21 (2018)\n3. #BTS - #26…
## 7572                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7573                              RT @stream4taekook: "Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…
## 7574                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7575                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 7576                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7577                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 7578                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 7579                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 7580                                                                                  RT @csbshour: hoping for an 'essence of kpop' live later today 🙏 \nhttps://t.co/ZuLB3SJT1o
## 7581                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 7582                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7583                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7584                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 7585                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7586                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 7587                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7588                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 7589                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 7590                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 7591                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7592                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7593                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7594                                       RT @larix1997: Kaeya keeps his TCG Diluc card in a photocard holder like a kpop stan\n#kaeluc #luckae #fanart https://t.co/KCq2OehYa7
## 7595                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7596                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 7597                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7598                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7599                              RT @badestbih: Jenna Ortega names Blackpink as the worst kpop act of all time \n\n“If anyone ever plays them in my house, they're instantly k…
## 7600                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7601                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7602                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 7603                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7604  RT @itsLIVEofficial: &lt;COMING UP NEXT&gt;\n#원호 - #CRAZY &amp; #on_on\n#WONHO - Crazy &amp; On &amp; On\n@official__wonho\n\n#잇츠라이브 #KPOP #itsLive https://t.co/y…
## 7605                              RT @stream4taekook: "Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…
## 7606                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 7607               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 7608                              RT @stream4taekook: "Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…
## 7609                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7610                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7611                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 7612                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7613                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 7614                             RT @Kpopmap: Top 15 IG Updates By K-Pop Idols\nhttps://t.co/Uv5m1m1Rfp\n\n#IVE #AnYuJin #ENHYPEN #NiKi #EPEX #Wish #GIDLE #Minnie #SF9 #RoWoon…
## 7615                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7616                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7617                                                         RT @chaniexo_: MINSEOK AND JONGDAE WERE THE ONLY KPOP ARTISTS WHO SOAKED THEMSELVES IN THE RAIN 😭 I FEEL HONORED!!!
## 7618                            RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…
## 7619                            RT @JisooPeru: Vota por JISOO en los Premios anuales K4US 2022\n\n🔗https://t.co/Gr50lcsizc\n\n#NETIZENSREPORT #JISOO for Asian Celebrity of the…
## 7620                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 7621                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 7622                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7623                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7624                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7625                             RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…
## 7626                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 7627                                               RT @NylonMag: From @Stray_Kids to @NewJeans_ADOR — here are the best K-pop albums and songs of 2022.\nhttps://t.co/m36TLAirET
## 7628                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 7629                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7630                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7631                             RT @ToyToy1392: Today's the last day to donate for Kai Day Cupsleeve Event! \n\nDono Link: https://t.co/jonn9N3LU3\nThere's still a time to fu…
## 7632                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 7633                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 7634                              RT @UPROXX: 🔥 #STAYC (@STAYC_official) - 'https://t.co/akHQHMiL6o’\n\nSTAYC is consistent with releasing hit after hit and powerful b-side af…
## 7635                                                                                                             RT @inyhourly: prettiest\n#나연 #NAYEON https://t.co/prc8g5FpH5
## 7636                                RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…
## 7637                                                                                                   RT @lqualityksm: i hope you're happy always min 🤍 https://t.co/RkMCw871io
## 7638                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 7639                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7640                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7641                            RT @koreatourism: 📣 Korea Grand Sale\n      2023.1.12 ~ 2.28\n\nWhat is Your Travel Bucket List for Korea? 🇰🇷\nK-Pop? K-Drama? K-Heritage? K-Fo…
## 7642                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7643                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7644                               RT @marthopolis: @NylonMag on  @Stray_Kids #ODDINARY as one of KPOP’s best albums of 2022 \n“Their success hinges on their sincerity, expres…
## 7645                 RT @419kcal: ⋆。˚ ࿔ edtwt intro  ࿔ ˚。⋆\n\nfran, she/her, 21\nugw: 42 kg\nbooks, kdramas &amp; kpop\nnon edtwt &amp; fatphobes dni\n\n↻/♡ to be moots https:…
## 7646                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7647                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7648                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 7649                                                  RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything
## 7650                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 7651                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 7652                                          RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop
## 7653                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 7654                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7655                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7656                                RT @dawoonyoungie: When Mirotic started playing I was close to tears. As a kpop fan for more than a decade, to see TVXQ perform in person w…
## 7657                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7658                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7659                                RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…
## 7660                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7661                                RT @wendyIoops: wendy is truly unparalleled like i dont think people understand how impressive she is. comparing her to other kpop idols is…
## 7662                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 7663                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7664                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 7665                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7666                                                                                               RT @AboutMusicYT: Most viewed kpop groups on Youtube: https://t.co/98YvHwhX5D
## 7667                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 7668                              RT @lisamanobal_327: " BTW 'LILIES' fans has no Age reference. Love to see how she proud to show her bias on her TikTok. 😊💛🇬🇧\n\nLISA ROCKS I…
## 7669                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7670                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7671                               RT @JPMC1013: If you are trully a music lover, and a kpop stan you should know how huge the Taeyang x Jimin Collab. \n\nBigbang is still big…
## 7672                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 7673                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7674                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7675                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7676                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 7677                                RT @strawbaerrie_: you guys don't want to hear this but a big part of the downfall of kpop groups and idols it's because of kpop stans, whe…
## 7678                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 7679                                                                                       RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH
## 7680                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7681                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 7682                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7683                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 7684                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7685                              RT @SerieTV46: Top 20 most viewed Kpop Acts MV on Youtube in LAST 24 hours:\n\n#JUNGKOOK, @BLACKPINK, @ITZYofficial, @WE_THE_BOYZ, #RM, @psy_…
## 7686                     RT @xiyyyywi: 📢📢Selling Idol Champ Ruby &amp; Blue Chamsims📢📢\n\nBLUE CHAMSIMS: SHOW CHAMPION AVAILABLE 25,000💙\n\n1,200💙=$1/54\n\nNote:\ncan only vot…
## 7687                              RT @stream4taekook: "Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…
## 7688                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7689                                RT @soobinbeloved: qrts are sounding a lot like kpop fws im having flashbacks. “AND HOW MANY GOALS DID UR FAVS WIN?” https://t.co/OOi4L2yvT7
## 7690                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7691                            RT @shawolacademyph: ONKEY DOUBLE HEADER🔥🫶🏻\n\n@UPROXX included 'Gasoline' by Key on their Best 2022 KPOP Albums! \n\nOnew entered the @Billboa…
## 7692                                                                                      RT @AboutMusicYT: Most popular kpop idols on Tumblr this year: https://t.co/1Au1yJxViF
## 7693                                          RT @cleoteez: well, fireworks by ateez will always be the one and only song that hypes every kpop fan idc\nhttps://t.co/EzVYDRehha
## 7694                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7695                                                    RT @foetuskookieOO: @WORLDMUSICAWARD @BTS_twt From "The Princes of KPop" to "The Princes of GLOBAL POP"\nYes, That's BTS
## 7696                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7697                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7698                                                    RT @oneofwol: please no kpop song will ever hit as hard as  neomu areumdaun daun daun daun view\nhttps://t.co/qJsjhprvdl
## 7699                                                                    RT @daari_kk444: is Lucas trying to break the record for the longest hiatus in the kpop industry or what
## 7700                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7701                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 7702                                RT @RVbubble: Seulgi bubble update [Part 1] \n#redvelvet #irene #seulgi #wendy #joy #yeri #reveluv #kpop #bubble #redvelvetbubble #rvbubble…
## 7703                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 7704                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 7705                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 7706                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7707                                RT @yslcheol: youngj, the leader of streetman fighter winning group - justjerk, was asked who among the kpop idols that attends his classes…
## 7708                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7709                              RT @inseongwifeu: (Recorder🎥: @naomiksor )\nHere’s my take on \n🔒 #BACKDOWN 🦶\n#kpop #backdown_challenge #P1Harmony #P1H #piwon #P1ECE #SETIN…
## 7710                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 7711                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7712                              RT @lisamanobal_327: " BTW 'LILIES' fans has no Age reference. Love to see how she proud to show her bias on her TikTok. 😊💛🇬🇧\n\nLISA ROCKS I…
## 7713                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7714                              RT @lvh1331: my baby my babyyy 😔🤲🤎\n\n#bts #yoongi #suga #minyoongi #kpop #kpopfanart #btsarmy #artistsontwitter #portrait #AgustD https://t.…
## 7715                                                                                                                                          RT @kiveioon: RM BIGGEST THAT KPOP
## 7716                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 7717                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 7718                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7719                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 7720                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7721                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7722                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7723                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7724                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7725                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 7726                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7727                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 7728                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7729                                          RT @cleoteez: well, fireworks by ateez will always be the one and only song that hypes every kpop fan idc\nhttps://t.co/EzVYDRehha
## 7730                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7731                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 7732                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 7733                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 7734                                 RT @kibumnismo: List made by a brazilian journalist about this year's best kpop projects. Gasoline by Key is ranked #6 and Dice by Onew is…
## 7735                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7736                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7737                                RT @washingtonpost: Japanese billionaire Yusaku Maezawa on Friday released the names of eight people — including Steve Aoki and Kpop star T…
## 7738                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7739                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 7740                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7741                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7742                                 RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 7743                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7744                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7745                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 7746                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7747                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7748                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7749                                RT @Rora1608: I've never been so invested in kpop groups like I am with ppop now. Probably because kpop has groups debuting every 2 seconds…
## 7750                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7751                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 7752                       RT @zerotakofficial: #Jjiniya | Young Tak | #BROWNIS (9/12/22)\n\n ▶ https://t.co/pRSwvuoJcI\n\n#영탁 #YOUNGTAK\n#brownisttv\n#brownistranstv\n#tran…
## 7753                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7754                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7755                                RT @MyBias_Gyu: How many more artist should be aware about how you treat their fans, @livenationph? Every minute you're losing your busines…
## 7756                           RT @Jk_trend_songs: Most Streamed Solo song by Kpop Act on Spotify: \n\n#1 SOLO- 432,620,164\n#2 Euphoria- 432,206,425\n\nGap🔐: 413,739  (-75,37…
## 7757                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7758                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7759                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7760                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7761                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 7762                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7763                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7764                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7765                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7766                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7767                                RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…
## 7768                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7769                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 7770                                 RT @ygnggpolls: more of the mean girls + jennifers body look, i want to emphasize the fluffy coats and fluff on the heels as well as large…
## 7771                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 7772                              RT @latte_cafetime: @minunivers I get deja vu seeing the news about her lefting nmixx\n\nAlso, something happening in kpop, cause news like t…
## 7773                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7774                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7775                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 7776                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7777                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 7778                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 7779                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7780                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7781                                RT @MyBias_Gyu: Yes, you were maybe painted as the bad people here but calling you out means there's an "area of concern". You are not neop…
## 7782                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 7783                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 7784                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7785                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7786                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 7787                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 7788                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 7789                                RT @jnveon: You got curated playlist that made for u cause u listen to kpop, and draw the line because hard to love in it? 😭😭 Damn yall are…
## 7790                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7791                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 7792                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 7793                             RT @ddalgijohwa: 🦊: Ok let’s do this again *while showing* Should I do this? Should I do this?\n\n🏔️: Ah it’s annoying.\n\n🦊: Ok again, what sh…
## 7794                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7795                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7796                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7797                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7798                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7799                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7800                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7801                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7802                                                                        RT @miccikyu: they better get madonna by luna in that kpop broadway musical  https://t.co/LRxDaoiC70
## 7803                                RT @youngheunnie: Yall wanted proof #nova from #mepc don't support war? Here it is. Her dance crew posted this statement under their cover/…
## 7804                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7805                                 RT @goulet_coralie: HAPPY BIRTHDAY to the amazing #KANGDANIEL ❤️🎂I'm soo happy that your apeard in my life last year, couldn't have done it…
## 7806                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 7807                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7808                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7809                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7810                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 7811                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7812                                RT @AtinyLinks: One of the largest KPOP video translation accounts (5.1M followers) posted ATEEZ's Utopia, Sector 1 + Guerrilla, and Pirate…
## 7813                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7814                             RT @LSSRFMcharts: .@UPROXX named @le_sserafim "FEARLESS" as one of the Best K-Pop Albums of 2022! 🖤🔥\n\n🔗: https://t.co/iSUKbkfvoy \n\n"The EP…
## 7815                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7816                                RT @IoveIyjaeyun: reiley an american singer mentioned #JAKE in his question " if you would like to collab with any other kpop idols ? if so…
## 7817                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 7818                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7819                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7820                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7821                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 7822                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 7823                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7824                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 7825                              RT @yoongisgunner: Happy anniversary to Girl of My Dreams by Juice Wrld and Suga🔥, broke records and changed lives\n#LLJW🕊\n https://t.co/pVY…
## 7826                             RT @koreatimescokr: #BTS leader #RM's solo album puts spotlight on late artist Yun Hyong-keun  \n#solo #kpop #Indigo #newalbum\n\nhttps://t.co…
## 7827                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7828                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 7829                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 7830                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 7831                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7832                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 7833                                RT @floweryddana: his improvements throughout the years are really amazing and not to mention that he's still young, Park Jisung the future…
## 7834                                 RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 7835                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7836                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7837                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7838                             RT @kkulkyun2609: Since Monsta X comeback is nxt yr &amp; we mbbs really tweet a lot and kpop stans usually drag us into fanwars, how about we…
## 7839                                                                                        RT @AboutMusicYT: Kpop artists collabs with western artists: https://t.co/RQTx2Ii6aX
## 7840                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7841                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7842                                                                     RT @bootyhypnotic: never trust a kpop stan who doesn't know "Madonna" by Secret https://t.co/4imWUPXUaP
## 7843                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7844                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 7845                                                                                                    RT @loeyfan103: this is the most kpopy kpop song https://t.co/uwBboYDJrT
## 7846                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7847                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 7848                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7849                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 7850                         RT @enhypenupdates: @ENHYPEN_members [ENG] 221210\n\nNi-ki-yah I’m lateeee… ㅜㅜㅜㅜ \nOur cutie pie maknae baby boiled dumpling leopard happy bir…
## 7851                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7852                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 7853                                                                                      RT @EXOs_DAESANG: KPop stans react to P@nnchoa admin's visuals https://t.co/qqEH99nKNh
## 7854                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7855                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7856                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7857                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7858                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7859                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 7860                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7861                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7862                                            RT @SerieTV46: "RUN BTS" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams.
## 7863                                                                            RT @seii_lights: Wow, SS501’s Snow Prince?\nThey are covering my kpop first love, SS501, song? 😭
## 7864                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 7865                                            RT @SerieTV46: "RUN BTS" by @BTS_twt it's the most streamed Kpop Boy Group song of 7 December 2022 on Spotify with 980K streams.
## 7866                                                                                               RT @Tashal55: (G)I-DLE Spotify Kpop ON story update 🥰 https://t.co/1Qs1KQ2rf9
## 7867                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7868                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 7869                              RT @stream4taekook: "Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…
## 7870                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7871                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7872                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 7873                              RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 7874                                                     RT @dazaijd: no one taking the best kpop vocalist title from jongdae anytime soon HE TOO GOOD \nhttps://t.co/fg21eEMbUD
## 7875                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7876                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 7877                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7878                                                               RT @santuation: objectively, cyberpunk by ateez is the best kpop song ever released \nhttps://t.co/gq4jrN9q5s
## 7879                          RT @UPROXX: 🔥 #PIXY (@official_pixy) - 'Reborn'\n\nPIXY, a 5-piece ensemble, thrive &amp; take pride in bringing dark pop into K-Pop, as they shi…
## 7880                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7881                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7882                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7883                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7884                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7885                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7886                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7887                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7888                            RT @connism9: ⚡ We can break the curse of 4th generation Kpop if Seo Soojin returns to the stage. \n\n100% faith, 0% doubt\n\n#BringSoojinBack…
## 7889                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7890                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7891                                                                        RT @borasaekbyeolx: Pre concert music for ATEEZ - afrobeats \nPre concert music for Burna Boy - Kpop
## 7892                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7893                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7894                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7895                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7896                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7897                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7898                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7899                                RT @proyunjin: on the off chance it was actually a major personal issue, i wish her the best, but the kpop industry is never known for thei…
## 7900                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 7901                                RT @soobinbeloved: qrts are sounding a lot like kpop fws im having flashbacks. “AND HOW MANY GOALS DID UR FAVS WIN?” https://t.co/OOi4L2yvT7
## 7902                                                                                                     RT @answrhwa: seonghwa has one of the most stable voices in kpop my god
## 7903                                                                                                     RT @gyumetaI: best thing to happen in kpop idc\nhttps://t.co/wyKS3zuNBM
## 7904                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7905                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 7906                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 7907                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7908                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 7909                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7910                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7911                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7912                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 7913                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7914                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 7915                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7916                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 7917                                                                               RT @luv4teezers: I know kpop isn t that deep but i could go to federal prison for choi jongho
## 7918                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7919                      RT @thedivestudios: after his debut?!?! 🤯\n\n#Kpop #GETREAL #AshleyChoi #애슐리 #PenielShin #프니엘 #BTOB #JUNNY #주니 #HOLLAND https://t.co/gG0zaAVj…
## 7920                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 7921                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7922                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7923                                RT @theGuyInNewYork: OK, @KPOPBroadway, if every ticket is sold out through Sunday, any way you would reconsider…and #saveKPOPBroadway? - a…
## 7924                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 7925                            RT @_RapperJK: @chartdata @TIME @lizzo @BTS_twt @oliviarodrigo @BLACKPINK BTS: the 1st kpop group to receive a cover on Time magazine &amp; the…
## 7926                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7927                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7928                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7929                                 RT @glowmingi: From Lucas unlimited hiatus to Yedam and Mashiho leaving treasure to chuu kicked out of loona to jinnie leaving nmixx, what…
## 7930                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7931                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 7932                             RT @Kpopmap: 7 Male K-Pop Idols Who Look Fashionable In A Hoodie\n https://t.co/muB9kO6beo\n\n #kpop #MinGyu #TaeYong #JuYeon #YeonJun #MinHyu…
## 7933                                 RT @curtispatricia7: #V is first Korean KPop soloist to have 2 songs stream over 200,000,000 each Spotify. Christmas Tree is also the most…
## 7934                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 7935                                RT @chrsthljane: WATCH: Despite being referred to as Kpop Royalties, Changmin still expressed his gratitude to their juniors who has kept t…
## 7936                      RT @UPROXX: 🔥 #BLACKPINK (@BLACKPINK) - 'Born Pink'\n\nDropping F-bombs &amp; expressing the pain &amp; gains of love, YG Entertainment’s in-house pr…
## 7937                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7938                             RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…
## 7939                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7940                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7941                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7942                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7943                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7944                                RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…
## 7945                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7946                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 7947                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7948                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7949                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7950                                 RT @ThePopBase: Jack in the box was the only or highest Korean album to be chosen by multiple critics/Journals as one of the best releases…
## 7951                               RT @inkijam: Siwan (of ZE:A) - Misaeng OST Part 5 Album Lyrics and Tracklist.\nKorean, Romanized and English Lyrics to your favorite Kpop Al…
## 7952                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 7953                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 7954                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7955                            RT @BTSxUKCharts: Korean/Kpop Solo albums to enter the UK Official Album Chart Top 100 🇬🇧 \n\nD-2 (Agust D) - #7 \nIndigo (RM) - #45 🆕\nJack In…
## 7956                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7957                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 7958                             RT @Liaamal43799109: JISOO FACE OF PANTHERE DE CARTIER ✨💎\n- 2nd top performing campaigns in 2022\n- Kpop artist with highest performing camp…
## 7959                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7960                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7961                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 7962                                RT @rmchartsdata: #RM's 'Indigo' (#57)  joins j-hope 'Jack in The Box' (#38) as the only Albums by Kpop Soloists to enter Germany's Top 100…
## 7963                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 7964                                 RT @Pheeeeeeeebs1: @fwpy8 LOL. DO NOT GO TO THE ARTICLES. They are biting off ARMY's heads. It's horrible. "If you stepped out of your bts…
## 7965                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 7966                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7967                             RT @svtcontents: @pledis_17 📰 SEVENTEEN's rankings at the HMV's 2022 KPOP TOP 20 Chart!\n\n#1 - 'Face the Sun' (CARAT. Ver)\n#2 - 'DREAM' (Sta…
## 7968                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7969                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7970                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 7971                                 RT @onlyUmyScenery: Can y’all stop giving clout to random accounts for posting random stats using kpop (and especially BTS) to build their…
## 7972                                                                                               RT @awfuIdecisions: Here are my 2023 kpop predictions https://t.co/PLzrlwatV5
## 7973                                RT @Chaehyunie143: @nugupromoter Fans want an official comeback but this will do for now. At least we know that somehow they are doing some…
## 7974                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 7975                                                  RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything
## 7976                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 7977                                            RT @koreatimescokr: #NMIXX slims to sextet with member Jinni's departure  \n#kpopgirlgroup #kpop #JYP\n\nhttps://t.co/jVfBs0jJpg
## 7978                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7979                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 7980                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7981                           RT @_RapperJK: 📈 Kpop Acts with the most Monthly Listeners currently:\n\n#1 #BTS—43.0M\n#2 BP —22.7M\n#3 #Jungkook—22.2M ✨\n\n➡️ Jungkook is now…
## 7982                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 7983                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 7984                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 7985                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7986                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7987                                                  RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything
## 7988                              RT @UPROXX: 🔥 #NAYEON (@JYPETWICE) - 'IM NAYEON'\n\nNayeon’s IM NAYEON EP plays as a reintroduction to her as a person and artist. The 5-trac…
## 7989                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 7990                                                  RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything
## 7991                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7992                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7993                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 7994                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 7995                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 7996                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 7997                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 7998                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 7999                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 8000                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 8001                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 8002                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8003                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 8004                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 8005                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 8006                                RT @stayindust: The problem with stan twitter/kpop twitter is that a lot of you read things solely to respond, as opposed to reading things…
## 8007                                RT @kpophappenings_: when that kpop girl said that her wearing revealing clothes wasn't weird, but that people who say nasty things are wei…
## 8008                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8009                                 RT @kpophappenings_: when that kpop boy got viral because he hurriedly walked past A-list celebrities just to talk with his fellow kpop boy
## 8010                                RT @7_amae: This is no shade to others~but rather proof that Jungkook (well all of Bangtan) are legit. They are organic through and through…
## 8011                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 8012                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8013                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 8014                                          RT @SBSEnterNews: BTS JIMIN to Feature on BIGBANG TAEYANG's Solo Album https://t.co/KUNZc0hiCR #jimin #bts #taeyang #bigbang #kpop
## 8015                             RT @BTSEMPIRES: Biggest first week album debuts on Spotify by Kpop soloists in 2022: \n\n#1. #INDIGO- 73.2M** (10 tracks)\n#2. Jack in the box…
## 8016                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 8017                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8018                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8019                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 8020                                    RT @svtcontents: @pledis_17 📰 SECTOR 17 is on UPROXX's Best K-Pop Albums 2022 List! \n\n🖇️https://t.co/TWl2csgBPx https://t.co/I2vid9v3z3
## 8021                                                  RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything
## 8022                                                  RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything
## 8023                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 8024                                 RT @chartdata_twt: .@BTS_twt's 'Run BTS' becomes the longest charting B-side by a Korean/Kpop act on Billboard's Global 200 and Global 200…
## 8025                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8026                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8027                                                  RT @letnecjty: pink venom is the longest charting kpop song on billboard hot 100 this year that should tell you everything
## 8028                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8029                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 8030                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 8031                                RT @dawoonyoungie: When Mirotic started playing I was close to tears. As a kpop fan for more than a decade, to see TVXQ perform in person w…
## 8032                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 8033                               RT @UPROXX: 🧵 From @BLACKPINK to @STAYC_official to @le_sserafim – here are our picks for the best K-Pop albums of 2022\n\nBest K-Pop Albums…
## 8034                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8035                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 8036                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 8037                                RT @p1wonies: op said that keeho often tell ppl about jongseob being the winner of kpop star, he’s not teasing him, hes just really proud o…
## 8038                               RT @Much: #Kpop idol #AleXa talks about having #MAMAMOO member #Moonbyul on her song ‘Star’ from her EP #GIRLSGONEVOGUE 🔥✨ https://t.co/NjL…
## 8039                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 8040                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8041                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8042                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 8043                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8044                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 8045                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 8046                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8047                                                                                                                     RT @kekezhall: @NSB_Kpop_Bears yess😭 stream darling ppl
## 8048                              RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 8049                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8050                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 8051                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 8052                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 8053                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 8054                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 8055                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 8056                             RT @skzinfoesp: Hyunjin: A definition of a beautiful work of art 🖼️ \n\ncr de la foto: HWHJPICTURES \n\n#StrayKids #CASE143 #HYUNJIN @Stray_Kid…
## 8057                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8058                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 8059                               RT @UPROXX: 🔥 #StrayKids  (@Stray_Kids) - 'Oddinary’\n\nSomething was in the water for Stray Kids to go off when they released Oddinary. One…
## 8060                               RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on weekly top album USA 🇺🇸 chart: \n\n#17. #INDIGO (NEW)\n#23. Jack in the box
## 8061                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8062                                                                                     RT @AboutMusicYT: Most streamed kpop artists (Spotify+Youtube): https://t.co/XweTu94i97
## 8063                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 8064                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8065                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8066                                                                              RT @kimwowbaby: kpop peaked here i'm afraid, she will never be beaten\nhttps://t.co/xylhAoBHE8
## 8067                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 8068                              RT @stream4taekook: "Dreamers" by Jungkook has surpassed 65 Million streams on Spotify 🥳\n\nIt's the fastest solo song by a Kpop soloist to r…
## 8069                            RT @Pk_bts_land: Biggest Weekly Debut by a Kpop Act on Spotify Pakistan : \n\n#1. Dreamers - 134,150 \n#2. Wild Flower - 122,079 😭💜\n#3. The As…
## 8070                                 RT @Pheeeeeeeebs1: So I learned about a rumored collab. I support anything the tannies decide but I dread the fans w/ superiority complex.…
## 8071                                                                                RT @j_iK0NIC: BOBBY rapping the best kpop rap verse that exists 😎\n\nhttps://t.co/C9lJdOsTKb
## 8072                                 RT @kwoonfire: @Koreaboo 4 well known kpop groups leaving their group and company???? 2 members of treasure, chuu with loona and now jinni…
## 8073                               RT @STAYC_CHARTS: .@STAYC_official 'https://t.co/H04EPT12iN' has been chosen as one of the Best K-Pop Albums of 2022 by @UPROXX ! \n\n🖇️ http…
## 8074                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8075                       RT @CharityC1007: 🗳️ STAY VOTING PREP\n\nMUBEAT AWARDS voting could begin as early as Jan!\n\nWatch 15 ADs a day &amp; do quizzes!\n\nIF YOU WOULD LI…
## 8076                                RT @starrymya: of course kpop twt will only focus on the negative when it comes to everglow. where were yall when they had not just one but…
## 8077                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 8078                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 8079                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 8080                                           RT @togejustvibin: Pink Venom &amp; Shut Down is #1 &amp; #2 on every chart they really had the BIGGEST KPOP COMEBACK OF 2022! 🔥🔥
## 8081                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 8082                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 8083                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 8084                              RT @nugupromoter: UPROXX has ranked PIXY’s ‘Reborn’ as one of the best K-Pop albums of 2022\n\n🔗: https://t.co/didimDCmCa https://t.co/kLvNxU…
## 8085                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8086                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8087                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8088                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8089                                RT @allkpop: The hashtag #SaveKPOPBroadway has been trending on Twitter in an effort to save the Broadway musical 'KPOP' after its abrupt c…
## 8090                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 8091                                            RT @soobinbeloved: my favorite genre of kpop edits are the edits with hot/serious clips with the most unserious song choice ever
## 8092                                RT @faceofkpopV: lmao taehyung is the most talked about kpop idol even in football! be it the fans or the football team themselves they onl…
## 8093                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8094                                                                  RT @AboutMusicYT: Highest charting 2022 kpop female songs on Billboard Global 200: https://t.co/lHZn85ahS3
## 8095                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8096                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 8097                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 8098                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 8099                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8100                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8101                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 8102                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 8103                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8104                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8105                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 8106                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 8107                               RT @btsstreamteamin: Biggest Debut week by a kpop/Korean soloist:\n#1 Indigo — 73.2M* (6 days)\n#2 Jack In The Box — 63.7M \n#3 D-2 — 42.95M…
## 8108                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 8109                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8110                                                  RT @EX0POP: "exo doesn’t have a lot of fans" bruh kpop festivals full of exols,like an exo concert https://t.co/oowaiYNj53
## 8111                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8112                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8113                                RT @_RapperJK: “Dreamers” by Jungkook has surpassed 65 MILLION streams on Spotify (66M), the fastest solo song by a Kpop soloist to reach t…
## 8114                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 8115                                                     RT @kpophappenings_: when that kpop boy pretended to be a fan’s boyfriend during a vlive because she was being followed
## 8116                                 RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 8117                              RT @Vane04092: Hello THX I need your help.\nI'm new to Kpop and #TNX is my first group so I don't understand some concepts. 😶\nWith the publi…
## 8118                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 8119                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8120                                RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…
## 8121                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8122                            RT @the_popbase: #RM joins Jhope &amp; Suga becoming the only Korean/Kpop Soloist to enter the UK Official Albums Chart! https://t.co/BSCODij6dd
## 8123                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8124                                                                  RT @yunhojagiya: watching kpop stans discover ateez is such a treat because we’ve been SAYING FOR YEAAAARS
## 8125                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8126                                RT @blueberrypatton: @jennieitgerll @irenesluvvr @Koreaboo Yall need to stay out of western culture than. Since you feel that way. Kpop cul…
## 8127                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 8128                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 8129                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8130                                RT @kpophappenings_: when that trilingual kpop boy joined a kr idol survival show but ended up debuting in a jpop group under the same labe…
## 8131                            RT @stopkmpls: Most streamed song by kpop act this year is dynamite, longest charting is L&amp;R,most streamed album by group is proof,most str…
## 8132                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8133                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8134                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 8135                              RT @UPROXX: 🔥 #Key (@SHINee) - 'Gasoline'\n\nKey understood the assignment, and aced it with his second studio album, 'Gasoline.' After being…
## 8136                                RT @realabrahamlim: #saveKPOPBroadway isn’t just about KPOP. It’s about every show that’s deemed too “niche” by gatekeepers because of race…
## 8137                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 8138                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8139                               RT @Kpopmap: Underappreciated Stars: 10 K-Pop Artists We'd Like To See Get More Recognition In 2023 And A Look At Why\nhttps://t.co/nMLKBFhc…
## 8140                       RT @makeawishnctzen: stayc 스테이씨 album photocard template: \nmember pc templates \n\nsumin, sieun, isa, seeun, yoon, j\n\nHQ: https://t.co/TcvD82…
## 8141                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 8142                            RT @ThePopBase: Highest ranking albums by Kpop soloist on Spotify’s Weekly Top albums chart: \n\n#5. J-hope - JITB \n#7. RM - INDIGO \n\n(Chart…
## 8143                           RT @StoryKover: [🇲🇾]New Update]GRAND WAVE KPOP MUSIC FESTIVAL in Malaysia\n\n📆 14.01.2023 7.30pm\n🏟 Surf Beach, Sunway Lagoon\nLINEUP ✨ HYO (GG…
## 8144                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 8145                                 RT @BTSEMPIRES: #INDIGO by RM is now the first and only album by a Kpop/Korean soloist in HISTORY to gather over 70M streams on Spotify in…
## 8146                                RT @callmebyyourjin: blinks trying to drag jungkook with sk’s loss as if dreamers alone isn’t charting higher than any bp release this year…
## 8147                                                                                  RT @AboutMusicYT: Kpop groups with the most subscribes on Youtube: https://t.co/FikT8uIwQr
## 8148                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 8149                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8150                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8151                               RT @hwasajjang_: YUP!!\nHwasa is the only female kpop idol to chart on Billboard Japan Year-End 2020 Hot 100 Lyricists (#75) and Hot 100 Com…
## 8152                                                                                       RT @ggumilktea: the best bridge ever created in kpop as well\nhttps://t.co/63EPhIWVaH
## 8153                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8154                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 8155                                                                 RT @DrugsMedia: The way kpop stans act like they in a gang banging colors or something is so unserious lmao
## 8156                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8157                               RT @STAYC_CHARTS: .@STAYC_official 'RUN2U' has been chosen as one of the top 20 best K-Pop releases of 2022 by @NylonMag ! \n\n🖇️ https://t.c…
## 8158                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 8159                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8160                              RT @worldwide_mx: [#wwmx_youth]\n\n@OfficialMonstaX Kihyun’s YOUTH has been chosen as one of the best Kpop albums of 2022 by UPROXX 💙 “a time…
## 8161                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8162                                RT @jennyhanx: LET ME INTRODUCE YOU KPOP WORLD OUR VERY HANDSOME CEO CHOI SEUNGHYUN A.K.A #TTTOP FROM #BIGBANG @YG_GlobalVIP https://t.co/r…
## 8163                              RT @UPROXX: 🔥 #SEVENTEEN (@pledis_17) - 4th Album Repackage 'Sector 17’\n\nThe repackaged version of their 4th studio album is like meeting a…
## 8164                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8165                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8166                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 8167                                                                                                      RT @yeniology: nobody in kpop sounds like this https://t.co/fXDyXkluIW
## 8168                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8169                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8170                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8171                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8172                            RT @_RapperJK: Left and Right has surpassed 415 MILLION streams (416M) on Spotify in 168 days\n\n▪️This is the fastest for any Kpop &amp; Korean…
## 8173                                                            RT @AboutMusicYT: Biggest kpop idol group songs on Circle Chart (based on index points): https://t.co/du2k3iS575
## 8174                              RT @halsugofficial: A song for your playlist: #MERRYGOROUND 🎤\n\nMake sure to check out more of his music through the link in his Instagram b…
## 8175                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8176                             RT @BTSEMPIRES: Highest charting albums by Korean/kpop soloist on Spotify weekly top album global chart: \n\n#5. Jack in the box \n#7. #INDIGO…
## 8177                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8178                                RT @130613fate: I think kpop stans are confused on who needs who when it comes to Jimin collaborating with other artists, because let me te…
## 8179                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8180                              RT @IVEUpdates_: IVE remains the only 4th Gen Kpop Group to have songs Charted on Billboard Global 200 Top 20 in 2022 🎉👏🏻\n\nAnd joining BLAC…
## 8181                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 8182                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 8183                                RT @haejinmi: To my fellow ARMYs/kpop lovers/AAPI/broadway lovers. If you can retweet and like to keep this post trending so that @KPOPBroa…
## 8184                                RT @nexuswidow: how do kpop stans manage to make everything about kpop… like what do you mean Blackpink is the reason why Brazil got elimin…
## 8185                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
## 8186                                                                                  RT @kyungrismaids: this is pure kpop idk how else to describe it.. https://t.co/aaxyAgWjVr
## 8187                              RT @UPROXX: 🔥 #KIHYUN (@OfficialMonstaX) - 'YOUTH'\n\nMonsta X’s power vocalist released his YOUTH solo EP that brought nothing but nostalgia…
## 8188                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8189                            RT @rmchartsdata: Biggest Songs Debut Week by Kpop Soloist on Spotify Global\n\n1. Left and Right - 30.3M\n2. Dreamers - 25.7M\n3. Stay Alive -…
## 8190                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8191                                                                              RT @AboutMusicYT: Most searched kpop comebacks on Google US this year: https://t.co/keHxbMJ0mk
## 8192                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8193                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8194                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8195                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8196                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8197                                  RT @jinakgay: dont yall find it weird how kpop stans use mandatory military enlistment as a drag and it is always targeted to seokjin like
## 8198                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8199                            RT @lisamanobal_327: • Famous Turkish Actor, comedian &amp; TV presenter #EnisArıkan attended #Blackpink's Cologne concert with his niece and s…
## 8200                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8201                          RT @queeri_official: Submission 3\n2nd Winner of KPOP Idol Looks Like An Anime\n#HYUNJIN #STRAYKIDS \n\n🏆Jogja City Mall Directory Board\n\nHow t…
## 8202                                                                  RT @kpophappenings_: when that kpop girl fought her older sister in english so she wouldn’t call her unnie
## 8203                                               RT @Bangtan7tiktok: #Butter\n Somi(Kpop idol) shared video with Butter 💗\n\n🔗:https://t.co/rCBss5nmaH https://t.co/cPi51GFKbm
## 8204                                                      RT @legendarysisiw: @bangtancookiee whatta joke. 🥴 taeyang has the best vocals in kpop fr. \n\nhttps://t.co/n5jtn65Kdf
## 8205                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8206                                                                                                               RT @kpophappenings_: JINNIIIII NOOO, 2022 worst year in kpop😔
## 8207                       RT @MRgx18698869: THE HYDRA\n\n#FANART  #LESSERAFIM   #宮脇咲良 #SAKURA #MiyawakiSakura #小樱花 #KPOP #LESSERAFIMonMMA2022 #LESSERAFIMatMMA #fearnot…
## 8208               RT @itsLIVEofficial: 💙https://t.co/PA2D3Q1C1b💙\n \n#원호 - #CRAZY &amp; #on_on (밴드 Ver.)\n#WONHO - CRAZY, On &amp; On (Band Ver.)\n@official__wonho\n#itsL…
## 8209                                                           RT @AboutMusicYT: Kpop idol artists with the most #1 songs on Circle Chart (South Korea): https://t.co/sQmo2yMAeZ
## 8210                                 RT @togejustvibin: @BLACKPINK 'Shut Down' became the 2nd Longest-Charting 2022 song by a KPOP GROUP on Spotify Top Global 200, only behind…
## 8211                                RT @krnchipmunk: Got to watch kpop on Broadway and found out they're abruptly closing this Sunday. If people can help like and retweet to k…
## 8212                                                                                           RT @I_28_29: I dont listen to kpop so tank blowing you up https://t.co/4wYq4fIxYy
## 8213                                RT @K00KNJ: just noticed that spotify doesn't have the shuffle button for the #indigo album...i think joon requested to remove it because h…
## 8214                              RT @Pk_bts_land: Indigo by RM ' earns the biggest weekly debut for an album by a Korean/ Kpop soloist in Spotify history.\n\n- It has accumul…
## 8215                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8216                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8217                                                                 RT @gamerzzblue: I have a question for kpop stans...\nWats the very first kpop album/merch uve ever bought?
## 8218                                                                                                                 RT @yeospurr: damn kpop stans really view ateez as a threat
## 8219                                RT @rmchartsdata: #RM 'Indigo' holds the record for the biggest weekly debut for an Album by a Korean/Kpop soloist on Spotify with 80.2M st…
## 8220                              RT @BTSTrendSongs: INDIGO Debuts with 80.2M unfiltered Streams its first week on Spotify,\n\nMaking it  the biggest debut week for an album b…
## 8221                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8222                                RT @ctrltzu: Anyone who was here during jypn days knows that jinni was always supposed to be that special one. Pink pants girl got everyone…
## 8223                                RT @Pk_bts_land: 'Indigo' by RM debuts with 80.2M unfiltered streams on its first week on Spotify, the biggest debut week for an album by a…
## 8224                             RT @the_popbase: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify this year: \n\n#1. #Indigo - 80.2M [New]\n#2. Jack in th…
## 8225                                 RT @BTSEMPIRES: #INDIGO by RM breaks the record for the biggest 1st week streams on Spotify by a Korean/Kpop soloist in Spotify’s HISTORY,…
## 8226                              RT @Pk_bts_land: Biggest First Week Album debut by a Korean / Kpop Soloist on Spotify in 2022 : \n\n#1. Indigo - 80.2M 💜\n#2. Jack in the box…
## 8227                                  RT @seokjinism1: The Astronaut's whopping 24.2M with just ONE song in Biggest first week album debuts on Spotify by Kpop soloists in 2022…
## 8228                                RT @kpophappenings_: when that kpop boygroup leader requested their lightstick to be more bright so their fans can use it as a flashlight w…
##                  created isRetweet
## 1    2022-12-09 23:59:59      TRUE
## 2    2022-12-09 23:59:59      TRUE
## 3    2022-12-09 23:59:57      TRUE
## 4    2022-12-09 23:59:53      TRUE
## 5    2022-12-09 23:59:52      TRUE
## 6    2022-12-09 23:59:51      TRUE
## 7    2022-12-09 23:59:51      TRUE
## 8    2022-12-09 23:59:51      TRUE
## 9    2022-12-09 23:59:50      TRUE
## 10   2022-12-09 23:59:46      TRUE
## 11   2022-12-09 23:59:44      TRUE
## 12   2022-12-09 23:59:44      TRUE
## 13   2022-12-09 23:59:44      TRUE
## 14   2022-12-09 23:59:40      TRUE
## 15   2022-12-09 23:59:35      TRUE
## 16   2022-12-09 23:59:33      TRUE
## 17   2022-12-09 23:59:33      TRUE
## 18   2022-12-09 23:59:32      TRUE
## 19   2022-12-09 23:59:32      TRUE
## 20   2022-12-09 23:59:30      TRUE
## 21   2022-12-09 23:59:30      TRUE
## 22   2022-12-09 23:59:29      TRUE
## 23   2022-12-09 23:59:29      TRUE
## 24   2022-12-09 23:59:28      TRUE
## 25   2022-12-09 23:59:28      TRUE
## 26   2022-12-09 23:59:27      TRUE
## 27   2022-12-09 23:59:27      TRUE
## 28   2022-12-09 23:59:26      TRUE
## 29   2022-12-09 23:59:24      TRUE
## 30   2022-12-09 23:59:23      TRUE
## 31   2022-12-09 23:59:22      TRUE
## 32   2022-12-09 23:59:22      TRUE
## 33   2022-12-09 23:59:19      TRUE
## 34   2022-12-09 23:59:18      TRUE
## 35   2022-12-09 23:59:17      TRUE
## 36   2022-12-09 23:59:17      TRUE
## 37   2022-12-09 23:59:16      TRUE
## 38   2022-12-09 23:59:15      TRUE
## 39   2022-12-09 23:59:14      TRUE
## 40   2022-12-09 23:59:10      TRUE
## 41   2022-12-09 23:59:09      TRUE
## 42   2022-12-09 23:59:09      TRUE
## 43   2022-12-09 23:59:06      TRUE
## 44   2022-12-09 23:59:05      TRUE
## 45   2022-12-09 23:59:03      TRUE
## 46   2022-12-09 23:59:03      TRUE
## 47   2022-12-09 23:59:02      TRUE
## 48   2022-12-09 23:59:00      TRUE
## 49   2022-12-09 23:58:56      TRUE
## 50   2022-12-09 23:58:54      TRUE
## 51   2022-12-09 23:58:54      TRUE
## 52   2022-12-09 23:58:51      TRUE
## 53   2022-12-09 23:58:50      TRUE
## 54   2022-12-09 23:58:49      TRUE
## 55   2022-12-09 23:58:49      TRUE
## 56   2022-12-09 23:58:47      TRUE
## 57   2022-12-09 23:58:45      TRUE
## 58   2022-12-09 23:58:44      TRUE
## 59   2022-12-09 23:58:42      TRUE
## 60   2022-12-09 23:58:40      TRUE
## 61   2022-12-09 23:58:37      TRUE
## 62   2022-12-09 23:58:34      TRUE
## 63   2022-12-09 23:58:32      TRUE
## 64   2022-12-09 23:58:32      TRUE
## 65   2022-12-09 23:58:31      TRUE
## 66   2022-12-09 23:58:30      TRUE
## 67   2022-12-09 23:58:30      TRUE
## 68   2022-12-09 23:58:29      TRUE
## 69   2022-12-09 23:58:22      TRUE
## 70   2022-12-09 23:58:20      TRUE
## 71   2022-12-09 23:58:19      TRUE
## 72   2022-12-09 23:58:15      TRUE
## 73   2022-12-09 23:58:15      TRUE
## 74   2022-12-09 23:58:13      TRUE
## 75   2022-12-09 23:58:12      TRUE
## 76   2022-12-09 23:58:12      TRUE
## 77   2022-12-09 23:58:11      TRUE
## 78   2022-12-09 23:58:10      TRUE
## 79   2022-12-09 23:58:08      TRUE
## 80   2022-12-09 23:58:07      TRUE
## 81   2022-12-09 23:58:07      TRUE
## 82   2022-12-09 23:58:06      TRUE
## 83   2022-12-09 23:58:03      TRUE
## 84   2022-12-09 23:58:03      TRUE
## 85   2022-12-09 23:58:03      TRUE
## 86   2022-12-09 23:57:59      TRUE
## 87   2022-12-09 23:57:59      TRUE
## 88   2022-12-09 23:57:58      TRUE
## 89   2022-12-09 23:57:57      TRUE
## 90   2022-12-09 23:57:57      TRUE
## 91   2022-12-09 23:57:56      TRUE
## 92   2022-12-09 23:57:55      TRUE
## 93   2022-12-09 23:57:46      TRUE
## 94   2022-12-09 23:57:42      TRUE
## 95   2022-12-09 23:57:41      TRUE
## 96   2022-12-09 23:57:40      TRUE
## 97   2022-12-09 23:57:40      TRUE
## 98   2022-12-09 23:57:37      TRUE
## 99   2022-12-09 23:57:35      TRUE
## 100  2022-12-09 23:57:33      TRUE
## 101  2022-12-09 23:57:29      TRUE
## 102  2022-12-09 23:57:26      TRUE
## 103  2022-12-09 23:57:26      TRUE
## 104  2022-12-09 23:57:23      TRUE
## 105  2022-12-09 23:57:23      TRUE
## 106  2022-12-09 23:57:23      TRUE
## 107  2022-12-09 23:57:21      TRUE
## 108  2022-12-09 23:57:21      TRUE
## 109  2022-12-09 23:57:20      TRUE
## 110  2022-12-09 23:57:15      TRUE
## 111  2022-12-09 23:57:13      TRUE
## 112  2022-12-09 23:57:10      TRUE
## 113  2022-12-09 23:57:10      TRUE
## 114  2022-12-09 23:57:10      TRUE
## 115  2022-12-09 23:57:09      TRUE
## 116  2022-12-09 23:57:05      TRUE
## 117  2022-12-09 23:57:03      TRUE
## 118  2022-12-09 23:57:00      TRUE
## 119  2022-12-09 23:56:58      TRUE
## 120  2022-12-09 23:56:54      TRUE
## 121  2022-12-09 23:56:54      TRUE
## 122  2022-12-09 23:56:52      TRUE
## 123  2022-12-09 23:56:51      TRUE
## 124  2022-12-09 23:56:47      TRUE
## 125  2022-12-09 23:56:46      TRUE
## 126  2022-12-09 23:56:43      TRUE
## 127  2022-12-09 23:56:42      TRUE
## 128  2022-12-09 23:56:39      TRUE
## 129  2022-12-09 23:56:39      TRUE
## 130  2022-12-09 23:56:38      TRUE
## 131  2022-12-09 23:56:38      TRUE
## 132  2022-12-09 23:56:32      TRUE
## 133  2022-12-09 23:56:27      TRUE
## 134  2022-12-09 23:56:26      TRUE
## 135  2022-12-09 23:56:26      TRUE
## 136  2022-12-09 23:56:25      TRUE
## 137  2022-12-09 23:56:18      TRUE
## 138  2022-12-09 23:56:16      TRUE
## 139  2022-12-09 23:56:15      TRUE
## 140  2022-12-09 23:56:15      TRUE
## 141  2022-12-09 23:56:14      TRUE
## 142  2022-12-09 23:56:13      TRUE
## 143  2022-12-09 23:56:11      TRUE
## 144  2022-12-09 23:56:10      TRUE
## 145  2022-12-09 23:56:10      TRUE
## 146  2022-12-09 23:56:09      TRUE
## 147  2022-12-09 23:56:08      TRUE
## 148  2022-12-09 23:56:08      TRUE
## 149  2022-12-09 23:56:06      TRUE
## 150  2022-12-09 23:56:04      TRUE
## 151  2022-12-09 23:56:03      TRUE
## 152  2022-12-09 23:56:03      TRUE
## 153  2022-12-09 23:56:01      TRUE
## 154  2022-12-09 23:56:01      TRUE
## 155  2022-12-09 23:56:01      TRUE
## 156  2022-12-09 23:56:00      TRUE
## 157  2022-12-09 23:56:00      TRUE
## 158  2022-12-09 23:55:59      TRUE
## 159  2022-12-09 23:55:58      TRUE
## 160  2022-12-09 23:55:58      TRUE
## 161  2022-12-09 23:55:54      TRUE
## 162  2022-12-09 23:55:53      TRUE
## 163  2022-12-09 23:55:52      TRUE
## 164  2022-12-09 23:55:51      TRUE
## 165  2022-12-09 23:55:49      TRUE
## 166  2022-12-09 23:55:49      TRUE
## 167  2022-12-09 23:55:48      TRUE
## 168  2022-12-09 23:55:48      TRUE
## 169  2022-12-09 23:55:43      TRUE
## 170  2022-12-09 23:55:42      TRUE
## 171  2022-12-09 23:55:42      TRUE
## 172  2022-12-09 23:55:41      TRUE
## 173  2022-12-09 23:55:38      TRUE
## 174  2022-12-09 23:55:35      TRUE
## 175  2022-12-09 23:55:35      TRUE
## 176  2022-12-09 23:55:32      TRUE
## 177  2022-12-09 23:55:32      TRUE
## 178  2022-12-09 23:55:31      TRUE
## 179  2022-12-09 23:55:30      TRUE
## 180  2022-12-09 23:55:24      TRUE
## 181  2022-12-09 23:55:24      TRUE
## 182  2022-12-09 23:55:24      TRUE
## 183  2022-12-09 23:55:17      TRUE
## 184  2022-12-09 23:55:17      TRUE
## 185  2022-12-09 23:55:16      TRUE
## 186  2022-12-09 23:55:15      TRUE
## 187  2022-12-09 23:55:14      TRUE
## 188  2022-12-09 23:55:14      TRUE
## 189  2022-12-09 23:55:14      TRUE
## 190  2022-12-09 23:55:13      TRUE
## 191  2022-12-09 23:55:11      TRUE
## 192  2022-12-09 23:55:10      TRUE
## 193  2022-12-09 23:55:10      TRUE
## 194  2022-12-09 23:55:07      TRUE
## 195  2022-12-09 23:55:07      TRUE
## 196  2022-12-09 23:55:06      TRUE
## 197  2022-12-09 23:55:05      TRUE
## 198  2022-12-09 23:55:02      TRUE
## 199  2022-12-09 23:55:02      TRUE
## 200  2022-12-09 23:55:01      TRUE
## 201  2022-12-09 23:55:01      TRUE
## 202  2022-12-09 23:54:58      TRUE
## 203  2022-12-09 23:54:58      TRUE
## 204  2022-12-09 23:54:57      TRUE
## 205  2022-12-09 23:54:56      TRUE
## 206  2022-12-09 23:54:55      TRUE
## 207  2022-12-09 23:54:55      TRUE
## 208  2022-12-09 23:54:53      TRUE
## 209  2022-12-09 23:54:52      TRUE
## 210  2022-12-09 23:54:52      TRUE
## 211  2022-12-09 23:54:52      TRUE
## 212  2022-12-09 23:54:51      TRUE
## 213  2022-12-09 23:54:49      TRUE
## 214  2022-12-09 23:54:48      TRUE
## 215  2022-12-09 23:54:45      TRUE
## 216  2022-12-09 23:54:43      TRUE
## 217  2022-12-09 23:54:43      TRUE
## 218  2022-12-09 23:54:42      TRUE
## 219  2022-12-09 23:54:42      TRUE
## 220  2022-12-09 23:54:40      TRUE
## 221  2022-12-09 23:54:40      TRUE
## 222  2022-12-09 23:54:39      TRUE
## 223  2022-12-09 23:54:39      TRUE
## 224  2022-12-09 23:54:37      TRUE
## 225  2022-12-09 23:54:34      TRUE
## 226  2022-12-09 23:54:33      TRUE
## 227  2022-12-09 23:54:33      TRUE
## 228  2022-12-09 23:54:33      TRUE
## 229  2022-12-09 23:54:32      TRUE
## 230  2022-12-09 23:54:32      TRUE
## 231  2022-12-09 23:54:31      TRUE
## 232  2022-12-09 23:54:30      TRUE
## 233  2022-12-09 23:54:30      TRUE
## 234  2022-12-09 23:54:29      TRUE
## 235  2022-12-09 23:54:29      TRUE
## 236  2022-12-09 23:54:27      TRUE
## 237  2022-12-09 23:54:27      TRUE
## 238  2022-12-09 23:54:27      TRUE
## 239  2022-12-09 23:54:27      TRUE
## 240  2022-12-09 23:54:24      TRUE
## 241  2022-12-09 23:54:22      TRUE
## 242  2022-12-09 23:54:21      TRUE
## 243  2022-12-09 23:54:20      TRUE
## 244  2022-12-09 23:54:18      TRUE
## 245  2022-12-09 23:54:16      TRUE
## 246  2022-12-09 23:54:16      TRUE
## 247  2022-12-09 23:54:14      TRUE
## 248  2022-12-09 23:54:13      TRUE
## 249  2022-12-09 23:54:12      TRUE
## 250  2022-12-09 23:54:10      TRUE
## 251  2022-12-09 23:54:09      TRUE
## 252  2022-12-09 23:54:06      TRUE
## 253  2022-12-09 23:54:04      TRUE
## 254  2022-12-09 23:54:04      TRUE
## 255  2022-12-09 23:54:03      TRUE
## 256  2022-12-09 23:53:54      TRUE
## 257  2022-12-09 23:53:54      TRUE
## 258  2022-12-09 23:53:53      TRUE
## 259  2022-12-09 23:53:53      TRUE
## 260  2022-12-09 23:53:52      TRUE
## 261  2022-12-09 23:53:51      TRUE
## 262  2022-12-09 23:53:51      TRUE
## 263  2022-12-09 23:53:50      TRUE
## 264  2022-12-09 23:53:49      TRUE
## 265  2022-12-09 23:53:48      TRUE
## 266  2022-12-09 23:53:48      TRUE
## 267  2022-12-09 23:53:47      TRUE
## 268  2022-12-09 23:53:47      TRUE
## 269  2022-12-09 23:53:45      TRUE
## 270  2022-12-09 23:53:42      TRUE
## 271  2022-12-09 23:53:41      TRUE
## 272  2022-12-09 23:53:41      TRUE
## 273  2022-12-09 23:53:37      TRUE
## 274  2022-12-09 23:53:37      TRUE
## 275  2022-12-09 23:53:37      TRUE
## 276  2022-12-09 23:53:34      TRUE
## 277  2022-12-09 23:53:34      TRUE
## 278  2022-12-09 23:53:33      TRUE
## 279  2022-12-09 23:53:31      TRUE
## 280  2022-12-09 23:53:30      TRUE
## 281  2022-12-09 23:53:28      TRUE
## 282  2022-12-09 23:53:26      TRUE
## 283  2022-12-09 23:53:21      TRUE
## 284  2022-12-09 23:53:20      TRUE
## 285  2022-12-09 23:53:20      TRUE
## 286  2022-12-09 23:53:19      TRUE
## 287  2022-12-09 23:53:13      TRUE
## 288  2022-12-09 23:53:13      TRUE
## 289  2022-12-09 23:53:11      TRUE
## 290  2022-12-09 23:53:09      TRUE
## 291  2022-12-09 23:53:08      TRUE
## 292  2022-12-09 23:53:07      TRUE
## 293  2022-12-09 23:53:07      TRUE
## 294  2022-12-09 23:53:03      TRUE
## 295  2022-12-09 23:53:02      TRUE
## 296  2022-12-09 23:53:01      TRUE
## 297  2022-12-09 23:53:00      TRUE
## 298  2022-12-09 23:53:00      TRUE
## 299  2022-12-09 23:52:58      TRUE
## 300  2022-12-09 23:52:56      TRUE
## 301  2022-12-09 23:52:56      TRUE
## 302  2022-12-09 23:52:54      TRUE
## 303  2022-12-09 23:52:48      TRUE
## 304  2022-12-09 23:52:46      TRUE
## 305  2022-12-09 23:52:44      TRUE
## 306  2022-12-09 23:52:44      TRUE
## 307  2022-12-09 23:52:42      TRUE
## 308  2022-12-09 23:52:42      TRUE
## 309  2022-12-09 23:52:41      TRUE
## 310  2022-12-09 23:52:40      TRUE
## 311  2022-12-09 23:52:38      TRUE
## 312  2022-12-09 23:52:38      TRUE
## 313  2022-12-09 23:52:37      TRUE
## 314  2022-12-09 23:52:31      TRUE
## 315  2022-12-09 23:52:31      TRUE
## 316  2022-12-09 23:52:31      TRUE
## 317  2022-12-09 23:52:26      TRUE
## 318  2022-12-09 23:52:25      TRUE
## 319  2022-12-09 23:52:24      TRUE
## 320  2022-12-09 23:52:22      TRUE
## 321  2022-12-09 23:52:19      TRUE
## 322  2022-12-09 23:52:19      TRUE
## 323  2022-12-09 23:52:18      TRUE
## 324  2022-12-09 23:52:17      TRUE
## 325  2022-12-09 23:52:14      TRUE
## 326  2022-12-09 23:52:13      TRUE
## 327  2022-12-09 23:52:09      TRUE
## 328  2022-12-09 23:52:07      TRUE
## 329  2022-12-09 23:52:06      TRUE
## 330  2022-12-09 23:52:06      TRUE
## 331  2022-12-09 23:52:05      TRUE
## 332  2022-12-09 23:52:05      TRUE
## 333  2022-12-09 23:52:01      TRUE
## 334  2022-12-09 23:52:01      TRUE
## 335  2022-12-09 23:52:01      TRUE
## 336  2022-12-09 23:52:00      TRUE
## 337  2022-12-09 23:51:59      TRUE
## 338  2022-12-09 23:51:54      TRUE
## 339  2022-12-09 23:51:52      TRUE
## 340  2022-12-09 23:51:50      TRUE
## 341  2022-12-09 23:51:50      TRUE
## 342  2022-12-09 23:51:49      TRUE
## 343  2022-12-09 23:51:49      TRUE
## 344  2022-12-09 23:51:49      TRUE
## 345  2022-12-09 23:51:48      TRUE
## 346  2022-12-09 23:51:47      TRUE
## 347  2022-12-09 23:51:46      TRUE
## 348  2022-12-09 23:51:42      TRUE
## 349  2022-12-09 23:51:42      TRUE
## 350  2022-12-09 23:51:36      TRUE
## 351  2022-12-09 23:51:35      TRUE
## 352  2022-12-09 23:51:35      TRUE
## 353  2022-12-09 23:51:30      TRUE
## 354  2022-12-09 23:51:30      TRUE
## 355  2022-12-09 23:51:28      TRUE
## 356  2022-12-09 23:51:26      TRUE
## 357  2022-12-09 23:51:24      TRUE
## 358  2022-12-09 23:51:23      TRUE
## 359  2022-12-09 23:51:23      TRUE
## 360  2022-12-09 23:51:12      TRUE
## 361  2022-12-09 23:51:08      TRUE
## 362  2022-12-09 23:51:05      TRUE
## 363  2022-12-09 23:51:05      TRUE
## 364  2022-12-09 23:51:01      TRUE
## 365  2022-12-09 23:51:00      TRUE
## 366  2022-12-09 23:50:59      TRUE
## 367  2022-12-09 23:50:59      TRUE
## 368  2022-12-09 23:50:57      TRUE
## 369  2022-12-09 23:50:56      TRUE
## 370  2022-12-09 23:50:56      TRUE
## 371  2022-12-09 23:50:55      TRUE
## 372  2022-12-09 23:50:55      TRUE
## 373  2022-12-09 23:50:54      TRUE
## 374  2022-12-09 23:50:54      TRUE
## 375  2022-12-09 23:50:52      TRUE
## 376  2022-12-09 23:50:52      TRUE
## 377  2022-12-09 23:50:51      TRUE
## 378  2022-12-09 23:50:49      TRUE
## 379  2022-12-09 23:50:49      TRUE
## 380  2022-12-09 23:50:48      TRUE
## 381  2022-12-09 23:50:47      TRUE
## 382  2022-12-09 23:50:46      TRUE
## 383  2022-12-09 23:50:42      TRUE
## 384  2022-12-09 23:50:41      TRUE
## 385  2022-12-09 23:50:37      TRUE
## 386  2022-12-09 23:50:37      TRUE
## 387  2022-12-09 23:50:36      TRUE
## 388  2022-12-09 23:50:36      TRUE
## 389  2022-12-09 23:50:30      TRUE
## 390  2022-12-09 23:50:30      TRUE
## 391  2022-12-09 23:50:26      TRUE
## 392  2022-12-09 23:50:25      TRUE
## 393  2022-12-09 23:50:24      TRUE
## 394  2022-12-09 23:50:24      TRUE
## 395  2022-12-09 23:50:23      TRUE
## 396  2022-12-09 23:50:23      TRUE
## 397  2022-12-09 23:50:19      TRUE
## 398  2022-12-09 23:50:18      TRUE
## 399  2022-12-09 23:50:18      TRUE
## 400  2022-12-09 23:50:18      TRUE
## 401  2022-12-09 23:50:15      TRUE
## 402  2022-12-09 23:50:13      TRUE
## 403  2022-12-09 23:50:12      TRUE
## 404  2022-12-09 23:50:11      TRUE
## 405  2022-12-09 23:50:07      TRUE
## 406  2022-12-09 23:50:07      TRUE
## 407  2022-12-09 23:50:05      TRUE
## 408  2022-12-09 23:50:01      TRUE
## 409  2022-12-09 23:49:59      TRUE
## 410  2022-12-09 23:49:58      TRUE
## 411  2022-12-09 23:49:58      TRUE
## 412  2022-12-09 23:49:55      TRUE
## 413  2022-12-09 23:49:55      TRUE
## 414  2022-12-09 23:49:53      TRUE
## 415  2022-12-09 23:49:53      TRUE
## 416  2022-12-09 23:49:52      TRUE
## 417  2022-12-09 23:49:52      TRUE
## 418  2022-12-09 23:49:52      TRUE
## 419  2022-12-09 23:49:50      TRUE
## 420  2022-12-09 23:49:48      TRUE
## 421  2022-12-09 23:49:45      TRUE
## 422  2022-12-09 23:49:44      TRUE
## 423  2022-12-09 23:49:44      TRUE
## 424  2022-12-09 23:49:43      TRUE
## 425  2022-12-09 23:49:43      TRUE
## 426  2022-12-09 23:49:42      TRUE
## 427  2022-12-09 23:49:40      TRUE
## 428  2022-12-09 23:49:36      TRUE
## 429  2022-12-09 23:49:34      TRUE
## 430  2022-12-09 23:49:29      TRUE
## 431  2022-12-09 23:49:29      TRUE
## 432  2022-12-09 23:49:27      TRUE
## 433  2022-12-09 23:49:25      TRUE
## 434  2022-12-09 23:49:22      TRUE
## 435  2022-12-09 23:49:22      TRUE
## 436  2022-12-09 23:49:22      TRUE
## 437  2022-12-09 23:49:21      TRUE
## 438  2022-12-09 23:49:20      TRUE
## 439  2022-12-09 23:49:20      TRUE
## 440  2022-12-09 23:49:16      TRUE
## 441  2022-12-09 23:49:15      TRUE
## 442  2022-12-09 23:49:14      TRUE
## 443  2022-12-09 23:49:13      TRUE
## 444  2022-12-09 23:49:12      TRUE
## 445  2022-12-09 23:49:11      TRUE
## 446  2022-12-09 23:49:11      TRUE
## 447  2022-12-09 23:49:11      TRUE
## 448  2022-12-09 23:49:11      TRUE
## 449  2022-12-09 23:49:11      TRUE
## 450  2022-12-09 23:49:06      TRUE
## 451  2022-12-09 23:49:05      TRUE
## 452  2022-12-09 23:49:02      TRUE
## 453  2022-12-09 23:49:02      TRUE
## 454  2022-12-09 23:49:02      TRUE
## 455  2022-12-09 23:49:01      TRUE
## 456  2022-12-09 23:49:00      TRUE
## 457  2022-12-09 23:48:58      TRUE
## 458  2022-12-09 23:48:57      TRUE
## 459  2022-12-09 23:48:55      TRUE
## 460  2022-12-09 23:48:53      TRUE
## 461  2022-12-09 23:48:53      TRUE
## 462  2022-12-09 23:48:52      TRUE
## 463  2022-12-09 23:48:50      TRUE
## 464  2022-12-09 23:48:49      TRUE
## 465  2022-12-09 23:48:48      TRUE
## 466  2022-12-09 23:48:45      TRUE
## 467  2022-12-09 23:48:43      TRUE
## 468  2022-12-09 23:48:43      TRUE
## 469  2022-12-09 23:48:43      TRUE
## 470  2022-12-09 23:48:43      TRUE
## 471  2022-12-09 23:48:42      TRUE
## 472  2022-12-09 23:48:40      TRUE
## 473  2022-12-09 23:48:38      TRUE
## 474  2022-12-09 23:48:38      TRUE
## 475  2022-12-09 23:48:38      TRUE
## 476  2022-12-09 23:48:37      TRUE
## 477  2022-12-09 23:48:33      TRUE
## 478  2022-12-09 23:48:31      TRUE
## 479  2022-12-09 23:48:29      TRUE
## 480  2022-12-09 23:48:26      TRUE
## 481  2022-12-09 23:48:25      TRUE
## 482  2022-12-09 23:48:22      TRUE
## 483  2022-12-09 23:48:21      TRUE
## 484  2022-12-09 23:48:09      TRUE
## 485  2022-12-09 23:48:01      TRUE
## 486  2022-12-09 23:48:01      TRUE
## 487  2022-12-09 23:48:00      TRUE
## 488  2022-12-09 23:47:59      TRUE
## 489  2022-12-09 23:47:56      TRUE
## 490  2022-12-09 23:47:56      TRUE
## 491  2022-12-09 23:47:54      TRUE
## 492  2022-12-09 23:47:53      TRUE
## 493  2022-12-09 23:47:52      TRUE
## 494  2022-12-09 23:47:51      TRUE
## 495  2022-12-09 23:47:51      TRUE
## 496  2022-12-09 23:47:50      TRUE
## 497  2022-12-09 23:47:49      TRUE
## 498  2022-12-09 23:47:49      TRUE
## 499  2022-12-09 23:47:47      TRUE
## 500  2022-12-09 23:47:45      TRUE
## 501  2022-12-09 23:47:44      TRUE
## 502  2022-12-09 23:47:43      TRUE
## 503  2022-12-09 23:47:40      TRUE
## 504  2022-12-09 23:47:40      TRUE
## 505  2022-12-09 23:47:40      TRUE
## 506  2022-12-09 23:47:39      TRUE
## 507  2022-12-09 23:47:36      TRUE
## 508  2022-12-09 23:47:35      TRUE
## 509  2022-12-09 23:47:35      TRUE
## 510  2022-12-09 23:47:34      TRUE
## 511  2022-12-09 23:47:34      TRUE
## 512  2022-12-09 23:47:30      TRUE
## 513  2022-12-09 23:47:29      TRUE
## 514  2022-12-09 23:47:22      TRUE
## 515  2022-12-09 23:47:22      TRUE
## 516  2022-12-09 23:47:21      TRUE
## 517  2022-12-09 23:47:21      TRUE
## 518  2022-12-09 23:47:18      TRUE
## 519  2022-12-09 23:47:13      TRUE
## 520  2022-12-09 23:47:12      TRUE
## 521  2022-12-09 23:47:11      TRUE
## 522  2022-12-09 23:47:10      TRUE
## 523  2022-12-09 23:47:09      TRUE
## 524  2022-12-09 23:47:09      TRUE
## 525  2022-12-09 23:47:05      TRUE
## 526  2022-12-09 23:47:05      TRUE
## 527  2022-12-09 23:47:02      TRUE
## 528  2022-12-09 23:47:00      TRUE
## 529  2022-12-09 23:47:00      TRUE
## 530  2022-12-09 23:46:58      TRUE
## 531  2022-12-09 23:46:57      TRUE
## 532  2022-12-09 23:46:54      TRUE
## 533  2022-12-09 23:46:50      TRUE
## 534  2022-12-09 23:46:48      TRUE
## 535  2022-12-09 23:46:46      TRUE
## 536  2022-12-09 23:46:45      TRUE
## 537  2022-12-09 23:46:44      TRUE
## 538  2022-12-09 23:46:43      TRUE
## 539  2022-12-09 23:46:42      TRUE
## 540  2022-12-09 23:46:38      TRUE
## 541  2022-12-09 23:46:38      TRUE
## 542  2022-12-09 23:46:37      TRUE
## 543  2022-12-09 23:46:37      TRUE
## 544  2022-12-09 23:46:34      TRUE
## 545  2022-12-09 23:46:32      TRUE
## 546  2022-12-09 23:46:24      TRUE
## 547  2022-12-09 23:46:22      TRUE
## 548  2022-12-09 23:46:19      TRUE
## 549  2022-12-09 23:46:19      TRUE
## 550  2022-12-09 23:46:19      TRUE
## 551  2022-12-09 23:46:14      TRUE
## 552  2022-12-09 23:46:13      TRUE
## 553  2022-12-09 23:46:13      TRUE
## 554  2022-12-09 23:46:11      TRUE
## 555  2022-12-09 23:46:10      TRUE
## 556  2022-12-09 23:46:08      TRUE
## 557  2022-12-09 23:46:05      TRUE
## 558  2022-12-09 23:46:04      TRUE
## 559  2022-12-09 23:46:04      TRUE
## 560  2022-12-09 23:46:03      TRUE
## 561  2022-12-09 23:46:03      TRUE
## 562  2022-12-09 23:46:00      TRUE
## 563  2022-12-09 23:45:59      TRUE
## 564  2022-12-09 23:45:59      TRUE
## 565  2022-12-09 23:45:57      TRUE
## 566  2022-12-09 23:45:56      TRUE
## 567  2022-12-09 23:45:56      TRUE
## 568  2022-12-09 23:45:53      TRUE
## 569  2022-12-09 23:45:53      TRUE
## 570  2022-12-09 23:45:53      TRUE
## 571  2022-12-09 23:45:52      TRUE
## 572  2022-12-09 23:45:51      TRUE
## 573  2022-12-09 23:45:50      TRUE
## 574  2022-12-09 23:45:48      TRUE
## 575  2022-12-09 23:45:46      TRUE
## 576  2022-12-09 23:45:46      TRUE
## 577  2022-12-09 23:45:45      TRUE
## 578  2022-12-09 23:45:44      TRUE
## 579  2022-12-09 23:45:41      TRUE
## 580  2022-12-09 23:45:36      TRUE
## 581  2022-12-09 23:45:35      TRUE
## 582  2022-12-09 23:45:35      TRUE
## 583  2022-12-09 23:45:34      TRUE
## 584  2022-12-09 23:45:33      TRUE
## 585  2022-12-09 23:45:32      TRUE
## 586  2022-12-09 23:45:26      TRUE
## 587  2022-12-09 23:45:22      TRUE
## 588  2022-12-09 23:45:22      TRUE
## 589  2022-12-09 23:45:19      TRUE
## 590  2022-12-09 23:45:15      TRUE
## 591  2022-12-09 23:45:14      TRUE
## 592  2022-12-09 23:45:14      TRUE
## 593  2022-12-09 23:45:13      TRUE
## 594  2022-12-09 23:45:13      TRUE
## 595  2022-12-09 23:45:12      TRUE
## 596  2022-12-09 23:45:11      TRUE
## 597  2022-12-09 23:45:06      TRUE
## 598  2022-12-09 23:45:04      TRUE
## 599  2022-12-09 23:45:02      TRUE
## 600  2022-12-09 23:45:01      TRUE
## 601  2022-12-09 23:45:00      TRUE
## 602  2022-12-09 23:45:00      TRUE
## 603  2022-12-09 23:44:59      TRUE
## 604  2022-12-09 23:44:56      TRUE
## 605  2022-12-09 23:44:52      TRUE
## 606  2022-12-09 23:44:49      TRUE
## 607  2022-12-09 23:44:49      TRUE
## 608  2022-12-09 23:44:49      TRUE
## 609  2022-12-09 23:44:45      TRUE
## 610  2022-12-09 23:44:44      TRUE
## 611  2022-12-09 23:44:43      TRUE
## 612  2022-12-09 23:44:41      TRUE
## 613  2022-12-09 23:44:34      TRUE
## 614  2022-12-09 23:44:34      TRUE
## 615  2022-12-09 23:44:33      TRUE
## 616  2022-12-09 23:44:32      TRUE
## 617  2022-12-09 23:44:30      TRUE
## 618  2022-12-09 23:44:30      TRUE
## 619  2022-12-09 23:44:29      TRUE
## 620  2022-12-09 23:44:28      TRUE
## 621  2022-12-09 23:44:28      TRUE
## 622  2022-12-09 23:44:27      TRUE
## 623  2022-12-09 23:44:21      TRUE
## 624  2022-12-09 23:44:19      TRUE
## 625  2022-12-09 23:44:18      TRUE
## 626  2022-12-09 23:44:16      TRUE
## 627  2022-12-09 23:44:16      TRUE
## 628  2022-12-09 23:44:16      TRUE
## 629  2022-12-09 23:44:15      TRUE
## 630  2022-12-09 23:44:14      TRUE
## 631  2022-12-09 23:44:14      TRUE
## 632  2022-12-09 23:44:14      TRUE
## 633  2022-12-09 23:44:13      TRUE
## 634  2022-12-09 23:44:13      TRUE
## 635  2022-12-09 23:44:13      TRUE
## 636  2022-12-09 23:44:11      TRUE
## 637  2022-12-09 23:44:10      TRUE
## 638  2022-12-09 23:44:09      TRUE
## 639  2022-12-09 23:44:09      TRUE
## 640  2022-12-09 23:44:04      TRUE
## 641  2022-12-09 23:44:02      TRUE
## 642  2022-12-09 23:44:02      TRUE
## 643  2022-12-09 23:44:02      TRUE
## 644  2022-12-09 23:44:02      TRUE
## 645  2022-12-09 23:44:01      TRUE
## 646  2022-12-09 23:44:00      TRUE
## 647  2022-12-09 23:44:00      TRUE
## 648  2022-12-09 23:43:59      TRUE
## 649  2022-12-09 23:43:57      TRUE
## 650  2022-12-09 23:43:56      TRUE
## 651  2022-12-09 23:43:54      TRUE
## 652  2022-12-09 23:43:53      TRUE
## 653  2022-12-09 23:43:52      TRUE
## 654  2022-12-09 23:43:51      TRUE
## 655  2022-12-09 23:43:50      TRUE
## 656  2022-12-09 23:43:49      TRUE
## 657  2022-12-09 23:43:47      TRUE
## 658  2022-12-09 23:43:47      TRUE
## 659  2022-12-09 23:43:40      TRUE
## 660  2022-12-09 23:43:40      TRUE
## 661  2022-12-09 23:43:39      TRUE
## 662  2022-12-09 23:43:38      TRUE
## 663  2022-12-09 23:43:38      TRUE
## 664  2022-12-09 23:43:35      TRUE
## 665  2022-12-09 23:43:34      TRUE
## 666  2022-12-09 23:43:31      TRUE
## 667  2022-12-09 23:43:31      TRUE
## 668  2022-12-09 23:43:30      TRUE
## 669  2022-12-09 23:43:30      TRUE
## 670  2022-12-09 23:43:29      TRUE
## 671  2022-12-09 23:43:28      TRUE
## 672  2022-12-09 23:43:27      TRUE
## 673  2022-12-09 23:43:26      TRUE
## 674  2022-12-09 23:43:24      TRUE
## 675  2022-12-09 23:43:22      TRUE
## 676  2022-12-09 23:43:19      TRUE
## 677  2022-12-09 23:43:18      TRUE
## 678  2022-12-09 23:43:15      TRUE
## 679  2022-12-09 23:43:15      TRUE
## 680  2022-12-09 23:43:11      TRUE
## 681  2022-12-09 23:43:09      TRUE
## 682  2022-12-09 23:43:07      TRUE
## 683  2022-12-09 23:43:05      TRUE
## 684  2022-12-09 23:43:05      TRUE
## 685  2022-12-09 23:43:02      TRUE
## 686  2022-12-09 23:43:00      TRUE
## 687  2022-12-09 23:42:59      TRUE
## 688  2022-12-09 23:42:59      TRUE
## 689  2022-12-09 23:42:59      TRUE
## 690  2022-12-09 23:42:58      TRUE
## 691  2022-12-09 23:42:57      TRUE
## 692  2022-12-09 23:42:56      TRUE
## 693  2022-12-09 23:42:56      TRUE
## 694  2022-12-09 23:42:54      TRUE
## 695  2022-12-09 23:42:52      TRUE
## 696  2022-12-09 23:42:51      TRUE
## 697  2022-12-09 23:42:50      TRUE
## 698  2022-12-09 23:42:50      TRUE
## 699  2022-12-09 23:42:48      TRUE
## 700  2022-12-09 23:42:48      TRUE
## 701  2022-12-09 23:42:46      TRUE
## 702  2022-12-09 23:42:45      TRUE
## 703  2022-12-09 23:42:45      TRUE
## 704  2022-12-09 23:42:44      TRUE
## 705  2022-12-09 23:42:40      TRUE
## 706  2022-12-09 23:42:37      TRUE
## 707  2022-12-09 23:42:36      TRUE
## 708  2022-12-09 23:42:32      TRUE
## 709  2022-12-09 23:42:31      TRUE
## 710  2022-12-09 23:42:30      TRUE
## 711  2022-12-09 23:42:29      TRUE
## 712  2022-12-09 23:42:28      TRUE
## 713  2022-12-09 23:42:27      TRUE
## 714  2022-12-09 23:42:27      TRUE
## 715  2022-12-09 23:42:26      TRUE
## 716  2022-12-09 23:42:26      TRUE
## 717  2022-12-09 23:42:25      TRUE
## 718  2022-12-09 23:42:23      TRUE
## 719  2022-12-09 23:42:22      TRUE
## 720  2022-12-09 23:42:21      TRUE
## 721  2022-12-09 23:42:21      TRUE
## 722  2022-12-09 23:42:20      TRUE
## 723  2022-12-09 23:42:20      TRUE
## 724  2022-12-09 23:42:14      TRUE
## 725  2022-12-09 23:42:12      TRUE
## 726  2022-12-09 23:42:08      TRUE
## 727  2022-12-09 23:42:08      TRUE
## 728  2022-12-09 23:42:07      TRUE
## 729  2022-12-09 23:42:06      TRUE
## 730  2022-12-09 23:42:06      TRUE
## 731  2022-12-09 23:42:05      TRUE
## 732  2022-12-09 23:42:00      TRUE
## 733  2022-12-09 23:42:00      TRUE
## 734  2022-12-09 23:41:59      TRUE
## 735  2022-12-09 23:41:57      TRUE
## 736  2022-12-09 23:41:57      TRUE
## 737  2022-12-09 23:41:56      TRUE
## 738  2022-12-09 23:41:56      TRUE
## 739  2022-12-09 23:41:53      TRUE
## 740  2022-12-09 23:41:53      TRUE
## 741  2022-12-09 23:41:51      TRUE
## 742  2022-12-09 23:41:51      TRUE
## 743  2022-12-09 23:41:51      TRUE
## 744  2022-12-09 23:41:48      TRUE
## 745  2022-12-09 23:41:47      TRUE
## 746  2022-12-09 23:41:44      TRUE
## 747  2022-12-09 23:41:44      TRUE
## 748  2022-12-09 23:41:41      TRUE
## 749  2022-12-09 23:41:40      TRUE
## 750  2022-12-09 23:41:40      TRUE
## 751  2022-12-09 23:41:40      TRUE
## 752  2022-12-09 23:41:39      TRUE
## 753  2022-12-09 23:41:39      TRUE
## 754  2022-12-09 23:41:37      TRUE
## 755  2022-12-09 23:41:37      TRUE
## 756  2022-12-09 23:41:35      TRUE
## 757  2022-12-09 23:41:32      TRUE
## 758  2022-12-09 23:41:24      TRUE
## 759  2022-12-09 23:41:24      TRUE
## 760  2022-12-09 23:41:23      TRUE
## 761  2022-12-09 23:41:21      TRUE
## 762  2022-12-09 23:41:17      TRUE
## 763  2022-12-09 23:41:16      TRUE
## 764  2022-12-09 23:41:16      TRUE
## 765  2022-12-09 23:41:15      TRUE
## 766  2022-12-09 23:41:14      TRUE
## 767  2022-12-09 23:41:13      TRUE
## 768  2022-12-09 23:41:12      TRUE
## 769  2022-12-09 23:41:11      TRUE
## 770  2022-12-09 23:41:10      TRUE
## 771  2022-12-09 23:41:09      TRUE
## 772  2022-12-09 23:41:09      TRUE
## 773  2022-12-09 23:41:04      TRUE
## 774  2022-12-09 23:41:02      TRUE
## 775  2022-12-09 23:41:01      TRUE
## 776  2022-12-09 23:40:58      TRUE
## 777  2022-12-09 23:40:55      TRUE
## 778  2022-12-09 23:40:54      TRUE
## 779  2022-12-09 23:40:54      TRUE
## 780  2022-12-09 23:40:52      TRUE
## 781  2022-12-09 23:40:51      TRUE
## 782  2022-12-09 23:40:49      TRUE
## 783  2022-12-09 23:40:48      TRUE
## 784  2022-12-09 23:40:43      TRUE
## 785  2022-12-09 23:40:38      TRUE
## 786  2022-12-09 23:40:38      TRUE
## 787  2022-12-09 23:40:37      TRUE
## 788  2022-12-09 23:40:34      TRUE
## 789  2022-12-09 23:40:30      TRUE
## 790  2022-12-09 23:40:30      TRUE
## 791  2022-12-09 23:40:30      TRUE
## 792  2022-12-09 23:40:29      TRUE
## 793  2022-12-09 23:40:28      TRUE
## 794  2022-12-09 23:40:28      TRUE
## 795  2022-12-09 23:40:27      TRUE
## 796  2022-12-09 23:40:25      TRUE
## 797  2022-12-09 23:40:23      TRUE
## 798  2022-12-09 23:40:19      TRUE
## 799  2022-12-09 23:40:16      TRUE
## 800  2022-12-09 23:40:16      TRUE
## 801  2022-12-09 23:40:13      TRUE
## 802  2022-12-09 23:40:11      TRUE
## 803  2022-12-09 23:40:11      TRUE
## 804  2022-12-09 23:40:11      TRUE
## 805  2022-12-09 23:40:07      TRUE
## 806  2022-12-09 23:40:04      TRUE
## 807  2022-12-09 23:40:03      TRUE
## 808  2022-12-09 23:40:00      TRUE
## 809  2022-12-09 23:40:00      TRUE
## 810  2022-12-09 23:39:59      TRUE
## 811  2022-12-09 23:39:56      TRUE
## 812  2022-12-09 23:39:55      TRUE
## 813  2022-12-09 23:39:51      TRUE
## 814  2022-12-09 23:39:49      TRUE
## 815  2022-12-09 23:39:47      TRUE
## 816  2022-12-09 23:39:47      TRUE
## 817  2022-12-09 23:39:46      TRUE
## 818  2022-12-09 23:39:45      TRUE
## 819  2022-12-09 23:39:42      TRUE
## 820  2022-12-09 23:39:41      TRUE
## 821  2022-12-09 23:39:40      TRUE
## 822  2022-12-09 23:39:40      TRUE
## 823  2022-12-09 23:39:40      TRUE
## 824  2022-12-09 23:39:40      TRUE
## 825  2022-12-09 23:39:39      TRUE
## 826  2022-12-09 23:39:34      TRUE
## 827  2022-12-09 23:39:32      TRUE
## 828  2022-12-09 23:39:32      TRUE
## 829  2022-12-09 23:39:31      TRUE
## 830  2022-12-09 23:39:29      TRUE
## 831  2022-12-09 23:39:28      TRUE
## 832  2022-12-09 23:39:27      TRUE
## 833  2022-12-09 23:39:25      TRUE
## 834  2022-12-09 23:39:23      TRUE
## 835  2022-12-09 23:39:23      TRUE
## 836  2022-12-09 23:39:21      TRUE
## 837  2022-12-09 23:39:20      TRUE
## 838  2022-12-09 23:39:20      TRUE
## 839  2022-12-09 23:39:19      TRUE
## 840  2022-12-09 23:39:16      TRUE
## 841  2022-12-09 23:39:10      TRUE
## 842  2022-12-09 23:39:09      TRUE
## 843  2022-12-09 23:39:08      TRUE
## 844  2022-12-09 23:39:06      TRUE
## 845  2022-12-09 23:39:06      TRUE
## 846  2022-12-09 23:39:03      TRUE
## 847  2022-12-09 23:39:03      TRUE
## 848  2022-12-09 23:39:01      TRUE
## 849  2022-12-09 23:38:59      TRUE
## 850  2022-12-09 23:38:55      TRUE
## 851  2022-12-09 23:38:52      TRUE
## 852  2022-12-09 23:38:51      TRUE
## 853  2022-12-09 23:38:50      TRUE
## 854  2022-12-09 23:38:49      TRUE
## 855  2022-12-09 23:38:46      TRUE
## 856  2022-12-09 23:38:44      TRUE
## 857  2022-12-09 23:38:44      TRUE
## 858  2022-12-09 23:38:41      TRUE
## 859  2022-12-09 23:38:41      TRUE
## 860  2022-12-09 23:38:39      TRUE
## 861  2022-12-09 23:38:39      TRUE
## 862  2022-12-09 23:38:38      TRUE
## 863  2022-12-09 23:38:36      TRUE
## 864  2022-12-09 23:38:36      TRUE
## 865  2022-12-09 23:38:33      TRUE
## 866  2022-12-09 23:38:31      TRUE
## 867  2022-12-09 23:38:31      TRUE
## 868  2022-12-09 23:38:30      TRUE
## 869  2022-12-09 23:38:29      TRUE
## 870  2022-12-09 23:38:27      TRUE
## 871  2022-12-09 23:38:24      TRUE
## 872  2022-12-09 23:38:24      TRUE
## 873  2022-12-09 23:38:23      TRUE
## 874  2022-12-09 23:38:21      TRUE
## 875  2022-12-09 23:38:21      TRUE
## 876  2022-12-09 23:38:20      TRUE
## 877  2022-12-09 23:38:19      TRUE
## 878  2022-12-09 23:38:17      TRUE
## 879  2022-12-09 23:38:15      TRUE
## 880  2022-12-09 23:38:14      TRUE
## 881  2022-12-09 23:38:14      TRUE
## 882  2022-12-09 23:38:13      TRUE
## 883  2022-12-09 23:38:07      TRUE
## 884  2022-12-09 23:38:04      TRUE
## 885  2022-12-09 23:38:04      TRUE
## 886  2022-12-09 23:38:03      TRUE
## 887  2022-12-09 23:38:01      TRUE
## 888  2022-12-09 23:37:59      TRUE
## 889  2022-12-09 23:37:59      TRUE
## 890  2022-12-09 23:37:58      TRUE
## 891  2022-12-09 23:37:57      TRUE
## 892  2022-12-09 23:37:57      TRUE
## 893  2022-12-09 23:37:56      TRUE
## 894  2022-12-09 23:37:55      TRUE
## 895  2022-12-09 23:37:54      TRUE
## 896  2022-12-09 23:37:52      TRUE
## 897  2022-12-09 23:37:50      TRUE
## 898  2022-12-09 23:37:48      TRUE
## 899  2022-12-09 23:37:47      TRUE
## 900  2022-12-09 23:37:44      TRUE
## 901  2022-12-09 23:37:44      TRUE
## 902  2022-12-09 23:37:39      TRUE
## 903  2022-12-09 23:37:38      TRUE
## 904  2022-12-09 23:37:38      TRUE
## 905  2022-12-09 23:37:37      TRUE
## 906  2022-12-09 23:37:37      TRUE
## 907  2022-12-09 23:37:36      TRUE
## 908  2022-12-09 23:37:35      TRUE
## 909  2022-12-09 23:37:33      TRUE
## 910  2022-12-09 23:37:31      TRUE
## 911  2022-12-09 23:37:28      TRUE
## 912  2022-12-09 23:37:25      TRUE
## 913  2022-12-09 23:37:24      TRUE
## 914  2022-12-09 23:37:24      TRUE
## 915  2022-12-09 23:37:24      TRUE
## 916  2022-12-09 23:37:23      TRUE
## 917  2022-12-09 23:37:21      TRUE
## 918  2022-12-09 23:37:20      TRUE
## 919  2022-12-09 23:37:18      TRUE
## 920  2022-12-09 23:37:16      TRUE
## 921  2022-12-09 23:37:16      TRUE
## 922  2022-12-09 23:37:15      TRUE
## 923  2022-12-09 23:37:15      TRUE
## 924  2022-12-09 23:37:14      TRUE
## 925  2022-12-09 23:37:12      TRUE
## 926  2022-12-09 23:37:11      TRUE
## 927  2022-12-09 23:37:10      TRUE
## 928  2022-12-09 23:37:10      TRUE
## 929  2022-12-09 23:37:08      TRUE
## 930  2022-12-09 23:37:07      TRUE
## 931  2022-12-09 23:37:05      TRUE
## 932  2022-12-09 23:37:03      TRUE
## 933  2022-12-09 23:37:01      TRUE
## 934  2022-12-09 23:36:59      TRUE
## 935  2022-12-09 23:36:59      TRUE
## 936  2022-12-09 23:36:58      TRUE
## 937  2022-12-09 23:36:58      TRUE
## 938  2022-12-09 23:36:58      TRUE
## 939  2022-12-09 23:36:55      TRUE
## 940  2022-12-09 23:36:49      TRUE
## 941  2022-12-09 23:36:48      TRUE
## 942  2022-12-09 23:36:47      TRUE
## 943  2022-12-09 23:36:45      TRUE
## 944  2022-12-09 23:36:45      TRUE
## 945  2022-12-09 23:36:45      TRUE
## 946  2022-12-09 23:36:43      TRUE
## 947  2022-12-09 23:36:42      TRUE
## 948  2022-12-09 23:36:41      TRUE
## 949  2022-12-09 23:36:41      TRUE
## 950  2022-12-09 23:36:40      TRUE
## 951  2022-12-09 23:36:39      TRUE
## 952  2022-12-09 23:36:37      TRUE
## 953  2022-12-09 23:36:37      TRUE
## 954  2022-12-09 23:36:36      TRUE
## 955  2022-12-09 23:36:35      TRUE
## 956  2022-12-09 23:36:35      TRUE
## 957  2022-12-09 23:36:32      TRUE
## 958  2022-12-09 23:36:28      TRUE
## 959  2022-12-09 23:36:28      TRUE
## 960  2022-12-09 23:36:25      TRUE
## 961  2022-12-09 23:36:21      TRUE
## 962  2022-12-09 23:36:18      TRUE
## 963  2022-12-09 23:36:17      TRUE
## 964  2022-12-09 23:36:14      TRUE
## 965  2022-12-09 23:36:13      TRUE
## 966  2022-12-09 23:36:12      TRUE
## 967  2022-12-09 23:36:12      TRUE
## 968  2022-12-09 23:36:10      TRUE
## 969  2022-12-09 23:36:10      TRUE
## 970  2022-12-09 23:36:07      TRUE
## 971  2022-12-09 23:36:05      TRUE
## 972  2022-12-09 23:36:05      TRUE
## 973  2022-12-09 23:36:03      TRUE
## 974  2022-12-09 23:36:01      TRUE
## 975  2022-12-09 23:36:01      TRUE
## 976  2022-12-09 23:36:00      TRUE
## 977  2022-12-09 23:35:59      TRUE
## 978  2022-12-09 23:35:57      TRUE
## 979  2022-12-09 23:35:56      TRUE
## 980  2022-12-09 23:35:53      TRUE
## 981  2022-12-09 23:35:51      TRUE
## 982  2022-12-09 23:35:51      TRUE
## 983  2022-12-09 23:35:51      TRUE
## 984  2022-12-09 23:35:48      TRUE
## 985  2022-12-09 23:35:48      TRUE
## 986  2022-12-09 23:35:47      TRUE
## 987  2022-12-09 23:35:46      TRUE
## 988  2022-12-09 23:35:45      TRUE
## 989  2022-12-09 23:35:43      TRUE
## 990  2022-12-09 23:35:43      TRUE
## 991  2022-12-09 23:35:41      TRUE
## 992  2022-12-09 23:35:39      TRUE
## 993  2022-12-09 23:35:37      TRUE
## 994  2022-12-09 23:35:36      TRUE
## 995  2022-12-09 23:35:35      TRUE
## 996  2022-12-09 23:35:34      TRUE
## 997  2022-12-09 23:35:32      TRUE
## 998  2022-12-09 23:35:31      TRUE
## 999  2022-12-09 23:35:29      TRUE
## 1000 2022-12-09 23:35:25      TRUE
## 1001 2022-12-09 23:35:25      TRUE
## 1002 2022-12-09 23:35:25      TRUE
## 1003 2022-12-09 23:35:24      TRUE
## 1004 2022-12-09 23:35:23      TRUE
## 1005 2022-12-09 23:35:22      TRUE
## 1006 2022-12-09 23:35:19      TRUE
## 1007 2022-12-09 23:35:18      TRUE
## 1008 2022-12-09 23:35:17      TRUE
## 1009 2022-12-09 23:35:16      TRUE
## 1010 2022-12-09 23:35:16      TRUE
## 1011 2022-12-09 23:35:12      TRUE
## 1012 2022-12-09 23:35:08      TRUE
## 1013 2022-12-09 23:35:03      TRUE
## 1014 2022-12-09 23:35:01      TRUE
## 1015 2022-12-09 23:34:58      TRUE
## 1016 2022-12-09 23:34:57      TRUE
## 1017 2022-12-09 23:34:56      TRUE
## 1018 2022-12-09 23:34:50      TRUE
## 1019 2022-12-09 23:34:45      TRUE
## 1020 2022-12-09 23:34:44      TRUE
## 1021 2022-12-09 23:34:44      TRUE
## 1022 2022-12-09 23:34:44      TRUE
## 1023 2022-12-09 23:34:43      TRUE
## 1024 2022-12-09 23:34:42      TRUE
## 1025 2022-12-09 23:34:39      TRUE
## 1026 2022-12-09 23:34:39      TRUE
## 1027 2022-12-09 23:34:37      TRUE
## 1028 2022-12-09 23:34:35      TRUE
## 1029 2022-12-09 23:34:34      TRUE
## 1030 2022-12-09 23:34:34      TRUE
## 1031 2022-12-09 23:34:33      TRUE
## 1032 2022-12-09 23:34:32      TRUE
## 1033 2022-12-09 23:34:30      TRUE
## 1034 2022-12-09 23:34:28      TRUE
## 1035 2022-12-09 23:34:28      TRUE
## 1036 2022-12-09 23:34:27      TRUE
## 1037 2022-12-09 23:34:27      TRUE
## 1038 2022-12-09 23:34:25      TRUE
## 1039 2022-12-09 23:34:23      TRUE
## 1040 2022-12-09 23:34:22      TRUE
## 1041 2022-12-09 23:34:20      TRUE
## 1042 2022-12-09 23:34:20      TRUE
## 1043 2022-12-09 23:34:17      TRUE
## 1044 2022-12-09 23:34:14      TRUE
## 1045 2022-12-09 23:34:14      TRUE
## 1046 2022-12-09 23:34:14      TRUE
## 1047 2022-12-09 23:34:13      TRUE
## 1048 2022-12-09 23:34:12      TRUE
## 1049 2022-12-09 23:34:12      TRUE
## 1050 2022-12-09 23:34:10      TRUE
## 1051 2022-12-09 23:34:09      TRUE
## 1052 2022-12-09 23:34:06      TRUE
## 1053 2022-12-09 23:34:04      TRUE
## 1054 2022-12-09 23:34:04      TRUE
## 1055 2022-12-09 23:34:03      TRUE
## 1056 2022-12-09 23:34:01      TRUE
## 1057 2022-12-09 23:34:01      TRUE
## 1058 2022-12-09 23:33:56      TRUE
## 1059 2022-12-09 23:33:54      TRUE
## 1060 2022-12-09 23:33:54      TRUE
## 1061 2022-12-09 23:33:52      TRUE
## 1062 2022-12-09 23:33:46      TRUE
## 1063 2022-12-09 23:33:46      TRUE
## 1064 2022-12-09 23:33:45      TRUE
## 1065 2022-12-09 23:33:45      TRUE
## 1066 2022-12-09 23:33:41      TRUE
## 1067 2022-12-09 23:33:38      TRUE
## 1068 2022-12-09 23:33:35      TRUE
## 1069 2022-12-09 23:33:35      TRUE
## 1070 2022-12-09 23:33:34      TRUE
## 1071 2022-12-09 23:33:34      TRUE
## 1072 2022-12-09 23:33:33      TRUE
## 1073 2022-12-09 23:33:32      TRUE
## 1074 2022-12-09 23:33:32      TRUE
## 1075 2022-12-09 23:33:32      TRUE
## 1076 2022-12-09 23:33:30      TRUE
## 1077 2022-12-09 23:33:29      TRUE
## 1078 2022-12-09 23:33:29      TRUE
## 1079 2022-12-09 23:33:24      TRUE
## 1080 2022-12-09 23:33:24      TRUE
## 1081 2022-12-09 23:33:20      TRUE
## 1082 2022-12-09 23:33:19      TRUE
## 1083 2022-12-09 23:33:17      TRUE
## 1084 2022-12-09 23:33:10      TRUE
## 1085 2022-12-09 23:33:08      TRUE
## 1086 2022-12-09 23:33:08      TRUE
## 1087 2022-12-09 23:33:03      TRUE
## 1088 2022-12-09 23:33:03      TRUE
## 1089 2022-12-09 23:33:00      TRUE
## 1090 2022-12-09 23:32:59      TRUE
## 1091 2022-12-09 23:32:57      TRUE
## 1092 2022-12-09 23:32:57      TRUE
## 1093 2022-12-09 23:32:56      TRUE
## 1094 2022-12-09 23:32:55      TRUE
## 1095 2022-12-09 23:32:55      TRUE
## 1096 2022-12-09 23:32:54      TRUE
## 1097 2022-12-09 23:32:53      TRUE
## 1098 2022-12-09 23:32:51      TRUE
## 1099 2022-12-09 23:32:51      TRUE
## 1100 2022-12-09 23:32:51      TRUE
## 1101 2022-12-09 23:32:49      TRUE
## 1102 2022-12-09 23:32:47      TRUE
## 1103 2022-12-09 23:32:46      TRUE
## 1104 2022-12-09 23:32:46      TRUE
## 1105 2022-12-09 23:32:44      TRUE
## 1106 2022-12-09 23:32:43      TRUE
## 1107 2022-12-09 23:32:41      TRUE
## 1108 2022-12-09 23:32:41      TRUE
## 1109 2022-12-09 23:32:41      TRUE
## 1110 2022-12-09 23:32:40      TRUE
## 1111 2022-12-09 23:32:39      TRUE
## 1112 2022-12-09 23:32:39      TRUE
## 1113 2022-12-09 23:32:38      TRUE
## 1114 2022-12-09 23:32:36      TRUE
## 1115 2022-12-09 23:32:35      TRUE
## 1116 2022-12-09 23:32:34      TRUE
## 1117 2022-12-09 23:32:33      TRUE
## 1118 2022-12-09 23:32:30      TRUE
## 1119 2022-12-09 23:32:27      TRUE
## 1120 2022-12-09 23:32:24      TRUE
## 1121 2022-12-09 23:32:20      TRUE
## 1122 2022-12-09 23:32:19      TRUE
## 1123 2022-12-09 23:32:19      TRUE
## 1124 2022-12-09 23:32:14      TRUE
## 1125 2022-12-09 23:32:12      TRUE
## 1126 2022-12-09 23:32:12      TRUE
## 1127 2022-12-09 23:32:12      TRUE
## 1128 2022-12-09 23:32:12      TRUE
## 1129 2022-12-09 23:32:10      TRUE
## 1130 2022-12-09 23:32:10      TRUE
## 1131 2022-12-09 23:32:09      TRUE
## 1132 2022-12-09 23:32:08      TRUE
## 1133 2022-12-09 23:32:06      TRUE
## 1134 2022-12-09 23:32:04      TRUE
## 1135 2022-12-09 23:32:02      TRUE
## 1136 2022-12-09 23:32:01      TRUE
## 1137 2022-12-09 23:32:01      TRUE
## 1138 2022-12-09 23:32:01      TRUE
## 1139 2022-12-09 23:32:00      TRUE
## 1140 2022-12-09 23:31:59      TRUE
## 1141 2022-12-09 23:31:59      TRUE
## 1142 2022-12-09 23:31:56      TRUE
## 1143 2022-12-09 23:31:55      TRUE
## 1144 2022-12-09 23:31:53      TRUE
## 1145 2022-12-09 23:31:51      TRUE
## 1146 2022-12-09 23:31:51      TRUE
## 1147 2022-12-09 23:31:49      TRUE
## 1148 2022-12-09 23:31:47      TRUE
## 1149 2022-12-09 23:31:46      TRUE
## 1150 2022-12-09 23:31:41      TRUE
## 1151 2022-12-09 23:31:41      TRUE
## 1152 2022-12-09 23:31:40      TRUE
## 1153 2022-12-09 23:31:40      TRUE
## 1154 2022-12-09 23:31:39      TRUE
## 1155 2022-12-09 23:31:38      TRUE
## 1156 2022-12-09 23:31:38      TRUE
## 1157 2022-12-09 23:31:36      TRUE
## 1158 2022-12-09 23:31:34      TRUE
## 1159 2022-12-09 23:31:32      TRUE
## 1160 2022-12-09 23:31:31      TRUE
## 1161 2022-12-09 23:31:30      TRUE
## 1162 2022-12-09 23:31:24      TRUE
## 1163 2022-12-09 23:31:21      TRUE
## 1164 2022-12-09 23:31:20      TRUE
## 1165 2022-12-09 23:31:18      TRUE
## 1166 2022-12-09 23:31:17      TRUE
## 1167 2022-12-09 23:31:14      TRUE
## 1168 2022-12-09 23:31:13      TRUE
## 1169 2022-12-09 23:31:11      TRUE
## 1170 2022-12-09 23:31:10      TRUE
## 1171 2022-12-09 23:31:09      TRUE
## 1172 2022-12-09 23:31:07      TRUE
## 1173 2022-12-09 23:31:03      TRUE
## 1174 2022-12-09 23:30:59      TRUE
## 1175 2022-12-09 23:30:58      TRUE
## 1176 2022-12-09 23:30:55      TRUE
## 1177 2022-12-09 23:30:55      TRUE
## 1178 2022-12-09 23:30:54      TRUE
## 1179 2022-12-09 23:30:53      TRUE
## 1180 2022-12-09 23:30:51      TRUE
## 1181 2022-12-09 23:30:51      TRUE
## 1182 2022-12-09 23:30:51      TRUE
## 1183 2022-12-09 23:30:50      TRUE
## 1184 2022-12-09 23:30:50      TRUE
## 1185 2022-12-09 23:30:47      TRUE
## 1186 2022-12-09 23:30:42      TRUE
## 1187 2022-12-09 23:30:40      TRUE
## 1188 2022-12-09 23:30:40      TRUE
## 1189 2022-12-09 23:30:38      TRUE
## 1190 2022-12-09 23:30:38      TRUE
## 1191 2022-12-09 23:30:37      TRUE
## 1192 2022-12-09 23:30:36      TRUE
## 1193 2022-12-09 23:30:34      TRUE
## 1194 2022-12-09 23:30:33      TRUE
## 1195 2022-12-09 23:30:32      TRUE
## 1196 2022-12-09 23:30:31      TRUE
## 1197 2022-12-09 23:30:29      TRUE
## 1198 2022-12-09 23:30:28      TRUE
## 1199 2022-12-09 23:30:24      TRUE
## 1200 2022-12-09 23:30:23      TRUE
## 1201 2022-12-09 23:30:16      TRUE
## 1202 2022-12-09 23:30:15      TRUE
## 1203 2022-12-09 23:30:11      TRUE
## 1204 2022-12-09 23:30:11      TRUE
## 1205 2022-12-09 23:30:10      TRUE
## 1206 2022-12-09 23:30:07      TRUE
## 1207 2022-12-09 23:30:06      TRUE
## 1208 2022-12-09 23:30:05      TRUE
## 1209 2022-12-09 23:30:05      TRUE
## 1210 2022-12-09 23:30:05      TRUE
## 1211 2022-12-09 23:30:03      TRUE
## 1212 2022-12-09 23:30:02      TRUE
## 1213 2022-12-09 23:30:02      TRUE
## 1214 2022-12-09 23:30:02      TRUE
## 1215 2022-12-09 23:30:00      TRUE
## 1216 2022-12-09 23:30:00      TRUE
## 1217 2022-12-09 23:29:58      TRUE
## 1218 2022-12-09 23:29:57      TRUE
## 1219 2022-12-09 23:29:57      TRUE
## 1220 2022-12-09 23:29:57      TRUE
## 1221 2022-12-09 23:29:55      TRUE
## 1222 2022-12-09 23:29:49      TRUE
## 1223 2022-12-09 23:29:47      TRUE
## 1224 2022-12-09 23:29:46      TRUE
## 1225 2022-12-09 23:29:45      TRUE
## 1226 2022-12-09 23:29:42      TRUE
## 1227 2022-12-09 23:29:41      TRUE
## 1228 2022-12-09 23:29:40      TRUE
## 1229 2022-12-09 23:29:40      TRUE
## 1230 2022-12-09 23:29:40      TRUE
## 1231 2022-12-09 23:29:39      TRUE
## 1232 2022-12-09 23:29:38      TRUE
## 1233 2022-12-09 23:29:38      TRUE
## 1234 2022-12-09 23:29:38      TRUE
## 1235 2022-12-09 23:29:37      TRUE
## 1236 2022-12-09 23:29:37      TRUE
## 1237 2022-12-09 23:29:35      TRUE
## 1238 2022-12-09 23:29:34      TRUE
## 1239 2022-12-09 23:29:31      TRUE
## 1240 2022-12-09 23:29:30      TRUE
## 1241 2022-12-09 23:29:29      TRUE
## 1242 2022-12-09 23:29:29      TRUE
## 1243 2022-12-09 23:29:28      TRUE
## 1244 2022-12-09 23:29:27      TRUE
## 1245 2022-12-09 23:29:24      TRUE
## 1246 2022-12-09 23:29:22      TRUE
## 1247 2022-12-09 23:29:18      TRUE
## 1248 2022-12-09 23:29:18      TRUE
## 1249 2022-12-09 23:29:14      TRUE
## 1250 2022-12-09 23:29:13      TRUE
## 1251 2022-12-09 23:29:08      TRUE
## 1252 2022-12-09 23:29:08      TRUE
## 1253 2022-12-09 23:29:07      TRUE
## 1254 2022-12-09 23:29:07      TRUE
## 1255 2022-12-09 23:29:04      TRUE
## 1256 2022-12-09 23:29:04      TRUE
## 1257 2022-12-09 23:29:02      TRUE
## 1258 2022-12-09 23:29:01      TRUE
## 1259 2022-12-09 23:29:00      TRUE
## 1260 2022-12-09 23:28:53      TRUE
## 1261 2022-12-09 23:28:52      TRUE
## 1262 2022-12-09 23:28:51      TRUE
## 1263 2022-12-09 23:28:51      TRUE
## 1264 2022-12-09 23:28:50      TRUE
## 1265 2022-12-09 23:28:50      TRUE
## 1266 2022-12-09 23:28:49      TRUE
## 1267 2022-12-09 23:28:49      TRUE
## 1268 2022-12-09 23:28:46      TRUE
## 1269 2022-12-09 23:28:45      TRUE
## 1270 2022-12-09 23:28:45      TRUE
## 1271 2022-12-09 23:28:45      TRUE
## 1272 2022-12-09 23:28:44      TRUE
## 1273 2022-12-09 23:28:43      TRUE
## 1274 2022-12-09 23:28:41      TRUE
## 1275 2022-12-09 23:28:41      TRUE
## 1276 2022-12-09 23:28:40      TRUE
## 1277 2022-12-09 23:28:38      TRUE
## 1278 2022-12-09 23:28:36      TRUE
## 1279 2022-12-09 23:28:36      TRUE
## 1280 2022-12-09 23:28:34      TRUE
## 1281 2022-12-09 23:28:32      TRUE
## 1282 2022-12-09 23:28:31      TRUE
## 1283 2022-12-09 23:28:29      TRUE
## 1284 2022-12-09 23:28:27      TRUE
## 1285 2022-12-09 23:28:27      TRUE
## 1286 2022-12-09 23:28:23      TRUE
## 1287 2022-12-09 23:28:22      TRUE
## 1288 2022-12-09 23:28:22      TRUE
## 1289 2022-12-09 23:28:19      TRUE
## 1290 2022-12-09 23:28:17      TRUE
## 1291 2022-12-09 23:28:10      TRUE
## 1292 2022-12-09 23:28:10      TRUE
## 1293 2022-12-09 23:28:10      TRUE
## 1294 2022-12-09 23:28:09      TRUE
## 1295 2022-12-09 23:28:08      TRUE
## 1296 2022-12-09 23:28:06      TRUE
## 1297 2022-12-09 23:28:03      TRUE
## 1298 2022-12-09 23:28:02      TRUE
## 1299 2022-12-09 23:27:57      TRUE
## 1300 2022-12-09 23:27:57      TRUE
## 1301 2022-12-09 23:27:55      TRUE
## 1302 2022-12-09 23:27:54      TRUE
## 1303 2022-12-09 23:27:53      TRUE
## 1304 2022-12-09 23:27:52      TRUE
## 1305 2022-12-09 23:27:51      TRUE
## 1306 2022-12-09 23:27:50      TRUE
## 1307 2022-12-09 23:27:49      TRUE
## 1308 2022-12-09 23:27:48      TRUE
## 1309 2022-12-09 23:27:45      TRUE
## 1310 2022-12-09 23:27:44      TRUE
## 1311 2022-12-09 23:27:44      TRUE
## 1312 2022-12-09 23:27:42      TRUE
## 1313 2022-12-09 23:27:41      TRUE
## 1314 2022-12-09 23:27:41      TRUE
## 1315 2022-12-09 23:27:41      TRUE
## 1316 2022-12-09 23:27:41      TRUE
## 1317 2022-12-09 23:27:40      TRUE
## 1318 2022-12-09 23:27:39      TRUE
## 1319 2022-12-09 23:27:36      TRUE
## 1320 2022-12-09 23:27:34      TRUE
## 1321 2022-12-09 23:27:30      TRUE
## 1322 2022-12-09 23:27:27      TRUE
## 1323 2022-12-09 23:27:24      TRUE
## 1324 2022-12-09 23:27:21      TRUE
## 1325 2022-12-09 23:27:21      TRUE
## 1326 2022-12-09 23:27:20      TRUE
## 1327 2022-12-09 23:27:18      TRUE
## 1328 2022-12-09 23:27:18      TRUE
## 1329 2022-12-09 23:27:17      TRUE
## 1330 2022-12-09 23:27:15      TRUE
## 1331 2022-12-09 23:27:15      TRUE
## 1332 2022-12-09 23:27:14      TRUE
## 1333 2022-12-09 23:27:13      TRUE
## 1334 2022-12-09 23:27:13      TRUE
## 1335 2022-12-09 23:27:12      TRUE
## 1336 2022-12-09 23:27:10      TRUE
## 1337 2022-12-09 23:27:10      TRUE
## 1338 2022-12-09 23:27:09      TRUE
## 1339 2022-12-09 23:27:08      TRUE
## 1340 2022-12-09 23:27:06      TRUE
## 1341 2022-12-09 23:27:06      TRUE
## 1342 2022-12-09 23:27:05      TRUE
## 1343 2022-12-09 23:27:04      TRUE
## 1344 2022-12-09 23:27:02      TRUE
## 1345 2022-12-09 23:27:01      TRUE
## 1346 2022-12-09 23:27:00      TRUE
## 1347 2022-12-09 23:26:58      TRUE
## 1348 2022-12-09 23:26:57      TRUE
## 1349 2022-12-09 23:26:55      TRUE
## 1350 2022-12-09 23:26:55      TRUE
## 1351 2022-12-09 23:26:55      TRUE
## 1352 2022-12-09 23:26:53      TRUE
## 1353 2022-12-09 23:26:53      TRUE
## 1354 2022-12-09 23:26:53      TRUE
## 1355 2022-12-09 23:26:53      TRUE
## 1356 2022-12-09 23:26:52      TRUE
## 1357 2022-12-09 23:26:51      TRUE
## 1358 2022-12-09 23:26:50      TRUE
## 1359 2022-12-09 23:26:50      TRUE
## 1360 2022-12-09 23:26:49      TRUE
## 1361 2022-12-09 23:26:47      TRUE
## 1362 2022-12-09 23:26:47      TRUE
## 1363 2022-12-09 23:26:46      TRUE
## 1364 2022-12-09 23:26:46      TRUE
## 1365 2022-12-09 23:26:44      TRUE
## 1366 2022-12-09 23:26:44      TRUE
## 1367 2022-12-09 23:26:42      TRUE
## 1368 2022-12-09 23:26:40      TRUE
## 1369 2022-12-09 23:26:40      TRUE
## 1370 2022-12-09 23:26:38      TRUE
## 1371 2022-12-09 23:26:38      TRUE
## 1372 2022-12-09 23:26:38      TRUE
## 1373 2022-12-09 23:26:37      TRUE
## 1374 2022-12-09 23:26:35      TRUE
## 1375 2022-12-09 23:26:33      TRUE
## 1376 2022-12-09 23:26:33      TRUE
## 1377 2022-12-09 23:26:32      TRUE
## 1378 2022-12-09 23:26:29      TRUE
## 1379 2022-12-09 23:26:29      TRUE
## 1380 2022-12-09 23:26:28      TRUE
## 1381 2022-12-09 23:26:25      TRUE
## 1382 2022-12-09 23:26:23      TRUE
## 1383 2022-12-09 23:26:13      TRUE
## 1384 2022-12-09 23:26:12      TRUE
## 1385 2022-12-09 23:26:11      TRUE
## 1386 2022-12-09 23:26:10      TRUE
## 1387 2022-12-09 23:26:10      TRUE
## 1388 2022-12-09 23:26:09      TRUE
## 1389 2022-12-09 23:26:09      TRUE
## 1390 2022-12-09 23:26:09      TRUE
## 1391 2022-12-09 23:26:07      TRUE
## 1392 2022-12-09 23:26:07      TRUE
## 1393 2022-12-09 23:26:05      TRUE
## 1394 2022-12-09 23:26:04      TRUE
## 1395 2022-12-09 23:26:03      TRUE
## 1396 2022-12-09 23:26:03      TRUE
## 1397 2022-12-09 23:26:01      TRUE
## 1398 2022-12-09 23:26:01      TRUE
## 1399 2022-12-09 23:26:00      TRUE
## 1400 2022-12-09 23:25:53      TRUE
## 1401 2022-12-09 23:25:50      TRUE
## 1402 2022-12-09 23:25:49      TRUE
## 1403 2022-12-09 23:25:46      TRUE
## 1404 2022-12-09 23:25:45      TRUE
## 1405 2022-12-09 23:25:44      TRUE
## 1406 2022-12-09 23:25:44      TRUE
## 1407 2022-12-09 23:25:43      TRUE
## 1408 2022-12-09 23:25:43      TRUE
## 1409 2022-12-09 23:25:43      TRUE
## 1410 2022-12-09 23:25:41      TRUE
## 1411 2022-12-09 23:25:36      TRUE
## 1412 2022-12-09 23:25:36      TRUE
## 1413 2022-12-09 23:25:36      TRUE
## 1414 2022-12-09 23:25:34      TRUE
## 1415 2022-12-09 23:25:34      TRUE
## 1416 2022-12-09 23:25:34      TRUE
## 1417 2022-12-09 23:25:34      TRUE
## 1418 2022-12-09 23:25:31      TRUE
## 1419 2022-12-09 23:25:28      TRUE
## 1420 2022-12-09 23:25:28      TRUE
## 1421 2022-12-09 23:25:27      TRUE
## 1422 2022-12-09 23:25:27      TRUE
## 1423 2022-12-09 23:25:26      TRUE
## 1424 2022-12-09 23:25:21      TRUE
## 1425 2022-12-09 23:25:16      TRUE
## 1426 2022-12-09 23:25:16      TRUE
## 1427 2022-12-09 23:25:16      TRUE
## 1428 2022-12-09 23:25:15      TRUE
## 1429 2022-12-09 23:25:15      TRUE
## 1430 2022-12-09 23:25:14      TRUE
## 1431 2022-12-09 23:25:12      TRUE
## 1432 2022-12-09 23:25:12      TRUE
## 1433 2022-12-09 23:25:11      TRUE
## 1434 2022-12-09 23:25:10      TRUE
## 1435 2022-12-09 23:25:10      TRUE
## 1436 2022-12-09 23:25:04      TRUE
## 1437 2022-12-09 23:25:03      TRUE
## 1438 2022-12-09 23:25:02      TRUE
## 1439 2022-12-09 23:25:02      TRUE
## 1440 2022-12-09 23:25:00      TRUE
## 1441 2022-12-09 23:24:58      TRUE
## 1442 2022-12-09 23:24:58      TRUE
## 1443 2022-12-09 23:24:58      TRUE
## 1444 2022-12-09 23:24:57      TRUE
## 1445 2022-12-09 23:24:56      TRUE
## 1446 2022-12-09 23:24:55      TRUE
## 1447 2022-12-09 23:24:54      TRUE
## 1448 2022-12-09 23:24:53      TRUE
## 1449 2022-12-09 23:24:51      TRUE
## 1450 2022-12-09 23:24:47      TRUE
## 1451 2022-12-09 23:24:44      TRUE
## 1452 2022-12-09 23:24:43      TRUE
## 1453 2022-12-09 23:24:42      TRUE
## 1454 2022-12-09 23:24:42      TRUE
## 1455 2022-12-09 23:24:41      TRUE
## 1456 2022-12-09 23:24:39      TRUE
## 1457 2022-12-09 23:24:39      TRUE
## 1458 2022-12-09 23:24:39      TRUE
## 1459 2022-12-09 23:24:36      TRUE
## 1460 2022-12-09 23:24:34      TRUE
## 1461 2022-12-09 23:24:34      TRUE
## 1462 2022-12-09 23:24:32      TRUE
## 1463 2022-12-09 23:24:32      TRUE
## 1464 2022-12-09 23:24:31      TRUE
## 1465 2022-12-09 23:24:30      TRUE
## 1466 2022-12-09 23:24:29      TRUE
## 1467 2022-12-09 23:24:27      TRUE
## 1468 2022-12-09 23:24:26      TRUE
## 1469 2022-12-09 23:24:22      TRUE
## 1470 2022-12-09 23:24:21      TRUE
## 1471 2022-12-09 23:24:20      TRUE
## 1472 2022-12-09 23:24:19      TRUE
## 1473 2022-12-09 23:24:18      TRUE
## 1474 2022-12-09 23:24:17      TRUE
## 1475 2022-12-09 23:24:16      TRUE
## 1476 2022-12-09 23:24:15      TRUE
## 1477 2022-12-09 23:24:14      TRUE
## 1478 2022-12-09 23:24:14      TRUE
## 1479 2022-12-09 23:24:12      TRUE
## 1480 2022-12-09 23:24:10      TRUE
## 1481 2022-12-09 23:24:09      TRUE
## 1482 2022-12-09 23:24:08      TRUE
## 1483 2022-12-09 23:24:05      TRUE
## 1484 2022-12-09 23:24:03      TRUE
## 1485 2022-12-09 23:24:03      TRUE
## 1486 2022-12-09 23:24:02      TRUE
## 1487 2022-12-09 23:23:57      TRUE
## 1488 2022-12-09 23:23:57      TRUE
## 1489 2022-12-09 23:23:55      TRUE
## 1490 2022-12-09 23:23:54      TRUE
## 1491 2022-12-09 23:23:54      TRUE
## 1492 2022-12-09 23:23:52      TRUE
## 1493 2022-12-09 23:23:45      TRUE
## 1494 2022-12-09 23:23:45      TRUE
## 1495 2022-12-09 23:23:42      TRUE
## 1496 2022-12-09 23:23:38      TRUE
## 1497 2022-12-09 23:23:37      TRUE
## 1498 2022-12-09 23:23:35      TRUE
## 1499 2022-12-09 23:23:35      TRUE
## 1500 2022-12-09 23:23:32      TRUE
## 1501 2022-12-09 23:23:30      TRUE
## 1502 2022-12-09 23:23:30      TRUE
## 1503 2022-12-09 23:23:29      TRUE
## 1504 2022-12-09 23:23:28      TRUE
## 1505 2022-12-09 23:23:27      TRUE
## 1506 2022-12-09 23:23:19      TRUE
## 1507 2022-12-09 23:23:18      TRUE
## 1508 2022-12-09 23:23:14      TRUE
## 1509 2022-12-09 23:23:14      TRUE
## 1510 2022-12-09 23:23:13      TRUE
## 1511 2022-12-09 23:23:09      TRUE
## 1512 2022-12-09 23:23:05      TRUE
## 1513 2022-12-09 23:23:03      TRUE
## 1514 2022-12-09 23:23:02      TRUE
## 1515 2022-12-09 23:23:02      TRUE
## 1516 2022-12-09 23:23:02      TRUE
## 1517 2022-12-09 23:22:57      TRUE
## 1518 2022-12-09 23:22:56      TRUE
## 1519 2022-12-09 23:22:56      TRUE
## 1520 2022-12-09 23:22:55      TRUE
## 1521 2022-12-09 23:22:53      TRUE
## 1522 2022-12-09 23:22:52      TRUE
## 1523 2022-12-09 23:22:51      TRUE
## 1524 2022-12-09 23:22:51      TRUE
## 1525 2022-12-09 23:22:50      TRUE
## 1526 2022-12-09 23:22:48      TRUE
## 1527 2022-12-09 23:22:47      TRUE
## 1528 2022-12-09 23:22:47      TRUE
## 1529 2022-12-09 23:22:45      TRUE
## 1530 2022-12-09 23:22:44      TRUE
## 1531 2022-12-09 23:22:44      TRUE
## 1532 2022-12-09 23:22:41      TRUE
## 1533 2022-12-09 23:22:41      TRUE
## 1534 2022-12-09 23:22:39      TRUE
## 1535 2022-12-09 23:22:39      TRUE
## 1536 2022-12-09 23:22:37      TRUE
## 1537 2022-12-09 23:22:35      TRUE
## 1538 2022-12-09 23:22:34      TRUE
## 1539 2022-12-09 23:22:34      TRUE
## 1540 2022-12-09 23:22:29      TRUE
## 1541 2022-12-09 23:22:28      TRUE
## 1542 2022-12-09 23:22:27      TRUE
## 1543 2022-12-09 23:22:27      TRUE
## 1544 2022-12-09 23:22:26      TRUE
## 1545 2022-12-09 23:22:26      TRUE
## 1546 2022-12-09 23:22:23      TRUE
## 1547 2022-12-09 23:22:22      TRUE
## 1548 2022-12-09 23:22:22      TRUE
## 1549 2022-12-09 23:22:22      TRUE
## 1550 2022-12-09 23:22:21      TRUE
## 1551 2022-12-09 23:22:20      TRUE
## 1552 2022-12-09 23:22:20      TRUE
## 1553 2022-12-09 23:22:17      TRUE
## 1554 2022-12-09 23:22:15      TRUE
## 1555 2022-12-09 23:22:14      TRUE
## 1556 2022-12-09 23:22:14      TRUE
## 1557 2022-12-09 23:22:13      TRUE
## 1558 2022-12-09 23:22:11      TRUE
## 1559 2022-12-09 23:22:09      TRUE
## 1560 2022-12-09 23:22:06      TRUE
## 1561 2022-12-09 23:22:02      TRUE
## 1562 2022-12-09 23:22:00      TRUE
## 1563 2022-12-09 23:22:00      TRUE
## 1564 2022-12-09 23:21:56      TRUE
## 1565 2022-12-09 23:21:54      TRUE
## 1566 2022-12-09 23:21:53      TRUE
## 1567 2022-12-09 23:21:53      TRUE
## 1568 2022-12-09 23:21:50      TRUE
## 1569 2022-12-09 23:21:49      TRUE
## 1570 2022-12-09 23:21:47      TRUE
## 1571 2022-12-09 23:21:47      TRUE
## 1572 2022-12-09 23:21:46      TRUE
## 1573 2022-12-09 23:21:46      TRUE
## 1574 2022-12-09 23:21:42      TRUE
## 1575 2022-12-09 23:21:41      TRUE
## 1576 2022-12-09 23:21:40      TRUE
## 1577 2022-12-09 23:21:39      TRUE
## 1578 2022-12-09 23:21:39      TRUE
## 1579 2022-12-09 23:21:35      TRUE
## 1580 2022-12-09 23:21:32      TRUE
## 1581 2022-12-09 23:21:30      TRUE
## 1582 2022-12-09 23:21:30      TRUE
## 1583 2022-12-09 23:21:29      TRUE
## 1584 2022-12-09 23:21:28      TRUE
## 1585 2022-12-09 23:21:27      TRUE
## 1586 2022-12-09 23:21:23      TRUE
## 1587 2022-12-09 23:21:22      TRUE
## 1588 2022-12-09 23:21:21      TRUE
## 1589 2022-12-09 23:21:19      TRUE
## 1590 2022-12-09 23:21:17      TRUE
## 1591 2022-12-09 23:21:16      TRUE
## 1592 2022-12-09 23:21:16      TRUE
## 1593 2022-12-09 23:21:14      TRUE
## 1594 2022-12-09 23:21:12      TRUE
## 1595 2022-12-09 23:21:11      TRUE
## 1596 2022-12-09 23:21:10      TRUE
## 1597 2022-12-09 23:21:08      TRUE
## 1598 2022-12-09 23:21:06      TRUE
## 1599 2022-12-09 23:21:05      TRUE
## 1600 2022-12-09 23:21:05      TRUE
## 1601 2022-12-09 23:21:05      TRUE
## 1602 2022-12-09 23:21:03      TRUE
## 1603 2022-12-09 23:21:03      TRUE
## 1604 2022-12-09 23:21:03      TRUE
## 1605 2022-12-09 23:21:02      TRUE
## 1606 2022-12-09 23:21:01      TRUE
## 1607 2022-12-09 23:21:00      TRUE
## 1608 2022-12-09 23:20:59      TRUE
## 1609 2022-12-09 23:20:58      TRUE
## 1610 2022-12-09 23:20:58      TRUE
## 1611 2022-12-09 23:20:58      TRUE
## 1612 2022-12-09 23:20:57      TRUE
## 1613 2022-12-09 23:20:57      TRUE
## 1614 2022-12-09 23:20:54      TRUE
## 1615 2022-12-09 23:20:52      TRUE
## 1616 2022-12-09 23:20:52      TRUE
## 1617 2022-12-09 23:20:52      TRUE
## 1618 2022-12-09 23:20:52      TRUE
## 1619 2022-12-09 23:20:47      TRUE
## 1620 2022-12-09 23:20:42      TRUE
## 1621 2022-12-09 23:20:42      TRUE
## 1622 2022-12-09 23:20:41      TRUE
## 1623 2022-12-09 23:20:41      TRUE
## 1624 2022-12-09 23:20:41      TRUE
## 1625 2022-12-09 23:20:41      TRUE
## 1626 2022-12-09 23:20:39      TRUE
## 1627 2022-12-09 23:20:37      TRUE
## 1628 2022-12-09 23:20:36      TRUE
## 1629 2022-12-09 23:20:35      TRUE
## 1630 2022-12-09 23:20:33      TRUE
## 1631 2022-12-09 23:20:32      TRUE
## 1632 2022-12-09 23:20:31      TRUE
## 1633 2022-12-09 23:20:30      TRUE
## 1634 2022-12-09 23:20:30      TRUE
## 1635 2022-12-09 23:20:29      TRUE
## 1636 2022-12-09 23:20:29      TRUE
## 1637 2022-12-09 23:20:28      TRUE
## 1638 2022-12-09 23:20:26      TRUE
## 1639 2022-12-09 23:20:23      TRUE
## 1640 2022-12-09 23:20:20      TRUE
## 1641 2022-12-09 23:20:20      TRUE
## 1642 2022-12-09 23:20:19      TRUE
## 1643 2022-12-09 23:20:18      TRUE
## 1644 2022-12-09 23:20:17      TRUE
## 1645 2022-12-09 23:20:17      TRUE
## 1646 2022-12-09 23:20:17      TRUE
## 1647 2022-12-09 23:20:15      TRUE
## 1648 2022-12-09 23:20:15      TRUE
## 1649 2022-12-09 23:20:12      TRUE
## 1650 2022-12-09 23:20:10      TRUE
## 1651 2022-12-09 23:20:10      TRUE
## 1652 2022-12-09 23:20:09      TRUE
## 1653 2022-12-09 23:20:09      TRUE
## 1654 2022-12-09 23:20:04      TRUE
## 1655 2022-12-09 23:20:02      TRUE
## 1656 2022-12-09 23:20:00      TRUE
## 1657 2022-12-09 23:20:00      TRUE
## 1658 2022-12-09 23:19:58      TRUE
## 1659 2022-12-09 23:19:55      TRUE
## 1660 2022-12-09 23:19:53      TRUE
## 1661 2022-12-09 23:19:53      TRUE
## 1662 2022-12-09 23:19:53      TRUE
## 1663 2022-12-09 23:19:52      TRUE
## 1664 2022-12-09 23:19:50      TRUE
## 1665 2022-12-09 23:19:49      TRUE
## 1666 2022-12-09 23:19:48      TRUE
## 1667 2022-12-09 23:19:47      TRUE
## 1668 2022-12-09 23:19:46      TRUE
## 1669 2022-12-09 23:19:43      TRUE
## 1670 2022-12-09 23:19:42      TRUE
## 1671 2022-12-09 23:19:41      TRUE
## 1672 2022-12-09 23:19:40      TRUE
## 1673 2022-12-09 23:19:38      TRUE
## 1674 2022-12-09 23:19:36      TRUE
## 1675 2022-12-09 23:19:36      TRUE
## 1676 2022-12-09 23:19:34      TRUE
## 1677 2022-12-09 23:19:32      TRUE
## 1678 2022-12-09 23:19:32      TRUE
## 1679 2022-12-09 23:19:32      TRUE
## 1680 2022-12-09 23:19:27      TRUE
## 1681 2022-12-09 23:19:27      TRUE
## 1682 2022-12-09 23:19:27      TRUE
## 1683 2022-12-09 23:19:27      TRUE
## 1684 2022-12-09 23:19:26      TRUE
## 1685 2022-12-09 23:19:22      TRUE
## 1686 2022-12-09 23:19:16      TRUE
## 1687 2022-12-09 23:19:15      TRUE
## 1688 2022-12-09 23:19:14      TRUE
## 1689 2022-12-09 23:19:13      TRUE
## 1690 2022-12-09 23:19:12      TRUE
## 1691 2022-12-09 23:19:12      TRUE
## 1692 2022-12-09 23:19:11      TRUE
## 1693 2022-12-09 23:19:11      TRUE
## 1694 2022-12-09 23:19:11      TRUE
## 1695 2022-12-09 23:19:08      TRUE
## 1696 2022-12-09 23:19:07      TRUE
## 1697 2022-12-09 23:19:04      TRUE
## 1698 2022-12-09 23:18:59      TRUE
## 1699 2022-12-09 23:18:55      TRUE
## 1700 2022-12-09 23:18:52      TRUE
## 1701 2022-12-09 23:18:52      TRUE
## 1702 2022-12-09 23:18:49      TRUE
## 1703 2022-12-09 23:18:49      TRUE
## 1704 2022-12-09 23:18:48      TRUE
## 1705 2022-12-09 23:18:48      TRUE
## 1706 2022-12-09 23:18:47      TRUE
## 1707 2022-12-09 23:18:45      TRUE
## 1708 2022-12-09 23:18:44      TRUE
## 1709 2022-12-09 23:18:44      TRUE
## 1710 2022-12-09 23:18:43      TRUE
## 1711 2022-12-09 23:18:41      TRUE
## 1712 2022-12-09 23:18:35      TRUE
## 1713 2022-12-09 23:18:33      TRUE
## 1714 2022-12-09 23:18:31      TRUE
## 1715 2022-12-09 23:18:28      TRUE
## 1716 2022-12-09 23:18:25      TRUE
## 1717 2022-12-09 23:18:24      TRUE
## 1718 2022-12-09 23:18:24      TRUE
## 1719 2022-12-09 23:18:24      TRUE
## 1720 2022-12-09 23:18:24      TRUE
## 1721 2022-12-09 23:18:24      TRUE
## 1722 2022-12-09 23:18:23      TRUE
## 1723 2022-12-09 23:18:23      TRUE
## 1724 2022-12-09 23:18:20      TRUE
## 1725 2022-12-09 23:18:18      TRUE
## 1726 2022-12-09 23:18:18      TRUE
## 1727 2022-12-09 23:18:17      TRUE
## 1728 2022-12-09 23:18:16      TRUE
## 1729 2022-12-09 23:18:16      TRUE
## 1730 2022-12-09 23:18:16      TRUE
## 1731 2022-12-09 23:18:15      TRUE
## 1732 2022-12-09 23:18:15      TRUE
## 1733 2022-12-09 23:18:15      TRUE
## 1734 2022-12-09 23:18:15      TRUE
## 1735 2022-12-09 23:18:15      TRUE
## 1736 2022-12-09 23:18:14      TRUE
## 1737 2022-12-09 23:18:13      TRUE
## 1738 2022-12-09 23:18:13      TRUE
## 1739 2022-12-09 23:18:12      TRUE
## 1740 2022-12-09 23:18:11      TRUE
## 1741 2022-12-09 23:18:10      TRUE
## 1742 2022-12-09 23:18:10      TRUE
## 1743 2022-12-09 23:18:09      TRUE
## 1744 2022-12-09 23:18:08      TRUE
## 1745 2022-12-09 23:18:06      TRUE
## 1746 2022-12-09 23:18:06      TRUE
## 1747 2022-12-09 23:18:05      TRUE
## 1748 2022-12-09 23:18:04      TRUE
## 1749 2022-12-09 23:18:00      TRUE
## 1750 2022-12-09 23:18:00      TRUE
## 1751 2022-12-09 23:17:58      TRUE
## 1752 2022-12-09 23:17:57      TRUE
## 1753 2022-12-09 23:17:55      TRUE
## 1754 2022-12-09 23:17:54      TRUE
## 1755 2022-12-09 23:17:53      TRUE
## 1756 2022-12-09 23:17:51      TRUE
## 1757 2022-12-09 23:17:50      TRUE
## 1758 2022-12-09 23:17:50      TRUE
## 1759 2022-12-09 23:17:45      TRUE
## 1760 2022-12-09 23:17:44      TRUE
## 1761 2022-12-09 23:17:41      TRUE
## 1762 2022-12-09 23:17:40      TRUE
## 1763 2022-12-09 23:17:40      TRUE
## 1764 2022-12-09 23:17:37      TRUE
## 1765 2022-12-09 23:17:36      TRUE
## 1766 2022-12-09 23:17:31      TRUE
## 1767 2022-12-09 23:17:31      TRUE
## 1768 2022-12-09 23:17:31      TRUE
## 1769 2022-12-09 23:17:30      TRUE
## 1770 2022-12-09 23:17:30      TRUE
## 1771 2022-12-09 23:17:30      TRUE
## 1772 2022-12-09 23:17:29      TRUE
## 1773 2022-12-09 23:17:27      TRUE
## 1774 2022-12-09 23:17:26      TRUE
## 1775 2022-12-09 23:17:25      TRUE
## 1776 2022-12-09 23:17:23      TRUE
## 1777 2022-12-09 23:17:19      TRUE
## 1778 2022-12-09 23:17:18      TRUE
## 1779 2022-12-09 23:17:17      TRUE
## 1780 2022-12-09 23:17:17      TRUE
## 1781 2022-12-09 23:17:17      TRUE
## 1782 2022-12-09 23:17:15      TRUE
## 1783 2022-12-09 23:17:15      TRUE
## 1784 2022-12-09 23:17:15      TRUE
## 1785 2022-12-09 23:17:13      TRUE
## 1786 2022-12-09 23:17:13      TRUE
## 1787 2022-12-09 23:17:12      TRUE
## 1788 2022-12-09 23:17:12      TRUE
## 1789 2022-12-09 23:17:11      TRUE
## 1790 2022-12-09 23:17:09      TRUE
## 1791 2022-12-09 23:17:08      TRUE
## 1792 2022-12-09 23:17:07      TRUE
## 1793 2022-12-09 23:17:05      TRUE
## 1794 2022-12-09 23:17:03      TRUE
## 1795 2022-12-09 23:17:00      TRUE
## 1796 2022-12-09 23:16:58      TRUE
## 1797 2022-12-09 23:16:55      TRUE
## 1798 2022-12-09 23:16:51      TRUE
## 1799 2022-12-09 23:16:50      TRUE
## 1800 2022-12-09 23:16:49      TRUE
## 1801 2022-12-09 23:16:47      TRUE
## 1802 2022-12-09 23:16:42      TRUE
## 1803 2022-12-09 23:16:41      TRUE
## 1804 2022-12-09 23:16:38      TRUE
## 1805 2022-12-09 23:16:38      TRUE
## 1806 2022-12-09 23:16:37      TRUE
## 1807 2022-12-09 23:16:34      TRUE
## 1808 2022-12-09 23:16:33      TRUE
## 1809 2022-12-09 23:16:31      TRUE
## 1810 2022-12-09 23:16:31      TRUE
## 1811 2022-12-09 23:16:31      TRUE
## 1812 2022-12-09 23:16:25      TRUE
## 1813 2022-12-09 23:16:25      TRUE
## 1814 2022-12-09 23:16:24      TRUE
## 1815 2022-12-09 23:16:24      TRUE
## 1816 2022-12-09 23:16:21      TRUE
## 1817 2022-12-09 23:16:18      TRUE
## 1818 2022-12-09 23:16:12      TRUE
## 1819 2022-12-09 23:16:10      TRUE
## 1820 2022-12-09 23:16:09      TRUE
## 1821 2022-12-09 23:16:08      TRUE
## 1822 2022-12-09 23:16:03      TRUE
## 1823 2022-12-09 23:16:03      TRUE
## 1824 2022-12-09 23:16:02      TRUE
## 1825 2022-12-09 23:16:01      TRUE
## 1826 2022-12-09 23:16:01      TRUE
## 1827 2022-12-09 23:15:55      TRUE
## 1828 2022-12-09 23:15:54      TRUE
## 1829 2022-12-09 23:15:53      TRUE
## 1830 2022-12-09 23:15:52      TRUE
## 1831 2022-12-09 23:15:51      TRUE
## 1832 2022-12-09 23:15:50      TRUE
## 1833 2022-12-09 23:15:48      TRUE
## 1834 2022-12-09 23:15:47      TRUE
## 1835 2022-12-09 23:15:45      TRUE
## 1836 2022-12-09 23:15:44      TRUE
## 1837 2022-12-09 23:15:42      TRUE
## 1838 2022-12-09 23:15:41      TRUE
## 1839 2022-12-09 23:15:40      TRUE
## 1840 2022-12-09 23:15:38      TRUE
## 1841 2022-12-09 23:15:36      TRUE
## 1842 2022-12-09 23:15:36      TRUE
## 1843 2022-12-09 23:15:35      TRUE
## 1844 2022-12-09 23:15:34      TRUE
## 1845 2022-12-09 23:15:33      TRUE
## 1846 2022-12-09 23:15:32      TRUE
## 1847 2022-12-09 23:15:30      TRUE
## 1848 2022-12-09 23:15:29      TRUE
## 1849 2022-12-09 23:15:29      TRUE
## 1850 2022-12-09 23:15:29      TRUE
## 1851 2022-12-09 23:15:28      TRUE
## 1852 2022-12-09 23:15:26      TRUE
## 1853 2022-12-09 23:15:25      TRUE
## 1854 2022-12-09 23:15:25      TRUE
## 1855 2022-12-09 23:15:23      TRUE
## 1856 2022-12-09 23:15:20      TRUE
## 1857 2022-12-09 23:15:19      TRUE
## 1858 2022-12-09 23:15:16      TRUE
## 1859 2022-12-09 23:15:13      TRUE
## 1860 2022-12-09 23:15:11      TRUE
## 1861 2022-12-09 23:15:10      TRUE
## 1862 2022-12-09 23:15:09      TRUE
## 1863 2022-12-09 23:15:08      TRUE
## 1864 2022-12-09 23:15:08      TRUE
## 1865 2022-12-09 23:15:06      TRUE
## 1866 2022-12-09 23:15:06      TRUE
## 1867 2022-12-09 23:15:04      TRUE
## 1868 2022-12-09 23:15:01      TRUE
## 1869 2022-12-09 23:14:57      TRUE
## 1870 2022-12-09 23:14:56      TRUE
## 1871 2022-12-09 23:14:55      TRUE
## 1872 2022-12-09 23:14:54      TRUE
## 1873 2022-12-09 23:14:54      TRUE
## 1874 2022-12-09 23:14:50      TRUE
## 1875 2022-12-09 23:14:48      TRUE
## 1876 2022-12-09 23:14:48      TRUE
## 1877 2022-12-09 23:14:47      TRUE
## 1878 2022-12-09 23:14:45      TRUE
## 1879 2022-12-09 23:14:43      TRUE
## 1880 2022-12-09 23:14:42      TRUE
## 1881 2022-12-09 23:14:41      TRUE
## 1882 2022-12-09 23:14:40      TRUE
## 1883 2022-12-09 23:14:39      TRUE
## 1884 2022-12-09 23:14:39      TRUE
## 1885 2022-12-09 23:14:39      TRUE
## 1886 2022-12-09 23:14:38      TRUE
## 1887 2022-12-09 23:14:36      TRUE
## 1888 2022-12-09 23:14:35      TRUE
## 1889 2022-12-09 23:14:33      TRUE
## 1890 2022-12-09 23:14:32      TRUE
## 1891 2022-12-09 23:14:25      TRUE
## 1892 2022-12-09 23:14:24      TRUE
## 1893 2022-12-09 23:14:23      TRUE
## 1894 2022-12-09 23:14:20      TRUE
## 1895 2022-12-09 23:14:20      TRUE
## 1896 2022-12-09 23:14:19      TRUE
## 1897 2022-12-09 23:14:17      TRUE
## 1898 2022-12-09 23:14:16      TRUE
## 1899 2022-12-09 23:14:15      TRUE
## 1900 2022-12-09 23:14:13      TRUE
## 1901 2022-12-09 23:14:11      TRUE
## 1902 2022-12-09 23:14:09      TRUE
## 1903 2022-12-09 23:14:06      TRUE
## 1904 2022-12-09 23:14:05      TRUE
## 1905 2022-12-09 23:14:05      TRUE
## 1906 2022-12-09 23:14:03      TRUE
## 1907 2022-12-09 23:14:03      TRUE
## 1908 2022-12-09 23:14:01      TRUE
## 1909 2022-12-09 23:14:01      TRUE
## 1910 2022-12-09 23:13:58      TRUE
## 1911 2022-12-09 23:13:58      TRUE
## 1912 2022-12-09 23:13:57      TRUE
## 1913 2022-12-09 23:13:57      TRUE
## 1914 2022-12-09 23:13:55      TRUE
## 1915 2022-12-09 23:13:55      TRUE
## 1916 2022-12-09 23:13:52      TRUE
## 1917 2022-12-09 23:13:52      TRUE
## 1918 2022-12-09 23:13:49      TRUE
## 1919 2022-12-09 23:13:48      TRUE
## 1920 2022-12-09 23:13:48      TRUE
## 1921 2022-12-09 23:13:47      TRUE
## 1922 2022-12-09 23:13:46      TRUE
## 1923 2022-12-09 23:13:45      TRUE
## 1924 2022-12-09 23:13:43      TRUE
## 1925 2022-12-09 23:13:41      TRUE
## 1926 2022-12-09 23:13:40      TRUE
## 1927 2022-12-09 23:13:40      TRUE
## 1928 2022-12-09 23:13:40      TRUE
## 1929 2022-12-09 23:13:39      TRUE
## 1930 2022-12-09 23:13:37      TRUE
## 1931 2022-12-09 23:13:36      TRUE
## 1932 2022-12-09 23:13:35      TRUE
## 1933 2022-12-09 23:13:35      TRUE
## 1934 2022-12-09 23:13:33      TRUE
## 1935 2022-12-09 23:13:32      TRUE
## 1936 2022-12-09 23:13:32      TRUE
## 1937 2022-12-09 23:13:32      TRUE
## 1938 2022-12-09 23:13:28      TRUE
## 1939 2022-12-09 23:13:28      TRUE
## 1940 2022-12-09 23:13:25      TRUE
## 1941 2022-12-09 23:13:23      TRUE
## 1942 2022-12-09 23:13:23      TRUE
## 1943 2022-12-09 23:13:21      TRUE
## 1944 2022-12-09 23:13:18      TRUE
## 1945 2022-12-09 23:13:17      TRUE
## 1946 2022-12-09 23:13:17      TRUE
## 1947 2022-12-09 23:13:15      TRUE
## 1948 2022-12-09 23:13:14      TRUE
## 1949 2022-12-09 23:13:12      TRUE
## 1950 2022-12-09 23:13:12      TRUE
## 1951 2022-12-09 23:13:11      TRUE
## 1952 2022-12-09 23:13:09      TRUE
## 1953 2022-12-09 23:13:07      TRUE
## 1954 2022-12-09 23:13:00      TRUE
## 1955 2022-12-09 23:12:59      TRUE
## 1956 2022-12-09 23:12:57      TRUE
## 1957 2022-12-09 23:12:57      TRUE
## 1958 2022-12-09 23:12:55      TRUE
## 1959 2022-12-09 23:12:55      TRUE
## 1960 2022-12-09 23:12:54      TRUE
## 1961 2022-12-09 23:12:54      TRUE
## 1962 2022-12-09 23:12:52      TRUE
## 1963 2022-12-09 23:12:49      TRUE
## 1964 2022-12-09 23:12:49      TRUE
## 1965 2022-12-09 23:12:48      TRUE
## 1966 2022-12-09 23:12:42      TRUE
## 1967 2022-12-09 23:12:39      TRUE
## 1968 2022-12-09 23:12:33      TRUE
## 1969 2022-12-09 23:12:33      TRUE
## 1970 2022-12-09 23:12:32      TRUE
## 1971 2022-12-09 23:12:31      TRUE
## 1972 2022-12-09 23:12:31      TRUE
## 1973 2022-12-09 23:12:30      TRUE
## 1974 2022-12-09 23:12:21      TRUE
## 1975 2022-12-09 23:12:21      TRUE
## 1976 2022-12-09 23:12:20      TRUE
## 1977 2022-12-09 23:12:18      TRUE
## 1978 2022-12-09 23:12:15      TRUE
## 1979 2022-12-09 23:12:11      TRUE
## 1980 2022-12-09 23:12:11      TRUE
## 1981 2022-12-09 23:12:07      TRUE
## 1982 2022-12-09 23:12:06      TRUE
## 1983 2022-12-09 23:12:04      TRUE
## 1984 2022-12-09 23:12:02      TRUE
## 1985 2022-12-09 23:12:00      TRUE
## 1986 2022-12-09 23:11:58      TRUE
## 1987 2022-12-09 23:11:58      TRUE
## 1988 2022-12-09 23:11:57      TRUE
## 1989 2022-12-09 23:11:56      TRUE
## 1990 2022-12-09 23:11:56      TRUE
## 1991 2022-12-09 23:11:56      TRUE
## 1992 2022-12-09 23:11:55      TRUE
## 1993 2022-12-09 23:11:52      TRUE
## 1994 2022-12-09 23:11:46      TRUE
## 1995 2022-12-09 23:11:46      TRUE
## 1996 2022-12-09 23:11:42      TRUE
## 1997 2022-12-09 23:11:42      TRUE
## 1998 2022-12-09 23:11:42      TRUE
## 1999 2022-12-09 23:11:39      TRUE
## 2000 2022-12-09 23:11:38      TRUE
## 2001 2022-12-09 23:11:38      TRUE
## 2002 2022-12-09 23:11:36      TRUE
## 2003 2022-12-09 23:11:36      TRUE
## 2004 2022-12-09 23:11:36      TRUE
## 2005 2022-12-09 23:11:36      TRUE
## 2006 2022-12-09 23:11:36      TRUE
## 2007 2022-12-09 23:11:35      TRUE
## 2008 2022-12-09 23:11:31      TRUE
## 2009 2022-12-09 23:11:31      TRUE
## 2010 2022-12-09 23:11:30      TRUE
## 2011 2022-12-09 23:11:25      TRUE
## 2012 2022-12-09 23:11:20      TRUE
## 2013 2022-12-09 23:11:18      TRUE
## 2014 2022-12-09 23:11:17      TRUE
## 2015 2022-12-09 23:11:17      TRUE
## 2016 2022-12-09 23:11:16      TRUE
## 2017 2022-12-09 23:11:16      TRUE
## 2018 2022-12-09 23:11:13      TRUE
## 2019 2022-12-09 23:11:12      TRUE
## 2020 2022-12-09 23:11:11      TRUE
## 2021 2022-12-09 23:11:10      TRUE
## 2022 2022-12-09 23:11:08      TRUE
## 2023 2022-12-09 23:11:06      TRUE
## 2024 2022-12-09 23:11:04      TRUE
## 2025 2022-12-09 23:11:01      TRUE
## 2026 2022-12-09 23:10:56      TRUE
## 2027 2022-12-09 23:10:56      TRUE
## 2028 2022-12-09 23:10:54      TRUE
## 2029 2022-12-09 23:10:50      TRUE
## 2030 2022-12-09 23:10:49      TRUE
## 2031 2022-12-09 23:10:49      TRUE
## 2032 2022-12-09 23:10:49      TRUE
## 2033 2022-12-09 23:10:49      TRUE
## 2034 2022-12-09 23:10:48      TRUE
## 2035 2022-12-09 23:10:45      TRUE
## 2036 2022-12-09 23:10:43      TRUE
## 2037 2022-12-09 23:10:41      TRUE
## 2038 2022-12-09 23:10:39      TRUE
## 2039 2022-12-09 23:10:36      TRUE
## 2040 2022-12-09 23:10:35      TRUE
## 2041 2022-12-09 23:10:35      TRUE
## 2042 2022-12-09 23:10:34      TRUE
## 2043 2022-12-09 23:10:34      TRUE
## 2044 2022-12-09 23:10:33      TRUE
## 2045 2022-12-09 23:10:32      TRUE
## 2046 2022-12-09 23:10:32      TRUE
## 2047 2022-12-09 23:10:28      TRUE
## 2048 2022-12-09 23:10:24      TRUE
## 2049 2022-12-09 23:10:22      TRUE
## 2050 2022-12-09 23:10:19      TRUE
## 2051 2022-12-09 23:10:17      TRUE
## 2052 2022-12-09 23:10:16      TRUE
## 2053 2022-12-09 23:10:15      TRUE
## 2054 2022-12-09 23:10:13      TRUE
## 2055 2022-12-09 23:10:13      TRUE
## 2056 2022-12-09 23:10:11      TRUE
## 2057 2022-12-09 23:10:11      TRUE
## 2058 2022-12-09 23:10:10      TRUE
## 2059 2022-12-09 23:10:06      TRUE
## 2060 2022-12-09 23:10:00      TRUE
## 2061 2022-12-09 23:09:59      TRUE
## 2062 2022-12-09 23:09:57      TRUE
## 2063 2022-12-09 23:09:56      TRUE
## 2064 2022-12-09 23:09:55      TRUE
## 2065 2022-12-09 23:09:55      TRUE
## 2066 2022-12-09 23:09:53      TRUE
## 2067 2022-12-09 23:09:52      TRUE
## 2068 2022-12-09 23:09:51      TRUE
## 2069 2022-12-09 23:09:51      TRUE
## 2070 2022-12-09 23:09:50      TRUE
## 2071 2022-12-09 23:09:49      TRUE
## 2072 2022-12-09 23:09:48      TRUE
## 2073 2022-12-09 23:09:47      TRUE
## 2074 2022-12-09 23:09:46      TRUE
## 2075 2022-12-09 23:09:44      TRUE
## 2076 2022-12-09 23:09:44      TRUE
## 2077 2022-12-09 23:09:43      TRUE
## 2078 2022-12-09 23:09:42      TRUE
## 2079 2022-12-09 23:09:42      TRUE
## 2080 2022-12-09 23:09:41      TRUE
## 2081 2022-12-09 23:09:41      TRUE
## 2082 2022-12-09 23:09:40      TRUE
## 2083 2022-12-09 23:09:36      TRUE
## 2084 2022-12-09 23:09:31      TRUE
## 2085 2022-12-09 23:09:31      TRUE
## 2086 2022-12-09 23:09:29      TRUE
## 2087 2022-12-09 23:09:29      TRUE
## 2088 2022-12-09 23:09:29      TRUE
## 2089 2022-12-09 23:09:25      TRUE
## 2090 2022-12-09 23:09:21      TRUE
## 2091 2022-12-09 23:09:11      TRUE
## 2092 2022-12-09 23:09:07      TRUE
## 2093 2022-12-09 23:08:57      TRUE
## 2094 2022-12-09 23:08:54      TRUE
## 2095 2022-12-09 23:08:54      TRUE
## 2096 2022-12-09 23:08:49      TRUE
## 2097 2022-12-09 23:08:49      TRUE
## 2098 2022-12-09 23:08:49      TRUE
## 2099 2022-12-09 23:08:47      TRUE
## 2100 2022-12-09 23:08:47      TRUE
## 2101 2022-12-09 23:08:46      TRUE
## 2102 2022-12-09 23:08:45      TRUE
## 2103 2022-12-09 23:08:40      TRUE
## 2104 2022-12-09 23:08:40      TRUE
## 2105 2022-12-09 23:08:38      TRUE
## 2106 2022-12-09 23:08:38      TRUE
## 2107 2022-12-09 23:08:37      TRUE
## 2108 2022-12-09 23:08:35      TRUE
## 2109 2022-12-09 23:08:33      TRUE
## 2110 2022-12-09 23:08:33      TRUE
## 2111 2022-12-09 23:08:31      TRUE
## 2112 2022-12-09 23:08:31      TRUE
## 2113 2022-12-09 23:08:31      TRUE
## 2114 2022-12-09 23:08:29      TRUE
## 2115 2022-12-09 23:08:24      TRUE
## 2116 2022-12-09 23:08:24      TRUE
## 2117 2022-12-09 23:08:23      TRUE
## 2118 2022-12-09 23:08:23      TRUE
## 2119 2022-12-09 23:08:15      TRUE
## 2120 2022-12-09 23:08:15      TRUE
## 2121 2022-12-09 23:08:15      TRUE
## 2122 2022-12-09 23:08:14      TRUE
## 2123 2022-12-09 23:08:10      TRUE
## 2124 2022-12-09 23:08:09      TRUE
## 2125 2022-12-09 23:08:09      TRUE
## 2126 2022-12-09 23:08:07      TRUE
## 2127 2022-12-09 23:07:57      TRUE
## 2128 2022-12-09 23:07:56      TRUE
## 2129 2022-12-09 23:07:55      TRUE
## 2130 2022-12-09 23:07:52      TRUE
## 2131 2022-12-09 23:07:52      TRUE
## 2132 2022-12-09 23:07:52      TRUE
## 2133 2022-12-09 23:07:51      TRUE
## 2134 2022-12-09 23:07:49      TRUE
## 2135 2022-12-09 23:07:48      TRUE
## 2136 2022-12-09 23:07:47      TRUE
## 2137 2022-12-09 23:07:45      TRUE
## 2138 2022-12-09 23:07:45      TRUE
## 2139 2022-12-09 23:07:43      TRUE
## 2140 2022-12-09 23:07:42      TRUE
## 2141 2022-12-09 23:07:41      TRUE
## 2142 2022-12-09 23:07:40      TRUE
## 2143 2022-12-09 23:07:38      TRUE
## 2144 2022-12-09 23:07:32      TRUE
## 2145 2022-12-09 23:07:32      TRUE
## 2146 2022-12-09 23:07:31      TRUE
## 2147 2022-12-09 23:07:27      TRUE
## 2148 2022-12-09 23:07:26      TRUE
## 2149 2022-12-09 23:07:25      TRUE
## 2150 2022-12-09 23:07:22      TRUE
## 2151 2022-12-09 23:07:17      TRUE
## 2152 2022-12-09 23:07:16      TRUE
## 2153 2022-12-09 23:07:08      TRUE
## 2154 2022-12-09 23:07:06      TRUE
## 2155 2022-12-09 23:07:05      TRUE
## 2156 2022-12-09 23:07:05      TRUE
## 2157 2022-12-09 23:07:00      TRUE
## 2158 2022-12-09 23:06:59      TRUE
## 2159 2022-12-09 23:06:58      TRUE
## 2160 2022-12-09 23:06:55      TRUE
## 2161 2022-12-09 23:06:52      TRUE
## 2162 2022-12-09 23:06:51      TRUE
## 2163 2022-12-09 23:06:51      TRUE
## 2164 2022-12-09 23:06:48      TRUE
## 2165 2022-12-09 23:06:44      TRUE
## 2166 2022-12-09 23:06:43      TRUE
## 2167 2022-12-09 23:06:42      TRUE
## 2168 2022-12-09 23:06:39      TRUE
## 2169 2022-12-09 23:06:39      TRUE
## 2170 2022-12-09 23:06:37      TRUE
## 2171 2022-12-09 23:06:36      TRUE
## 2172 2022-12-09 23:06:36      TRUE
## 2173 2022-12-09 23:06:36      TRUE
## 2174 2022-12-09 23:06:34      TRUE
## 2175 2022-12-09 23:06:33      TRUE
## 2176 2022-12-09 23:06:33      TRUE
## 2177 2022-12-09 23:06:32      TRUE
## 2178 2022-12-09 23:06:25      TRUE
## 2179 2022-12-09 23:06:23      TRUE
## 2180 2022-12-09 23:06:22      TRUE
## 2181 2022-12-09 23:06:20      TRUE
## 2182 2022-12-09 23:06:19      TRUE
## 2183 2022-12-09 23:06:19      TRUE
## 2184 2022-12-09 23:06:19      TRUE
## 2185 2022-12-09 23:06:13      TRUE
## 2186 2022-12-09 23:06:11      TRUE
## 2187 2022-12-09 23:06:10      TRUE
## 2188 2022-12-09 23:06:10      TRUE
## 2189 2022-12-09 23:06:07      TRUE
## 2190 2022-12-09 23:06:07      TRUE
## 2191 2022-12-09 23:06:04      TRUE
## 2192 2022-12-09 23:06:01      TRUE
## 2193 2022-12-09 23:06:00      TRUE
## 2194 2022-12-09 23:05:57      TRUE
## 2195 2022-12-09 23:05:57      TRUE
## 2196 2022-12-09 23:05:57      TRUE
## 2197 2022-12-09 23:05:55      TRUE
## 2198 2022-12-09 23:05:53      TRUE
## 2199 2022-12-09 23:05:51      TRUE
## 2200 2022-12-09 23:05:50      TRUE
## 2201 2022-12-09 23:05:50      TRUE
## 2202 2022-12-09 23:05:47      TRUE
## 2203 2022-12-09 23:05:45      TRUE
## 2204 2022-12-09 23:05:42      TRUE
## 2205 2022-12-09 23:05:42      TRUE
## 2206 2022-12-09 23:05:41      TRUE
## 2207 2022-12-09 23:05:38      TRUE
## 2208 2022-12-09 23:05:36      TRUE
## 2209 2022-12-09 23:05:33      TRUE
## 2210 2022-12-09 23:05:32      TRUE
## 2211 2022-12-09 23:05:31      TRUE
## 2212 2022-12-09 23:05:30      TRUE
## 2213 2022-12-09 23:05:29      TRUE
## 2214 2022-12-09 23:05:29      TRUE
## 2215 2022-12-09 23:05:28      TRUE
## 2216 2022-12-09 23:05:25      TRUE
## 2217 2022-12-09 23:05:25      TRUE
## 2218 2022-12-09 23:05:24      TRUE
## 2219 2022-12-09 23:05:21      TRUE
## 2220 2022-12-09 23:05:19      TRUE
## 2221 2022-12-09 23:05:18      TRUE
## 2222 2022-12-09 23:05:18      TRUE
## 2223 2022-12-09 23:05:16      TRUE
## 2224 2022-12-09 23:05:13      TRUE
## 2225 2022-12-09 23:05:11      TRUE
## 2226 2022-12-09 23:05:02      TRUE
## 2227 2022-12-09 23:05:00      TRUE
## 2228 2022-12-09 23:04:58      TRUE
## 2229 2022-12-09 23:04:58      TRUE
## 2230 2022-12-09 23:04:57      TRUE
## 2231 2022-12-09 23:04:57      TRUE
## 2232 2022-12-09 23:04:56      TRUE
## 2233 2022-12-09 23:04:55      TRUE
## 2234 2022-12-09 23:04:52      TRUE
## 2235 2022-12-09 23:04:52      TRUE
## 2236 2022-12-09 23:04:50      TRUE
## 2237 2022-12-09 23:04:49      TRUE
## 2238 2022-12-09 23:04:44      TRUE
## 2239 2022-12-09 23:04:41      TRUE
## 2240 2022-12-09 23:04:41      TRUE
## 2241 2022-12-09 23:04:41      TRUE
## 2242 2022-12-09 23:04:37      TRUE
## 2243 2022-12-09 23:04:36      TRUE
## 2244 2022-12-09 23:04:35      TRUE
## 2245 2022-12-09 23:04:34      TRUE
## 2246 2022-12-09 23:04:32      TRUE
## 2247 2022-12-09 23:04:30      TRUE
## 2248 2022-12-09 23:04:29      TRUE
## 2249 2022-12-09 23:04:27      TRUE
## 2250 2022-12-09 23:04:25      TRUE
## 2251 2022-12-09 23:04:24      TRUE
## 2252 2022-12-09 23:04:21      TRUE
## 2253 2022-12-09 23:04:20      TRUE
## 2254 2022-12-09 23:04:19      TRUE
## 2255 2022-12-09 23:04:19      TRUE
## 2256 2022-12-09 23:04:17      TRUE
## 2257 2022-12-09 23:04:17      TRUE
## 2258 2022-12-09 23:04:14      TRUE
## 2259 2022-12-09 23:04:10      TRUE
## 2260 2022-12-09 23:04:07      TRUE
## 2261 2022-12-09 23:04:07      TRUE
## 2262 2022-12-09 23:04:07      TRUE
## 2263 2022-12-09 23:04:05      TRUE
## 2264 2022-12-09 23:04:05      TRUE
## 2265 2022-12-09 23:03:59      TRUE
## 2266 2022-12-09 23:03:58      TRUE
## 2267 2022-12-09 23:03:57      TRUE
## 2268 2022-12-09 23:03:56      TRUE
## 2269 2022-12-09 23:03:55      TRUE
## 2270 2022-12-09 23:03:54      TRUE
## 2271 2022-12-09 23:03:54      TRUE
## 2272 2022-12-09 23:03:53      TRUE
## 2273 2022-12-09 23:03:53      TRUE
## 2274 2022-12-09 23:03:50      TRUE
## 2275 2022-12-09 23:03:47      TRUE
## 2276 2022-12-09 23:03:47      TRUE
## 2277 2022-12-09 23:03:44      TRUE
## 2278 2022-12-09 23:03:42      TRUE
## 2279 2022-12-09 23:03:41      TRUE
## 2280 2022-12-09 23:03:39      TRUE
## 2281 2022-12-09 23:03:38      TRUE
## 2282 2022-12-09 23:03:36      TRUE
## 2283 2022-12-09 23:03:30      TRUE
## 2284 2022-12-09 23:03:30      TRUE
## 2285 2022-12-09 23:03:28      TRUE
## 2286 2022-12-09 23:03:27      TRUE
## 2287 2022-12-09 23:03:23      TRUE
## 2288 2022-12-09 23:03:22      TRUE
## 2289 2022-12-09 23:03:19      TRUE
## 2290 2022-12-09 23:03:17      TRUE
## 2291 2022-12-09 23:03:17      TRUE
## 2292 2022-12-09 23:03:16      TRUE
## 2293 2022-12-09 23:03:11      TRUE
## 2294 2022-12-09 23:03:08      TRUE
## 2295 2022-12-09 23:03:08      TRUE
## 2296 2022-12-09 23:03:07      TRUE
## 2297 2022-12-09 23:03:04      TRUE
## 2298 2022-12-09 23:03:00      TRUE
## 2299 2022-12-09 23:02:59      TRUE
## 2300 2022-12-09 23:02:59      TRUE
## 2301 2022-12-09 23:02:58      TRUE
## 2302 2022-12-09 23:02:57      TRUE
## 2303 2022-12-09 23:02:56      TRUE
## 2304 2022-12-09 23:02:52      TRUE
## 2305 2022-12-09 23:02:51      TRUE
## 2306 2022-12-09 23:02:45      TRUE
## 2307 2022-12-09 23:02:44      TRUE
## 2308 2022-12-09 23:02:41      TRUE
## 2309 2022-12-09 23:02:40      TRUE
## 2310 2022-12-09 23:02:39      TRUE
## 2311 2022-12-09 23:02:39      TRUE
## 2312 2022-12-09 23:02:38      TRUE
## 2313 2022-12-09 23:02:37      TRUE
## 2314 2022-12-09 23:02:35      TRUE
## 2315 2022-12-09 23:02:33      TRUE
## 2316 2022-12-09 23:02:30      TRUE
## 2317 2022-12-09 23:02:24      TRUE
## 2318 2022-12-09 23:02:21      TRUE
## 2319 2022-12-09 23:02:19      TRUE
## 2320 2022-12-09 23:02:17      TRUE
## 2321 2022-12-09 23:02:15      TRUE
## 2322 2022-12-09 23:02:10      TRUE
## 2323 2022-12-09 23:02:04      TRUE
## 2324 2022-12-09 23:02:04      TRUE
## 2325 2022-12-09 23:02:01      TRUE
## 2326 2022-12-09 23:01:58      TRUE
## 2327 2022-12-09 23:01:57      TRUE
## 2328 2022-12-09 23:01:57      TRUE
## 2329 2022-12-09 23:01:57      TRUE
## 2330 2022-12-09 23:01:50      TRUE
## 2331 2022-12-09 23:01:46      TRUE
## 2332 2022-12-09 23:01:44      TRUE
## 2333 2022-12-09 23:01:43      TRUE
## 2334 2022-12-09 23:01:43      TRUE
## 2335 2022-12-09 23:01:42      TRUE
## 2336 2022-12-09 23:01:39      TRUE
## 2337 2022-12-09 23:01:39      TRUE
## 2338 2022-12-09 23:01:38      TRUE
## 2339 2022-12-09 23:01:38      TRUE
## 2340 2022-12-09 23:01:37      TRUE
## 2341 2022-12-09 23:01:37      TRUE
## 2342 2022-12-09 23:01:37      TRUE
## 2343 2022-12-09 23:01:35      TRUE
## 2344 2022-12-09 23:01:34      TRUE
## 2345 2022-12-09 23:01:33      TRUE
## 2346 2022-12-09 23:01:32      TRUE
## 2347 2022-12-09 23:01:31      TRUE
## 2348 2022-12-09 23:01:31      TRUE
## 2349 2022-12-09 23:01:29      TRUE
## 2350 2022-12-09 23:01:29      TRUE
## 2351 2022-12-09 23:01:26      TRUE
## 2352 2022-12-09 23:01:26      TRUE
## 2353 2022-12-09 23:01:25      TRUE
## 2354 2022-12-09 23:01:23      TRUE
## 2355 2022-12-09 23:01:22      TRUE
## 2356 2022-12-09 23:01:21      TRUE
## 2357 2022-12-09 23:01:15      TRUE
## 2358 2022-12-09 23:01:14      TRUE
## 2359 2022-12-09 23:01:14      TRUE
## 2360 2022-12-09 23:01:13      TRUE
## 2361 2022-12-09 23:01:12      TRUE
## 2362 2022-12-09 23:01:06      TRUE
## 2363 2022-12-09 23:01:05      TRUE
## 2364 2022-12-09 23:01:03      TRUE
## 2365 2022-12-09 23:01:02      TRUE
## 2366 2022-12-09 23:01:01      TRUE
## 2367 2022-12-09 23:01:01      TRUE
## 2368 2022-12-09 23:01:01      TRUE
## 2369 2022-12-09 23:00:59      TRUE
## 2370 2022-12-09 23:00:59      TRUE
## 2371 2022-12-09 23:00:59      TRUE
## 2372 2022-12-09 23:00:58      TRUE
## 2373 2022-12-09 23:00:54      TRUE
## 2374 2022-12-09 23:00:53      TRUE
## 2375 2022-12-09 23:00:52      TRUE
## 2376 2022-12-09 23:00:50      TRUE
## 2377 2022-12-09 23:00:45      TRUE
## 2378 2022-12-09 23:00:45      TRUE
## 2379 2022-12-09 23:00:32      TRUE
## 2380 2022-12-09 23:00:27      TRUE
## 2381 2022-12-09 23:00:27      TRUE
## 2382 2022-12-09 23:00:26      TRUE
## 2383 2022-12-09 23:00:23      TRUE
## 2384 2022-12-09 23:00:21      TRUE
## 2385 2022-12-09 23:00:20      TRUE
## 2386 2022-12-09 23:00:18      TRUE
## 2387 2022-12-09 23:00:18      TRUE
## 2388 2022-12-09 23:00:16      TRUE
## 2389 2022-12-09 23:00:14      TRUE
## 2390 2022-12-09 23:00:13      TRUE
## 2391 2022-12-09 23:00:10      TRUE
## 2392 2022-12-09 23:00:06      TRUE
## 2393 2022-12-09 23:00:05      TRUE
## 2394 2022-12-09 23:00:05      TRUE
## 2395 2022-12-09 23:00:04      TRUE
## 2396 2022-12-09 23:00:04      TRUE
## 2397 2022-12-09 23:00:02      TRUE
## 2398 2022-12-09 22:59:59      TRUE
## 2399 2022-12-09 22:59:58      TRUE
## 2400 2022-12-09 22:59:57      TRUE
## 2401 2022-12-09 22:59:55      TRUE
## 2402 2022-12-09 22:59:53      TRUE
## 2403 2022-12-09 22:59:53      TRUE
## 2404 2022-12-09 22:59:51      TRUE
## 2405 2022-12-09 22:59:48      TRUE
## 2406 2022-12-09 22:59:47      TRUE
## 2407 2022-12-09 22:59:46      TRUE
## 2408 2022-12-09 22:59:46      TRUE
## 2409 2022-12-09 22:59:46      TRUE
## 2410 2022-12-09 22:59:45      TRUE
## 2411 2022-12-09 22:59:43      TRUE
## 2412 2022-12-09 22:59:41      TRUE
## 2413 2022-12-09 22:59:40      TRUE
## 2414 2022-12-09 22:59:40      TRUE
## 2415 2022-12-09 22:59:39      TRUE
## 2416 2022-12-09 22:59:36      TRUE
## 2417 2022-12-09 22:59:35      TRUE
## 2418 2022-12-09 22:59:34      TRUE
## 2419 2022-12-09 22:59:31      TRUE
## 2420 2022-12-09 22:59:29      TRUE
## 2421 2022-12-09 22:59:27      TRUE
## 2422 2022-12-09 22:59:26      TRUE
## 2423 2022-12-09 22:59:26      TRUE
## 2424 2022-12-09 22:59:26      TRUE
## 2425 2022-12-09 22:59:25      TRUE
## 2426 2022-12-09 22:59:24      TRUE
## 2427 2022-12-09 22:59:22      TRUE
## 2428 2022-12-09 22:59:22      TRUE
## 2429 2022-12-09 22:59:19      TRUE
## 2430 2022-12-09 22:59:13      TRUE
## 2431 2022-12-09 22:59:13      TRUE
## 2432 2022-12-09 22:59:04      TRUE
## 2433 2022-12-09 22:59:01      TRUE
## 2434 2022-12-09 22:59:00      TRUE
## 2435 2022-12-09 22:59:00      TRUE
## 2436 2022-12-09 22:59:00      TRUE
## 2437 2022-12-09 22:58:59      TRUE
## 2438 2022-12-09 22:58:57      TRUE
## 2439 2022-12-09 22:58:57      TRUE
## 2440 2022-12-09 22:58:57      TRUE
## 2441 2022-12-09 22:58:56      TRUE
## 2442 2022-12-09 22:58:55      TRUE
## 2443 2022-12-09 22:58:50      TRUE
## 2444 2022-12-09 22:58:50      TRUE
## 2445 2022-12-09 22:58:48      TRUE
## 2446 2022-12-09 22:58:47      TRUE
## 2447 2022-12-09 22:58:47      TRUE
## 2448 2022-12-09 22:58:47      TRUE
## 2449 2022-12-09 22:58:46      TRUE
## 2450 2022-12-09 22:58:46      TRUE
## 2451 2022-12-09 22:58:44      TRUE
## 2452 2022-12-09 22:58:43      TRUE
## 2453 2022-12-09 22:58:39      TRUE
## 2454 2022-12-09 22:58:38      TRUE
## 2455 2022-12-09 22:58:36      TRUE
## 2456 2022-12-09 22:58:35      TRUE
## 2457 2022-12-09 22:58:35      TRUE
## 2458 2022-12-09 22:58:35      TRUE
## 2459 2022-12-09 22:58:33      TRUE
## 2460 2022-12-09 22:58:31      TRUE
## 2461 2022-12-09 22:58:30      TRUE
## 2462 2022-12-09 22:58:30      TRUE
## 2463 2022-12-09 22:58:28      TRUE
## 2464 2022-12-09 22:58:27      TRUE
## 2465 2022-12-09 22:58:24      TRUE
## 2466 2022-12-09 22:58:21      TRUE
## 2467 2022-12-09 22:58:18      TRUE
## 2468 2022-12-09 22:58:18      TRUE
## 2469 2022-12-09 22:58:17      TRUE
## 2470 2022-12-09 22:58:16      TRUE
## 2471 2022-12-09 22:58:11      TRUE
## 2472 2022-12-09 22:58:11      TRUE
## 2473 2022-12-09 22:58:09      TRUE
## 2474 2022-12-09 22:58:08      TRUE
## 2475 2022-12-09 22:58:06      TRUE
## 2476 2022-12-09 22:58:04      TRUE
## 2477 2022-12-09 22:58:04      TRUE
## 2478 2022-12-09 22:58:04      TRUE
## 2479 2022-12-09 22:58:02      TRUE
## 2480 2022-12-09 22:58:01      TRUE
## 2481 2022-12-09 22:57:59      TRUE
## 2482 2022-12-09 22:57:56      TRUE
## 2483 2022-12-09 22:57:55      TRUE
## 2484 2022-12-09 22:57:53      TRUE
## 2485 2022-12-09 22:57:53      TRUE
## 2486 2022-12-09 22:57:52      TRUE
## 2487 2022-12-09 22:57:51      TRUE
## 2488 2022-12-09 22:57:49      TRUE
## 2489 2022-12-09 22:57:47      TRUE
## 2490 2022-12-09 22:57:45      TRUE
## 2491 2022-12-09 22:57:38      TRUE
## 2492 2022-12-09 22:57:36      TRUE
## 2493 2022-12-09 22:57:36      TRUE
## 2494 2022-12-09 22:57:35      TRUE
## 2495 2022-12-09 22:57:26      TRUE
## 2496 2022-12-09 22:57:21      TRUE
## 2497 2022-12-09 22:57:21      TRUE
## 2498 2022-12-09 22:57:20      TRUE
## 2499 2022-12-09 22:57:20      TRUE
## 2500 2022-12-09 22:57:18      TRUE
## 2501 2022-12-09 22:57:18      TRUE
## 2502 2022-12-09 22:57:17      TRUE
## 2503 2022-12-09 22:57:16      TRUE
## 2504 2022-12-09 22:57:15      TRUE
## 2505 2022-12-09 22:57:11      TRUE
## 2506 2022-12-09 22:57:08      TRUE
## 2507 2022-12-09 22:57:07      TRUE
## 2508 2022-12-09 22:57:06      TRUE
## 2509 2022-12-09 22:57:05      TRUE
## 2510 2022-12-09 22:57:04      TRUE
## 2511 2022-12-09 22:57:04      TRUE
## 2512 2022-12-09 22:57:03      TRUE
## 2513 2022-12-09 22:57:03      TRUE
## 2514 2022-12-09 22:56:59      TRUE
## 2515 2022-12-09 22:56:59      TRUE
## 2516 2022-12-09 22:56:58      TRUE
## 2517 2022-12-09 22:56:54      TRUE
## 2518 2022-12-09 22:56:53      TRUE
## 2519 2022-12-09 22:56:50      TRUE
## 2520 2022-12-09 22:56:47      TRUE
## 2521 2022-12-09 22:56:47      TRUE
## 2522 2022-12-09 22:56:46      TRUE
## 2523 2022-12-09 22:56:45      TRUE
## 2524 2022-12-09 22:56:44      TRUE
## 2525 2022-12-09 22:56:43      TRUE
## 2526 2022-12-09 22:56:40      TRUE
## 2527 2022-12-09 22:56:39      TRUE
## 2528 2022-12-09 22:56:38      TRUE
## 2529 2022-12-09 22:56:37      TRUE
## 2530 2022-12-09 22:56:36      TRUE
## 2531 2022-12-09 22:56:36      TRUE
## 2532 2022-12-09 22:56:33      TRUE
## 2533 2022-12-09 22:56:29      TRUE
## 2534 2022-12-09 22:56:28      TRUE
## 2535 2022-12-09 22:56:27      TRUE
## 2536 2022-12-09 22:56:24      TRUE
## 2537 2022-12-09 22:56:24      TRUE
## 2538 2022-12-09 22:56:23      TRUE
## 2539 2022-12-09 22:56:23      TRUE
## 2540 2022-12-09 22:56:21      TRUE
## 2541 2022-12-09 22:56:21      TRUE
## 2542 2022-12-09 22:56:18      TRUE
## 2543 2022-12-09 22:56:18      TRUE
## 2544 2022-12-09 22:56:17      TRUE
## 2545 2022-12-09 22:56:07      TRUE
## 2546 2022-12-09 22:56:07      TRUE
## 2547 2022-12-09 22:56:04      TRUE
## 2548 2022-12-09 22:56:03      TRUE
## 2549 2022-12-09 22:56:03      TRUE
## 2550 2022-12-09 22:56:03      TRUE
## 2551 2022-12-09 22:56:02      TRUE
## 2552 2022-12-09 22:56:02      TRUE
## 2553 2022-12-09 22:55:59      TRUE
## 2554 2022-12-09 22:55:58      TRUE
## 2555 2022-12-09 22:55:56      TRUE
## 2556 2022-12-09 22:55:54      TRUE
## 2557 2022-12-09 22:55:50      TRUE
## 2558 2022-12-09 22:55:49      TRUE
## 2559 2022-12-09 22:55:48      TRUE
## 2560 2022-12-09 22:55:47      TRUE
## 2561 2022-12-09 22:55:41      TRUE
## 2562 2022-12-09 22:55:41      TRUE
## 2563 2022-12-09 22:55:39      TRUE
## 2564 2022-12-09 22:55:39      TRUE
## 2565 2022-12-09 22:55:34      TRUE
## 2566 2022-12-09 22:55:31      TRUE
## 2567 2022-12-09 22:55:30      TRUE
## 2568 2022-12-09 22:55:26      TRUE
## 2569 2022-12-09 22:55:24      TRUE
## 2570 2022-12-09 22:55:22      TRUE
## 2571 2022-12-09 22:55:22      TRUE
## 2572 2022-12-09 22:55:20      TRUE
## 2573 2022-12-09 22:55:20      TRUE
## 2574 2022-12-09 22:55:19      TRUE
## 2575 2022-12-09 22:55:17      TRUE
## 2576 2022-12-09 22:55:14      TRUE
## 2577 2022-12-09 22:55:14      TRUE
## 2578 2022-12-09 22:55:13      TRUE
## 2579 2022-12-09 22:55:12      TRUE
## 2580 2022-12-09 22:55:11      TRUE
## 2581 2022-12-09 22:55:10      TRUE
## 2582 2022-12-09 22:55:09      TRUE
## 2583 2022-12-09 22:55:09      TRUE
## 2584 2022-12-09 22:55:08      TRUE
## 2585 2022-12-09 22:55:04      TRUE
## 2586 2022-12-09 22:55:01      TRUE
## 2587 2022-12-09 22:55:00      TRUE
## 2588 2022-12-09 22:54:58      TRUE
## 2589 2022-12-09 22:54:58      TRUE
## 2590 2022-12-09 22:54:57      TRUE
## 2591 2022-12-09 22:54:56      TRUE
## 2592 2022-12-09 22:54:56      TRUE
## 2593 2022-12-09 22:54:56      TRUE
## 2594 2022-12-09 22:54:52      TRUE
## 2595 2022-12-09 22:54:51      TRUE
## 2596 2022-12-09 22:54:50      TRUE
## 2597 2022-12-09 22:54:50      TRUE
## 2598 2022-12-09 22:54:49      TRUE
## 2599 2022-12-09 22:54:47      TRUE
## 2600 2022-12-09 22:54:47      TRUE
## 2601 2022-12-09 22:54:45      TRUE
## 2602 2022-12-09 22:54:42      TRUE
## 2603 2022-12-09 22:54:41      TRUE
## 2604 2022-12-09 22:54:39      TRUE
## 2605 2022-12-09 22:54:38      TRUE
## 2606 2022-12-09 22:54:37      TRUE
## 2607 2022-12-09 22:54:36      TRUE
## 2608 2022-12-09 22:54:34      TRUE
## 2609 2022-12-09 22:54:33      TRUE
## 2610 2022-12-09 22:54:31      TRUE
## 2611 2022-12-09 22:54:26      TRUE
## 2612 2022-12-09 22:54:23      TRUE
## 2613 2022-12-09 22:54:23      TRUE
## 2614 2022-12-09 22:54:22      TRUE
## 2615 2022-12-09 22:54:22      TRUE
## 2616 2022-12-09 22:54:16      TRUE
## 2617 2022-12-09 22:54:14      TRUE
## 2618 2022-12-09 22:54:13      TRUE
## 2619 2022-12-09 22:54:10      TRUE
## 2620 2022-12-09 22:54:09      TRUE
## 2621 2022-12-09 22:54:08      TRUE
## 2622 2022-12-09 22:54:04      TRUE
## 2623 2022-12-09 22:54:04      TRUE
## 2624 2022-12-09 22:54:02      TRUE
## 2625 2022-12-09 22:53:58      TRUE
## 2626 2022-12-09 22:53:57      TRUE
## 2627 2022-12-09 22:53:55      TRUE
## 2628 2022-12-09 22:53:54      TRUE
## 2629 2022-12-09 22:53:46      TRUE
## 2630 2022-12-09 22:53:45      TRUE
## 2631 2022-12-09 22:53:43      TRUE
## 2632 2022-12-09 22:53:41      TRUE
## 2633 2022-12-09 22:53:38      TRUE
## 2634 2022-12-09 22:53:38      TRUE
## 2635 2022-12-09 22:53:37      TRUE
## 2636 2022-12-09 22:53:36      TRUE
## 2637 2022-12-09 22:53:36      TRUE
## 2638 2022-12-09 22:53:35      TRUE
## 2639 2022-12-09 22:53:33      TRUE
## 2640 2022-12-09 22:53:33      TRUE
## 2641 2022-12-09 22:53:30      TRUE
## 2642 2022-12-09 22:53:30      TRUE
## 2643 2022-12-09 22:53:30      TRUE
## 2644 2022-12-09 22:53:27      TRUE
## 2645 2022-12-09 22:53:25      TRUE
## 2646 2022-12-09 22:53:25      TRUE
## 2647 2022-12-09 22:53:25      TRUE
## 2648 2022-12-09 22:53:24      TRUE
## 2649 2022-12-09 22:53:23      TRUE
## 2650 2022-12-09 22:53:21      TRUE
## 2651 2022-12-09 22:53:20      TRUE
## 2652 2022-12-09 22:53:20      TRUE
## 2653 2022-12-09 22:53:19      TRUE
## 2654 2022-12-09 22:53:17      TRUE
## 2655 2022-12-09 22:53:17      TRUE
## 2656 2022-12-09 22:53:09      TRUE
## 2657 2022-12-09 22:53:07      TRUE
## 2658 2022-12-09 22:53:07      TRUE
## 2659 2022-12-09 22:53:06      TRUE
## 2660 2022-12-09 22:53:06      TRUE
## 2661 2022-12-09 22:53:05      TRUE
## 2662 2022-12-09 22:53:03      TRUE
## 2663 2022-12-09 22:53:00      TRUE
## 2664 2022-12-09 22:53:00      TRUE
## 2665 2022-12-09 22:52:59      TRUE
## 2666 2022-12-09 22:52:56      TRUE
## 2667 2022-12-09 22:52:55      TRUE
## 2668 2022-12-09 22:52:54      TRUE
## 2669 2022-12-09 22:52:51      TRUE
## 2670 2022-12-09 22:52:51      TRUE
## 2671 2022-12-09 22:52:49      TRUE
## 2672 2022-12-09 22:52:48      TRUE
## 2673 2022-12-09 22:52:47      TRUE
## 2674 2022-12-09 22:52:42      TRUE
## 2675 2022-12-09 22:52:37      TRUE
## 2676 2022-12-09 22:52:35      TRUE
## 2677 2022-12-09 22:52:33      TRUE
## 2678 2022-12-09 22:52:33      TRUE
## 2679 2022-12-09 22:52:32      TRUE
## 2680 2022-12-09 22:52:31      TRUE
## 2681 2022-12-09 22:52:30      TRUE
## 2682 2022-12-09 22:52:30      TRUE
## 2683 2022-12-09 22:52:28      TRUE
## 2684 2022-12-09 22:52:28      TRUE
## 2685 2022-12-09 22:52:27      TRUE
## 2686 2022-12-09 22:52:25      TRUE
## 2687 2022-12-09 22:52:24      TRUE
## 2688 2022-12-09 22:52:20      TRUE
## 2689 2022-12-09 22:52:19      TRUE
## 2690 2022-12-09 22:52:18      TRUE
## 2691 2022-12-09 22:52:16      TRUE
## 2692 2022-12-09 22:52:15      TRUE
## 2693 2022-12-09 22:52:13      TRUE
## 2694 2022-12-09 22:52:11      TRUE
## 2695 2022-12-09 22:52:08      TRUE
## 2696 2022-12-09 22:52:07      TRUE
## 2697 2022-12-09 22:52:07      TRUE
## 2698 2022-12-09 22:52:06      TRUE
## 2699 2022-12-09 22:52:06      TRUE
## 2700 2022-12-09 22:52:01      TRUE
## 2701 2022-12-09 22:52:00      TRUE
## 2702 2022-12-09 22:51:57      TRUE
## 2703 2022-12-09 22:51:56      TRUE
## 2704 2022-12-09 22:51:55      TRUE
## 2705 2022-12-09 22:51:53      TRUE
## 2706 2022-12-09 22:51:53      TRUE
## 2707 2022-12-09 22:51:50      TRUE
## 2708 2022-12-09 22:51:48      TRUE
## 2709 2022-12-09 22:51:47      TRUE
## 2710 2022-12-09 22:51:47      TRUE
## 2711 2022-12-09 22:51:47      TRUE
## 2712 2022-12-09 22:51:46      TRUE
## 2713 2022-12-09 22:51:46      TRUE
## 2714 2022-12-09 22:51:45      TRUE
## 2715 2022-12-09 22:51:45      TRUE
## 2716 2022-12-09 22:51:45      TRUE
## 2717 2022-12-09 22:51:44      TRUE
## 2718 2022-12-09 22:51:44      TRUE
## 2719 2022-12-09 22:51:44      TRUE
## 2720 2022-12-09 22:51:43      TRUE
## 2721 2022-12-09 22:51:41      TRUE
## 2722 2022-12-09 22:51:36      TRUE
## 2723 2022-12-09 22:51:36      TRUE
## 2724 2022-12-09 22:51:35      TRUE
## 2725 2022-12-09 22:51:34      TRUE
## 2726 2022-12-09 22:51:33      TRUE
## 2727 2022-12-09 22:51:32      TRUE
## 2728 2022-12-09 22:51:32      TRUE
## 2729 2022-12-09 22:51:31      TRUE
## 2730 2022-12-09 22:51:26      TRUE
## 2731 2022-12-09 22:51:24      TRUE
## 2732 2022-12-09 22:51:24      TRUE
## 2733 2022-12-09 22:51:24      TRUE
## 2734 2022-12-09 22:51:23      TRUE
## 2735 2022-12-09 22:51:23      TRUE
## 2736 2022-12-09 22:51:22      TRUE
## 2737 2022-12-09 22:51:21      TRUE
## 2738 2022-12-09 22:51:19      TRUE
## 2739 2022-12-09 22:51:18      TRUE
## 2740 2022-12-09 22:51:18      TRUE
## 2741 2022-12-09 22:51:17      TRUE
## 2742 2022-12-09 22:51:16      TRUE
## 2743 2022-12-09 22:51:15      TRUE
## 2744 2022-12-09 22:51:12      TRUE
## 2745 2022-12-09 22:51:12      TRUE
## 2746 2022-12-09 22:51:09      TRUE
## 2747 2022-12-09 22:51:09      TRUE
## 2748 2022-12-09 22:51:08      TRUE
## 2749 2022-12-09 22:51:05      TRUE
## 2750 2022-12-09 22:51:04      TRUE
## 2751 2022-12-09 22:51:04      TRUE
## 2752 2022-12-09 22:51:02      TRUE
## 2753 2022-12-09 22:50:59      TRUE
## 2754 2022-12-09 22:50:55      TRUE
## 2755 2022-12-09 22:50:52      TRUE
## 2756 2022-12-09 22:50:50      TRUE
## 2757 2022-12-09 22:50:47      TRUE
## 2758 2022-12-09 22:50:44      TRUE
## 2759 2022-12-09 22:50:44      TRUE
## 2760 2022-12-09 22:50:43      TRUE
## 2761 2022-12-09 22:50:38      TRUE
## 2762 2022-12-09 22:50:37      TRUE
## 2763 2022-12-09 22:50:36      TRUE
## 2764 2022-12-09 22:50:32      TRUE
## 2765 2022-12-09 22:50:32      TRUE
## 2766 2022-12-09 22:50:30      TRUE
## 2767 2022-12-09 22:50:24      TRUE
## 2768 2022-12-09 22:50:24      TRUE
## 2769 2022-12-09 22:50:24      TRUE
## 2770 2022-12-09 22:50:16      TRUE
## 2771 2022-12-09 22:50:15      TRUE
## 2772 2022-12-09 22:50:15      TRUE
## 2773 2022-12-09 22:50:15      TRUE
## 2774 2022-12-09 22:50:14      TRUE
## 2775 2022-12-09 22:50:11      TRUE
## 2776 2022-12-09 22:50:10      TRUE
## 2777 2022-12-09 22:50:08      TRUE
## 2778 2022-12-09 22:50:05      TRUE
## 2779 2022-12-09 22:50:02      TRUE
## 2780 2022-12-09 22:50:02      TRUE
## 2781 2022-12-09 22:50:00      TRUE
## 2782 2022-12-09 22:49:58      TRUE
## 2783 2022-12-09 22:49:54      TRUE
## 2784 2022-12-09 22:49:52      TRUE
## 2785 2022-12-09 22:49:50      TRUE
## 2786 2022-12-09 22:49:49      TRUE
## 2787 2022-12-09 22:49:44      TRUE
## 2788 2022-12-09 22:49:41      TRUE
## 2789 2022-12-09 22:49:41      TRUE
## 2790 2022-12-09 22:49:41      TRUE
## 2791 2022-12-09 22:49:40      TRUE
## 2792 2022-12-09 22:49:39      TRUE
## 2793 2022-12-09 22:49:38      TRUE
## 2794 2022-12-09 22:49:37      TRUE
## 2795 2022-12-09 22:49:37      TRUE
## 2796 2022-12-09 22:49:32      TRUE
## 2797 2022-12-09 22:49:31      TRUE
## 2798 2022-12-09 22:49:29      TRUE
## 2799 2022-12-09 22:49:27      TRUE
## 2800 2022-12-09 22:49:27      TRUE
## 2801 2022-12-09 22:49:26      TRUE
## 2802 2022-12-09 22:49:26      TRUE
## 2803 2022-12-09 22:49:23      TRUE
## 2804 2022-12-09 22:49:22      TRUE
## 2805 2022-12-09 22:49:22      TRUE
## 2806 2022-12-09 22:49:18      TRUE
## 2807 2022-12-09 22:49:16      TRUE
## 2808 2022-12-09 22:49:14      TRUE
## 2809 2022-12-09 22:49:13      TRUE
## 2810 2022-12-09 22:49:10      TRUE
## 2811 2022-12-09 22:49:10      TRUE
## 2812 2022-12-09 22:49:07      TRUE
## 2813 2022-12-09 22:49:05      TRUE
## 2814 2022-12-09 22:49:04      TRUE
## 2815 2022-12-09 22:49:04      TRUE
## 2816 2022-12-09 22:49:03      TRUE
## 2817 2022-12-09 22:48:54      TRUE
## 2818 2022-12-09 22:48:51      TRUE
## 2819 2022-12-09 22:48:51      TRUE
## 2820 2022-12-09 22:48:50      TRUE
## 2821 2022-12-09 22:48:49      TRUE
## 2822 2022-12-09 22:48:48      TRUE
## 2823 2022-12-09 22:48:45      TRUE
## 2824 2022-12-09 22:48:42      TRUE
## 2825 2022-12-09 22:48:40      TRUE
## 2826 2022-12-09 22:48:38      TRUE
## 2827 2022-12-09 22:48:37      TRUE
## 2828 2022-12-09 22:48:31      TRUE
## 2829 2022-12-09 22:48:31      TRUE
## 2830 2022-12-09 22:48:29      TRUE
## 2831 2022-12-09 22:48:27      TRUE
## 2832 2022-12-09 22:48:27      TRUE
## 2833 2022-12-09 22:48:24      TRUE
## 2834 2022-12-09 22:48:22      TRUE
## 2835 2022-12-09 22:48:18      TRUE
## 2836 2022-12-09 22:48:17      TRUE
## 2837 2022-12-09 22:48:16      TRUE
## 2838 2022-12-09 22:48:10      TRUE
## 2839 2022-12-09 22:48:09      TRUE
## 2840 2022-12-09 22:48:09      TRUE
## 2841 2022-12-09 22:48:06      TRUE
## 2842 2022-12-09 22:48:05      TRUE
## 2843 2022-12-09 22:48:05      TRUE
## 2844 2022-12-09 22:48:04      TRUE
## 2845 2022-12-09 22:48:04      TRUE
## 2846 2022-12-09 22:48:02      TRUE
## 2847 2022-12-09 22:48:02      TRUE
## 2848 2022-12-09 22:48:02      TRUE
## 2849 2022-12-09 22:48:00      TRUE
## 2850 2022-12-09 22:47:59      TRUE
## 2851 2022-12-09 22:47:55      TRUE
## 2852 2022-12-09 22:47:55      TRUE
## 2853 2022-12-09 22:47:53      TRUE
## 2854 2022-12-09 22:47:52      TRUE
## 2855 2022-12-09 22:47:50      TRUE
## 2856 2022-12-09 22:47:49      TRUE
## 2857 2022-12-09 22:47:45      TRUE
## 2858 2022-12-09 22:47:43      TRUE
## 2859 2022-12-09 22:47:41      TRUE
## 2860 2022-12-09 22:47:39      TRUE
## 2861 2022-12-09 22:47:39      TRUE
## 2862 2022-12-09 22:47:38      TRUE
## 2863 2022-12-09 22:47:37      TRUE
## 2864 2022-12-09 22:47:33      TRUE
## 2865 2022-12-09 22:47:32      TRUE
## 2866 2022-12-09 22:47:32      TRUE
## 2867 2022-12-09 22:47:31      TRUE
## 2868 2022-12-09 22:47:30      TRUE
## 2869 2022-12-09 22:47:27      TRUE
## 2870 2022-12-09 22:47:26      TRUE
## 2871 2022-12-09 22:47:24      TRUE
## 2872 2022-12-09 22:47:24      TRUE
## 2873 2022-12-09 22:47:23      TRUE
## 2874 2022-12-09 22:47:23      TRUE
## 2875 2022-12-09 22:47:23      TRUE
## 2876 2022-12-09 22:47:22      TRUE
## 2877 2022-12-09 22:47:19      TRUE
## 2878 2022-12-09 22:47:17      TRUE
## 2879 2022-12-09 22:47:17      TRUE
## 2880 2022-12-09 22:47:16      TRUE
## 2881 2022-12-09 22:47:15      TRUE
## 2882 2022-12-09 22:47:14      TRUE
## 2883 2022-12-09 22:47:14      TRUE
## 2884 2022-12-09 22:47:12      TRUE
## 2885 2022-12-09 22:47:10      TRUE
## 2886 2022-12-09 22:47:10      TRUE
## 2887 2022-12-09 22:47:09      TRUE
## 2888 2022-12-09 22:47:02      TRUE
## 2889 2022-12-09 22:47:01      TRUE
## 2890 2022-12-09 22:46:58      TRUE
## 2891 2022-12-09 22:46:58      TRUE
## 2892 2022-12-09 22:46:57      TRUE
## 2893 2022-12-09 22:46:54      TRUE
## 2894 2022-12-09 22:46:51      TRUE
## 2895 2022-12-09 22:46:51      TRUE
## 2896 2022-12-09 22:46:49      TRUE
## 2897 2022-12-09 22:46:48      TRUE
## 2898 2022-12-09 22:46:44      TRUE
## 2899 2022-12-09 22:46:44      TRUE
## 2900 2022-12-09 22:46:43      TRUE
## 2901 2022-12-09 22:46:43      TRUE
## 2902 2022-12-09 22:46:42      TRUE
## 2903 2022-12-09 22:46:38      TRUE
## 2904 2022-12-09 22:46:38      TRUE
## 2905 2022-12-09 22:46:38      TRUE
## 2906 2022-12-09 22:46:38      TRUE
## 2907 2022-12-09 22:46:38      TRUE
## 2908 2022-12-09 22:46:37      TRUE
## 2909 2022-12-09 22:46:36      TRUE
## 2910 2022-12-09 22:46:36      TRUE
## 2911 2022-12-09 22:46:35      TRUE
## 2912 2022-12-09 22:46:31      TRUE
## 2913 2022-12-09 22:46:31      TRUE
## 2914 2022-12-09 22:46:31      TRUE
## 2915 2022-12-09 22:46:28      TRUE
## 2916 2022-12-09 22:46:28      TRUE
## 2917 2022-12-09 22:46:27      TRUE
## 2918 2022-12-09 22:46:26      TRUE
## 2919 2022-12-09 22:46:26      TRUE
## 2920 2022-12-09 22:46:15      TRUE
## 2921 2022-12-09 22:46:14      TRUE
## 2922 2022-12-09 22:46:14      TRUE
## 2923 2022-12-09 22:46:12      TRUE
## 2924 2022-12-09 22:46:07      TRUE
## 2925 2022-12-09 22:46:07      TRUE
## 2926 2022-12-09 22:46:07      TRUE
## 2927 2022-12-09 22:46:03      TRUE
## 2928 2022-12-09 22:46:00      TRUE
## 2929 2022-12-09 22:45:50      TRUE
## 2930 2022-12-09 22:45:50      TRUE
## 2931 2022-12-09 22:45:49      TRUE
## 2932 2022-12-09 22:45:49      TRUE
## 2933 2022-12-09 22:45:48      TRUE
## 2934 2022-12-09 22:45:47      TRUE
## 2935 2022-12-09 22:45:47      TRUE
## 2936 2022-12-09 22:45:43      TRUE
## 2937 2022-12-09 22:45:42      TRUE
## 2938 2022-12-09 22:45:38      TRUE
## 2939 2022-12-09 22:45:36      TRUE
## 2940 2022-12-09 22:45:34      TRUE
## 2941 2022-12-09 22:45:29      TRUE
## 2942 2022-12-09 22:45:28      TRUE
## 2943 2022-12-09 22:45:27      TRUE
## 2944 2022-12-09 22:45:26      TRUE
## 2945 2022-12-09 22:45:20      TRUE
## 2946 2022-12-09 22:45:17      TRUE
## 2947 2022-12-09 22:45:13      TRUE
## 2948 2022-12-09 22:45:13      TRUE
## 2949 2022-12-09 22:45:13      TRUE
## 2950 2022-12-09 22:45:11      TRUE
## 2951 2022-12-09 22:45:10      TRUE
## 2952 2022-12-09 22:45:05      TRUE
## 2953 2022-12-09 22:45:04      TRUE
## 2954 2022-12-09 22:45:03      TRUE
## 2955 2022-12-09 22:44:57      TRUE
## 2956 2022-12-09 22:44:55      TRUE
## 2957 2022-12-09 22:44:55      TRUE
## 2958 2022-12-09 22:44:55      TRUE
## 2959 2022-12-09 22:44:52      TRUE
## 2960 2022-12-09 22:44:48      TRUE
## 2961 2022-12-09 22:44:46      TRUE
## 2962 2022-12-09 22:44:43      TRUE
## 2963 2022-12-09 22:44:37      TRUE
## 2964 2022-12-09 22:44:36      TRUE
## 2965 2022-12-09 22:44:35      TRUE
## 2966 2022-12-09 22:44:32      TRUE
## 2967 2022-12-09 22:44:31      TRUE
## 2968 2022-12-09 22:44:29      TRUE
## 2969 2022-12-09 22:44:28      TRUE
## 2970 2022-12-09 22:44:26      TRUE
## 2971 2022-12-09 22:44:25      TRUE
## 2972 2022-12-09 22:44:25      TRUE
## 2973 2022-12-09 22:44:22      TRUE
## 2974 2022-12-09 22:44:21      TRUE
## 2975 2022-12-09 22:44:16      TRUE
## 2976 2022-12-09 22:44:15      TRUE
## 2977 2022-12-09 22:44:15      TRUE
## 2978 2022-12-09 22:44:15      TRUE
## 2979 2022-12-09 22:44:15      TRUE
## 2980 2022-12-09 22:44:15      TRUE
## 2981 2022-12-09 22:44:12      TRUE
## 2982 2022-12-09 22:44:12      TRUE
## 2983 2022-12-09 22:44:11      TRUE
## 2984 2022-12-09 22:44:07      TRUE
## 2985 2022-12-09 22:44:03      TRUE
## 2986 2022-12-09 22:44:01      TRUE
## 2987 2022-12-09 22:44:01      TRUE
## 2988 2022-12-09 22:43:59      TRUE
## 2989 2022-12-09 22:43:59      TRUE
## 2990 2022-12-09 22:43:58      TRUE
## 2991 2022-12-09 22:43:58      TRUE
## 2992 2022-12-09 22:43:57      TRUE
## 2993 2022-12-09 22:43:57      TRUE
## 2994 2022-12-09 22:43:55      TRUE
## 2995 2022-12-09 22:43:54      TRUE
## 2996 2022-12-09 22:43:54      TRUE
## 2997 2022-12-09 22:43:53      TRUE
## 2998 2022-12-09 22:43:53      TRUE
## 2999 2022-12-09 22:43:52      TRUE
## 3000 2022-12-09 22:43:51      TRUE
## 3001 2022-12-09 22:43:50      TRUE
## 3002 2022-12-09 22:43:47      TRUE
## 3003 2022-12-09 22:43:45      TRUE
## 3004 2022-12-09 22:43:44      TRUE
## 3005 2022-12-09 22:43:41      TRUE
## 3006 2022-12-09 22:43:40      TRUE
## 3007 2022-12-09 22:43:37      TRUE
## 3008 2022-12-09 22:43:34      TRUE
## 3009 2022-12-09 22:43:31      TRUE
## 3010 2022-12-09 22:43:30      TRUE
## 3011 2022-12-09 22:43:28      TRUE
## 3012 2022-12-09 22:43:26      TRUE
## 3013 2022-12-09 22:43:24      TRUE
## 3014 2022-12-09 22:43:24      TRUE
## 3015 2022-12-09 22:43:23      TRUE
## 3016 2022-12-09 22:43:22      TRUE
## 3017 2022-12-09 22:43:22      TRUE
## 3018 2022-12-09 22:43:21      TRUE
## 3019 2022-12-09 22:43:19      TRUE
## 3020 2022-12-09 22:43:19      TRUE
## 3021 2022-12-09 22:43:19      TRUE
## 3022 2022-12-09 22:43:18      TRUE
## 3023 2022-12-09 22:43:14      TRUE
## 3024 2022-12-09 22:43:11      TRUE
## 3025 2022-12-09 22:43:11      TRUE
## 3026 2022-12-09 22:43:06      TRUE
## 3027 2022-12-09 22:43:04      TRUE
## 3028 2022-12-09 22:43:04      TRUE
## 3029 2022-12-09 22:43:04      TRUE
## 3030 2022-12-09 22:43:02      TRUE
## 3031 2022-12-09 22:42:59      TRUE
## 3032 2022-12-09 22:42:56      TRUE
## 3033 2022-12-09 22:42:55      TRUE
## 3034 2022-12-09 22:42:54      TRUE
## 3035 2022-12-09 22:42:50      TRUE
## 3036 2022-12-09 22:42:49      TRUE
## 3037 2022-12-09 22:42:49      TRUE
## 3038 2022-12-09 22:42:44      TRUE
## 3039 2022-12-09 22:42:43      TRUE
## 3040 2022-12-09 22:42:41      TRUE
## 3041 2022-12-09 22:42:41      TRUE
## 3042 2022-12-09 22:42:39      TRUE
## 3043 2022-12-09 22:42:38      TRUE
## 3044 2022-12-09 22:42:31      TRUE
## 3045 2022-12-09 22:42:28      TRUE
## 3046 2022-12-09 22:42:28      TRUE
## 3047 2022-12-09 22:42:24      TRUE
## 3048 2022-12-09 22:42:19      TRUE
## 3049 2022-12-09 22:42:18      TRUE
## 3050 2022-12-09 22:42:18      TRUE
## 3051 2022-12-09 22:42:16      TRUE
## 3052 2022-12-09 22:42:16      TRUE
## 3053 2022-12-09 22:42:13      TRUE
## 3054 2022-12-09 22:42:12      TRUE
## 3055 2022-12-09 22:42:08      TRUE
## 3056 2022-12-09 22:42:05      TRUE
## 3057 2022-12-09 22:42:03      TRUE
## 3058 2022-12-09 22:42:02      TRUE
## 3059 2022-12-09 22:42:01      TRUE
## 3060 2022-12-09 22:41:58      TRUE
## 3061 2022-12-09 22:41:55      TRUE
## 3062 2022-12-09 22:41:53      TRUE
## 3063 2022-12-09 22:41:52      TRUE
## 3064 2022-12-09 22:41:52      TRUE
## 3065 2022-12-09 22:41:49      TRUE
## 3066 2022-12-09 22:41:49      TRUE
## 3067 2022-12-09 22:41:49      TRUE
## 3068 2022-12-09 22:41:48      TRUE
## 3069 2022-12-09 22:41:47      TRUE
## 3070 2022-12-09 22:41:46      TRUE
## 3071 2022-12-09 22:41:45      TRUE
## 3072 2022-12-09 22:41:45      TRUE
## 3073 2022-12-09 22:41:36      TRUE
## 3074 2022-12-09 22:41:35      TRUE
## 3075 2022-12-09 22:41:35      TRUE
## 3076 2022-12-09 22:41:34      TRUE
## 3077 2022-12-09 22:41:34      TRUE
## 3078 2022-12-09 22:41:31      TRUE
## 3079 2022-12-09 22:41:31      TRUE
## 3080 2022-12-09 22:41:30      TRUE
## 3081 2022-12-09 22:41:30      TRUE
## 3082 2022-12-09 22:41:28      TRUE
## 3083 2022-12-09 22:41:27      TRUE
## 3084 2022-12-09 22:41:26      TRUE
## 3085 2022-12-09 22:41:23      TRUE
## 3086 2022-12-09 22:41:22      TRUE
## 3087 2022-12-09 22:41:16      TRUE
## 3088 2022-12-09 22:41:16      TRUE
## 3089 2022-12-09 22:41:14      TRUE
## 3090 2022-12-09 22:41:12      TRUE
## 3091 2022-12-09 22:41:11      TRUE
## 3092 2022-12-09 22:41:08      TRUE
## 3093 2022-12-09 22:41:07      TRUE
## 3094 2022-12-09 22:41:07      TRUE
## 3095 2022-12-09 22:41:02      TRUE
## 3096 2022-12-09 22:41:01      TRUE
## 3097 2022-12-09 22:41:01      TRUE
## 3098 2022-12-09 22:41:00      TRUE
## 3099 2022-12-09 22:41:00      TRUE
## 3100 2022-12-09 22:41:00      TRUE
## 3101 2022-12-09 22:40:55      TRUE
## 3102 2022-12-09 22:40:55      TRUE
## 3103 2022-12-09 22:40:55      TRUE
## 3104 2022-12-09 22:40:54      TRUE
## 3105 2022-12-09 22:40:54      TRUE
## 3106 2022-12-09 22:40:54      TRUE
## 3107 2022-12-09 22:40:53      TRUE
## 3108 2022-12-09 22:40:51      TRUE
## 3109 2022-12-09 22:40:51      TRUE
## 3110 2022-12-09 22:40:45      TRUE
## 3111 2022-12-09 22:40:43      TRUE
## 3112 2022-12-09 22:40:43      TRUE
## 3113 2022-12-09 22:40:42      TRUE
## 3114 2022-12-09 22:40:41      TRUE
## 3115 2022-12-09 22:40:39      TRUE
## 3116 2022-12-09 22:40:35      TRUE
## 3117 2022-12-09 22:40:29      TRUE
## 3118 2022-12-09 22:40:26      TRUE
## 3119 2022-12-09 22:40:26      TRUE
## 3120 2022-12-09 22:40:22      TRUE
## 3121 2022-12-09 22:40:21      TRUE
## 3122 2022-12-09 22:40:19      TRUE
## 3123 2022-12-09 22:40:19      TRUE
## 3124 2022-12-09 22:40:18      TRUE
## 3125 2022-12-09 22:40:18      TRUE
## 3126 2022-12-09 22:40:18      TRUE
## 3127 2022-12-09 22:40:15      TRUE
## 3128 2022-12-09 22:40:14      TRUE
## 3129 2022-12-09 22:40:14      TRUE
## 3130 2022-12-09 22:40:11      TRUE
## 3131 2022-12-09 22:40:11      TRUE
## 3132 2022-12-09 22:40:11      TRUE
## 3133 2022-12-09 22:40:00      TRUE
## 3134 2022-12-09 22:39:59      TRUE
## 3135 2022-12-09 22:39:49      TRUE
## 3136 2022-12-09 22:39:48      TRUE
## 3137 2022-12-09 22:39:47      TRUE
## 3138 2022-12-09 22:39:46      TRUE
## 3139 2022-12-09 22:39:44      TRUE
## 3140 2022-12-09 22:39:36      TRUE
## 3141 2022-12-09 22:39:35      TRUE
## 3142 2022-12-09 22:39:34      TRUE
## 3143 2022-12-09 22:39:31      TRUE
## 3144 2022-12-09 22:39:28      TRUE
## 3145 2022-12-09 22:39:28      TRUE
## 3146 2022-12-09 22:39:26      TRUE
## 3147 2022-12-09 22:39:23      TRUE
## 3148 2022-12-09 22:39:21      TRUE
## 3149 2022-12-09 22:39:21      TRUE
## 3150 2022-12-09 22:39:19      TRUE
## 3151 2022-12-09 22:39:18      TRUE
## 3152 2022-12-09 22:39:16      TRUE
## 3153 2022-12-09 22:39:15      TRUE
## 3154 2022-12-09 22:39:14      TRUE
## 3155 2022-12-09 22:39:10      TRUE
## 3156 2022-12-09 22:39:09      TRUE
## 3157 2022-12-09 22:39:09      TRUE
## 3158 2022-12-09 22:39:07      TRUE
## 3159 2022-12-09 22:39:06      TRUE
## 3160 2022-12-09 22:39:04      TRUE
## 3161 2022-12-09 22:38:59      TRUE
## 3162 2022-12-09 22:38:55      TRUE
## 3163 2022-12-09 22:38:55      TRUE
## 3164 2022-12-09 22:38:54      TRUE
## 3165 2022-12-09 22:38:50      TRUE
## 3166 2022-12-09 22:38:47      TRUE
## 3167 2022-12-09 22:38:45      TRUE
## 3168 2022-12-09 22:38:43      TRUE
## 3169 2022-12-09 22:38:40      TRUE
## 3170 2022-12-09 22:38:39      TRUE
## 3171 2022-12-09 22:38:37      TRUE
## 3172 2022-12-09 22:38:37      TRUE
## 3173 2022-12-09 22:38:36      TRUE
## 3174 2022-12-09 22:38:35      TRUE
## 3175 2022-12-09 22:38:35      TRUE
## 3176 2022-12-09 22:38:35      TRUE
## 3177 2022-12-09 22:38:34      TRUE
## 3178 2022-12-09 22:38:29      TRUE
## 3179 2022-12-09 22:38:25      TRUE
## 3180 2022-12-09 22:38:23      TRUE
## 3181 2022-12-09 22:38:22      TRUE
## 3182 2022-12-09 22:38:21      TRUE
## 3183 2022-12-09 22:38:19      TRUE
## 3184 2022-12-09 22:38:18      TRUE
## 3185 2022-12-09 22:38:17      TRUE
## 3186 2022-12-09 22:38:11      TRUE
## 3187 2022-12-09 22:38:10      TRUE
## 3188 2022-12-09 22:38:05      TRUE
## 3189 2022-12-09 22:38:05      TRUE
## 3190 2022-12-09 22:38:05      TRUE
## 3191 2022-12-09 22:38:04      TRUE
## 3192 2022-12-09 22:38:02      TRUE
## 3193 2022-12-09 22:37:58      TRUE
## 3194 2022-12-09 22:37:58      TRUE
## 3195 2022-12-09 22:37:57      TRUE
## 3196 2022-12-09 22:37:57      TRUE
## 3197 2022-12-09 22:37:57      TRUE
## 3198 2022-12-09 22:37:46      TRUE
## 3199 2022-12-09 22:37:41      TRUE
## 3200 2022-12-09 22:37:41      TRUE
## 3201 2022-12-09 22:37:39      TRUE
## 3202 2022-12-09 22:37:39      TRUE
## 3203 2022-12-09 22:37:37      TRUE
## 3204 2022-12-09 22:37:37      TRUE
## 3205 2022-12-09 22:37:35      TRUE
## 3206 2022-12-09 22:37:35      TRUE
## 3207 2022-12-09 22:37:35      TRUE
## 3208 2022-12-09 22:37:34      TRUE
## 3209 2022-12-09 22:37:30      TRUE
## 3210 2022-12-09 22:37:29      TRUE
## 3211 2022-12-09 22:37:27      TRUE
## 3212 2022-12-09 22:37:24      TRUE
## 3213 2022-12-09 22:37:21      TRUE
## 3214 2022-12-09 22:37:20      TRUE
## 3215 2022-12-09 22:37:20      TRUE
## 3216 2022-12-09 22:37:19      TRUE
## 3217 2022-12-09 22:37:18      TRUE
## 3218 2022-12-09 22:37:15      TRUE
## 3219 2022-12-09 22:37:15      TRUE
## 3220 2022-12-09 22:37:11      TRUE
## 3221 2022-12-09 22:37:10      TRUE
## 3222 2022-12-09 22:37:10      TRUE
## 3223 2022-12-09 22:37:09      TRUE
## 3224 2022-12-09 22:37:08      TRUE
## 3225 2022-12-09 22:37:06      TRUE
## 3226 2022-12-09 22:37:06      TRUE
## 3227 2022-12-09 22:37:04      TRUE
## 3228 2022-12-09 22:37:00      TRUE
## 3229 2022-12-09 22:36:58      TRUE
## 3230 2022-12-09 22:36:54      TRUE
## 3231 2022-12-09 22:36:51      TRUE
## 3232 2022-12-09 22:36:49      TRUE
## 3233 2022-12-09 22:36:47      TRUE
## 3234 2022-12-09 22:36:44      TRUE
## 3235 2022-12-09 22:36:43      TRUE
## 3236 2022-12-09 22:36:43      TRUE
## 3237 2022-12-09 22:36:40      TRUE
## 3238 2022-12-09 22:36:39      TRUE
## 3239 2022-12-09 22:36:38      TRUE
## 3240 2022-12-09 22:36:31      TRUE
## 3241 2022-12-09 22:36:27      TRUE
## 3242 2022-12-09 22:36:23      TRUE
## 3243 2022-12-09 22:36:23      TRUE
## 3244 2022-12-09 22:36:17      TRUE
## 3245 2022-12-09 22:36:17      TRUE
## 3246 2022-12-09 22:36:14      TRUE
## 3247 2022-12-09 22:36:13      TRUE
## 3248 2022-12-09 22:36:04      TRUE
## 3249 2022-12-09 22:36:01      TRUE
## 3250 2022-12-09 22:36:00      TRUE
## 3251 2022-12-09 22:35:59      TRUE
## 3252 2022-12-09 22:35:54      TRUE
## 3253 2022-12-09 22:35:52      TRUE
## 3254 2022-12-09 22:35:47      TRUE
## 3255 2022-12-09 22:35:44      TRUE
## 3256 2022-12-09 22:35:43      TRUE
## 3257 2022-12-09 22:35:42      TRUE
## 3258 2022-12-09 22:35:40      TRUE
## 3259 2022-12-09 22:35:36      TRUE
## 3260 2022-12-09 22:35:34      TRUE
## 3261 2022-12-09 22:35:34      TRUE
## 3262 2022-12-09 22:35:34      TRUE
## 3263 2022-12-09 22:35:34      TRUE
## 3264 2022-12-09 22:35:31      TRUE
## 3265 2022-12-09 22:35:30      TRUE
## 3266 2022-12-09 22:35:24      TRUE
## 3267 2022-12-09 22:35:24      TRUE
## 3268 2022-12-09 22:35:22      TRUE
## 3269 2022-12-09 22:35:22      TRUE
## 3270 2022-12-09 22:35:22      TRUE
## 3271 2022-12-09 22:35:18      TRUE
## 3272 2022-12-09 22:35:17      TRUE
## 3273 2022-12-09 22:35:17      TRUE
## 3274 2022-12-09 22:35:12      TRUE
## 3275 2022-12-09 22:35:11      TRUE
## 3276 2022-12-09 22:35:10      TRUE
## 3277 2022-12-09 22:35:09      TRUE
## 3278 2022-12-09 22:35:08      TRUE
## 3279 2022-12-09 22:35:05      TRUE
## 3280 2022-12-09 22:35:05      TRUE
## 3281 2022-12-09 22:35:04      TRUE
## 3282 2022-12-09 22:35:03      TRUE
## 3283 2022-12-09 22:35:02      TRUE
## 3284 2022-12-09 22:35:01      TRUE
## 3285 2022-12-09 22:34:59      TRUE
## 3286 2022-12-09 22:34:59      TRUE
## 3287 2022-12-09 22:34:59      TRUE
## 3288 2022-12-09 22:34:57      TRUE
## 3289 2022-12-09 22:34:57      TRUE
## 3290 2022-12-09 22:34:57      TRUE
## 3291 2022-12-09 22:34:55      TRUE
## 3292 2022-12-09 22:34:55      TRUE
## 3293 2022-12-09 22:34:53      TRUE
## 3294 2022-12-09 22:34:53      TRUE
## 3295 2022-12-09 22:34:53      TRUE
## 3296 2022-12-09 22:34:51      TRUE
## 3297 2022-12-09 22:34:51      TRUE
## 3298 2022-12-09 22:34:50      TRUE
## 3299 2022-12-09 22:34:50      TRUE
## 3300 2022-12-09 22:34:50      TRUE
## 3301 2022-12-09 22:34:49      TRUE
## 3302 2022-12-09 22:34:47      TRUE
## 3303 2022-12-09 22:34:46      TRUE
## 3304 2022-12-09 22:34:45      TRUE
## 3305 2022-12-09 22:34:45      TRUE
## 3306 2022-12-09 22:34:43      TRUE
## 3307 2022-12-09 22:34:41      TRUE
## 3308 2022-12-09 22:34:35      TRUE
## 3309 2022-12-09 22:34:31      TRUE
## 3310 2022-12-09 22:34:31      TRUE
## 3311 2022-12-09 22:34:31      TRUE
## 3312 2022-12-09 22:34:31      TRUE
## 3313 2022-12-09 22:34:30      TRUE
## 3314 2022-12-09 22:34:27      TRUE
## 3315 2022-12-09 22:34:27      TRUE
## 3316 2022-12-09 22:34:27      TRUE
## 3317 2022-12-09 22:34:23      TRUE
## 3318 2022-12-09 22:34:19      TRUE
## 3319 2022-12-09 22:34:18      TRUE
## 3320 2022-12-09 22:34:12      TRUE
## 3321 2022-12-09 22:34:12      TRUE
## 3322 2022-12-09 22:34:12      TRUE
## 3323 2022-12-09 22:34:09      TRUE
## 3324 2022-12-09 22:34:08      TRUE
## 3325 2022-12-09 22:34:07      TRUE
## 3326 2022-12-09 22:34:06      TRUE
## 3327 2022-12-09 22:34:06      TRUE
## 3328 2022-12-09 22:34:05      TRUE
## 3329 2022-12-09 22:34:04      TRUE
## 3330 2022-12-09 22:34:03      TRUE
## 3331 2022-12-09 22:34:03      TRUE
## 3332 2022-12-09 22:34:03      TRUE
## 3333 2022-12-09 22:34:02      TRUE
## 3334 2022-12-09 22:34:01      TRUE
## 3335 2022-12-09 22:34:00      TRUE
## 3336 2022-12-09 22:33:59      TRUE
## 3337 2022-12-09 22:33:58      TRUE
## 3338 2022-12-09 22:33:54      TRUE
## 3339 2022-12-09 22:33:52      TRUE
## 3340 2022-12-09 22:33:52      TRUE
## 3341 2022-12-09 22:33:51      TRUE
## 3342 2022-12-09 22:33:49      TRUE
## 3343 2022-12-09 22:33:48      TRUE
## 3344 2022-12-09 22:33:46      TRUE
## 3345 2022-12-09 22:33:45      TRUE
## 3346 2022-12-09 22:33:42      TRUE
## 3347 2022-12-09 22:33:41      TRUE
## 3348 2022-12-09 22:33:38      TRUE
## 3349 2022-12-09 22:33:38      TRUE
## 3350 2022-12-09 22:33:38      TRUE
## 3351 2022-12-09 22:33:38      TRUE
## 3352 2022-12-09 22:33:37      TRUE
## 3353 2022-12-09 22:33:35      TRUE
## 3354 2022-12-09 22:33:34      TRUE
## 3355 2022-12-09 22:33:33      TRUE
## 3356 2022-12-09 22:33:32      TRUE
## 3357 2022-12-09 22:33:31      TRUE
## 3358 2022-12-09 22:33:28      TRUE
## 3359 2022-12-09 22:33:28      TRUE
## 3360 2022-12-09 22:33:26      TRUE
## 3361 2022-12-09 22:33:26      TRUE
## 3362 2022-12-09 22:33:23      TRUE
## 3363 2022-12-09 22:33:23      TRUE
## 3364 2022-12-09 22:33:19      TRUE
## 3365 2022-12-09 22:33:19      TRUE
## 3366 2022-12-09 22:33:19      TRUE
## 3367 2022-12-09 22:33:19      TRUE
## 3368 2022-12-09 22:33:18      TRUE
## 3369 2022-12-09 22:33:14      TRUE
## 3370 2022-12-09 22:33:13      TRUE
## 3371 2022-12-09 22:33:11      TRUE
## 3372 2022-12-09 22:33:11      TRUE
## 3373 2022-12-09 22:33:10      TRUE
## 3374 2022-12-09 22:33:10      TRUE
## 3375 2022-12-09 22:33:09      TRUE
## 3376 2022-12-09 22:33:09      TRUE
## 3377 2022-12-09 22:33:08      TRUE
## 3378 2022-12-09 22:33:08      TRUE
## 3379 2022-12-09 22:33:07      TRUE
## 3380 2022-12-09 22:33:04      TRUE
## 3381 2022-12-09 22:33:04      TRUE
## 3382 2022-12-09 22:33:03      TRUE
## 3383 2022-12-09 22:32:59      TRUE
## 3384 2022-12-09 22:32:57      TRUE
## 3385 2022-12-09 22:32:54      TRUE
## 3386 2022-12-09 22:32:48      TRUE
## 3387 2022-12-09 22:32:48      TRUE
## 3388 2022-12-09 22:32:47      TRUE
## 3389 2022-12-09 22:32:40      TRUE
## 3390 2022-12-09 22:32:39      TRUE
## 3391 2022-12-09 22:32:36      TRUE
## 3392 2022-12-09 22:32:34      TRUE
## 3393 2022-12-09 22:32:32      TRUE
## 3394 2022-12-09 22:32:29      TRUE
## 3395 2022-12-09 22:32:29      TRUE
## 3396 2022-12-09 22:32:27      TRUE
## 3397 2022-12-09 22:32:26      TRUE
## 3398 2022-12-09 22:32:26      TRUE
## 3399 2022-12-09 22:32:23      TRUE
## 3400 2022-12-09 22:32:23      TRUE
## 3401 2022-12-09 22:32:20      TRUE
## 3402 2022-12-09 22:32:20      TRUE
## 3403 2022-12-09 22:32:20      TRUE
## 3404 2022-12-09 22:32:20      TRUE
## 3405 2022-12-09 22:32:19      TRUE
## 3406 2022-12-09 22:32:18      TRUE
## 3407 2022-12-09 22:32:18      TRUE
## 3408 2022-12-09 22:32:17      TRUE
## 3409 2022-12-09 22:32:16      TRUE
## 3410 2022-12-09 22:32:14      TRUE
## 3411 2022-12-09 22:32:12      TRUE
## 3412 2022-12-09 22:32:07      TRUE
## 3413 2022-12-09 22:32:04      TRUE
## 3414 2022-12-09 22:31:56      TRUE
## 3415 2022-12-09 22:31:54      TRUE
## 3416 2022-12-09 22:31:53      TRUE
## 3417 2022-12-09 22:31:53      TRUE
## 3418 2022-12-09 22:31:53      TRUE
## 3419 2022-12-09 22:31:52      TRUE
## 3420 2022-12-09 22:31:52      TRUE
## 3421 2022-12-09 22:31:51      TRUE
## 3422 2022-12-09 22:31:50      TRUE
## 3423 2022-12-09 22:31:45      TRUE
## 3424 2022-12-09 22:31:42      TRUE
## 3425 2022-12-09 22:31:39      TRUE
## 3426 2022-12-09 22:31:38      TRUE
## 3427 2022-12-09 22:31:32      TRUE
## 3428 2022-12-09 22:31:25      TRUE
## 3429 2022-12-09 22:31:24      TRUE
## 3430 2022-12-09 22:31:22      TRUE
## 3431 2022-12-09 22:31:20      TRUE
## 3432 2022-12-09 22:31:19      TRUE
## 3433 2022-12-09 22:31:18      TRUE
## 3434 2022-12-09 22:31:17      TRUE
## 3435 2022-12-09 22:31:14      TRUE
## 3436 2022-12-09 22:31:12      TRUE
## 3437 2022-12-09 22:31:11      TRUE
## 3438 2022-12-09 22:31:10      TRUE
## 3439 2022-12-09 22:31:09      TRUE
## 3440 2022-12-09 22:31:08      TRUE
## 3441 2022-12-09 22:31:04      TRUE
## 3442 2022-12-09 22:31:02      TRUE
## 3443 2022-12-09 22:31:00      TRUE
## 3444 2022-12-09 22:30:59      TRUE
## 3445 2022-12-09 22:30:59      TRUE
## 3446 2022-12-09 22:30:58      TRUE
## 3447 2022-12-09 22:30:56      TRUE
## 3448 2022-12-09 22:30:51      TRUE
## 3449 2022-12-09 22:30:50      TRUE
## 3450 2022-12-09 22:30:50      TRUE
## 3451 2022-12-09 22:30:48      TRUE
## 3452 2022-12-09 22:30:48      TRUE
## 3453 2022-12-09 22:30:48      TRUE
## 3454 2022-12-09 22:30:45      TRUE
## 3455 2022-12-09 22:30:42      TRUE
## 3456 2022-12-09 22:30:39      TRUE
## 3457 2022-12-09 22:30:35      TRUE
## 3458 2022-12-09 22:30:34      TRUE
## 3459 2022-12-09 22:30:33      TRUE
## 3460 2022-12-09 22:30:29      TRUE
## 3461 2022-12-09 22:30:25      TRUE
## 3462 2022-12-09 22:30:24      TRUE
## 3463 2022-12-09 22:30:24      TRUE
## 3464 2022-12-09 22:30:24      TRUE
## 3465 2022-12-09 22:30:22      TRUE
## 3466 2022-12-09 22:30:17      TRUE
## 3467 2022-12-09 22:30:16      TRUE
## 3468 2022-12-09 22:30:13      TRUE
## 3469 2022-12-09 22:30:11      TRUE
## 3470 2022-12-09 22:30:10      TRUE
## 3471 2022-12-09 22:30:08      TRUE
## 3472 2022-12-09 22:30:07      TRUE
## 3473 2022-12-09 22:30:03      TRUE
## 3474 2022-12-09 22:30:01      TRUE
## 3475 2022-12-09 22:30:00      TRUE
## 3476 2022-12-09 22:29:59      TRUE
## 3477 2022-12-09 22:29:55      TRUE
## 3478 2022-12-09 22:29:52      TRUE
## 3479 2022-12-09 22:29:51      TRUE
## 3480 2022-12-09 22:29:50      TRUE
## 3481 2022-12-09 22:29:50      TRUE
## 3482 2022-12-09 22:29:47      TRUE
## 3483 2022-12-09 22:29:44      TRUE
## 3484 2022-12-09 22:29:44      TRUE
## 3485 2022-12-09 22:29:43      TRUE
## 3486 2022-12-09 22:29:43      TRUE
## 3487 2022-12-09 22:29:41      TRUE
## 3488 2022-12-09 22:29:39      TRUE
## 3489 2022-12-09 22:29:39      TRUE
## 3490 2022-12-09 22:29:37      TRUE
## 3491 2022-12-09 22:29:36      TRUE
## 3492 2022-12-09 22:29:36      TRUE
## 3493 2022-12-09 22:29:33      TRUE
## 3494 2022-12-09 22:29:33      TRUE
## 3495 2022-12-09 22:29:30      TRUE
## 3496 2022-12-09 22:29:30      TRUE
## 3497 2022-12-09 22:29:28      TRUE
## 3498 2022-12-09 22:29:27      TRUE
## 3499 2022-12-09 22:29:27      TRUE
## 3500 2022-12-09 22:29:26      TRUE
## 3501 2022-12-09 22:29:21      TRUE
## 3502 2022-12-09 22:29:17      TRUE
## 3503 2022-12-09 22:29:17      TRUE
## 3504 2022-12-09 22:29:17      TRUE
## 3505 2022-12-09 22:29:16      TRUE
## 3506 2022-12-09 22:29:13      TRUE
## 3507 2022-12-09 22:29:12      TRUE
## 3508 2022-12-09 22:29:12      TRUE
## 3509 2022-12-09 22:29:12      TRUE
## 3510 2022-12-09 22:29:08      TRUE
## 3511 2022-12-09 22:29:07      TRUE
## 3512 2022-12-09 22:29:07      TRUE
## 3513 2022-12-09 22:29:05      TRUE
## 3514 2022-12-09 22:29:05      TRUE
## 3515 2022-12-09 22:29:05      TRUE
## 3516 2022-12-09 22:29:03      TRUE
## 3517 2022-12-09 22:29:01      TRUE
## 3518 2022-12-09 22:29:01      TRUE
## 3519 2022-12-09 22:28:58      TRUE
## 3520 2022-12-09 22:28:55      TRUE
## 3521 2022-12-09 22:28:54      TRUE
## 3522 2022-12-09 22:28:53      TRUE
## 3523 2022-12-09 22:28:51      TRUE
## 3524 2022-12-09 22:28:51      TRUE
## 3525 2022-12-09 22:28:47      TRUE
## 3526 2022-12-09 22:28:46      TRUE
## 3527 2022-12-09 22:28:45      TRUE
## 3528 2022-12-09 22:28:43      TRUE
## 3529 2022-12-09 22:28:39      TRUE
## 3530 2022-12-09 22:28:37      TRUE
## 3531 2022-12-09 22:28:37      TRUE
## 3532 2022-12-09 22:28:34      TRUE
## 3533 2022-12-09 22:28:34      TRUE
## 3534 2022-12-09 22:28:33      TRUE
## 3535 2022-12-09 22:28:31      TRUE
## 3536 2022-12-09 22:28:29      TRUE
## 3537 2022-12-09 22:28:28      TRUE
## 3538 2022-12-09 22:28:27      TRUE
## 3539 2022-12-09 22:28:27      TRUE
## 3540 2022-12-09 22:28:26      TRUE
## 3541 2022-12-09 22:28:22      TRUE
## 3542 2022-12-09 22:28:21      TRUE
## 3543 2022-12-09 22:28:18      TRUE
## 3544 2022-12-09 22:28:18      TRUE
## 3545 2022-12-09 22:28:18      TRUE
## 3546 2022-12-09 22:28:13      TRUE
## 3547 2022-12-09 22:28:07      TRUE
## 3548 2022-12-09 22:28:01      TRUE
## 3549 2022-12-09 22:27:56      TRUE
## 3550 2022-12-09 22:27:55      TRUE
## 3551 2022-12-09 22:27:54      TRUE
## 3552 2022-12-09 22:27:53      TRUE
## 3553 2022-12-09 22:27:52      TRUE
## 3554 2022-12-09 22:27:52      TRUE
## 3555 2022-12-09 22:27:52      TRUE
## 3556 2022-12-09 22:27:51      TRUE
## 3557 2022-12-09 22:27:51      TRUE
## 3558 2022-12-09 22:27:51      TRUE
## 3559 2022-12-09 22:27:49      TRUE
## 3560 2022-12-09 22:27:48      TRUE
## 3561 2022-12-09 22:27:46      TRUE
## 3562 2022-12-09 22:27:42      TRUE
## 3563 2022-12-09 22:27:42      TRUE
## 3564 2022-12-09 22:27:41      TRUE
## 3565 2022-12-09 22:27:39      TRUE
## 3566 2022-12-09 22:27:36      TRUE
## 3567 2022-12-09 22:27:34      TRUE
## 3568 2022-12-09 22:27:34      TRUE
## 3569 2022-12-09 22:27:33      TRUE
## 3570 2022-12-09 22:27:33      TRUE
## 3571 2022-12-09 22:27:32      TRUE
## 3572 2022-12-09 22:27:32      TRUE
## 3573 2022-12-09 22:27:32      TRUE
## 3574 2022-12-09 22:27:30      TRUE
## 3575 2022-12-09 22:27:25      TRUE
## 3576 2022-12-09 22:27:25      TRUE
## 3577 2022-12-09 22:27:24      TRUE
## 3578 2022-12-09 22:27:23      TRUE
## 3579 2022-12-09 22:27:19      TRUE
## 3580 2022-12-09 22:27:18      TRUE
## 3581 2022-12-09 22:27:14      TRUE
## 3582 2022-12-09 22:27:12      TRUE
## 3583 2022-12-09 22:27:12      TRUE
## 3584 2022-12-09 22:27:11      TRUE
## 3585 2022-12-09 22:27:11      TRUE
## 3586 2022-12-09 22:27:10      TRUE
## 3587 2022-12-09 22:27:09      TRUE
## 3588 2022-12-09 22:27:09      TRUE
## 3589 2022-12-09 22:27:09      TRUE
## 3590 2022-12-09 22:27:01      TRUE
## 3591 2022-12-09 22:27:00      TRUE
## 3592 2022-12-09 22:26:57      TRUE
## 3593 2022-12-09 22:26:57      TRUE
## 3594 2022-12-09 22:26:57      TRUE
## 3595 2022-12-09 22:26:57      TRUE
## 3596 2022-12-09 22:26:51      TRUE
## 3597 2022-12-09 22:26:50      TRUE
## 3598 2022-12-09 22:26:48      TRUE
## 3599 2022-12-09 22:26:48      TRUE
## 3600 2022-12-09 22:26:43      TRUE
## 3601 2022-12-09 22:26:41      TRUE
## 3602 2022-12-09 22:26:41      TRUE
## 3603 2022-12-09 22:26:39      TRUE
## 3604 2022-12-09 22:26:38      TRUE
## 3605 2022-12-09 22:26:36      TRUE
## 3606 2022-12-09 22:26:35      TRUE
## 3607 2022-12-09 22:26:30      TRUE
## 3608 2022-12-09 22:26:29      TRUE
## 3609 2022-12-09 22:26:28      TRUE
## 3610 2022-12-09 22:26:22      TRUE
## 3611 2022-12-09 22:26:20      TRUE
## 3612 2022-12-09 22:26:17      TRUE
## 3613 2022-12-09 22:26:17      TRUE
## 3614 2022-12-09 22:26:15      TRUE
## 3615 2022-12-09 22:26:14      TRUE
## 3616 2022-12-09 22:26:14      TRUE
## 3617 2022-12-09 22:26:13      TRUE
## 3618 2022-12-09 22:26:12      TRUE
## 3619 2022-12-09 22:26:11      TRUE
## 3620 2022-12-09 22:26:11      TRUE
## 3621 2022-12-09 22:26:09      TRUE
## 3622 2022-12-09 22:26:07      TRUE
## 3623 2022-12-09 22:26:01      TRUE
## 3624 2022-12-09 22:25:58      TRUE
## 3625 2022-12-09 22:25:57      TRUE
## 3626 2022-12-09 22:25:57      TRUE
## 3627 2022-12-09 22:25:56      TRUE
## 3628 2022-12-09 22:25:56      TRUE
## 3629 2022-12-09 22:25:55      TRUE
## 3630 2022-12-09 22:25:47      TRUE
## 3631 2022-12-09 22:25:47      TRUE
## 3632 2022-12-09 22:25:47      TRUE
## 3633 2022-12-09 22:25:44      TRUE
## 3634 2022-12-09 22:25:44      TRUE
## 3635 2022-12-09 22:25:43      TRUE
## 3636 2022-12-09 22:25:42      TRUE
## 3637 2022-12-09 22:25:40      TRUE
## 3638 2022-12-09 22:25:37      TRUE
## 3639 2022-12-09 22:25:35      TRUE
## 3640 2022-12-09 22:25:34      TRUE
## 3641 2022-12-09 22:25:33      TRUE
## 3642 2022-12-09 22:25:33      TRUE
## 3643 2022-12-09 22:25:33      TRUE
## 3644 2022-12-09 22:25:31      TRUE
## 3645 2022-12-09 22:25:29      TRUE
## 3646 2022-12-09 22:25:28      TRUE
## 3647 2022-12-09 22:25:26      TRUE
## 3648 2022-12-09 22:25:25      TRUE
## 3649 2022-12-09 22:25:23      TRUE
## 3650 2022-12-09 22:25:22      TRUE
## 3651 2022-12-09 22:25:22      TRUE
## 3652 2022-12-09 22:25:18      TRUE
## 3653 2022-12-09 22:25:15      TRUE
## 3654 2022-12-09 22:25:15      TRUE
## 3655 2022-12-09 22:25:15      TRUE
## 3656 2022-12-09 22:25:14      TRUE
## 3657 2022-12-09 22:25:12      TRUE
## 3658 2022-12-09 22:25:11      TRUE
## 3659 2022-12-09 22:25:09      TRUE
## 3660 2022-12-09 22:25:06      TRUE
## 3661 2022-12-09 22:25:04      TRUE
## 3662 2022-12-09 22:25:03      TRUE
## 3663 2022-12-09 22:25:02      TRUE
## 3664 2022-12-09 22:25:01      TRUE
## 3665 2022-12-09 22:25:01      TRUE
## 3666 2022-12-09 22:24:54      TRUE
## 3667 2022-12-09 22:24:52      TRUE
## 3668 2022-12-09 22:24:49      TRUE
## 3669 2022-12-09 22:24:49      TRUE
## 3670 2022-12-09 22:24:49      TRUE
## 3671 2022-12-09 22:24:47      TRUE
## 3672 2022-12-09 22:24:46      TRUE
## 3673 2022-12-09 22:24:39      TRUE
## 3674 2022-12-09 22:24:39      TRUE
## 3675 2022-12-09 22:24:38      TRUE
## 3676 2022-12-09 22:24:35      TRUE
## 3677 2022-12-09 22:24:34      TRUE
## 3678 2022-12-09 22:24:33      TRUE
## 3679 2022-12-09 22:24:33      TRUE
## 3680 2022-12-09 22:24:32      TRUE
## 3681 2022-12-09 22:24:31      TRUE
## 3682 2022-12-09 22:24:31      TRUE
## 3683 2022-12-09 22:24:25      TRUE
## 3684 2022-12-09 22:24:24      TRUE
## 3685 2022-12-09 22:24:22      TRUE
## 3686 2022-12-09 22:24:20      TRUE
## 3687 2022-12-09 22:24:18      TRUE
## 3688 2022-12-09 22:24:18      TRUE
## 3689 2022-12-09 22:24:14      TRUE
## 3690 2022-12-09 22:24:13      TRUE
## 3691 2022-12-09 22:24:12      TRUE
## 3692 2022-12-09 22:24:11      TRUE
## 3693 2022-12-09 22:24:09      TRUE
## 3694 2022-12-09 22:24:09      TRUE
## 3695 2022-12-09 22:24:02      TRUE
## 3696 2022-12-09 22:24:00      TRUE
## 3697 2022-12-09 22:23:56      TRUE
## 3698 2022-12-09 22:23:54      TRUE
## 3699 2022-12-09 22:23:52      TRUE
## 3700 2022-12-09 22:23:50      TRUE
## 3701 2022-12-09 22:23:49      TRUE
## 3702 2022-12-09 22:23:47      TRUE
## 3703 2022-12-09 22:23:44      TRUE
## 3704 2022-12-09 22:23:43      TRUE
## 3705 2022-12-09 22:23:43      TRUE
## 3706 2022-12-09 22:23:39      TRUE
## 3707 2022-12-09 22:23:39      TRUE
## 3708 2022-12-09 22:23:38      TRUE
## 3709 2022-12-09 22:23:38      TRUE
## 3710 2022-12-09 22:23:38      TRUE
## 3711 2022-12-09 22:23:37      TRUE
## 3712 2022-12-09 22:23:37      TRUE
## 3713 2022-12-09 22:23:34      TRUE
## 3714 2022-12-09 22:23:32      TRUE
## 3715 2022-12-09 22:23:30      TRUE
## 3716 2022-12-09 22:23:30      TRUE
## 3717 2022-12-09 22:23:23      TRUE
## 3718 2022-12-09 22:23:18      TRUE
## 3719 2022-12-09 22:23:11      TRUE
## 3720 2022-12-09 22:23:07      TRUE
## 3721 2022-12-09 22:23:05      TRUE
## 3722 2022-12-09 22:23:03      TRUE
## 3723 2022-12-09 22:23:02      TRUE
## 3724 2022-12-09 22:23:01      TRUE
## 3725 2022-12-09 22:23:01      TRUE
## 3726 2022-12-09 22:23:01      TRUE
## 3727 2022-12-09 22:22:59      TRUE
## 3728 2022-12-09 22:22:56      TRUE
## 3729 2022-12-09 22:22:53      TRUE
## 3730 2022-12-09 22:22:52      TRUE
## 3731 2022-12-09 22:22:45      TRUE
## 3732 2022-12-09 22:22:45      TRUE
## 3733 2022-12-09 22:22:44      TRUE
## 3734 2022-12-09 22:22:42      TRUE
## 3735 2022-12-09 22:22:41      TRUE
## 3736 2022-12-09 22:22:39      TRUE
## 3737 2022-12-09 22:22:37      TRUE
## 3738 2022-12-09 22:22:37      TRUE
## 3739 2022-12-09 22:22:36      TRUE
## 3740 2022-12-09 22:22:35      TRUE
## 3741 2022-12-09 22:22:32      TRUE
## 3742 2022-12-09 22:22:30      TRUE
## 3743 2022-12-09 22:22:27      TRUE
## 3744 2022-12-09 22:22:24      TRUE
## 3745 2022-12-09 22:22:21      TRUE
## 3746 2022-12-09 22:22:16      TRUE
## 3747 2022-12-09 22:22:15      TRUE
## 3748 2022-12-09 22:22:14      TRUE
## 3749 2022-12-09 22:22:12      TRUE
## 3750 2022-12-09 22:22:09      TRUE
## 3751 2022-12-09 22:22:04      TRUE
## 3752 2022-12-09 22:22:04      TRUE
## 3753 2022-12-09 22:22:02      TRUE
## 3754 2022-12-09 22:22:02      TRUE
## 3755 2022-12-09 22:21:59      TRUE
## 3756 2022-12-09 22:21:59      TRUE
## 3757 2022-12-09 22:21:58      TRUE
## 3758 2022-12-09 22:21:56      TRUE
## 3759 2022-12-09 22:21:55      TRUE
## 3760 2022-12-09 22:21:53      TRUE
## 3761 2022-12-09 22:21:53      TRUE
## 3762 2022-12-09 22:21:52      TRUE
## 3763 2022-12-09 22:21:49      TRUE
## 3764 2022-12-09 22:21:49      TRUE
## 3765 2022-12-09 22:21:46      TRUE
## 3766 2022-12-09 22:21:46      TRUE
## 3767 2022-12-09 22:21:45      TRUE
## 3768 2022-12-09 22:21:45      TRUE
## 3769 2022-12-09 22:21:42      TRUE
## 3770 2022-12-09 22:21:41      TRUE
## 3771 2022-12-09 22:21:39      TRUE
## 3772 2022-12-09 22:21:38      TRUE
## 3773 2022-12-09 22:21:38      TRUE
## 3774 2022-12-09 22:21:34      TRUE
## 3775 2022-12-09 22:21:34      TRUE
## 3776 2022-12-09 22:21:34      TRUE
## 3777 2022-12-09 22:21:28      TRUE
## 3778 2022-12-09 22:21:23      TRUE
## 3779 2022-12-09 22:21:21      TRUE
## 3780 2022-12-09 22:21:19      TRUE
## 3781 2022-12-09 22:21:19      TRUE
## 3782 2022-12-09 22:21:17      TRUE
## 3783 2022-12-09 22:21:15      TRUE
## 3784 2022-12-09 22:21:14      TRUE
## 3785 2022-12-09 22:21:13      TRUE
## 3786 2022-12-09 22:21:10      TRUE
## 3787 2022-12-09 22:21:10      TRUE
## 3788 2022-12-09 22:21:10      TRUE
## 3789 2022-12-09 22:21:07      TRUE
## 3790 2022-12-09 22:21:01      TRUE
## 3791 2022-12-09 22:20:58      TRUE
## 3792 2022-12-09 22:20:58      TRUE
## 3793 2022-12-09 22:20:58      TRUE
## 3794 2022-12-09 22:20:55      TRUE
## 3795 2022-12-09 22:20:54      TRUE
## 3796 2022-12-09 22:20:48      TRUE
## 3797 2022-12-09 22:20:47      TRUE
## 3798 2022-12-09 22:20:45      TRUE
## 3799 2022-12-09 22:20:41      TRUE
## 3800 2022-12-09 22:20:41      TRUE
## 3801 2022-12-09 22:20:37      TRUE
## 3802 2022-12-09 22:20:36      TRUE
## 3803 2022-12-09 22:20:33      TRUE
## 3804 2022-12-09 22:20:33      TRUE
## 3805 2022-12-09 22:20:33      TRUE
## 3806 2022-12-09 22:20:25      TRUE
## 3807 2022-12-09 22:20:24      TRUE
## 3808 2022-12-09 22:20:23      TRUE
## 3809 2022-12-09 22:20:20      TRUE
## 3810 2022-12-09 22:20:19      TRUE
## 3811 2022-12-09 22:20:19      TRUE
## 3812 2022-12-09 22:20:16      TRUE
## 3813 2022-12-09 22:20:15      TRUE
## 3814 2022-12-09 22:20:15      TRUE
## 3815 2022-12-09 22:20:13      TRUE
## 3816 2022-12-09 22:20:12      TRUE
## 3817 2022-12-09 22:20:07      TRUE
## 3818 2022-12-09 22:20:04      TRUE
## 3819 2022-12-09 22:20:04      TRUE
## 3820 2022-12-09 22:19:59      TRUE
## 3821 2022-12-09 22:19:58      TRUE
## 3822 2022-12-09 22:19:56      TRUE
## 3823 2022-12-09 22:19:55      TRUE
## 3824 2022-12-09 22:19:55      TRUE
## 3825 2022-12-09 22:19:54      TRUE
## 3826 2022-12-09 22:19:53      TRUE
## 3827 2022-12-09 22:19:53      TRUE
## 3828 2022-12-09 22:19:52      TRUE
## 3829 2022-12-09 22:19:52      TRUE
## 3830 2022-12-09 22:19:51      TRUE
## 3831 2022-12-09 22:19:46      TRUE
## 3832 2022-12-09 22:19:45      TRUE
## 3833 2022-12-09 22:19:37      TRUE
## 3834 2022-12-09 22:19:36      TRUE
## 3835 2022-12-09 22:19:35      TRUE
## 3836 2022-12-09 22:19:35      TRUE
## 3837 2022-12-09 22:19:34      TRUE
## 3838 2022-12-09 22:19:27      TRUE
## 3839 2022-12-09 22:19:25      TRUE
## 3840 2022-12-09 22:19:20      TRUE
## 3841 2022-12-09 22:19:17      TRUE
## 3842 2022-12-09 22:19:16      TRUE
## 3843 2022-12-09 22:19:15      TRUE
## 3844 2022-12-09 22:19:13      TRUE
## 3845 2022-12-09 22:19:08      TRUE
## 3846 2022-12-09 22:19:08      TRUE
## 3847 2022-12-09 22:19:07      TRUE
## 3848 2022-12-09 22:19:03      TRUE
## 3849 2022-12-09 22:19:03      TRUE
## 3850 2022-12-09 22:19:02      TRUE
## 3851 2022-12-09 22:19:00      TRUE
## 3852 2022-12-09 22:18:59      TRUE
## 3853 2022-12-09 22:18:55      TRUE
## 3854 2022-12-09 22:18:48      TRUE
## 3855 2022-12-09 22:18:48      TRUE
## 3856 2022-12-09 22:18:47      TRUE
## 3857 2022-12-09 22:18:46      TRUE
## 3858 2022-12-09 22:18:44      TRUE
## 3859 2022-12-09 22:18:42      TRUE
## 3860 2022-12-09 22:18:41      TRUE
## 3861 2022-12-09 22:18:41      TRUE
## 3862 2022-12-09 22:18:40      TRUE
## 3863 2022-12-09 22:18:39      TRUE
## 3864 2022-12-09 22:18:38      TRUE
## 3865 2022-12-09 22:18:34      TRUE
## 3866 2022-12-09 22:18:33      TRUE
## 3867 2022-12-09 22:18:32      TRUE
## 3868 2022-12-09 22:18:27      TRUE
## 3869 2022-12-09 22:18:23      TRUE
## 3870 2022-12-09 22:18:21      TRUE
## 3871 2022-12-09 22:18:21      TRUE
## 3872 2022-12-09 22:18:20      TRUE
## 3873 2022-12-09 22:18:19      TRUE
## 3874 2022-12-09 22:18:18      TRUE
## 3875 2022-12-09 22:18:18      TRUE
## 3876 2022-12-09 22:18:10      TRUE
## 3877 2022-12-09 22:18:10      TRUE
## 3878 2022-12-09 22:18:04      TRUE
## 3879 2022-12-09 22:18:04      TRUE
## 3880 2022-12-09 22:18:03      TRUE
## 3881 2022-12-09 22:18:02      TRUE
## 3882 2022-12-09 22:18:01      TRUE
## 3883 2022-12-09 22:17:58      TRUE
## 3884 2022-12-09 22:17:57      TRUE
## 3885 2022-12-09 22:17:56      TRUE
## 3886 2022-12-09 22:17:53      TRUE
## 3887 2022-12-09 22:17:52      TRUE
## 3888 2022-12-09 22:17:52      TRUE
## 3889 2022-12-09 22:17:49      TRUE
## 3890 2022-12-09 22:17:49      TRUE
## 3891 2022-12-09 22:17:49      TRUE
## 3892 2022-12-09 22:17:49      TRUE
## 3893 2022-12-09 22:17:46      TRUE
## 3894 2022-12-09 22:17:46      TRUE
## 3895 2022-12-09 22:17:45      TRUE
## 3896 2022-12-09 22:17:42      TRUE
## 3897 2022-12-09 22:17:41      TRUE
## 3898 2022-12-09 22:17:39      TRUE
## 3899 2022-12-09 22:17:39      TRUE
## 3900 2022-12-09 22:17:37      TRUE
## 3901 2022-12-09 22:17:30      TRUE
## 3902 2022-12-09 22:17:26      TRUE
## 3903 2022-12-09 22:17:25      TRUE
## 3904 2022-12-09 22:17:25      TRUE
## 3905 2022-12-09 22:17:24      TRUE
## 3906 2022-12-09 22:17:15      TRUE
## 3907 2022-12-09 22:17:14      TRUE
## 3908 2022-12-09 22:17:09      TRUE
## 3909 2022-12-09 22:17:07      TRUE
## 3910 2022-12-09 22:17:07      TRUE
## 3911 2022-12-09 22:17:06      TRUE
## 3912 2022-12-09 22:17:06      TRUE
## 3913 2022-12-09 22:17:05      TRUE
## 3914 2022-12-09 22:17:04      TRUE
## 3915 2022-12-09 22:17:04      TRUE
## 3916 2022-12-09 22:16:59      TRUE
## 3917 2022-12-09 22:16:58      TRUE
## 3918 2022-12-09 22:16:58      TRUE
## 3919 2022-12-09 22:16:56      TRUE
## 3920 2022-12-09 22:16:56      TRUE
## 3921 2022-12-09 22:16:55      TRUE
## 3922 2022-12-09 22:16:48      TRUE
## 3923 2022-12-09 22:16:48      TRUE
## 3924 2022-12-09 22:16:48      TRUE
## 3925 2022-12-09 22:16:47      TRUE
## 3926 2022-12-09 22:16:47      TRUE
## 3927 2022-12-09 22:16:45      TRUE
## 3928 2022-12-09 22:16:44      TRUE
## 3929 2022-12-09 22:16:43      TRUE
## 3930 2022-12-09 22:16:42      TRUE
## 3931 2022-12-09 22:16:40      TRUE
## 3932 2022-12-09 22:16:39      TRUE
## 3933 2022-12-09 22:16:33      TRUE
## 3934 2022-12-09 22:16:30      TRUE
## 3935 2022-12-09 22:16:24      TRUE
## 3936 2022-12-09 22:16:22      TRUE
## 3937 2022-12-09 22:16:19      TRUE
## 3938 2022-12-09 22:16:19      TRUE
## 3939 2022-12-09 22:16:17      TRUE
## 3940 2022-12-09 22:16:17      TRUE
## 3941 2022-12-09 22:16:17      TRUE
## 3942 2022-12-09 22:16:16      TRUE
## 3943 2022-12-09 22:16:16      TRUE
## 3944 2022-12-09 22:16:16      TRUE
## 3945 2022-12-09 22:16:15      TRUE
## 3946 2022-12-09 22:16:15      TRUE
## 3947 2022-12-09 22:16:15      TRUE
## 3948 2022-12-09 22:16:14      TRUE
## 3949 2022-12-09 22:16:14      TRUE
## 3950 2022-12-09 22:16:14      TRUE
## 3951 2022-12-09 22:16:13      TRUE
## 3952 2022-12-09 22:16:09      TRUE
## 3953 2022-12-09 22:16:08      TRUE
## 3954 2022-12-09 22:16:08      TRUE
## 3955 2022-12-09 22:16:08      TRUE
## 3956 2022-12-09 22:16:07      TRUE
## 3957 2022-12-09 22:16:05      TRUE
## 3958 2022-12-09 22:16:04      TRUE
## 3959 2022-12-09 22:16:01      TRUE
## 3960 2022-12-09 22:16:01      TRUE
## 3961 2022-12-09 22:16:00      TRUE
## 3962 2022-12-09 22:16:00      TRUE
## 3963 2022-12-09 22:15:59      TRUE
## 3964 2022-12-09 22:15:58      TRUE
## 3965 2022-12-09 22:15:56      TRUE
## 3966 2022-12-09 22:15:55      TRUE
## 3967 2022-12-09 22:15:54      TRUE
## 3968 2022-12-09 22:15:53      TRUE
## 3969 2022-12-09 22:15:50      TRUE
## 3970 2022-12-09 22:15:49      TRUE
## 3971 2022-12-09 22:15:48      TRUE
## 3972 2022-12-09 22:15:46      TRUE
## 3973 2022-12-09 22:15:44      TRUE
## 3974 2022-12-09 22:15:43      TRUE
## 3975 2022-12-09 22:15:43      TRUE
## 3976 2022-12-09 22:15:41      TRUE
## 3977 2022-12-09 22:15:41      TRUE
## 3978 2022-12-09 22:15:39      TRUE
## 3979 2022-12-09 22:15:38      TRUE
## 3980 2022-12-09 22:15:38      TRUE
## 3981 2022-12-09 22:15:38      TRUE
## 3982 2022-12-09 22:15:37      TRUE
## 3983 2022-12-09 22:15:35      TRUE
## 3984 2022-12-09 22:15:34      TRUE
## 3985 2022-12-09 22:15:31      TRUE
## 3986 2022-12-09 22:15:30      TRUE
## 3987 2022-12-09 22:15:30      TRUE
## 3988 2022-12-09 22:15:28      TRUE
## 3989 2022-12-09 22:15:26      TRUE
## 3990 2022-12-09 22:15:25      TRUE
## 3991 2022-12-09 22:15:25      TRUE
## 3992 2022-12-09 22:15:25      TRUE
## 3993 2022-12-09 22:15:24      TRUE
## 3994 2022-12-09 22:15:23      TRUE
## 3995 2022-12-09 22:15:21      TRUE
## 3996 2022-12-09 22:15:21      TRUE
## 3997 2022-12-09 22:15:20      TRUE
## 3998 2022-12-09 22:15:19      TRUE
## 3999 2022-12-09 22:15:17      TRUE
## 4000 2022-12-09 22:15:14      TRUE
## 4001 2022-12-09 22:15:13      TRUE
## 4002 2022-12-09 22:15:12      TRUE
## 4003 2022-12-09 22:15:10      TRUE
## 4004 2022-12-09 22:15:09      TRUE
## 4005 2022-12-09 22:15:08      TRUE
## 4006 2022-12-09 22:15:07      TRUE
## 4007 2022-12-09 22:15:06      TRUE
## 4008 2022-12-09 22:15:06      TRUE
## 4009 2022-12-09 22:15:06      TRUE
## 4010 2022-12-09 22:15:02      TRUE
## 4011 2022-12-09 22:15:01      TRUE
## 4012 2022-12-09 22:14:57      TRUE
## 4013 2022-12-09 22:14:57      TRUE
## 4014 2022-12-09 22:14:56      TRUE
## 4015 2022-12-09 22:14:55      TRUE
## 4016 2022-12-09 22:14:53      TRUE
## 4017 2022-12-09 22:14:50      TRUE
## 4018 2022-12-09 22:14:49      TRUE
## 4019 2022-12-09 22:14:47      TRUE
## 4020 2022-12-09 22:14:46      TRUE
## 4021 2022-12-09 22:14:43      TRUE
## 4022 2022-12-09 22:14:43      TRUE
## 4023 2022-12-09 22:14:37      TRUE
## 4024 2022-12-09 22:14:32      TRUE
## 4025 2022-12-09 22:14:29      TRUE
## 4026 2022-12-09 22:14:29      TRUE
## 4027 2022-12-09 22:14:27      TRUE
## 4028 2022-12-09 22:14:26      TRUE
## 4029 2022-12-09 22:14:25      TRUE
## 4030 2022-12-09 22:14:23      TRUE
## 4031 2022-12-09 22:14:22      TRUE
## 4032 2022-12-09 22:14:21      TRUE
## 4033 2022-12-09 22:14:21      TRUE
## 4034 2022-12-09 22:14:20      TRUE
## 4035 2022-12-09 22:14:18      TRUE
## 4036 2022-12-09 22:14:16      TRUE
## 4037 2022-12-09 22:14:13      TRUE
## 4038 2022-12-09 22:14:10      TRUE
## 4039 2022-12-09 22:14:09      TRUE
## 4040 2022-12-09 22:14:08      TRUE
## 4041 2022-12-09 22:14:04      TRUE
## 4042 2022-12-09 22:14:03      TRUE
## 4043 2022-12-09 22:13:58      TRUE
## 4044 2022-12-09 22:13:57      TRUE
## 4045 2022-12-09 22:13:53      TRUE
## 4046 2022-12-09 22:13:49      TRUE
## 4047 2022-12-09 22:13:47      TRUE
## 4048 2022-12-09 22:13:45      TRUE
## 4049 2022-12-09 22:13:44      TRUE
## 4050 2022-12-09 22:13:43      TRUE
## 4051 2022-12-09 22:13:38      TRUE
## 4052 2022-12-09 22:13:37      TRUE
## 4053 2022-12-09 22:13:36      TRUE
## 4054 2022-12-09 22:13:33      TRUE
## 4055 2022-12-09 22:13:27      TRUE
## 4056 2022-12-09 22:13:26      TRUE
## 4057 2022-12-09 22:13:26      TRUE
## 4058 2022-12-09 22:13:23      TRUE
## 4059 2022-12-09 22:13:23      TRUE
## 4060 2022-12-09 22:13:22      TRUE
## 4061 2022-12-09 22:13:20      TRUE
## 4062 2022-12-09 22:13:20      TRUE
## 4063 2022-12-09 22:13:19      TRUE
## 4064 2022-12-09 22:13:19      TRUE
## 4065 2022-12-09 22:13:16      TRUE
## 4066 2022-12-09 22:13:12      TRUE
## 4067 2022-12-09 22:13:09      TRUE
## 4068 2022-12-09 22:13:09      TRUE
## 4069 2022-12-09 22:13:09      TRUE
## 4070 2022-12-09 22:13:06      TRUE
## 4071 2022-12-09 22:13:06      TRUE
## 4072 2022-12-09 22:13:01      TRUE
## 4073 2022-12-09 22:13:00      TRUE
## 4074 2022-12-09 22:13:00      TRUE
## 4075 2022-12-09 22:12:58      TRUE
## 4076 2022-12-09 22:12:58      TRUE
## 4077 2022-12-09 22:12:57      TRUE
## 4078 2022-12-09 22:12:56      TRUE
## 4079 2022-12-09 22:12:56      TRUE
## 4080 2022-12-09 22:12:54      TRUE
## 4081 2022-12-09 22:12:54      TRUE
## 4082 2022-12-09 22:12:53      TRUE
## 4083 2022-12-09 22:12:51      TRUE
## 4084 2022-12-09 22:12:51      TRUE
## 4085 2022-12-09 22:12:48      TRUE
## 4086 2022-12-09 22:12:47      TRUE
## 4087 2022-12-09 22:12:43      TRUE
## 4088 2022-12-09 22:12:42      TRUE
## 4089 2022-12-09 22:12:40      TRUE
## 4090 2022-12-09 22:12:40      TRUE
## 4091 2022-12-09 22:12:36      TRUE
## 4092 2022-12-09 22:12:32      TRUE
## 4093 2022-12-09 22:12:32      TRUE
## 4094 2022-12-09 22:12:32      TRUE
## 4095 2022-12-09 22:12:30      TRUE
## 4096 2022-12-09 22:12:30      TRUE
## 4097 2022-12-09 22:12:30      TRUE
## 4098 2022-12-09 22:12:28      TRUE
## 4099 2022-12-09 22:12:27      TRUE
## 4100 2022-12-09 22:12:24      TRUE
## 4101 2022-12-09 22:12:24      TRUE
## 4102 2022-12-09 22:12:15      TRUE
## 4103 2022-12-09 22:12:14      TRUE
## 4104 2022-12-09 22:12:14      TRUE
## 4105 2022-12-09 22:12:13      TRUE
## 4106 2022-12-09 22:12:13      TRUE
## 4107 2022-12-09 22:12:12      TRUE
## 4108 2022-12-09 22:12:11      TRUE
## 4109 2022-12-09 22:12:09      TRUE
## 4110 2022-12-09 22:12:09      TRUE
## 4111 2022-12-09 22:12:06      TRUE
## 4112 2022-12-09 22:12:05      TRUE
## 4113 2022-12-09 22:12:05      TRUE
## 4114 2022-12-09 22:12:04      TRUE
## 4115 2022-12-09 22:12:04      TRUE
## 4116 2022-12-09 22:12:02      TRUE
## 4117 2022-12-09 22:11:58      TRUE
## 4118 2022-12-09 22:11:57      TRUE
## 4119 2022-12-09 22:11:56      TRUE
## 4120 2022-12-09 22:11:54      TRUE
## 4121 2022-12-09 22:11:47      TRUE
## 4122 2022-12-09 22:11:45      TRUE
## 4123 2022-12-09 22:11:44      TRUE
## 4124 2022-12-09 22:11:42      TRUE
## 4125 2022-12-09 22:11:39      TRUE
## 4126 2022-12-09 22:11:39      TRUE
## 4127 2022-12-09 22:11:39      TRUE
## 4128 2022-12-09 22:11:38      TRUE
## 4129 2022-12-09 22:11:36      TRUE
## 4130 2022-12-09 22:11:29      TRUE
## 4131 2022-12-09 22:11:27      TRUE
## 4132 2022-12-09 22:11:25      TRUE
## 4133 2022-12-09 22:11:25      TRUE
## 4134 2022-12-09 22:11:11      TRUE
## 4135 2022-12-09 22:11:09      TRUE
## 4136 2022-12-09 22:11:08      TRUE
## 4137 2022-12-09 22:11:03      TRUE
## 4138 2022-12-09 22:11:02      TRUE
## 4139 2022-12-09 22:11:02      TRUE
## 4140 2022-12-09 22:10:59      TRUE
## 4141 2022-12-09 22:10:57      TRUE
## 4142 2022-12-09 22:10:56      TRUE
## 4143 2022-12-09 22:10:55      TRUE
## 4144 2022-12-09 22:10:53      TRUE
## 4145 2022-12-09 22:10:47      TRUE
## 4146 2022-12-09 22:10:47      TRUE
## 4147 2022-12-09 22:10:47      TRUE
## 4148 2022-12-09 22:10:46      TRUE
## 4149 2022-12-09 22:10:46      TRUE
## 4150 2022-12-09 22:10:36      TRUE
## 4151 2022-12-09 22:10:35      TRUE
## 4152 2022-12-09 22:10:34      TRUE
## 4153 2022-12-09 22:10:31      TRUE
## 4154 2022-12-09 22:10:30      TRUE
## 4155 2022-12-09 22:10:27      TRUE
## 4156 2022-12-09 22:10:26      TRUE
## 4157 2022-12-09 22:10:25      TRUE
## 4158 2022-12-09 22:10:23      TRUE
## 4159 2022-12-09 22:10:22      TRUE
## 4160 2022-12-09 22:10:20      TRUE
## 4161 2022-12-09 22:10:18      TRUE
## 4162 2022-12-09 22:10:18      TRUE
## 4163 2022-12-09 22:10:17      TRUE
## 4164 2022-12-09 22:10:16      TRUE
## 4165 2022-12-09 22:10:15      TRUE
## 4166 2022-12-09 22:10:13      TRUE
## 4167 2022-12-09 22:10:13      TRUE
## 4168 2022-12-09 22:10:10      TRUE
## 4169 2022-12-09 22:10:10      TRUE
## 4170 2022-12-09 22:10:07      TRUE
## 4171 2022-12-09 22:10:01      TRUE
## 4172 2022-12-09 22:09:58      TRUE
## 4173 2022-12-09 22:09:54      TRUE
## 4174 2022-12-09 22:09:52      TRUE
## 4175 2022-12-09 22:09:48      TRUE
## 4176 2022-12-09 22:09:48      TRUE
## 4177 2022-12-09 22:09:48      TRUE
## 4178 2022-12-09 22:09:48      TRUE
## 4179 2022-12-09 22:09:47      TRUE
## 4180 2022-12-09 22:09:46      TRUE
## 4181 2022-12-09 22:09:43      TRUE
## 4182 2022-12-09 22:09:41      TRUE
## 4183 2022-12-09 22:09:40      TRUE
## 4184 2022-12-09 22:09:40      TRUE
## 4185 2022-12-09 22:09:38      TRUE
## 4186 2022-12-09 22:09:32      TRUE
## 4187 2022-12-09 22:09:26      TRUE
## 4188 2022-12-09 22:09:25      TRUE
## 4189 2022-12-09 22:09:21      TRUE
## 4190 2022-12-09 22:09:21      TRUE
## 4191 2022-12-09 22:09:20      TRUE
## 4192 2022-12-09 22:09:20      TRUE
## 4193 2022-12-09 22:09:19      TRUE
## 4194 2022-12-09 22:09:18      TRUE
## 4195 2022-12-09 22:09:13      TRUE
## 4196 2022-12-09 22:09:12      TRUE
## 4197 2022-12-09 22:09:11      TRUE
## 4198 2022-12-09 22:09:06      TRUE
## 4199 2022-12-09 22:09:05      TRUE
## 4200 2022-12-09 22:09:04      TRUE
## 4201 2022-12-09 22:08:58      TRUE
## 4202 2022-12-09 22:08:58      TRUE
## 4203 2022-12-09 22:08:57      TRUE
## 4204 2022-12-09 22:08:56      TRUE
## 4205 2022-12-09 22:08:55      TRUE
## 4206 2022-12-09 22:08:54      TRUE
## 4207 2022-12-09 22:08:53      TRUE
## 4208 2022-12-09 22:08:46      TRUE
## 4209 2022-12-09 22:08:45      TRUE
## 4210 2022-12-09 22:08:43      TRUE
## 4211 2022-12-09 22:08:43      TRUE
## 4212 2022-12-09 22:08:38      TRUE
## 4213 2022-12-09 22:08:37      TRUE
## 4214 2022-12-09 22:08:35      TRUE
## 4215 2022-12-09 22:08:35      TRUE
## 4216 2022-12-09 22:08:34      TRUE
## 4217 2022-12-09 22:08:28      TRUE
## 4218 2022-12-09 22:08:26      TRUE
## 4219 2022-12-09 22:08:25      TRUE
## 4220 2022-12-09 22:08:24      TRUE
## 4221 2022-12-09 22:08:22      TRUE
## 4222 2022-12-09 22:08:22      TRUE
## 4223 2022-12-09 22:08:19      TRUE
## 4224 2022-12-09 22:08:19      TRUE
## 4225 2022-12-09 22:08:18      TRUE
## 4226 2022-12-09 22:08:17      TRUE
## 4227 2022-12-09 22:08:16      TRUE
## 4228 2022-12-09 22:08:13      TRUE
## 4229 2022-12-09 22:08:12      TRUE
## 4230 2022-12-09 22:08:10      TRUE
## 4231 2022-12-09 22:08:10      TRUE
## 4232 2022-12-09 22:08:10      TRUE
## 4233 2022-12-09 22:08:09      TRUE
## 4234 2022-12-09 22:08:08      TRUE
## 4235 2022-12-09 22:08:07      TRUE
## 4236 2022-12-09 22:08:06      TRUE
## 4237 2022-12-09 22:08:06      TRUE
## 4238 2022-12-09 22:08:06      TRUE
## 4239 2022-12-09 22:08:05      TRUE
## 4240 2022-12-09 22:08:05      TRUE
## 4241 2022-12-09 22:08:05      TRUE
## 4242 2022-12-09 22:08:03      TRUE
## 4243 2022-12-09 22:08:01      TRUE
## 4244 2022-12-09 22:08:01      TRUE
## 4245 2022-12-09 22:07:59      TRUE
## 4246 2022-12-09 22:07:59      TRUE
## 4247 2022-12-09 22:07:58      TRUE
## 4248 2022-12-09 22:07:57      TRUE
## 4249 2022-12-09 22:07:57      TRUE
## 4250 2022-12-09 22:07:54      TRUE
## 4251 2022-12-09 22:07:53      TRUE
## 4252 2022-12-09 22:07:53      TRUE
## 4253 2022-12-09 22:07:50      TRUE
## 4254 2022-12-09 22:07:47      TRUE
## 4255 2022-12-09 22:07:46      TRUE
## 4256 2022-12-09 22:07:45      TRUE
## 4257 2022-12-09 22:07:45      TRUE
## 4258 2022-12-09 22:07:43      TRUE
## 4259 2022-12-09 22:07:43      TRUE
## 4260 2022-12-09 22:07:42      TRUE
## 4261 2022-12-09 22:07:41      TRUE
## 4262 2022-12-09 22:07:40      TRUE
## 4263 2022-12-09 22:07:37      TRUE
## 4264 2022-12-09 22:07:35      TRUE
## 4265 2022-12-09 22:07:35      TRUE
## 4266 2022-12-09 22:07:33      TRUE
## 4267 2022-12-09 22:07:32      TRUE
## 4268 2022-12-09 22:07:31      TRUE
## 4269 2022-12-09 22:07:29      TRUE
## 4270 2022-12-09 22:07:29      TRUE
## 4271 2022-12-09 22:07:24      TRUE
## 4272 2022-12-09 22:07:24      TRUE
## 4273 2022-12-09 22:07:22      TRUE
## 4274 2022-12-09 22:07:21      TRUE
## 4275 2022-12-09 22:07:17      TRUE
## 4276 2022-12-09 22:07:17      TRUE
## 4277 2022-12-09 22:07:13      TRUE
## 4278 2022-12-09 22:07:13      TRUE
## 4279 2022-12-09 22:07:06      TRUE
## 4280 2022-12-09 22:07:03      TRUE
## 4281 2022-12-09 22:06:56      TRUE
## 4282 2022-12-09 22:06:55      TRUE
## 4283 2022-12-09 22:06:52      TRUE
## 4284 2022-12-09 22:06:51      TRUE
## 4285 2022-12-09 22:06:48      TRUE
## 4286 2022-12-09 22:06:47      TRUE
## 4287 2022-12-09 22:06:45      TRUE
## 4288 2022-12-09 22:06:43      TRUE
## 4289 2022-12-09 22:06:41      TRUE
## 4290 2022-12-09 22:06:41      TRUE
## 4291 2022-12-09 22:06:40      TRUE
## 4292 2022-12-09 22:06:38      TRUE
## 4293 2022-12-09 22:06:35      TRUE
## 4294 2022-12-09 22:06:35      TRUE
## 4295 2022-12-09 22:06:32      TRUE
## 4296 2022-12-09 22:06:29      TRUE
## 4297 2022-12-09 22:06:23      TRUE
## 4298 2022-12-09 22:06:23      TRUE
## 4299 2022-12-09 22:06:22      TRUE
## 4300 2022-12-09 22:06:19      TRUE
## 4301 2022-12-09 22:06:17      TRUE
## 4302 2022-12-09 22:06:13      TRUE
## 4303 2022-12-09 22:06:12      TRUE
## 4304 2022-12-09 22:06:10      TRUE
## 4305 2022-12-09 22:06:09      TRUE
## 4306 2022-12-09 22:06:08      TRUE
## 4307 2022-12-09 22:06:08      TRUE
## 4308 2022-12-09 22:06:03      TRUE
## 4309 2022-12-09 22:06:02      TRUE
## 4310 2022-12-09 22:06:01      TRUE
## 4311 2022-12-09 22:05:58      TRUE
## 4312 2022-12-09 22:05:54      TRUE
## 4313 2022-12-09 22:05:54      TRUE
## 4314 2022-12-09 22:05:52      TRUE
## 4315 2022-12-09 22:05:51      TRUE
## 4316 2022-12-09 22:05:51      TRUE
## 4317 2022-12-09 22:05:50      TRUE
## 4318 2022-12-09 22:05:48      TRUE
## 4319 2022-12-09 22:05:46      TRUE
## 4320 2022-12-09 22:05:46      TRUE
## 4321 2022-12-09 22:05:44      TRUE
## 4322 2022-12-09 22:05:40      TRUE
## 4323 2022-12-09 22:05:40      TRUE
## 4324 2022-12-09 22:05:37      TRUE
## 4325 2022-12-09 22:05:36      TRUE
## 4326 2022-12-09 22:05:36      TRUE
## 4327 2022-12-09 22:05:35      TRUE
## 4328 2022-12-09 22:05:34      TRUE
## 4329 2022-12-09 22:05:33      TRUE
## 4330 2022-12-09 22:05:33      TRUE
## 4331 2022-12-09 22:05:30      TRUE
## 4332 2022-12-09 22:05:22      TRUE
## 4333 2022-12-09 22:05:22      TRUE
## 4334 2022-12-09 22:05:22      TRUE
## 4335 2022-12-09 22:05:21      TRUE
## 4336 2022-12-09 22:05:19      TRUE
## 4337 2022-12-09 22:05:19      TRUE
## 4338 2022-12-09 22:05:19      TRUE
## 4339 2022-12-09 22:05:15      TRUE
## 4340 2022-12-09 22:05:14      TRUE
## 4341 2022-12-09 22:05:13      TRUE
## 4342 2022-12-09 22:05:08      TRUE
## 4343 2022-12-09 22:05:04      TRUE
## 4344 2022-12-09 22:05:03      TRUE
## 4345 2022-12-09 22:05:01      TRUE
## 4346 2022-12-09 22:04:59      TRUE
## 4347 2022-12-09 22:04:59      TRUE
## 4348 2022-12-09 22:04:57      TRUE
## 4349 2022-12-09 22:04:55      TRUE
## 4350 2022-12-09 22:04:55      TRUE
## 4351 2022-12-09 22:04:54      TRUE
## 4352 2022-12-09 22:04:53      TRUE
## 4353 2022-12-09 22:04:51      TRUE
## 4354 2022-12-09 22:04:50      TRUE
## 4355 2022-12-09 22:04:49      TRUE
## 4356 2022-12-09 22:04:49      TRUE
## 4357 2022-12-09 22:04:47      TRUE
## 4358 2022-12-09 22:04:47      TRUE
## 4359 2022-12-09 22:04:47      TRUE
## 4360 2022-12-09 22:04:43      TRUE
## 4361 2022-12-09 22:04:43      TRUE
## 4362 2022-12-09 22:04:42      TRUE
## 4363 2022-12-09 22:04:42      TRUE
## 4364 2022-12-09 22:04:40      TRUE
## 4365 2022-12-09 22:04:39      TRUE
## 4366 2022-12-09 22:04:38      TRUE
## 4367 2022-12-09 22:04:32      TRUE
## 4368 2022-12-09 22:04:29      TRUE
## 4369 2022-12-09 22:04:27      TRUE
## 4370 2022-12-09 22:04:26      TRUE
## 4371 2022-12-09 22:04:26      TRUE
## 4372 2022-12-09 22:04:21      TRUE
## 4373 2022-12-09 22:04:21      TRUE
## 4374 2022-12-09 22:04:20      TRUE
## 4375 2022-12-09 22:04:20      TRUE
## 4376 2022-12-09 22:04:19      TRUE
## 4377 2022-12-09 22:04:18      TRUE
## 4378 2022-12-09 22:04:18      TRUE
## 4379 2022-12-09 22:04:17      TRUE
## 4380 2022-12-09 22:04:16      TRUE
## 4381 2022-12-09 22:04:15      TRUE
## 4382 2022-12-09 22:04:14      TRUE
## 4383 2022-12-09 22:04:10      TRUE
## 4384 2022-12-09 22:04:10      TRUE
## 4385 2022-12-09 22:04:09      TRUE
## 4386 2022-12-09 22:04:09      TRUE
## 4387 2022-12-09 22:04:08      TRUE
## 4388 2022-12-09 22:04:07      TRUE
## 4389 2022-12-09 22:04:07      TRUE
## 4390 2022-12-09 22:04:06      TRUE
## 4391 2022-12-09 22:04:05      TRUE
## 4392 2022-12-09 22:04:02      TRUE
## 4393 2022-12-09 22:03:59      TRUE
## 4394 2022-12-09 22:03:53      TRUE
## 4395 2022-12-09 22:03:48      TRUE
## 4396 2022-12-09 22:03:44      TRUE
## 4397 2022-12-09 22:03:44      TRUE
## 4398 2022-12-09 22:03:42      TRUE
## 4399 2022-12-09 22:03:41      TRUE
## 4400 2022-12-09 22:03:41      TRUE
## 4401 2022-12-09 22:03:41      TRUE
## 4402 2022-12-09 22:03:39      TRUE
## 4403 2022-12-09 22:03:38      TRUE
## 4404 2022-12-09 22:03:35      TRUE
## 4405 2022-12-09 22:03:27      TRUE
## 4406 2022-12-09 22:03:27      TRUE
## 4407 2022-12-09 22:03:25      TRUE
## 4408 2022-12-09 22:03:25      TRUE
## 4409 2022-12-09 22:03:24      TRUE
## 4410 2022-12-09 22:03:19      TRUE
## 4411 2022-12-09 22:03:18      TRUE
## 4412 2022-12-09 22:03:18      TRUE
## 4413 2022-12-09 22:03:12      TRUE
## 4414 2022-12-09 22:03:10      TRUE
## 4415 2022-12-09 22:03:09      TRUE
## 4416 2022-12-09 22:03:08      TRUE
## 4417 2022-12-09 22:03:07      TRUE
## 4418 2022-12-09 22:03:03      TRUE
## 4419 2022-12-09 22:03:01      TRUE
## 4420 2022-12-09 22:03:00      TRUE
## 4421 2022-12-09 22:02:59      TRUE
## 4422 2022-12-09 22:02:58      TRUE
## 4423 2022-12-09 22:02:58      TRUE
## 4424 2022-12-09 22:02:54      TRUE
## 4425 2022-12-09 22:02:53      TRUE
## 4426 2022-12-09 22:02:48      TRUE
## 4427 2022-12-09 22:02:48      TRUE
## 4428 2022-12-09 22:02:46      TRUE
## 4429 2022-12-09 22:02:43      TRUE
## 4430 2022-12-09 22:02:43      TRUE
## 4431 2022-12-09 22:02:40      TRUE
## 4432 2022-12-09 22:02:40      TRUE
## 4433 2022-12-09 22:02:36      TRUE
## 4434 2022-12-09 22:02:32      TRUE
## 4435 2022-12-09 22:02:28      TRUE
## 4436 2022-12-09 22:02:28      TRUE
## 4437 2022-12-09 22:02:26      TRUE
## 4438 2022-12-09 22:02:23      TRUE
## 4439 2022-12-09 22:02:22      TRUE
## 4440 2022-12-09 22:02:21      TRUE
## 4441 2022-12-09 22:02:17      TRUE
## 4442 2022-12-09 22:02:15      TRUE
## 4443 2022-12-09 22:02:12      TRUE
## 4444 2022-12-09 22:02:10      TRUE
## 4445 2022-12-09 22:02:10      TRUE
## 4446 2022-12-09 22:02:06      TRUE
## 4447 2022-12-09 22:02:06      TRUE
## 4448 2022-12-09 22:02:04      TRUE
## 4449 2022-12-09 22:02:04      TRUE
## 4450 2022-12-09 22:02:01      TRUE
## 4451 2022-12-09 22:01:58      TRUE
## 4452 2022-12-09 22:01:58      TRUE
## 4453 2022-12-09 22:01:55      TRUE
## 4454 2022-12-09 22:01:55      TRUE
## 4455 2022-12-09 22:01:52      TRUE
## 4456 2022-12-09 22:01:49      TRUE
## 4457 2022-12-09 22:01:46      TRUE
## 4458 2022-12-09 22:01:45      TRUE
## 4459 2022-12-09 22:01:45      TRUE
## 4460 2022-12-09 22:01:44      TRUE
## 4461 2022-12-09 22:01:44      TRUE
## 4462 2022-12-09 22:01:43      TRUE
## 4463 2022-12-09 22:01:42      TRUE
## 4464 2022-12-09 22:01:36      TRUE
## 4465 2022-12-09 22:01:35      TRUE
## 4466 2022-12-09 22:01:34      TRUE
## 4467 2022-12-09 22:01:33      TRUE
## 4468 2022-12-09 22:01:32      TRUE
## 4469 2022-12-09 22:01:32      TRUE
## 4470 2022-12-09 22:01:30      TRUE
## 4471 2022-12-09 22:01:29      TRUE
## 4472 2022-12-09 22:01:26      TRUE
## 4473 2022-12-09 22:01:23      TRUE
## 4474 2022-12-09 22:01:22      TRUE
## 4475 2022-12-09 22:01:21      TRUE
## 4476 2022-12-09 22:01:18      TRUE
## 4477 2022-12-09 22:01:17      TRUE
## 4478 2022-12-09 22:01:17      TRUE
## 4479 2022-12-09 22:01:13      TRUE
## 4480 2022-12-09 22:01:13      TRUE
## 4481 2022-12-09 22:01:12      TRUE
## 4482 2022-12-09 22:01:12      TRUE
## 4483 2022-12-09 22:01:09      TRUE
## 4484 2022-12-09 22:01:08      TRUE
## 4485 2022-12-09 22:01:07      TRUE
## 4486 2022-12-09 22:01:07      TRUE
## 4487 2022-12-09 22:01:04      TRUE
## 4488 2022-12-09 22:00:58      TRUE
## 4489 2022-12-09 22:00:58      TRUE
## 4490 2022-12-09 22:00:57      TRUE
## 4491 2022-12-09 22:00:56      TRUE
## 4492 2022-12-09 22:00:52      TRUE
## 4493 2022-12-09 22:00:49      TRUE
## 4494 2022-12-09 22:00:46      TRUE
## 4495 2022-12-09 22:00:43      TRUE
## 4496 2022-12-09 22:00:43      TRUE
## 4497 2022-12-09 22:00:41      TRUE
## 4498 2022-12-09 22:00:32      TRUE
## 4499 2022-12-09 22:00:30      TRUE
## 4500 2022-12-09 22:00:28      TRUE
## 4501 2022-12-09 22:00:24      TRUE
## 4502 2022-12-09 22:00:22      TRUE
## 4503 2022-12-09 22:00:18      TRUE
## 4504 2022-12-09 22:00:16      TRUE
## 4505 2022-12-09 22:00:15      TRUE
## 4506 2022-12-09 22:00:14      TRUE
## 4507 2022-12-09 22:00:14      TRUE
## 4508 2022-12-09 22:00:07      TRUE
## 4509 2022-12-09 22:00:04      TRUE
## 4510 2022-12-09 21:59:59      TRUE
## 4511 2022-12-09 21:59:58      TRUE
## 4512 2022-12-09 21:59:52      TRUE
## 4513 2022-12-09 21:59:50      TRUE
## 4514 2022-12-09 21:59:50      TRUE
## 4515 2022-12-09 21:59:50      TRUE
## 4516 2022-12-09 21:59:48      TRUE
## 4517 2022-12-09 21:59:45      TRUE
## 4518 2022-12-09 21:59:44      TRUE
## 4519 2022-12-09 21:59:39      TRUE
## 4520 2022-12-09 21:59:39      TRUE
## 4521 2022-12-09 21:59:39      TRUE
## 4522 2022-12-09 21:59:38      TRUE
## 4523 2022-12-09 21:59:36      TRUE
## 4524 2022-12-09 21:59:35      TRUE
## 4525 2022-12-09 21:59:35      TRUE
## 4526 2022-12-09 21:59:35      TRUE
## 4527 2022-12-09 21:59:32      TRUE
## 4528 2022-12-09 21:59:32      TRUE
## 4529 2022-12-09 21:59:23      TRUE
## 4530 2022-12-09 21:59:22      TRUE
## 4531 2022-12-09 21:59:20      TRUE
## 4532 2022-12-09 21:59:19      TRUE
## 4533 2022-12-09 21:59:19      TRUE
## 4534 2022-12-09 21:59:15      TRUE
## 4535 2022-12-09 21:59:14      TRUE
## 4536 2022-12-09 21:59:12      TRUE
## 4537 2022-12-09 21:59:12      TRUE
## 4538 2022-12-09 21:59:10      TRUE
## 4539 2022-12-09 21:59:06      TRUE
## 4540 2022-12-09 21:59:06      TRUE
## 4541 2022-12-09 21:59:04      TRUE
## 4542 2022-12-09 21:59:02      TRUE
## 4543 2022-12-09 21:59:01      TRUE
## 4544 2022-12-09 21:59:01      TRUE
## 4545 2022-12-09 21:59:01      TRUE
## 4546 2022-12-09 21:58:58      TRUE
## 4547 2022-12-09 21:58:55      TRUE
## 4548 2022-12-09 21:58:54      TRUE
## 4549 2022-12-09 21:58:54      TRUE
## 4550 2022-12-09 21:58:53      TRUE
## 4551 2022-12-09 21:58:48      TRUE
## 4552 2022-12-09 21:58:47      TRUE
## 4553 2022-12-09 21:58:45      TRUE
## 4554 2022-12-09 21:58:44      TRUE
## 4555 2022-12-09 21:58:43      TRUE
## 4556 2022-12-09 21:58:43      TRUE
## 4557 2022-12-09 21:58:42      TRUE
## 4558 2022-12-09 21:58:42      TRUE
## 4559 2022-12-09 21:58:41      TRUE
## 4560 2022-12-09 21:58:40      TRUE
## 4561 2022-12-09 21:58:39      TRUE
## 4562 2022-12-09 21:58:31      TRUE
## 4563 2022-12-09 21:58:30      TRUE
## 4564 2022-12-09 21:58:26      TRUE
## 4565 2022-12-09 21:58:26      TRUE
## 4566 2022-12-09 21:58:25      TRUE
## 4567 2022-12-09 21:58:24      TRUE
## 4568 2022-12-09 21:58:24      TRUE
## 4569 2022-12-09 21:58:23      TRUE
## 4570 2022-12-09 21:58:23      TRUE
## 4571 2022-12-09 21:58:22      TRUE
## 4572 2022-12-09 21:58:20      TRUE
## 4573 2022-12-09 21:58:20      TRUE
## 4574 2022-12-09 21:58:20      TRUE
## 4575 2022-12-09 21:58:19      TRUE
## 4576 2022-12-09 21:58:17      TRUE
## 4577 2022-12-09 21:58:12      TRUE
## 4578 2022-12-09 21:58:11      TRUE
## 4579 2022-12-09 21:58:11      TRUE
## 4580 2022-12-09 21:58:11      TRUE
## 4581 2022-12-09 21:58:07      TRUE
## 4582 2022-12-09 21:58:05      TRUE
## 4583 2022-12-09 21:58:04      TRUE
## 4584 2022-12-09 21:58:04      TRUE
## 4585 2022-12-09 21:57:58      TRUE
## 4586 2022-12-09 21:57:56      TRUE
## 4587 2022-12-09 21:57:56      TRUE
## 4588 2022-12-09 21:57:54      TRUE
## 4589 2022-12-09 21:57:53      TRUE
## 4590 2022-12-09 21:57:51      TRUE
## 4591 2022-12-09 21:57:51      TRUE
## 4592 2022-12-09 21:57:47      TRUE
## 4593 2022-12-09 21:57:46      TRUE
## 4594 2022-12-09 21:57:46      TRUE
## 4595 2022-12-09 21:57:44      TRUE
## 4596 2022-12-09 21:57:44      TRUE
## 4597 2022-12-09 21:57:43      TRUE
## 4598 2022-12-09 21:57:43      TRUE
## 4599 2022-12-09 21:57:42      TRUE
## 4600 2022-12-09 21:57:33      TRUE
## 4601 2022-12-09 21:57:33      TRUE
## 4602 2022-12-09 21:57:33      TRUE
## 4603 2022-12-09 21:57:29      TRUE
## 4604 2022-12-09 21:57:27      TRUE
## 4605 2022-12-09 21:57:26      TRUE
## 4606 2022-12-09 21:57:24      TRUE
## 4607 2022-12-09 21:57:19      TRUE
## 4608 2022-12-09 21:57:16      TRUE
## 4609 2022-12-09 21:57:13      TRUE
## 4610 2022-12-09 21:57:09      TRUE
## 4611 2022-12-09 21:57:07      TRUE
## 4612 2022-12-09 21:57:04      TRUE
## 4613 2022-12-09 21:57:02      TRUE
## 4614 2022-12-09 21:57:00      TRUE
## 4615 2022-12-09 21:56:55      TRUE
## 4616 2022-12-09 21:56:50      TRUE
## 4617 2022-12-09 21:56:49      TRUE
## 4618 2022-12-09 21:56:47      TRUE
## 4619 2022-12-09 21:56:44      TRUE
## 4620 2022-12-09 21:56:42      TRUE
## 4621 2022-12-09 21:56:40      TRUE
## 4622 2022-12-09 21:56:37      TRUE
## 4623 2022-12-09 21:56:32      TRUE
## 4624 2022-12-09 21:56:31      TRUE
## 4625 2022-12-09 21:56:27      TRUE
## 4626 2022-12-09 21:56:21      TRUE
## 4627 2022-12-09 21:56:16      TRUE
## 4628 2022-12-09 21:56:09      TRUE
## 4629 2022-12-09 21:56:06      TRUE
## 4630 2022-12-09 21:56:01      TRUE
## 4631 2022-12-09 21:56:01      TRUE
## 4632 2022-12-09 21:55:59      TRUE
## 4633 2022-12-09 21:55:59      TRUE
## 4634 2022-12-09 21:55:59      TRUE
## 4635 2022-12-09 21:55:58      TRUE
## 4636 2022-12-09 21:55:55      TRUE
## 4637 2022-12-09 21:55:53      TRUE
## 4638 2022-12-09 21:55:52      TRUE
## 4639 2022-12-09 21:55:51      TRUE
## 4640 2022-12-09 21:55:49      TRUE
## 4641 2022-12-09 21:55:49      TRUE
## 4642 2022-12-09 21:55:45      TRUE
## 4643 2022-12-09 21:55:38      TRUE
## 4644 2022-12-09 21:55:37      TRUE
## 4645 2022-12-09 21:55:37      TRUE
## 4646 2022-12-09 21:55:34      TRUE
## 4647 2022-12-09 21:55:27      TRUE
## 4648 2022-12-09 21:55:25      TRUE
## 4649 2022-12-09 21:55:22      TRUE
## 4650 2022-12-09 21:55:16      TRUE
## 4651 2022-12-09 21:55:16      TRUE
## 4652 2022-12-09 21:55:08      TRUE
## 4653 2022-12-09 21:55:07      TRUE
## 4654 2022-12-09 21:55:06      TRUE
## 4655 2022-12-09 21:55:04      TRUE
## 4656 2022-12-09 21:55:02      TRUE
## 4657 2022-12-09 21:54:57      TRUE
## 4658 2022-12-09 21:54:56      TRUE
## 4659 2022-12-09 21:54:56      TRUE
## 4660 2022-12-09 21:54:49      TRUE
## 4661 2022-12-09 21:54:49      TRUE
## 4662 2022-12-09 21:54:48      TRUE
## 4663 2022-12-09 21:54:48      TRUE
## 4664 2022-12-09 21:54:48      TRUE
## 4665 2022-12-09 21:54:47      TRUE
## 4666 2022-12-09 21:54:40      TRUE
## 4667 2022-12-09 21:54:35      TRUE
## 4668 2022-12-09 21:54:35      TRUE
## 4669 2022-12-09 21:54:33      TRUE
## 4670 2022-12-09 21:54:27      TRUE
## 4671 2022-12-09 21:54:27      TRUE
## 4672 2022-12-09 21:54:26      TRUE
## 4673 2022-12-09 21:54:26      TRUE
## 4674 2022-12-09 21:54:25      TRUE
## 4675 2022-12-09 21:54:20      TRUE
## 4676 2022-12-09 21:54:15      TRUE
## 4677 2022-12-09 21:54:14      TRUE
## 4678 2022-12-09 21:54:12      TRUE
## 4679 2022-12-09 21:54:10      TRUE
## 4680 2022-12-09 21:54:05      TRUE
## 4681 2022-12-09 21:54:04      TRUE
## 4682 2022-12-09 21:54:04      TRUE
## 4683 2022-12-09 21:54:01      TRUE
## 4684 2022-12-09 21:53:58      TRUE
## 4685 2022-12-09 21:53:52      TRUE
## 4686 2022-12-09 21:53:49      TRUE
## 4687 2022-12-09 21:53:47      TRUE
## 4688 2022-12-09 21:53:44      TRUE
## 4689 2022-12-09 21:53:44      TRUE
## 4690 2022-12-09 21:53:39      TRUE
## 4691 2022-12-09 21:53:38      TRUE
## 4692 2022-12-09 21:53:37      TRUE
## 4693 2022-12-09 21:53:36      TRUE
## 4694 2022-12-09 21:53:33      TRUE
## 4695 2022-12-09 21:53:30      TRUE
## 4696 2022-12-09 21:53:30      TRUE
## 4697 2022-12-09 21:53:29      TRUE
## 4698 2022-12-09 21:53:27      TRUE
## 4699 2022-12-09 21:53:26      TRUE
## 4700 2022-12-09 21:53:23      TRUE
## 4701 2022-12-09 21:53:19      TRUE
## 4702 2022-12-09 21:53:18      TRUE
## 4703 2022-12-09 21:53:17      TRUE
## 4704 2022-12-09 21:53:17      TRUE
## 4705 2022-12-09 21:53:17      TRUE
## 4706 2022-12-09 21:53:17      TRUE
## 4707 2022-12-09 21:53:13      TRUE
## 4708 2022-12-09 21:53:12      TRUE
## 4709 2022-12-09 21:53:11      TRUE
## 4710 2022-12-09 21:53:09      TRUE
## 4711 2022-12-09 21:53:08      TRUE
## 4712 2022-12-09 21:53:07      TRUE
## 4713 2022-12-09 21:53:06      TRUE
## 4714 2022-12-09 21:53:04      TRUE
## 4715 2022-12-09 21:52:59      TRUE
## 4716 2022-12-09 21:52:58      TRUE
## 4717 2022-12-09 21:52:55      TRUE
## 4718 2022-12-09 21:52:54      TRUE
## 4719 2022-12-09 21:52:53      TRUE
## 4720 2022-12-09 21:52:51      TRUE
## 4721 2022-12-09 21:52:49      TRUE
## 4722 2022-12-09 21:52:48      TRUE
## 4723 2022-12-09 21:52:47      TRUE
## 4724 2022-12-09 21:52:46      TRUE
## 4725 2022-12-09 21:52:45      TRUE
## 4726 2022-12-09 21:52:45      TRUE
## 4727 2022-12-09 21:52:42      TRUE
## 4728 2022-12-09 21:52:38      TRUE
## 4729 2022-12-09 21:52:37      TRUE
## 4730 2022-12-09 21:52:37      TRUE
## 4731 2022-12-09 21:52:32      TRUE
## 4732 2022-12-09 21:52:32      TRUE
## 4733 2022-12-09 21:52:27      TRUE
## 4734 2022-12-09 21:52:24      TRUE
## 4735 2022-12-09 21:52:22      TRUE
## 4736 2022-12-09 21:52:21      TRUE
## 4737 2022-12-09 21:52:21      TRUE
## 4738 2022-12-09 21:52:12      TRUE
## 4739 2022-12-09 21:52:10      TRUE
## 4740 2022-12-09 21:52:10      TRUE
## 4741 2022-12-09 21:52:09      TRUE
## 4742 2022-12-09 21:52:08      TRUE
## 4743 2022-12-09 21:52:01      TRUE
## 4744 2022-12-09 21:52:00      TRUE
## 4745 2022-12-09 21:52:00      TRUE
## 4746 2022-12-09 21:51:58      TRUE
## 4747 2022-12-09 21:51:57      TRUE
## 4748 2022-12-09 21:51:57      TRUE
## 4749 2022-12-09 21:51:55      TRUE
## 4750 2022-12-09 21:51:53      TRUE
## 4751 2022-12-09 21:51:51      TRUE
## 4752 2022-12-09 21:51:49      TRUE
## 4753 2022-12-09 21:51:46      TRUE
## 4754 2022-12-09 21:51:41      TRUE
## 4755 2022-12-09 21:51:41      TRUE
## 4756 2022-12-09 21:51:41      TRUE
## 4757 2022-12-09 21:51:40      TRUE
## 4758 2022-12-09 21:51:39      TRUE
## 4759 2022-12-09 21:51:37      TRUE
## 4760 2022-12-09 21:51:36      TRUE
## 4761 2022-12-09 21:51:35      TRUE
## 4762 2022-12-09 21:51:33      TRUE
## 4763 2022-12-09 21:51:32      TRUE
## 4764 2022-12-09 21:51:31      TRUE
## 4765 2022-12-09 21:51:30      TRUE
## 4766 2022-12-09 21:51:28      TRUE
## 4767 2022-12-09 21:51:27      TRUE
## 4768 2022-12-09 21:51:26      TRUE
## 4769 2022-12-09 21:51:26      TRUE
## 4770 2022-12-09 21:51:23      TRUE
## 4771 2022-12-09 21:51:20      TRUE
## 4772 2022-12-09 21:51:19      TRUE
## 4773 2022-12-09 21:51:17      TRUE
## 4774 2022-12-09 21:51:16      TRUE
## 4775 2022-12-09 21:51:11      TRUE
## 4776 2022-12-09 21:51:05      TRUE
## 4777 2022-12-09 21:51:04      TRUE
## 4778 2022-12-09 21:51:04      TRUE
## 4779 2022-12-09 21:51:00      TRUE
## 4780 2022-12-09 21:50:58      TRUE
## 4781 2022-12-09 21:50:57      TRUE
## 4782 2022-12-09 21:50:56      TRUE
## 4783 2022-12-09 21:50:50      TRUE
## 4784 2022-12-09 21:50:50      TRUE
## 4785 2022-12-09 21:50:46      TRUE
## 4786 2022-12-09 21:50:43      TRUE
## 4787 2022-12-09 21:50:42      TRUE
## 4788 2022-12-09 21:50:42      TRUE
## 4789 2022-12-09 21:50:38      TRUE
## 4790 2022-12-09 21:50:36      TRUE
## 4791 2022-12-09 21:50:30      TRUE
## 4792 2022-12-09 21:50:30      TRUE
## 4793 2022-12-09 21:50:30      TRUE
## 4794 2022-12-09 21:50:29      TRUE
## 4795 2022-12-09 21:50:28      TRUE
## 4796 2022-12-09 21:50:27      TRUE
## 4797 2022-12-09 21:50:27      TRUE
## 4798 2022-12-09 21:50:25      TRUE
## 4799 2022-12-09 21:50:21      TRUE
## 4800 2022-12-09 21:50:17      TRUE
## 4801 2022-12-09 21:50:12      TRUE
## 4802 2022-12-09 21:50:10      TRUE
## 4803 2022-12-09 21:50:06      TRUE
## 4804 2022-12-09 21:50:04      TRUE
## 4805 2022-12-09 21:49:59      TRUE
## 4806 2022-12-09 21:49:58      TRUE
## 4807 2022-12-09 21:49:55      TRUE
## 4808 2022-12-09 21:49:55      TRUE
## 4809 2022-12-09 21:49:51      TRUE
## 4810 2022-12-09 21:49:50      TRUE
## 4811 2022-12-09 21:49:50      TRUE
## 4812 2022-12-09 21:49:47      TRUE
## 4813 2022-12-09 21:49:45      TRUE
## 4814 2022-12-09 21:49:42      TRUE
## 4815 2022-12-09 21:49:38      TRUE
## 4816 2022-12-09 21:49:31      TRUE
## 4817 2022-12-09 21:49:29      TRUE
## 4818 2022-12-09 21:49:29      TRUE
## 4819 2022-12-09 21:49:28      TRUE
## 4820 2022-12-09 21:49:25      TRUE
## 4821 2022-12-09 21:49:20      TRUE
## 4822 2022-12-09 21:49:16      TRUE
## 4823 2022-12-09 21:49:13      TRUE
## 4824 2022-12-09 21:49:10      TRUE
## 4825 2022-12-09 21:49:10      TRUE
## 4826 2022-12-09 21:49:10      TRUE
## 4827 2022-12-09 21:49:07      TRUE
## 4828 2022-12-09 21:49:03      TRUE
## 4829 2022-12-09 21:49:01      TRUE
## 4830 2022-12-09 21:48:58      TRUE
## 4831 2022-12-09 21:48:56      TRUE
## 4832 2022-12-09 21:48:50      TRUE
## 4833 2022-12-09 21:48:47      TRUE
## 4834 2022-12-09 21:48:47      TRUE
## 4835 2022-12-09 21:48:44      TRUE
## 4836 2022-12-09 21:48:43      TRUE
## 4837 2022-12-09 21:48:39      TRUE
## 4838 2022-12-09 21:48:36      TRUE
## 4839 2022-12-09 21:48:34      TRUE
## 4840 2022-12-09 21:48:33      TRUE
## 4841 2022-12-09 21:48:32      TRUE
## 4842 2022-12-09 21:48:30      TRUE
## 4843 2022-12-09 21:48:29      TRUE
## 4844 2022-12-09 21:48:20      TRUE
## 4845 2022-12-09 21:48:17      TRUE
## 4846 2022-12-09 21:48:15      TRUE
## 4847 2022-12-09 21:48:15      TRUE
## 4848 2022-12-09 21:48:14      TRUE
## 4849 2022-12-09 21:48:01      TRUE
## 4850 2022-12-09 21:47:53      TRUE
## 4851 2022-12-09 21:47:52      TRUE
## 4852 2022-12-09 21:47:52      TRUE
## 4853 2022-12-09 21:47:50      TRUE
## 4854 2022-12-09 21:47:45      TRUE
## 4855 2022-12-09 21:47:44      TRUE
## 4856 2022-12-09 21:47:44      TRUE
## 4857 2022-12-09 21:47:41      TRUE
## 4858 2022-12-09 21:47:41      TRUE
## 4859 2022-12-09 21:47:40      TRUE
## 4860 2022-12-09 21:47:35      TRUE
## 4861 2022-12-09 21:47:34      TRUE
## 4862 2022-12-09 21:47:33      TRUE
## 4863 2022-12-09 21:47:32      TRUE
## 4864 2022-12-09 21:47:32      TRUE
## 4865 2022-12-09 21:47:32      TRUE
## 4866 2022-12-09 21:47:28      TRUE
## 4867 2022-12-09 21:47:27      TRUE
## 4868 2022-12-09 21:47:25      TRUE
## 4869 2022-12-09 21:47:23      TRUE
## 4870 2022-12-09 21:47:19      TRUE
## 4871 2022-12-09 21:47:17      TRUE
## 4872 2022-12-09 21:47:17      TRUE
## 4873 2022-12-09 21:47:15      TRUE
## 4874 2022-12-09 21:47:13      TRUE
## 4875 2022-12-09 21:47:11      TRUE
## 4876 2022-12-09 21:47:10      TRUE
## 4877 2022-12-09 21:47:09      TRUE
## 4878 2022-12-09 21:47:09      TRUE
## 4879 2022-12-09 21:47:08      TRUE
## 4880 2022-12-09 21:47:07      TRUE
## 4881 2022-12-09 21:47:07      TRUE
## 4882 2022-12-09 21:47:02      TRUE
## 4883 2022-12-09 21:46:57      TRUE
## 4884 2022-12-09 21:46:56      TRUE
## 4885 2022-12-09 21:46:46      TRUE
## 4886 2022-12-09 21:46:46      TRUE
## 4887 2022-12-09 21:46:44      TRUE
## 4888 2022-12-09 21:46:42      TRUE
## 4889 2022-12-09 21:46:41      TRUE
## 4890 2022-12-09 21:46:37      TRUE
## 4891 2022-12-09 21:46:36      TRUE
## 4892 2022-12-09 21:46:35      TRUE
## 4893 2022-12-09 21:46:33      TRUE
## 4894 2022-12-09 21:46:28      TRUE
## 4895 2022-12-09 21:46:28      TRUE
## 4896 2022-12-09 21:46:25      TRUE
## 4897 2022-12-09 21:46:25      TRUE
## 4898 2022-12-09 21:46:23      TRUE
## 4899 2022-12-09 21:46:22      TRUE
## 4900 2022-12-09 21:46:21      TRUE
## 4901 2022-12-09 21:46:19      TRUE
## 4902 2022-12-09 21:46:17      TRUE
## 4903 2022-12-09 21:46:15      TRUE
## 4904 2022-12-09 21:46:15      TRUE
## 4905 2022-12-09 21:46:15      TRUE
## 4906 2022-12-09 21:46:14      TRUE
## 4907 2022-12-09 21:46:11      TRUE
## 4908 2022-12-09 21:46:08      TRUE
## 4909 2022-12-09 21:46:04      TRUE
## 4910 2022-12-09 21:46:04      TRUE
## 4911 2022-12-09 21:46:03      TRUE
## 4912 2022-12-09 21:46:01      TRUE
## 4913 2022-12-09 21:45:57      TRUE
## 4914 2022-12-09 21:45:57      TRUE
## 4915 2022-12-09 21:45:56      TRUE
## 4916 2022-12-09 21:45:54      TRUE
## 4917 2022-12-09 21:45:52      TRUE
## 4918 2022-12-09 21:45:50      TRUE
## 4919 2022-12-09 21:45:48      TRUE
## 4920 2022-12-09 21:45:46      TRUE
## 4921 2022-12-09 21:45:45      TRUE
## 4922 2022-12-09 21:45:44      TRUE
## 4923 2022-12-09 21:45:44      TRUE
## 4924 2022-12-09 21:45:42      TRUE
## 4925 2022-12-09 21:45:41      TRUE
## 4926 2022-12-09 21:45:39      TRUE
## 4927 2022-12-09 21:45:38      TRUE
## 4928 2022-12-09 21:45:38      TRUE
## 4929 2022-12-09 21:45:29      TRUE
## 4930 2022-12-09 21:45:28      TRUE
## 4931 2022-12-09 21:45:28      TRUE
## 4932 2022-12-09 21:45:24      TRUE
## 4933 2022-12-09 21:45:23      TRUE
## 4934 2022-12-09 21:45:23      TRUE
## 4935 2022-12-09 21:45:16      TRUE
## 4936 2022-12-09 21:45:16      TRUE
## 4937 2022-12-09 21:45:14      TRUE
## 4938 2022-12-09 21:45:13      TRUE
## 4939 2022-12-09 21:45:13      TRUE
## 4940 2022-12-09 21:45:12      TRUE
## 4941 2022-12-09 21:45:08      TRUE
## 4942 2022-12-09 21:45:07      TRUE
## 4943 2022-12-09 21:45:05      TRUE
## 4944 2022-12-09 21:45:04      TRUE
## 4945 2022-12-09 21:45:04      TRUE
## 4946 2022-12-09 21:45:04      TRUE
## 4947 2022-12-09 21:45:03      TRUE
## 4948 2022-12-09 21:45:02      TRUE
## 4949 2022-12-09 21:45:02      TRUE
## 4950 2022-12-09 21:44:57      TRUE
## 4951 2022-12-09 21:44:56      TRUE
## 4952 2022-12-09 21:44:54      TRUE
## 4953 2022-12-09 21:44:52      TRUE
## 4954 2022-12-09 21:44:51      TRUE
## 4955 2022-12-09 21:44:46      TRUE
## 4956 2022-12-09 21:44:46      TRUE
## 4957 2022-12-09 21:44:41      TRUE
## 4958 2022-12-09 21:44:40      TRUE
## 4959 2022-12-09 21:44:38      TRUE
## 4960 2022-12-09 21:44:34      TRUE
## 4961 2022-12-09 21:44:33      TRUE
## 4962 2022-12-09 21:44:32      TRUE
## 4963 2022-12-09 21:44:29      TRUE
## 4964 2022-12-09 21:44:29      TRUE
## 4965 2022-12-09 21:44:26      TRUE
## 4966 2022-12-09 21:44:21      TRUE
## 4967 2022-12-09 21:44:19      TRUE
## 4968 2022-12-09 21:44:19      TRUE
## 4969 2022-12-09 21:44:17      TRUE
## 4970 2022-12-09 21:44:15      TRUE
## 4971 2022-12-09 21:44:14      TRUE
## 4972 2022-12-09 21:44:10      TRUE
## 4973 2022-12-09 21:44:10      TRUE
## 4974 2022-12-09 21:44:07      TRUE
## 4975 2022-12-09 21:44:06      TRUE
## 4976 2022-12-09 21:44:04      TRUE
## 4977 2022-12-09 21:44:01      TRUE
## 4978 2022-12-09 21:43:57      TRUE
## 4979 2022-12-09 21:43:56      TRUE
## 4980 2022-12-09 21:43:56      TRUE
## 4981 2022-12-09 21:43:53      TRUE
## 4982 2022-12-09 21:43:53      TRUE
## 4983 2022-12-09 21:43:52      TRUE
## 4984 2022-12-09 21:43:51      TRUE
## 4985 2022-12-09 21:43:50      TRUE
## 4986 2022-12-09 21:43:49      TRUE
## 4987 2022-12-09 21:43:31      TRUE
## 4988 2022-12-09 21:43:30      TRUE
## 4989 2022-12-09 21:43:28      TRUE
## 4990 2022-12-09 21:43:24      TRUE
## 4991 2022-12-09 21:43:23      TRUE
## 4992 2022-12-09 21:43:20      TRUE
## 4993 2022-12-09 21:43:15      TRUE
## 4994 2022-12-09 21:43:13      TRUE
## 4995 2022-12-09 21:43:11      TRUE
## 4996 2022-12-09 21:43:11      TRUE
## 4997 2022-12-09 21:43:11      TRUE
## 4998 2022-12-09 21:43:10      TRUE
## 4999 2022-12-09 21:43:09      TRUE
## 5000 2022-12-09 21:43:01      TRUE
## 5001 2022-12-09 21:43:01      TRUE
## 5002 2022-12-09 21:43:00      TRUE
## 5003 2022-12-09 21:42:58      TRUE
## 5004 2022-12-09 21:42:46      TRUE
## 5005 2022-12-09 21:42:44      TRUE
## 5006 2022-12-09 21:42:42      TRUE
## 5007 2022-12-09 21:42:42      TRUE
## 5008 2022-12-09 21:42:34      TRUE
## 5009 2022-12-09 21:42:33      TRUE
## 5010 2022-12-09 21:42:32      TRUE
## 5011 2022-12-09 21:42:30      TRUE
## 5012 2022-12-09 21:42:30      TRUE
## 5013 2022-12-09 21:42:29      TRUE
## 5014 2022-12-09 21:42:29      TRUE
## 5015 2022-12-09 21:42:23      TRUE
## 5016 2022-12-09 21:42:22      TRUE
## 5017 2022-12-09 21:42:22      TRUE
## 5018 2022-12-09 21:42:21      TRUE
## 5019 2022-12-09 21:42:17      TRUE
## 5020 2022-12-09 21:42:14      TRUE
## 5021 2022-12-09 21:42:04      TRUE
## 5022 2022-12-09 21:42:02      TRUE
## 5023 2022-12-09 21:42:02      TRUE
## 5024 2022-12-09 21:41:57      TRUE
## 5025 2022-12-09 21:41:53      TRUE
## 5026 2022-12-09 21:41:53      TRUE
## 5027 2022-12-09 21:41:51      TRUE
## 5028 2022-12-09 21:41:49      TRUE
## 5029 2022-12-09 21:41:39      TRUE
## 5030 2022-12-09 21:41:38      TRUE
## 5031 2022-12-09 21:41:37      TRUE
## 5032 2022-12-09 21:41:32      TRUE
## 5033 2022-12-09 21:41:31      TRUE
## 5034 2022-12-09 21:41:30      TRUE
## 5035 2022-12-09 21:41:26      TRUE
## 5036 2022-12-09 21:41:25      TRUE
## 5037 2022-12-09 21:41:24      TRUE
## 5038 2022-12-09 21:41:20      TRUE
## 5039 2022-12-09 21:41:15      TRUE
## 5040 2022-12-09 21:41:13      TRUE
## 5041 2022-12-09 21:41:13      TRUE
## 5042 2022-12-09 21:41:11      TRUE
## 5043 2022-12-09 21:41:06      TRUE
## 5044 2022-12-09 21:41:06      TRUE
## 5045 2022-12-09 21:41:05      TRUE
## 5046 2022-12-09 21:41:04      TRUE
## 5047 2022-12-09 21:41:00      TRUE
## 5048 2022-12-09 21:40:59      TRUE
## 5049 2022-12-09 21:40:57      TRUE
## 5050 2022-12-09 21:40:56      TRUE
## 5051 2022-12-09 21:40:56      TRUE
## 5052 2022-12-09 21:40:53      TRUE
## 5053 2022-12-09 21:40:51      TRUE
## 5054 2022-12-09 21:40:49      TRUE
## 5055 2022-12-09 21:40:49      TRUE
## 5056 2022-12-09 21:40:43      TRUE
## 5057 2022-12-09 21:40:41      TRUE
## 5058 2022-12-09 21:40:37      TRUE
## 5059 2022-12-09 21:40:37      TRUE
## 5060 2022-12-09 21:40:37      TRUE
## 5061 2022-12-09 21:40:36      TRUE
## 5062 2022-12-09 21:40:36      TRUE
## 5063 2022-12-09 21:40:35      TRUE
## 5064 2022-12-09 21:40:32      TRUE
## 5065 2022-12-09 21:40:27      TRUE
## 5066 2022-12-09 21:40:27      TRUE
## 5067 2022-12-09 21:40:26      TRUE
## 5068 2022-12-09 21:40:25      TRUE
## 5069 2022-12-09 21:40:23      TRUE
## 5070 2022-12-09 21:40:21      TRUE
## 5071 2022-12-09 21:40:20      TRUE
## 5072 2022-12-09 21:40:19      TRUE
## 5073 2022-12-09 21:40:19      TRUE
## 5074 2022-12-09 21:40:19      TRUE
## 5075 2022-12-09 21:40:14      TRUE
## 5076 2022-12-09 21:40:12      TRUE
## 5077 2022-12-09 21:40:10      TRUE
## 5078 2022-12-09 21:40:06      TRUE
## 5079 2022-12-09 21:40:05      TRUE
## 5080 2022-12-09 21:40:03      TRUE
## 5081 2022-12-09 21:40:02      TRUE
## 5082 2022-12-09 21:40:01      TRUE
## 5083 2022-12-09 21:39:54      TRUE
## 5084 2022-12-09 21:39:52      TRUE
## 5085 2022-12-09 21:39:52      TRUE
## 5086 2022-12-09 21:39:51      TRUE
## 5087 2022-12-09 21:39:51      TRUE
## 5088 2022-12-09 21:39:49      TRUE
## 5089 2022-12-09 21:39:48      TRUE
## 5090 2022-12-09 21:39:47      TRUE
## 5091 2022-12-09 21:39:45      TRUE
## 5092 2022-12-09 21:39:44      TRUE
## 5093 2022-12-09 21:39:42      TRUE
## 5094 2022-12-09 21:39:34      TRUE
## 5095 2022-12-09 21:39:31      TRUE
## 5096 2022-12-09 21:39:29      TRUE
## 5097 2022-12-09 21:39:28      TRUE
## 5098 2022-12-09 21:39:26      TRUE
## 5099 2022-12-09 21:39:25      TRUE
## 5100 2022-12-09 21:39:24      TRUE
## 5101 2022-12-09 21:39:24      TRUE
## 5102 2022-12-09 21:39:18      TRUE
## 5103 2022-12-09 21:39:18      TRUE
## 5104 2022-12-09 21:39:13      TRUE
## 5105 2022-12-09 21:39:10      TRUE
## 5106 2022-12-09 21:39:10      TRUE
## 5107 2022-12-09 21:39:06      TRUE
## 5108 2022-12-09 21:39:04      TRUE
## 5109 2022-12-09 21:38:59      TRUE
## 5110 2022-12-09 21:38:57      TRUE
## 5111 2022-12-09 21:38:57      TRUE
## 5112 2022-12-09 21:38:56      TRUE
## 5113 2022-12-09 21:38:54      TRUE
## 5114 2022-12-09 21:38:53      TRUE
## 5115 2022-12-09 21:38:53      TRUE
## 5116 2022-12-09 21:38:52      TRUE
## 5117 2022-12-09 21:38:51      TRUE
## 5118 2022-12-09 21:38:51      TRUE
## 5119 2022-12-09 21:38:51      TRUE
## 5120 2022-12-09 21:38:50      TRUE
## 5121 2022-12-09 21:38:49      TRUE
## 5122 2022-12-09 21:38:48      TRUE
## 5123 2022-12-09 21:38:48      TRUE
## 5124 2022-12-09 21:38:46      TRUE
## 5125 2022-12-09 21:38:44      TRUE
## 5126 2022-12-09 21:38:37      TRUE
## 5127 2022-12-09 21:38:36      TRUE
## 5128 2022-12-09 21:38:34      TRUE
## 5129 2022-12-09 21:38:29      TRUE
## 5130 2022-12-09 21:38:27      TRUE
## 5131 2022-12-09 21:38:25      TRUE
## 5132 2022-12-09 21:38:24      TRUE
## 5133 2022-12-09 21:38:21      TRUE
## 5134 2022-12-09 21:38:21      TRUE
## 5135 2022-12-09 21:38:19      TRUE
## 5136 2022-12-09 21:38:16      TRUE
## 5137 2022-12-09 21:38:16      TRUE
## 5138 2022-12-09 21:38:14      TRUE
## 5139 2022-12-09 21:38:13      TRUE
## 5140 2022-12-09 21:38:11      TRUE
## 5141 2022-12-09 21:38:09      TRUE
## 5142 2022-12-09 21:38:08      TRUE
## 5143 2022-12-09 21:38:07      TRUE
## 5144 2022-12-09 21:38:05      TRUE
## 5145 2022-12-09 21:38:03      TRUE
## 5146 2022-12-09 21:38:02      TRUE
## 5147 2022-12-09 21:38:01      TRUE
## 5148 2022-12-09 21:38:00      TRUE
## 5149 2022-12-09 21:37:57      TRUE
## 5150 2022-12-09 21:37:53      TRUE
## 5151 2022-12-09 21:37:53      TRUE
## 5152 2022-12-09 21:37:51      TRUE
## 5153 2022-12-09 21:37:49      TRUE
## 5154 2022-12-09 21:37:44      TRUE
## 5155 2022-12-09 21:37:42      TRUE
## 5156 2022-12-09 21:37:40      TRUE
## 5157 2022-12-09 21:37:39      TRUE
## 5158 2022-12-09 21:37:37      TRUE
## 5159 2022-12-09 21:37:35      TRUE
## 5160 2022-12-09 21:37:34      TRUE
## 5161 2022-12-09 21:37:32      TRUE
## 5162 2022-12-09 21:37:31      TRUE
## 5163 2022-12-09 21:37:28      TRUE
## 5164 2022-12-09 21:37:20      TRUE
## 5165 2022-12-09 21:37:19      TRUE
## 5166 2022-12-09 21:37:16      TRUE
## 5167 2022-12-09 21:37:15      TRUE
## 5168 2022-12-09 21:37:14      TRUE
## 5169 2022-12-09 21:37:12      TRUE
## 5170 2022-12-09 21:37:11      TRUE
## 5171 2022-12-09 21:37:09      TRUE
## 5172 2022-12-09 21:37:04      TRUE
## 5173 2022-12-09 21:36:49      TRUE
## 5174 2022-12-09 21:36:49      TRUE
## 5175 2022-12-09 21:36:49      TRUE
## 5176 2022-12-09 21:36:49      TRUE
## 5177 2022-12-09 21:36:49      TRUE
## 5178 2022-12-09 21:36:48      TRUE
## 5179 2022-12-09 21:36:47      TRUE
## 5180 2022-12-09 21:36:46      TRUE
## 5181 2022-12-09 21:36:44      TRUE
## 5182 2022-12-09 21:36:43      TRUE
## 5183 2022-12-09 21:36:40      TRUE
## 5184 2022-12-09 21:36:40      TRUE
## 5185 2022-12-09 21:36:36      TRUE
## 5186 2022-12-09 21:36:35      TRUE
## 5187 2022-12-09 21:36:30      TRUE
## 5188 2022-12-09 21:36:29      TRUE
## 5189 2022-12-09 21:36:26      TRUE
## 5190 2022-12-09 21:36:23      TRUE
## 5191 2022-12-09 21:36:21      TRUE
## 5192 2022-12-09 21:36:20      TRUE
## 5193 2022-12-09 21:36:19      TRUE
## 5194 2022-12-09 21:36:17      TRUE
## 5195 2022-12-09 21:36:13      TRUE
## 5196 2022-12-09 21:36:12      TRUE
## 5197 2022-12-09 21:36:09      TRUE
## 5198 2022-12-09 21:36:03      TRUE
## 5199 2022-12-09 21:36:00      TRUE
## 5200 2022-12-09 21:36:00      TRUE
## 5201 2022-12-09 21:35:59      TRUE
## 5202 2022-12-09 21:35:58      TRUE
## 5203 2022-12-09 21:35:57      TRUE
## 5204 2022-12-09 21:35:56      TRUE
## 5205 2022-12-09 21:35:55      TRUE
## 5206 2022-12-09 21:35:55      TRUE
## 5207 2022-12-09 21:35:55      TRUE
## 5208 2022-12-09 21:35:55      TRUE
## 5209 2022-12-09 21:35:54      TRUE
## 5210 2022-12-09 21:35:48      TRUE
## 5211 2022-12-09 21:35:48      TRUE
## 5212 2022-12-09 21:35:47      TRUE
## 5213 2022-12-09 21:35:44      TRUE
## 5214 2022-12-09 21:35:38      TRUE
## 5215 2022-12-09 21:35:35      TRUE
## 5216 2022-12-09 21:35:34      TRUE
## 5217 2022-12-09 21:35:33      TRUE
## 5218 2022-12-09 21:35:29      TRUE
## 5219 2022-12-09 21:35:27      TRUE
## 5220 2022-12-09 21:35:26      TRUE
## 5221 2022-12-09 21:35:26      TRUE
## 5222 2022-12-09 21:35:25      TRUE
## 5223 2022-12-09 21:35:23      TRUE
## 5224 2022-12-09 21:35:21      TRUE
## 5225 2022-12-09 21:35:16      TRUE
## 5226 2022-12-09 21:35:11      TRUE
## 5227 2022-12-09 21:35:11      TRUE
## 5228 2022-12-09 21:35:07      TRUE
## 5229 2022-12-09 21:35:06      TRUE
## 5230 2022-12-09 21:35:02      TRUE
## 5231 2022-12-09 21:34:57      TRUE
## 5232 2022-12-09 21:34:56      TRUE
## 5233 2022-12-09 21:34:50      TRUE
## 5234 2022-12-09 21:34:50      TRUE
## 5235 2022-12-09 21:34:47      TRUE
## 5236 2022-12-09 21:34:43      TRUE
## 5237 2022-12-09 21:34:38      TRUE
## 5238 2022-12-09 21:34:36      TRUE
## 5239 2022-12-09 21:34:35      TRUE
## 5240 2022-12-09 21:34:35      TRUE
## 5241 2022-12-09 21:34:35      TRUE
## 5242 2022-12-09 21:34:32      TRUE
## 5243 2022-12-09 21:34:30      TRUE
## 5244 2022-12-09 21:34:29      TRUE
## 5245 2022-12-09 21:34:28      TRUE
## 5246 2022-12-09 21:34:23      TRUE
## 5247 2022-12-09 21:34:21      TRUE
## 5248 2022-12-09 21:34:15      TRUE
## 5249 2022-12-09 21:34:14      TRUE
## 5250 2022-12-09 21:34:14      TRUE
## 5251 2022-12-09 21:34:11      TRUE
## 5252 2022-12-09 21:34:10      TRUE
## 5253 2022-12-09 21:34:08      TRUE
## 5254 2022-12-09 21:34:02      TRUE
## 5255 2022-12-09 21:34:00      TRUE
## 5256 2022-12-09 21:34:00      TRUE
## 5257 2022-12-09 21:33:58      TRUE
## 5258 2022-12-09 21:33:56      TRUE
## 5259 2022-12-09 21:33:55      TRUE
## 5260 2022-12-09 21:33:48      TRUE
## 5261 2022-12-09 21:33:46      TRUE
## 5262 2022-12-09 21:33:44      TRUE
## 5263 2022-12-09 21:33:43      TRUE
## 5264 2022-12-09 21:33:42      TRUE
## 5265 2022-12-09 21:33:40      TRUE
## 5266 2022-12-09 21:33:39      TRUE
## 5267 2022-12-09 21:33:34      TRUE
## 5268 2022-12-09 21:33:31      TRUE
## 5269 2022-12-09 21:33:30      TRUE
## 5270 2022-12-09 21:33:30      TRUE
## 5271 2022-12-09 21:33:25      TRUE
## 5272 2022-12-09 21:33:25      TRUE
## 5273 2022-12-09 21:33:24      TRUE
## 5274 2022-12-09 21:33:21      TRUE
## 5275 2022-12-09 21:33:21      TRUE
## 5276 2022-12-09 21:33:21      TRUE
## 5277 2022-12-09 21:33:20      TRUE
## 5278 2022-12-09 21:33:18      TRUE
## 5279 2022-12-09 21:33:15      TRUE
## 5280 2022-12-09 21:33:13      TRUE
## 5281 2022-12-09 21:33:12      TRUE
## 5282 2022-12-09 21:33:12      TRUE
## 5283 2022-12-09 21:33:09      TRUE
## 5284 2022-12-09 21:33:00      TRUE
## 5285 2022-12-09 21:32:58      TRUE
## 5286 2022-12-09 21:32:58      TRUE
## 5287 2022-12-09 21:32:57      TRUE
## 5288 2022-12-09 21:32:57      TRUE
## 5289 2022-12-09 21:32:57      TRUE
## 5290 2022-12-09 21:32:56      TRUE
## 5291 2022-12-09 21:32:56      TRUE
## 5292 2022-12-09 21:32:55      TRUE
## 5293 2022-12-09 21:32:55      TRUE
## 5294 2022-12-09 21:32:52      TRUE
## 5295 2022-12-09 21:32:52      TRUE
## 5296 2022-12-09 21:32:50      TRUE
## 5297 2022-12-09 21:32:49      TRUE
## 5298 2022-12-09 21:32:48      TRUE
## 5299 2022-12-09 21:32:44      TRUE
## 5300 2022-12-09 21:32:44      TRUE
## 5301 2022-12-09 21:32:43      TRUE
## 5302 2022-12-09 21:32:43      TRUE
## 5303 2022-12-09 21:32:40      TRUE
## 5304 2022-12-09 21:32:33      TRUE
## 5305 2022-12-09 21:32:30      TRUE
## 5306 2022-12-09 21:32:30      TRUE
## 5307 2022-12-09 21:32:17      TRUE
## 5308 2022-12-09 21:32:16      TRUE
## 5309 2022-12-09 21:32:16      TRUE
## 5310 2022-12-09 21:32:14      TRUE
## 5311 2022-12-09 21:32:13      TRUE
## 5312 2022-12-09 21:32:09      TRUE
## 5313 2022-12-09 21:32:07      TRUE
## 5314 2022-12-09 21:32:06      TRUE
## 5315 2022-12-09 21:32:05      TRUE
## 5316 2022-12-09 21:32:03      TRUE
## 5317 2022-12-09 21:32:03      TRUE
## 5318 2022-12-09 21:32:00      TRUE
## 5319 2022-12-09 21:31:59      TRUE
## 5320 2022-12-09 21:31:59      TRUE
## 5321 2022-12-09 21:31:56      TRUE
## 5322 2022-12-09 21:31:50      TRUE
## 5323 2022-12-09 21:31:50      TRUE
## 5324 2022-12-09 21:31:49      TRUE
## 5325 2022-12-09 21:31:32      TRUE
## 5326 2022-12-09 21:31:31      TRUE
## 5327 2022-12-09 21:31:29      TRUE
## 5328 2022-12-09 21:31:27      TRUE
## 5329 2022-12-09 21:31:24      TRUE
## 5330 2022-12-09 21:31:16      TRUE
## 5331 2022-12-09 21:31:16      TRUE
## 5332 2022-12-09 21:31:13      TRUE
## 5333 2022-12-09 21:31:11      TRUE
## 5334 2022-12-09 21:31:07      TRUE
## 5335 2022-12-09 21:31:07      TRUE
## 5336 2022-12-09 21:31:05      TRUE
## 5337 2022-12-09 21:31:02      TRUE
## 5338 2022-12-09 21:31:00      TRUE
## 5339 2022-12-09 21:30:56      TRUE
## 5340 2022-12-09 21:30:53      TRUE
## 5341 2022-12-09 21:30:49      TRUE
## 5342 2022-12-09 21:30:46      TRUE
## 5343 2022-12-09 21:30:44      TRUE
## 5344 2022-12-09 21:30:44      TRUE
## 5345 2022-12-09 21:30:43      TRUE
## 5346 2022-12-09 21:30:40      TRUE
## 5347 2022-12-09 21:30:40      TRUE
## 5348 2022-12-09 21:30:37      TRUE
## 5349 2022-12-09 21:30:35      TRUE
## 5350 2022-12-09 21:30:34      TRUE
## 5351 2022-12-09 21:30:31      TRUE
## 5352 2022-12-09 21:30:31      TRUE
## 5353 2022-12-09 21:30:29      TRUE
## 5354 2022-12-09 21:30:27      TRUE
## 5355 2022-12-09 21:30:25      TRUE
## 5356 2022-12-09 21:30:24      TRUE
## 5357 2022-12-09 21:30:22      TRUE
## 5358 2022-12-09 21:30:21      TRUE
## 5359 2022-12-09 21:30:20      TRUE
## 5360 2022-12-09 21:30:18      TRUE
## 5361 2022-12-09 21:30:16      TRUE
## 5362 2022-12-09 21:30:15      TRUE
## 5363 2022-12-09 21:30:14      TRUE
## 5364 2022-12-09 21:30:12      TRUE
## 5365 2022-12-09 21:30:11      TRUE
## 5366 2022-12-09 21:30:10      TRUE
## 5367 2022-12-09 21:30:10      TRUE
## 5368 2022-12-09 21:30:09      TRUE
## 5369 2022-12-09 21:30:09      TRUE
## 5370 2022-12-09 21:30:08      TRUE
## 5371 2022-12-09 21:30:08      TRUE
## 5372 2022-12-09 21:30:08      TRUE
## 5373 2022-12-09 21:30:08      TRUE
## 5374 2022-12-09 21:30:05      TRUE
## 5375 2022-12-09 21:30:03      TRUE
## 5376 2022-12-09 21:29:58      TRUE
## 5377 2022-12-09 21:29:58      TRUE
## 5378 2022-12-09 21:29:55      TRUE
## 5379 2022-12-09 21:29:55      TRUE
## 5380 2022-12-09 21:29:51      TRUE
## 5381 2022-12-09 21:29:50      TRUE
## 5382 2022-12-09 21:29:50      TRUE
## 5383 2022-12-09 21:29:48      TRUE
## 5384 2022-12-09 21:29:48      TRUE
## 5385 2022-12-09 21:29:46      TRUE
## 5386 2022-12-09 21:29:46      TRUE
## 5387 2022-12-09 21:29:41      TRUE
## 5388 2022-12-09 21:29:40      TRUE
## 5389 2022-12-09 21:29:40      TRUE
## 5390 2022-12-09 21:29:39      TRUE
## 5391 2022-12-09 21:29:39      TRUE
## 5392 2022-12-09 21:29:38      TRUE
## 5393 2022-12-09 21:29:38      TRUE
## 5394 2022-12-09 21:29:37      TRUE
## 5395 2022-12-09 21:29:36      TRUE
## 5396 2022-12-09 21:29:36      TRUE
## 5397 2022-12-09 21:29:35      TRUE
## 5398 2022-12-09 21:29:35      TRUE
## 5399 2022-12-09 21:29:31      TRUE
## 5400 2022-12-09 21:29:29      TRUE
## 5401 2022-12-09 21:29:26      TRUE
## 5402 2022-12-09 21:29:25      TRUE
## 5403 2022-12-09 21:29:24      TRUE
## 5404 2022-12-09 21:29:22      TRUE
## 5405 2022-12-09 21:29:21      TRUE
## 5406 2022-12-09 21:29:20      TRUE
## 5407 2022-12-09 21:29:16      TRUE
## 5408 2022-12-09 21:29:15      TRUE
## 5409 2022-12-09 21:29:14      TRUE
## 5410 2022-12-09 21:29:09      TRUE
## 5411 2022-12-09 21:29:08      TRUE
## 5412 2022-12-09 21:29:06      TRUE
## 5413 2022-12-09 21:29:06      TRUE
## 5414 2022-12-09 21:29:04      TRUE
## 5415 2022-12-09 21:29:03      TRUE
## 5416 2022-12-09 21:29:03      TRUE
## 5417 2022-12-09 21:28:59      TRUE
## 5418 2022-12-09 21:28:57      TRUE
## 5419 2022-12-09 21:28:52      TRUE
## 5420 2022-12-09 21:28:46      TRUE
## 5421 2022-12-09 21:28:46      TRUE
## 5422 2022-12-09 21:28:44      TRUE
## 5423 2022-12-09 21:28:43      TRUE
## 5424 2022-12-09 21:28:35      TRUE
## 5425 2022-12-09 21:28:22      TRUE
## 5426 2022-12-09 21:28:21      TRUE
## 5427 2022-12-09 21:28:19      TRUE
## 5428 2022-12-09 21:28:18      TRUE
## 5429 2022-12-09 21:28:17      TRUE
## 5430 2022-12-09 21:28:16      TRUE
## 5431 2022-12-09 21:28:14      TRUE
## 5432 2022-12-09 21:28:10      TRUE
## 5433 2022-12-09 21:28:07      TRUE
## 5434 2022-12-09 21:28:03      TRUE
## 5435 2022-12-09 21:28:01      TRUE
## 5436 2022-12-09 21:27:53      TRUE
## 5437 2022-12-09 21:27:45      TRUE
## 5438 2022-12-09 21:27:45      TRUE
## 5439 2022-12-09 21:27:42      TRUE
## 5440 2022-12-09 21:27:36      TRUE
## 5441 2022-12-09 21:27:33      TRUE
## 5442 2022-12-09 21:27:32      TRUE
## 5443 2022-12-09 21:27:29      TRUE
## 5444 2022-12-09 21:27:20      TRUE
## 5445 2022-12-09 21:27:20      TRUE
## 5446 2022-12-09 21:27:19      TRUE
## 5447 2022-12-09 21:27:18      TRUE
## 5448 2022-12-09 21:27:16      TRUE
## 5449 2022-12-09 21:27:14      TRUE
## 5450 2022-12-09 21:27:13      TRUE
## 5451 2022-12-09 21:27:12      TRUE
## 5452 2022-12-09 21:27:12      TRUE
## 5453 2022-12-09 21:27:12      TRUE
## 5454 2022-12-09 21:27:10      TRUE
## 5455 2022-12-09 21:27:05      TRUE
## 5456 2022-12-09 21:27:05      TRUE
## 5457 2022-12-09 21:27:02      TRUE
## 5458 2022-12-09 21:27:02      TRUE
## 5459 2022-12-09 21:26:56      TRUE
## 5460 2022-12-09 21:26:53      TRUE
## 5461 2022-12-09 21:26:51      TRUE
## 5462 2022-12-09 21:26:44      TRUE
## 5463 2022-12-09 21:26:42      TRUE
## 5464 2022-12-09 21:26:42      TRUE
## 5465 2022-12-09 21:26:34      TRUE
## 5466 2022-12-09 21:26:33      TRUE
## 5467 2022-12-09 21:26:28      TRUE
## 5468 2022-12-09 21:26:28      TRUE
## 5469 2022-12-09 21:26:24      TRUE
## 5470 2022-12-09 21:26:22      TRUE
## 5471 2022-12-09 21:26:19      TRUE
## 5472 2022-12-09 21:26:18      TRUE
## 5473 2022-12-09 21:26:17      TRUE
## 5474 2022-12-09 21:26:14      TRUE
## 5475 2022-12-09 21:26:14      TRUE
## 5476 2022-12-09 21:26:05      TRUE
## 5477 2022-12-09 21:26:05      TRUE
## 5478 2022-12-09 21:25:59      TRUE
## 5479 2022-12-09 21:25:58      TRUE
## 5480 2022-12-09 21:25:57      TRUE
## 5481 2022-12-09 21:25:53      TRUE
## 5482 2022-12-09 21:25:51      TRUE
## 5483 2022-12-09 21:25:48      TRUE
## 5484 2022-12-09 21:25:48      TRUE
## 5485 2022-12-09 21:25:47      TRUE
## 5486 2022-12-09 21:25:45      TRUE
## 5487 2022-12-09 21:25:42      TRUE
## 5488 2022-12-09 21:25:41      TRUE
## 5489 2022-12-09 21:25:39      TRUE
## 5490 2022-12-09 21:25:39      TRUE
## 5491 2022-12-09 21:25:37      TRUE
## 5492 2022-12-09 21:25:37      TRUE
## 5493 2022-12-09 21:25:37      TRUE
## 5494 2022-12-09 21:25:36      TRUE
## 5495 2022-12-09 21:25:35      TRUE
## 5496 2022-12-09 21:25:35      TRUE
## 5497 2022-12-09 21:25:35      TRUE
## 5498 2022-12-09 21:25:34      TRUE
## 5499 2022-12-09 21:25:34      TRUE
## 5500 2022-12-09 21:25:32      TRUE
## 5501 2022-12-09 21:25:30      TRUE
## 5502 2022-12-09 21:25:28      TRUE
## 5503 2022-12-09 21:25:27      TRUE
## 5504 2022-12-09 21:25:24      TRUE
## 5505 2022-12-09 21:25:23      TRUE
## 5506 2022-12-09 21:25:19      TRUE
## 5507 2022-12-09 21:25:18      TRUE
## 5508 2022-12-09 21:25:18      TRUE
## 5509 2022-12-09 21:25:09      TRUE
## 5510 2022-12-09 21:25:08      TRUE
## 5511 2022-12-09 21:25:08      TRUE
## 5512 2022-12-09 21:25:04      TRUE
## 5513 2022-12-09 21:25:02      TRUE
## 5514 2022-12-09 21:25:02      TRUE
## 5515 2022-12-09 21:25:01      TRUE
## 5516 2022-12-09 21:25:01      TRUE
## 5517 2022-12-09 21:25:00      TRUE
## 5518 2022-12-09 21:24:59      TRUE
## 5519 2022-12-09 21:24:57      TRUE
## 5520 2022-12-09 21:24:55      TRUE
## 5521 2022-12-09 21:24:54      TRUE
## 5522 2022-12-09 21:24:53      TRUE
## 5523 2022-12-09 21:24:51      TRUE
## 5524 2022-12-09 21:24:46      TRUE
## 5525 2022-12-09 21:24:45      TRUE
## 5526 2022-12-09 21:24:43      TRUE
## 5527 2022-12-09 21:24:40      TRUE
## 5528 2022-12-09 21:24:40      TRUE
## 5529 2022-12-09 21:24:38      TRUE
## 5530 2022-12-09 21:24:36      TRUE
## 5531 2022-12-09 21:24:30      TRUE
## 5532 2022-12-09 21:24:30      TRUE
## 5533 2022-12-09 21:24:24      TRUE
## 5534 2022-12-09 21:24:23      TRUE
## 5535 2022-12-09 21:24:23      TRUE
## 5536 2022-12-09 21:24:22      TRUE
## 5537 2022-12-09 21:24:20      TRUE
## 5538 2022-12-09 21:24:19      TRUE
## 5539 2022-12-09 21:24:11      TRUE
## 5540 2022-12-09 21:24:10      TRUE
## 5541 2022-12-09 21:24:09      TRUE
## 5542 2022-12-09 21:24:09      TRUE
## 5543 2022-12-09 21:24:09      TRUE
## 5544 2022-12-09 21:24:05      TRUE
## 5545 2022-12-09 21:24:03      TRUE
## 5546 2022-12-09 21:24:02      TRUE
## 5547 2022-12-09 21:23:59      TRUE
## 5548 2022-12-09 21:23:59      TRUE
## 5549 2022-12-09 21:23:58      TRUE
## 5550 2022-12-09 21:23:54      TRUE
## 5551 2022-12-09 21:23:54      TRUE
## 5552 2022-12-09 21:23:54      TRUE
## 5553 2022-12-09 21:23:50      TRUE
## 5554 2022-12-09 21:23:46      TRUE
## 5555 2022-12-09 21:23:45      TRUE
## 5556 2022-12-09 21:23:44      TRUE
## 5557 2022-12-09 21:23:44      TRUE
## 5558 2022-12-09 21:23:41      TRUE
## 5559 2022-12-09 21:23:41      TRUE
## 5560 2022-12-09 21:23:40      TRUE
## 5561 2022-12-09 21:23:39      TRUE
## 5562 2022-12-09 21:23:38      TRUE
## 5563 2022-12-09 21:23:37      TRUE
## 5564 2022-12-09 21:23:33      TRUE
## 5565 2022-12-09 21:23:30      TRUE
## 5566 2022-12-09 21:23:30      TRUE
## 5567 2022-12-09 21:23:27      TRUE
## 5568 2022-12-09 21:23:26      TRUE
## 5569 2022-12-09 21:23:23      TRUE
## 5570 2022-12-09 21:23:23      TRUE
## 5571 2022-12-09 21:23:18      TRUE
## 5572 2022-12-09 21:23:17      TRUE
## 5573 2022-12-09 21:23:16      TRUE
## 5574 2022-12-09 21:23:16      TRUE
## 5575 2022-12-09 21:23:15      TRUE
## 5576 2022-12-09 21:23:15      TRUE
## 5577 2022-12-09 21:23:12      TRUE
## 5578 2022-12-09 21:23:08      TRUE
## 5579 2022-12-09 21:23:06      TRUE
## 5580 2022-12-09 21:23:04      TRUE
## 5581 2022-12-09 21:23:04      TRUE
## 5582 2022-12-09 21:23:03      TRUE
## 5583 2022-12-09 21:23:01      TRUE
## 5584 2022-12-09 21:23:01      TRUE
## 5585 2022-12-09 21:23:01      TRUE
## 5586 2022-12-09 21:23:00      TRUE
## 5587 2022-12-09 21:22:59      TRUE
## 5588 2022-12-09 21:22:57      TRUE
## 5589 2022-12-09 21:22:57      TRUE
## 5590 2022-12-09 21:22:55      TRUE
## 5591 2022-12-09 21:22:55      TRUE
## 5592 2022-12-09 21:22:52      TRUE
## 5593 2022-12-09 21:22:52      TRUE
## 5594 2022-12-09 21:22:50      TRUE
## 5595 2022-12-09 21:22:44      TRUE
## 5596 2022-12-09 21:22:36      TRUE
## 5597 2022-12-09 21:22:33      TRUE
## 5598 2022-12-09 21:22:31      TRUE
## 5599 2022-12-09 21:22:30      TRUE
## 5600 2022-12-09 21:22:26      TRUE
## 5601 2022-12-09 21:22:20      TRUE
## 5602 2022-12-09 21:22:18      TRUE
## 5603 2022-12-09 21:22:14      TRUE
## 5604 2022-12-09 21:22:08      TRUE
## 5605 2022-12-09 21:22:08      TRUE
## 5606 2022-12-09 21:22:06      TRUE
## 5607 2022-12-09 21:22:05      TRUE
## 5608 2022-12-09 21:22:04      TRUE
## 5609 2022-12-09 21:22:04      TRUE
## 5610 2022-12-09 21:22:03      TRUE
## 5611 2022-12-09 21:22:03      TRUE
## 5612 2022-12-09 21:22:00      TRUE
## 5613 2022-12-09 21:21:56      TRUE
## 5614 2022-12-09 21:21:55      TRUE
## 5615 2022-12-09 21:21:53      TRUE
## 5616 2022-12-09 21:21:47      TRUE
## 5617 2022-12-09 21:21:45      TRUE
## 5618 2022-12-09 21:21:44      TRUE
## 5619 2022-12-09 21:21:43      TRUE
## 5620 2022-12-09 21:21:38      TRUE
## 5621 2022-12-09 21:21:34      TRUE
## 5622 2022-12-09 21:21:32      TRUE
## 5623 2022-12-09 21:21:30      TRUE
## 5624 2022-12-09 21:21:28      TRUE
## 5625 2022-12-09 21:21:28      TRUE
## 5626 2022-12-09 21:21:27      TRUE
## 5627 2022-12-09 21:21:27      TRUE
## 5628 2022-12-09 21:21:18      TRUE
## 5629 2022-12-09 21:21:18      TRUE
## 5630 2022-12-09 21:21:17      TRUE
## 5631 2022-12-09 21:21:12      TRUE
## 5632 2022-12-09 21:21:11      TRUE
## 5633 2022-12-09 21:21:11      TRUE
## 5634 2022-12-09 21:21:10      TRUE
## 5635 2022-12-09 21:21:09      TRUE
## 5636 2022-12-09 21:21:08      TRUE
## 5637 2022-12-09 21:21:03      TRUE
## 5638 2022-12-09 21:21:01      TRUE
## 5639 2022-12-09 21:20:55      TRUE
## 5640 2022-12-09 21:20:53      TRUE
## 5641 2022-12-09 21:20:52      TRUE
## 5642 2022-12-09 21:20:50      TRUE
## 5643 2022-12-09 21:20:45      TRUE
## 5644 2022-12-09 21:20:44      TRUE
## 5645 2022-12-09 21:20:44      TRUE
## 5646 2022-12-09 21:20:44      TRUE
## 5647 2022-12-09 21:20:42      TRUE
## 5648 2022-12-09 21:20:35      TRUE
## 5649 2022-12-09 21:20:33      TRUE
## 5650 2022-12-09 21:20:29      TRUE
## 5651 2022-12-09 21:20:29      TRUE
## 5652 2022-12-09 21:20:29      TRUE
## 5653 2022-12-09 21:20:27      TRUE
## 5654 2022-12-09 21:20:24      TRUE
## 5655 2022-12-09 21:20:22      TRUE
## 5656 2022-12-09 21:20:19      TRUE
## 5657 2022-12-09 21:20:18      TRUE
## 5658 2022-12-09 21:20:15      TRUE
## 5659 2022-12-09 21:20:06      TRUE
## 5660 2022-12-09 21:20:06      TRUE
## 5661 2022-12-09 21:20:04      TRUE
## 5662 2022-12-09 21:20:02      TRUE
## 5663 2022-12-09 21:20:01      TRUE
## 5664 2022-12-09 21:20:00      TRUE
## 5665 2022-12-09 21:19:58      TRUE
## 5666 2022-12-09 21:19:56      TRUE
## 5667 2022-12-09 21:19:56      TRUE
## 5668 2022-12-09 21:19:53      TRUE
## 5669 2022-12-09 21:19:52      TRUE
## 5670 2022-12-09 21:19:52      TRUE
## 5671 2022-12-09 21:19:52      TRUE
## 5672 2022-12-09 21:19:51      TRUE
## 5673 2022-12-09 21:19:49      TRUE
## 5674 2022-12-09 21:19:48      TRUE
## 5675 2022-12-09 21:19:47      TRUE
## 5676 2022-12-09 21:19:47      TRUE
## 5677 2022-12-09 21:19:47      TRUE
## 5678 2022-12-09 21:19:44      TRUE
## 5679 2022-12-09 21:19:43      TRUE
## 5680 2022-12-09 21:19:43      TRUE
## 5681 2022-12-09 21:19:41      TRUE
## 5682 2022-12-09 21:19:36      TRUE
## 5683 2022-12-09 21:19:35      TRUE
## 5684 2022-12-09 21:19:34      TRUE
## 5685 2022-12-09 21:19:31      TRUE
## 5686 2022-12-09 21:19:31      TRUE
## 5687 2022-12-09 21:19:29      TRUE
## 5688 2022-12-09 21:19:28      TRUE
## 5689 2022-12-09 21:19:27      TRUE
## 5690 2022-12-09 21:19:27      TRUE
## 5691 2022-12-09 21:19:26      TRUE
## 5692 2022-12-09 21:19:26      TRUE
## 5693 2022-12-09 21:19:25      TRUE
## 5694 2022-12-09 21:19:24      TRUE
## 5695 2022-12-09 21:19:22      TRUE
## 5696 2022-12-09 21:19:21      TRUE
## 5697 2022-12-09 21:19:20      TRUE
## 5698 2022-12-09 21:19:20      TRUE
## 5699 2022-12-09 21:19:19      TRUE
## 5700 2022-12-09 21:19:17      TRUE
## 5701 2022-12-09 21:19:12      TRUE
## 5702 2022-12-09 21:19:11      TRUE
## 5703 2022-12-09 21:19:10      TRUE
## 5704 2022-12-09 21:19:10      TRUE
## 5705 2022-12-09 21:19:08      TRUE
## 5706 2022-12-09 21:19:06      TRUE
## 5707 2022-12-09 21:19:05      TRUE
## 5708 2022-12-09 21:19:04      TRUE
## 5709 2022-12-09 21:19:03      TRUE
## 5710 2022-12-09 21:19:02      TRUE
## 5711 2022-12-09 21:19:02      TRUE
## 5712 2022-12-09 21:19:01      TRUE
## 5713 2022-12-09 21:18:56      TRUE
## 5714 2022-12-09 21:18:55      TRUE
## 5715 2022-12-09 21:18:55      TRUE
## 5716 2022-12-09 21:18:53      TRUE
## 5717 2022-12-09 21:18:53      TRUE
## 5718 2022-12-09 21:18:49      TRUE
## 5719 2022-12-09 21:18:48      TRUE
## 5720 2022-12-09 21:18:45      TRUE
## 5721 2022-12-09 21:18:42      TRUE
## 5722 2022-12-09 21:18:40      TRUE
## 5723 2022-12-09 21:18:34      TRUE
## 5724 2022-12-09 21:18:29      TRUE
## 5725 2022-12-09 21:18:28      TRUE
## 5726 2022-12-09 21:18:28      TRUE
## 5727 2022-12-09 21:18:23      TRUE
## 5728 2022-12-09 21:18:21      TRUE
## 5729 2022-12-09 21:18:19      TRUE
## 5730 2022-12-09 21:18:16      TRUE
## 5731 2022-12-09 21:18:13      TRUE
## 5732 2022-12-09 21:18:02      TRUE
## 5733 2022-12-09 21:17:53      TRUE
## 5734 2022-12-09 21:17:50      TRUE
## 5735 2022-12-09 21:17:46      TRUE
## 5736 2022-12-09 21:17:46      TRUE
## 5737 2022-12-09 21:17:45      TRUE
## 5738 2022-12-09 21:17:37      TRUE
## 5739 2022-12-09 21:17:36      TRUE
## 5740 2022-12-09 21:17:36      TRUE
## 5741 2022-12-09 21:17:32      TRUE
## 5742 2022-12-09 21:17:28      TRUE
## 5743 2022-12-09 21:17:28      TRUE
## 5744 2022-12-09 21:17:28      TRUE
## 5745 2022-12-09 21:17:25      TRUE
## 5746 2022-12-09 21:17:19      TRUE
## 5747 2022-12-09 21:17:17      TRUE
## 5748 2022-12-09 21:17:01      TRUE
## 5749 2022-12-09 21:16:57      TRUE
## 5750 2022-12-09 21:16:44      TRUE
## 5751 2022-12-09 21:16:43      TRUE
## 5752 2022-12-09 21:16:43      TRUE
## 5753 2022-12-09 21:16:42      TRUE
## 5754 2022-12-09 21:16:40      TRUE
## 5755 2022-12-09 21:16:36      TRUE
## 5756 2022-12-09 21:16:35      TRUE
## 5757 2022-12-09 21:16:35      TRUE
## 5758 2022-12-09 21:16:34      TRUE
## 5759 2022-12-09 21:16:33      TRUE
## 5760 2022-12-09 21:16:24      TRUE
## 5761 2022-12-09 21:16:22      TRUE
## 5762 2022-12-09 21:16:20      TRUE
## 5763 2022-12-09 21:16:18      TRUE
## 5764 2022-12-09 21:16:13      TRUE
## 5765 2022-12-09 21:16:13      TRUE
## 5766 2022-12-09 21:16:11      TRUE
## 5767 2022-12-09 21:16:08      TRUE
## 5768 2022-12-09 21:16:08      TRUE
## 5769 2022-12-09 21:16:05      TRUE
## 5770 2022-12-09 21:16:04      TRUE
## 5771 2022-12-09 21:16:02      TRUE
## 5772 2022-12-09 21:15:55      TRUE
## 5773 2022-12-09 21:15:52      TRUE
## 5774 2022-12-09 21:15:51      TRUE
## 5775 2022-12-09 21:15:46      TRUE
## 5776 2022-12-09 21:15:45      TRUE
## 5777 2022-12-09 21:15:43      TRUE
## 5778 2022-12-09 21:15:41      TRUE
## 5779 2022-12-09 21:15:37      TRUE
## 5780 2022-12-09 21:15:37      TRUE
## 5781 2022-12-09 21:15:32      TRUE
## 5782 2022-12-09 21:15:30      TRUE
## 5783 2022-12-09 21:15:27      TRUE
## 5784 2022-12-09 21:15:20      TRUE
## 5785 2022-12-09 21:15:20      TRUE
## 5786 2022-12-09 21:15:19      TRUE
## 5787 2022-12-09 21:15:16      TRUE
## 5788 2022-12-09 21:15:16      TRUE
## 5789 2022-12-09 21:15:14      TRUE
## 5790 2022-12-09 21:15:11      TRUE
## 5791 2022-12-09 21:15:07      TRUE
## 5792 2022-12-09 21:15:07      TRUE
## 5793 2022-12-09 21:15:04      TRUE
## 5794 2022-12-09 21:15:03      TRUE
## 5795 2022-12-09 21:15:03      TRUE
## 5796 2022-12-09 21:15:00      TRUE
## 5797 2022-12-09 21:14:56      TRUE
## 5798 2022-12-09 21:14:50      TRUE
## 5799 2022-12-09 21:14:48      TRUE
## 5800 2022-12-09 21:14:44      TRUE
## 5801 2022-12-09 21:14:43      TRUE
## 5802 2022-12-09 21:14:42      TRUE
## 5803 2022-12-09 21:14:39      TRUE
## 5804 2022-12-09 21:14:32      TRUE
## 5805 2022-12-09 21:14:30      TRUE
## 5806 2022-12-09 21:14:28      TRUE
## 5807 2022-12-09 21:14:28      TRUE
## 5808 2022-12-09 21:14:22      TRUE
## 5809 2022-12-09 21:14:20      TRUE
## 5810 2022-12-09 21:14:19      TRUE
## 5811 2022-12-09 21:14:19      TRUE
## 5812 2022-12-09 21:14:18      TRUE
## 5813 2022-12-09 21:14:16      TRUE
## 5814 2022-12-09 21:14:09      TRUE
## 5815 2022-12-09 21:14:09      TRUE
## 5816 2022-12-09 21:14:08      TRUE
## 5817 2022-12-09 21:14:08      TRUE
## 5818 2022-12-09 21:14:07      TRUE
## 5819 2022-12-09 21:14:02      TRUE
## 5820 2022-12-09 21:14:00      TRUE
## 5821 2022-12-09 21:13:53      TRUE
## 5822 2022-12-09 21:13:49      TRUE
## 5823 2022-12-09 21:13:49      TRUE
## 5824 2022-12-09 21:13:44      TRUE
## 5825 2022-12-09 21:13:44      TRUE
## 5826 2022-12-09 21:13:41      TRUE
## 5827 2022-12-09 21:13:40      TRUE
## 5828 2022-12-09 21:13:39      TRUE
## 5829 2022-12-09 21:13:37      TRUE
## 5830 2022-12-09 21:13:36      TRUE
## 5831 2022-12-09 21:13:34      TRUE
## 5832 2022-12-09 21:13:33      TRUE
## 5833 2022-12-09 21:13:33      TRUE
## 5834 2022-12-09 21:13:33      TRUE
## 5835 2022-12-09 21:13:27      TRUE
## 5836 2022-12-09 21:13:26      TRUE
## 5837 2022-12-09 21:13:26      TRUE
## 5838 2022-12-09 21:13:21      TRUE
## 5839 2022-12-09 21:13:19      TRUE
## 5840 2022-12-09 21:13:18      TRUE
## 5841 2022-12-09 21:13:16      TRUE
## 5842 2022-12-09 21:13:14      TRUE
## 5843 2022-12-09 21:13:11      TRUE
## 5844 2022-12-09 21:13:00      TRUE
## 5845 2022-12-09 21:12:48      TRUE
## 5846 2022-12-09 21:12:47      TRUE
## 5847 2022-12-09 21:12:45      TRUE
## 5848 2022-12-09 21:12:42      TRUE
## 5849 2022-12-09 21:12:39      TRUE
## 5850 2022-12-09 21:12:38      TRUE
## 5851 2022-12-09 21:12:37      TRUE
## 5852 2022-12-09 21:12:37      TRUE
## 5853 2022-12-09 21:12:32      TRUE
## 5854 2022-12-09 21:12:30      TRUE
## 5855 2022-12-09 21:12:28      TRUE
## 5856 2022-12-09 21:12:25      TRUE
## 5857 2022-12-09 21:12:23      TRUE
## 5858 2022-12-09 21:12:22      TRUE
## 5859 2022-12-09 21:12:22      TRUE
## 5860 2022-12-09 21:12:19      TRUE
## 5861 2022-12-09 21:12:18      TRUE
## 5862 2022-12-09 21:12:17      TRUE
## 5863 2022-12-09 21:12:16      TRUE
## 5864 2022-12-09 21:12:16      TRUE
## 5865 2022-12-09 21:12:16      TRUE
## 5866 2022-12-09 21:12:16      TRUE
## 5867 2022-12-09 21:12:13      TRUE
## 5868 2022-12-09 21:12:10      TRUE
## 5869 2022-12-09 21:12:10      TRUE
## 5870 2022-12-09 21:12:07      TRUE
## 5871 2022-12-09 21:12:07      TRUE
## 5872 2022-12-09 21:12:05      TRUE
## 5873 2022-12-09 21:12:05      TRUE
## 5874 2022-12-09 21:12:03      TRUE
## 5875 2022-12-09 21:12:00      TRUE
## 5876 2022-12-09 21:11:59      TRUE
## 5877 2022-12-09 21:11:50      TRUE
## 5878 2022-12-09 21:11:37      TRUE
## 5879 2022-12-09 21:11:35      TRUE
## 5880 2022-12-09 21:11:34      TRUE
## 5881 2022-12-09 21:11:33      TRUE
## 5882 2022-12-09 21:11:28      TRUE
## 5883 2022-12-09 21:11:28      TRUE
## 5884 2022-12-09 21:11:28      TRUE
## 5885 2022-12-09 21:11:27      TRUE
## 5886 2022-12-09 21:11:25      TRUE
## 5887 2022-12-09 21:11:24      TRUE
## 5888 2022-12-09 21:11:24      TRUE
## 5889 2022-12-09 21:11:20      TRUE
## 5890 2022-12-09 21:11:17      TRUE
## 5891 2022-12-09 21:11:15      TRUE
## 5892 2022-12-09 21:11:13      TRUE
## 5893 2022-12-09 21:11:11      TRUE
## 5894 2022-12-09 21:11:11      TRUE
## 5895 2022-12-09 21:11:09      TRUE
## 5896 2022-12-09 21:11:08      TRUE
## 5897 2022-12-09 21:11:08      TRUE
## 5898 2022-12-09 21:11:06      TRUE
## 5899 2022-12-09 21:11:05      TRUE
## 5900 2022-12-09 21:11:03      TRUE
## 5901 2022-12-09 21:10:57      TRUE
## 5902 2022-12-09 21:10:56      TRUE
## 5903 2022-12-09 21:10:52      TRUE
## 5904 2022-12-09 21:10:51      TRUE
## 5905 2022-12-09 21:10:49      TRUE
## 5906 2022-12-09 21:10:47      TRUE
## 5907 2022-12-09 21:10:42      TRUE
## 5908 2022-12-09 21:10:41      TRUE
## 5909 2022-12-09 21:10:40      TRUE
## 5910 2022-12-09 21:10:36      TRUE
## 5911 2022-12-09 21:10:36      TRUE
## 5912 2022-12-09 21:10:33      TRUE
## 5913 2022-12-09 21:10:31      TRUE
## 5914 2022-12-09 21:10:30      TRUE
## 5915 2022-12-09 21:10:28      TRUE
## 5916 2022-12-09 21:10:27      TRUE
## 5917 2022-12-09 21:10:27      TRUE
## 5918 2022-12-09 21:10:26      TRUE
## 5919 2022-12-09 21:10:25      TRUE
## 5920 2022-12-09 21:10:22      TRUE
## 5921 2022-12-09 21:10:22      TRUE
## 5922 2022-12-09 21:10:19      TRUE
## 5923 2022-12-09 21:10:16      TRUE
## 5924 2022-12-09 21:10:15      TRUE
## 5925 2022-12-09 21:10:14      TRUE
## 5926 2022-12-09 21:10:12      TRUE
## 5927 2022-12-09 21:10:10      TRUE
## 5928 2022-12-09 21:10:10      TRUE
## 5929 2022-12-09 21:10:10      TRUE
## 5930 2022-12-09 21:10:00      TRUE
## 5931 2022-12-09 21:09:56      TRUE
## 5932 2022-12-09 21:09:54      TRUE
## 5933 2022-12-09 21:09:51      TRUE
## 5934 2022-12-09 21:09:49      TRUE
## 5935 2022-12-09 21:09:48      TRUE
## 5936 2022-12-09 21:09:47      TRUE
## 5937 2022-12-09 21:09:44      TRUE
## 5938 2022-12-09 21:09:43      TRUE
## 5939 2022-12-09 21:09:41      TRUE
## 5940 2022-12-09 21:09:35      TRUE
## 5941 2022-12-09 21:09:33      TRUE
## 5942 2022-12-09 21:09:28      TRUE
## 5943 2022-12-09 21:09:27      TRUE
## 5944 2022-12-09 21:09:24      TRUE
## 5945 2022-12-09 21:09:24      TRUE
## 5946 2022-12-09 21:09:22      TRUE
## 5947 2022-12-09 21:09:22      TRUE
## 5948 2022-12-09 21:09:20      TRUE
## 5949 2022-12-09 21:09:19      TRUE
## 5950 2022-12-09 21:09:18      TRUE
## 5951 2022-12-09 21:09:18      TRUE
## 5952 2022-12-09 21:09:17      TRUE
## 5953 2022-12-09 21:09:15      TRUE
## 5954 2022-12-09 21:09:15      TRUE
## 5955 2022-12-09 21:09:14      TRUE
## 5956 2022-12-09 21:09:03      TRUE
## 5957 2022-12-09 21:09:02      TRUE
## 5958 2022-12-09 21:09:00      TRUE
## 5959 2022-12-09 21:08:58      TRUE
## 5960 2022-12-09 21:08:58      TRUE
## 5961 2022-12-09 21:08:54      TRUE
## 5962 2022-12-09 21:08:49      TRUE
## 5963 2022-12-09 21:08:47      TRUE
## 5964 2022-12-09 21:08:44      TRUE
## 5965 2022-12-09 21:08:43      TRUE
## 5966 2022-12-09 21:08:42      TRUE
## 5967 2022-12-09 21:08:41      TRUE
## 5968 2022-12-09 21:08:38      TRUE
## 5969 2022-12-09 21:08:32      TRUE
## 5970 2022-12-09 21:08:28      TRUE
## 5971 2022-12-09 21:08:25      TRUE
## 5972 2022-12-09 21:08:23      TRUE
## 5973 2022-12-09 21:08:22      TRUE
## 5974 2022-12-09 21:08:21      TRUE
## 5975 2022-12-09 21:08:21      TRUE
## 5976 2022-12-09 21:08:19      TRUE
## 5977 2022-12-09 21:08:16      TRUE
## 5978 2022-12-09 21:08:14      TRUE
## 5979 2022-12-09 21:08:11      TRUE
## 5980 2022-12-09 21:08:07      TRUE
## 5981 2022-12-09 21:08:06      TRUE
## 5982 2022-12-09 21:08:03      TRUE
## 5983 2022-12-09 21:07:57      TRUE
## 5984 2022-12-09 21:07:52      TRUE
## 5985 2022-12-09 21:07:51      TRUE
## 5986 2022-12-09 21:07:48      TRUE
## 5987 2022-12-09 21:07:47      TRUE
## 5988 2022-12-09 21:07:46      TRUE
## 5989 2022-12-09 21:07:41      TRUE
## 5990 2022-12-09 21:07:37      TRUE
## 5991 2022-12-09 21:07:36      TRUE
## 5992 2022-12-09 21:07:35      TRUE
## 5993 2022-12-09 21:07:33      TRUE
## 5994 2022-12-09 21:07:31      TRUE
## 5995 2022-12-09 21:07:31      TRUE
## 5996 2022-12-09 21:07:31      TRUE
## 5997 2022-12-09 21:07:31      TRUE
## 5998 2022-12-09 21:07:28      TRUE
## 5999 2022-12-09 21:07:28      TRUE
## 6000 2022-12-09 21:07:26      TRUE
## 6001 2022-12-09 21:07:22      TRUE
## 6002 2022-12-09 21:07:20      TRUE
## 6003 2022-12-09 21:07:18      TRUE
## 6004 2022-12-09 21:07:18      TRUE
## 6005 2022-12-09 21:07:13      TRUE
## 6006 2022-12-09 21:07:04      TRUE
## 6007 2022-12-09 21:07:03      TRUE
## 6008 2022-12-09 21:06:59      TRUE
## 6009 2022-12-09 21:06:58      TRUE
## 6010 2022-12-09 21:06:55      TRUE
## 6011 2022-12-09 21:06:54      TRUE
## 6012 2022-12-09 21:06:54      TRUE
## 6013 2022-12-09 21:06:53      TRUE
## 6014 2022-12-09 21:06:50      TRUE
## 6015 2022-12-09 21:06:48      TRUE
## 6016 2022-12-09 21:06:46      TRUE
## 6017 2022-12-09 21:06:46      TRUE
## 6018 2022-12-09 21:06:45      TRUE
## 6019 2022-12-09 21:06:44      TRUE
## 6020 2022-12-09 21:06:41      TRUE
## 6021 2022-12-09 21:06:40      TRUE
## 6022 2022-12-09 21:06:39      TRUE
## 6023 2022-12-09 21:06:39      TRUE
## 6024 2022-12-09 21:06:39      TRUE
## 6025 2022-12-09 21:06:36      TRUE
## 6026 2022-12-09 21:06:34      TRUE
## 6027 2022-12-09 21:06:31      TRUE
## 6028 2022-12-09 21:06:29      TRUE
## 6029 2022-12-09 21:06:28      TRUE
## 6030 2022-12-09 21:06:27      TRUE
## 6031 2022-12-09 21:06:26      TRUE
## 6032 2022-12-09 21:06:25      TRUE
## 6033 2022-12-09 21:06:25      TRUE
## 6034 2022-12-09 21:06:24      TRUE
## 6035 2022-12-09 21:06:23      TRUE
## 6036 2022-12-09 21:06:19      TRUE
## 6037 2022-12-09 21:06:16      TRUE
## 6038 2022-12-09 21:06:14      TRUE
## 6039 2022-12-09 21:06:10      TRUE
## 6040 2022-12-09 21:06:09      TRUE
## 6041 2022-12-09 21:06:06      TRUE
## 6042 2022-12-09 21:05:56      TRUE
## 6043 2022-12-09 21:05:55      TRUE
## 6044 2022-12-09 21:05:53      TRUE
## 6045 2022-12-09 21:05:51      TRUE
## 6046 2022-12-09 21:05:50      TRUE
## 6047 2022-12-09 21:05:50      TRUE
## 6048 2022-12-09 21:05:48      TRUE
## 6049 2022-12-09 21:05:42      TRUE
## 6050 2022-12-09 21:05:40      TRUE
## 6051 2022-12-09 21:05:39      TRUE
## 6052 2022-12-09 21:05:31      TRUE
## 6053 2022-12-09 21:05:30      TRUE
## 6054 2022-12-09 21:05:29      TRUE
## 6055 2022-12-09 21:05:27      TRUE
## 6056 2022-12-09 21:05:25      TRUE
## 6057 2022-12-09 21:05:24      TRUE
## 6058 2022-12-09 21:05:18      TRUE
## 6059 2022-12-09 21:05:18      TRUE
## 6060 2022-12-09 21:05:16      TRUE
## 6061 2022-12-09 21:05:16      TRUE
## 6062 2022-12-09 21:05:15      TRUE
## 6063 2022-12-09 21:05:12      TRUE
## 6064 2022-12-09 21:05:08      TRUE
## 6065 2022-12-09 21:05:05      TRUE
## 6066 2022-12-09 21:04:53      TRUE
## 6067 2022-12-09 21:04:50      TRUE
## 6068 2022-12-09 21:04:46      TRUE
## 6069 2022-12-09 21:04:46      TRUE
## 6070 2022-12-09 21:04:46      TRUE
## 6071 2022-12-09 21:04:45      TRUE
## 6072 2022-12-09 21:04:38      TRUE
## 6073 2022-12-09 21:04:35      TRUE
## 6074 2022-12-09 21:04:32      TRUE
## 6075 2022-12-09 21:04:32      TRUE
## 6076 2022-12-09 21:04:28      TRUE
## 6077 2022-12-09 21:04:26      TRUE
## 6078 2022-12-09 21:04:23      TRUE
## 6079 2022-12-09 21:04:20      TRUE
## 6080 2022-12-09 21:04:20      TRUE
## 6081 2022-12-09 21:04:18      TRUE
## 6082 2022-12-09 21:04:13      TRUE
## 6083 2022-12-09 21:04:10      TRUE
## 6084 2022-12-09 21:04:08      TRUE
## 6085 2022-12-09 21:04:04      TRUE
## 6086 2022-12-09 21:03:51      TRUE
## 6087 2022-12-09 21:03:47      TRUE
## 6088 2022-12-09 21:03:46      TRUE
## 6089 2022-12-09 21:03:46      TRUE
## 6090 2022-12-09 21:03:46      TRUE
## 6091 2022-12-09 21:03:44      TRUE
## 6092 2022-12-09 21:03:43      TRUE
## 6093 2022-12-09 21:03:41      TRUE
## 6094 2022-12-09 21:03:38      TRUE
## 6095 2022-12-09 21:03:35      TRUE
## 6096 2022-12-09 21:03:29      TRUE
## 6097 2022-12-09 21:03:27      TRUE
## 6098 2022-12-09 21:03:26      TRUE
## 6099 2022-12-09 21:03:26      TRUE
## 6100 2022-12-09 21:03:26      TRUE
## 6101 2022-12-09 21:03:22      TRUE
## 6102 2022-12-09 21:03:19      TRUE
## 6103 2022-12-09 21:03:16      TRUE
## 6104 2022-12-09 21:03:14      TRUE
## 6105 2022-12-09 21:03:13      TRUE
## 6106 2022-12-09 21:03:11      TRUE
## 6107 2022-12-09 21:03:07      TRUE
## 6108 2022-12-09 21:03:06      TRUE
## 6109 2022-12-09 21:02:58      TRUE
## 6110 2022-12-09 21:02:53      TRUE
## 6111 2022-12-09 21:02:53      TRUE
## 6112 2022-12-09 21:02:51      TRUE
## 6113 2022-12-09 21:02:45      TRUE
## 6114 2022-12-09 21:02:41      TRUE
## 6115 2022-12-09 21:02:34      TRUE
## 6116 2022-12-09 21:02:26      TRUE
## 6117 2022-12-09 21:02:24      TRUE
## 6118 2022-12-09 21:02:21      TRUE
## 6119 2022-12-09 21:02:20      TRUE
## 6120 2022-12-09 21:02:20      TRUE
## 6121 2022-12-09 21:02:19      TRUE
## 6122 2022-12-09 21:02:18      TRUE
## 6123 2022-12-09 21:02:18      TRUE
## 6124 2022-12-09 21:02:18      TRUE
## 6125 2022-12-09 21:02:16      TRUE
## 6126 2022-12-09 21:02:14      TRUE
## 6127 2022-12-09 21:02:13      TRUE
## 6128 2022-12-09 21:02:08      TRUE
## 6129 2022-12-09 21:02:08      TRUE
## 6130 2022-12-09 21:02:06      TRUE
## 6131 2022-12-09 21:02:02      TRUE
## 6132 2022-12-09 21:02:02      TRUE
## 6133 2022-12-09 21:02:00      TRUE
## 6134 2022-12-09 21:02:00      TRUE
## 6135 2022-12-09 21:01:59      TRUE
## 6136 2022-12-09 21:01:59      TRUE
## 6137 2022-12-09 21:01:55      TRUE
## 6138 2022-12-09 21:01:55      TRUE
## 6139 2022-12-09 21:01:54      TRUE
## 6140 2022-12-09 21:01:52      TRUE
## 6141 2022-12-09 21:01:48      TRUE
## 6142 2022-12-09 21:01:42      TRUE
## 6143 2022-12-09 21:01:41      TRUE
## 6144 2022-12-09 21:01:40      TRUE
## 6145 2022-12-09 21:01:40      TRUE
## 6146 2022-12-09 21:01:39      TRUE
## 6147 2022-12-09 21:01:39      TRUE
## 6148 2022-12-09 21:01:38      TRUE
## 6149 2022-12-09 21:01:34      TRUE
## 6150 2022-12-09 21:01:34      TRUE
## 6151 2022-12-09 21:01:33      TRUE
## 6152 2022-12-09 21:01:33      TRUE
## 6153 2022-12-09 21:01:31      TRUE
## 6154 2022-12-09 21:01:30      TRUE
## 6155 2022-12-09 21:01:27      TRUE
## 6156 2022-12-09 21:01:25      TRUE
## 6157 2022-12-09 21:01:22      TRUE
## 6158 2022-12-09 21:01:21      TRUE
## 6159 2022-12-09 21:01:20      TRUE
## 6160 2022-12-09 21:01:20      TRUE
## 6161 2022-12-09 21:01:16      TRUE
## 6162 2022-12-09 21:01:08      TRUE
## 6163 2022-12-09 21:01:05      TRUE
## 6164 2022-12-09 21:01:05      TRUE
## 6165 2022-12-09 21:01:04      TRUE
## 6166 2022-12-09 21:01:04      TRUE
## 6167 2022-12-09 21:01:01      TRUE
## 6168 2022-12-09 21:01:01      TRUE
## 6169 2022-12-09 21:01:00      TRUE
## 6170 2022-12-09 21:00:59      TRUE
## 6171 2022-12-09 21:00:54      TRUE
## 6172 2022-12-09 21:00:52      TRUE
## 6173 2022-12-09 21:00:49      TRUE
## 6174 2022-12-09 21:00:49      TRUE
## 6175 2022-12-09 21:00:45      TRUE
## 6176 2022-12-09 21:00:45      TRUE
## 6177 2022-12-09 21:00:42      TRUE
## 6178 2022-12-09 21:00:35      TRUE
## 6179 2022-12-09 21:00:34      TRUE
## 6180 2022-12-09 21:00:33      TRUE
## 6181 2022-12-09 21:00:33      TRUE
## 6182 2022-12-09 21:00:32      TRUE
## 6183 2022-12-09 21:00:32      TRUE
## 6184 2022-12-09 21:00:27      TRUE
## 6185 2022-12-09 21:00:25      TRUE
## 6186 2022-12-09 21:00:23      TRUE
## 6187 2022-12-09 21:00:22      TRUE
## 6188 2022-12-09 21:00:13      TRUE
## 6189 2022-12-09 21:00:12      TRUE
## 6190 2022-12-09 21:00:05      TRUE
## 6191 2022-12-09 21:00:01      TRUE
## 6192 2022-12-09 20:59:59      TRUE
## 6193 2022-12-09 20:59:58      TRUE
## 6194 2022-12-09 20:59:58      TRUE
## 6195 2022-12-09 20:59:58      TRUE
## 6196 2022-12-09 20:59:56      TRUE
## 6197 2022-12-09 20:59:54      TRUE
## 6198 2022-12-09 20:59:54      TRUE
## 6199 2022-12-09 20:59:53      TRUE
## 6200 2022-12-09 20:59:53      TRUE
## 6201 2022-12-09 20:59:50      TRUE
## 6202 2022-12-09 20:59:48      TRUE
## 6203 2022-12-09 20:59:46      TRUE
## 6204 2022-12-09 20:59:41      TRUE
## 6205 2022-12-09 20:59:40      TRUE
## 6206 2022-12-09 20:59:38      TRUE
## 6207 2022-12-09 20:59:38      TRUE
## 6208 2022-12-09 20:59:37      TRUE
## 6209 2022-12-09 20:59:30      TRUE
## 6210 2022-12-09 20:59:28      TRUE
## 6211 2022-12-09 20:59:28      TRUE
## 6212 2022-12-09 20:59:27      TRUE
## 6213 2022-12-09 20:59:25      TRUE
## 6214 2022-12-09 20:59:25      TRUE
## 6215 2022-12-09 20:59:23      TRUE
## 6216 2022-12-09 20:59:21      TRUE
## 6217 2022-12-09 20:59:17      TRUE
## 6218 2022-12-09 20:59:16      TRUE
## 6219 2022-12-09 20:59:15      TRUE
## 6220 2022-12-09 20:59:07      TRUE
## 6221 2022-12-09 20:59:07      TRUE
## 6222 2022-12-09 20:59:02      TRUE
## 6223 2022-12-09 20:58:59      TRUE
## 6224 2022-12-09 20:58:53      TRUE
## 6225 2022-12-09 20:58:52      TRUE
## 6226 2022-12-09 20:58:46      TRUE
## 6227 2022-12-09 20:58:46      TRUE
## 6228 2022-12-09 20:58:46      TRUE
## 6229 2022-12-09 20:58:44      TRUE
## 6230 2022-12-09 20:58:43      TRUE
## 6231 2022-12-09 20:58:42      TRUE
## 6232 2022-12-09 20:58:41      TRUE
## 6233 2022-12-09 20:58:32      TRUE
## 6234 2022-12-09 20:58:30      TRUE
## 6235 2022-12-09 20:58:29      TRUE
## 6236 2022-12-09 20:58:28      TRUE
## 6237 2022-12-09 20:58:25      TRUE
## 6238 2022-12-09 20:58:21      TRUE
## 6239 2022-12-09 20:58:18      TRUE
## 6240 2022-12-09 20:58:17      TRUE
## 6241 2022-12-09 20:58:16      TRUE
## 6242 2022-12-09 20:58:15      TRUE
## 6243 2022-12-09 20:58:14      TRUE
## 6244 2022-12-09 20:58:11      TRUE
## 6245 2022-12-09 20:58:10      TRUE
## 6246 2022-12-09 20:58:06      TRUE
## 6247 2022-12-09 20:58:06      TRUE
## 6248 2022-12-09 20:58:01      TRUE
## 6249 2022-12-09 20:57:58      TRUE
## 6250 2022-12-09 20:57:57      TRUE
## 6251 2022-12-09 20:57:56      TRUE
## 6252 2022-12-09 20:57:50      TRUE
## 6253 2022-12-09 20:57:49      TRUE
## 6254 2022-12-09 20:57:46      TRUE
## 6255 2022-12-09 20:57:42      TRUE
## 6256 2022-12-09 20:57:40      TRUE
## 6257 2022-12-09 20:57:40      TRUE
## 6258 2022-12-09 20:57:37      TRUE
## 6259 2022-12-09 20:57:37      TRUE
## 6260 2022-12-09 20:57:37      TRUE
## 6261 2022-12-09 20:57:37      TRUE
## 6262 2022-12-09 20:57:36      TRUE
## 6263 2022-12-09 20:57:35      TRUE
## 6264 2022-12-09 20:57:31      TRUE
## 6265 2022-12-09 20:57:31      TRUE
## 6266 2022-12-09 20:57:30      TRUE
## 6267 2022-12-09 20:57:29      TRUE
## 6268 2022-12-09 20:57:25      TRUE
## 6269 2022-12-09 20:57:21      TRUE
## 6270 2022-12-09 20:57:19      TRUE
## 6271 2022-12-09 20:57:17      TRUE
## 6272 2022-12-09 20:57:16      TRUE
## 6273 2022-12-09 20:57:12      TRUE
## 6274 2022-12-09 20:57:12      TRUE
## 6275 2022-12-09 20:57:10      TRUE
## 6276 2022-12-09 20:57:09      TRUE
## 6277 2022-12-09 20:57:05      TRUE
## 6278 2022-12-09 20:57:03      TRUE
## 6279 2022-12-09 20:56:58      TRUE
## 6280 2022-12-09 20:56:57      TRUE
## 6281 2022-12-09 20:56:56      TRUE
## 6282 2022-12-09 20:56:53      TRUE
## 6283 2022-12-09 20:56:53      TRUE
## 6284 2022-12-09 20:56:51      TRUE
## 6285 2022-12-09 20:56:50      TRUE
## 6286 2022-12-09 20:56:46      TRUE
## 6287 2022-12-09 20:56:45      TRUE
## 6288 2022-12-09 20:56:44      TRUE
## 6289 2022-12-09 20:56:39      TRUE
## 6290 2022-12-09 20:56:37      TRUE
## 6291 2022-12-09 20:56:33      TRUE
## 6292 2022-12-09 20:56:32      TRUE
## 6293 2022-12-09 20:56:28      TRUE
## 6294 2022-12-09 20:56:21      TRUE
## 6295 2022-12-09 20:56:19      TRUE
## 6296 2022-12-09 20:56:12      TRUE
## 6297 2022-12-09 20:56:11      TRUE
## 6298 2022-12-09 20:56:11      TRUE
## 6299 2022-12-09 20:56:09      TRUE
## 6300 2022-12-09 20:56:09      TRUE
## 6301 2022-12-09 20:56:08      TRUE
## 6302 2022-12-09 20:56:07      TRUE
## 6303 2022-12-09 20:56:06      TRUE
## 6304 2022-12-09 20:56:05      TRUE
## 6305 2022-12-09 20:56:03      TRUE
## 6306 2022-12-09 20:56:03      TRUE
## 6307 2022-12-09 20:56:00      TRUE
## 6308 2022-12-09 20:55:59      TRUE
## 6309 2022-12-09 20:55:58      TRUE
## 6310 2022-12-09 20:55:58      TRUE
## 6311 2022-12-09 20:55:55      TRUE
## 6312 2022-12-09 20:55:54      TRUE
## 6313 2022-12-09 20:55:53      TRUE
## 6314 2022-12-09 20:55:52      TRUE
## 6315 2022-12-09 20:55:49      TRUE
## 6316 2022-12-09 20:55:47      TRUE
## 6317 2022-12-09 20:55:39      TRUE
## 6318 2022-12-09 20:55:38      TRUE
## 6319 2022-12-09 20:55:34      TRUE
## 6320 2022-12-09 20:55:32      TRUE
## 6321 2022-12-09 20:55:29      TRUE
## 6322 2022-12-09 20:55:28      TRUE
## 6323 2022-12-09 20:55:28      TRUE
## 6324 2022-12-09 20:55:26      TRUE
## 6325 2022-12-09 20:55:26      TRUE
## 6326 2022-12-09 20:55:21      TRUE
## 6327 2022-12-09 20:55:20      TRUE
## 6328 2022-12-09 20:55:18      TRUE
## 6329 2022-12-09 20:55:15      TRUE
## 6330 2022-12-09 20:55:13      TRUE
## 6331 2022-12-09 20:55:12      TRUE
## 6332 2022-12-09 20:55:11      TRUE
## 6333 2022-12-09 20:55:11      TRUE
## 6334 2022-12-09 20:55:09      TRUE
## 6335 2022-12-09 20:55:08      TRUE
## 6336 2022-12-09 20:55:08      TRUE
## 6337 2022-12-09 20:55:08      TRUE
## 6338 2022-12-09 20:55:07      TRUE
## 6339 2022-12-09 20:55:07      TRUE
## 6340 2022-12-09 20:55:05      TRUE
## 6341 2022-12-09 20:55:05      TRUE
## 6342 2022-12-09 20:55:04      TRUE
## 6343 2022-12-09 20:55:04      TRUE
## 6344 2022-12-09 20:55:01      TRUE
## 6345 2022-12-09 20:55:00      TRUE
## 6346 2022-12-09 20:54:57      TRUE
## 6347 2022-12-09 20:54:53      TRUE
## 6348 2022-12-09 20:54:51      TRUE
## 6349 2022-12-09 20:54:49      TRUE
## 6350 2022-12-09 20:54:48      TRUE
## 6351 2022-12-09 20:54:45      TRUE
## 6352 2022-12-09 20:54:43      TRUE
## 6353 2022-12-09 20:54:38      TRUE
## 6354 2022-12-09 20:54:34      TRUE
## 6355 2022-12-09 20:54:31      TRUE
## 6356 2022-12-09 20:54:24      TRUE
## 6357 2022-12-09 20:54:16      TRUE
## 6358 2022-12-09 20:54:16      TRUE
## 6359 2022-12-09 20:54:09      TRUE
## 6360 2022-12-09 20:54:09      TRUE
## 6361 2022-12-09 20:54:07      TRUE
## 6362 2022-12-09 20:54:06      TRUE
## 6363 2022-12-09 20:54:05      TRUE
## 6364 2022-12-09 20:54:04      TRUE
## 6365 2022-12-09 20:54:03      TRUE
## 6366 2022-12-09 20:54:00      TRUE
## 6367 2022-12-09 20:53:59      TRUE
## 6368 2022-12-09 20:53:59      TRUE
## 6369 2022-12-09 20:53:57      TRUE
## 6370 2022-12-09 20:53:52      TRUE
## 6371 2022-12-09 20:53:49      TRUE
## 6372 2022-12-09 20:53:46      TRUE
## 6373 2022-12-09 20:53:46      TRUE
## 6374 2022-12-09 20:53:44      TRUE
## 6375 2022-12-09 20:53:44      TRUE
## 6376 2022-12-09 20:53:43      TRUE
## 6377 2022-12-09 20:53:42      TRUE
## 6378 2022-12-09 20:53:41      TRUE
## 6379 2022-12-09 20:53:39      TRUE
## 6380 2022-12-09 20:53:32      TRUE
## 6381 2022-12-09 20:53:30      TRUE
## 6382 2022-12-09 20:53:30      TRUE
## 6383 2022-12-09 20:53:30      TRUE
## 6384 2022-12-09 20:53:22      TRUE
## 6385 2022-12-09 20:53:18      TRUE
## 6386 2022-12-09 20:53:15      TRUE
## 6387 2022-12-09 20:53:12      TRUE
## 6388 2022-12-09 20:53:10      TRUE
## 6389 2022-12-09 20:53:09      TRUE
## 6390 2022-12-09 20:53:08      TRUE
## 6391 2022-12-09 20:53:06      TRUE
## 6392 2022-12-09 20:53:05      TRUE
## 6393 2022-12-09 20:53:04      TRUE
## 6394 2022-12-09 20:53:04      TRUE
## 6395 2022-12-09 20:53:00      TRUE
## 6396 2022-12-09 20:52:59      TRUE
## 6397 2022-12-09 20:52:57      TRUE
## 6398 2022-12-09 20:52:52      TRUE
## 6399 2022-12-09 20:52:51      TRUE
## 6400 2022-12-09 20:52:50      TRUE
## 6401 2022-12-09 20:52:49      TRUE
## 6402 2022-12-09 20:52:48      TRUE
## 6403 2022-12-09 20:52:45      TRUE
## 6404 2022-12-09 20:52:41      TRUE
## 6405 2022-12-09 20:52:40      TRUE
## 6406 2022-12-09 20:52:37      TRUE
## 6407 2022-12-09 20:52:35      TRUE
## 6408 2022-12-09 20:52:35      TRUE
## 6409 2022-12-09 20:52:34      TRUE
## 6410 2022-12-09 20:52:33      TRUE
## 6411 2022-12-09 20:52:32      TRUE
## 6412 2022-12-09 20:52:29      TRUE
## 6413 2022-12-09 20:52:28      TRUE
## 6414 2022-12-09 20:52:28      TRUE
## 6415 2022-12-09 20:52:20      TRUE
## 6416 2022-12-09 20:52:19      TRUE
## 6417 2022-12-09 20:52:19      TRUE
## 6418 2022-12-09 20:52:15      TRUE
## 6419 2022-12-09 20:52:14      TRUE
## 6420 2022-12-09 20:52:13      TRUE
## 6421 2022-12-09 20:52:13      TRUE
## 6422 2022-12-09 20:52:12      TRUE
## 6423 2022-12-09 20:52:10      TRUE
## 6424 2022-12-09 20:52:09      TRUE
## 6425 2022-12-09 20:52:09      TRUE
## 6426 2022-12-09 20:52:06      TRUE
## 6427 2022-12-09 20:52:04      TRUE
## 6428 2022-12-09 20:52:01      TRUE
## 6429 2022-12-09 20:51:57      TRUE
## 6430 2022-12-09 20:51:55      TRUE
## 6431 2022-12-09 20:51:53      TRUE
## 6432 2022-12-09 20:51:46      TRUE
## 6433 2022-12-09 20:51:46      TRUE
## 6434 2022-12-09 20:51:43      TRUE
## 6435 2022-12-09 20:51:37      TRUE
## 6436 2022-12-09 20:51:31      TRUE
## 6437 2022-12-09 20:51:30      TRUE
## 6438 2022-12-09 20:51:29      TRUE
## 6439 2022-12-09 20:51:29      TRUE
## 6440 2022-12-09 20:51:24      TRUE
## 6441 2022-12-09 20:51:22      TRUE
## 6442 2022-12-09 20:51:22      TRUE
## 6443 2022-12-09 20:51:21      TRUE
## 6444 2022-12-09 20:51:21      TRUE
## 6445 2022-12-09 20:51:19      TRUE
## 6446 2022-12-09 20:51:19      TRUE
## 6447 2022-12-09 20:51:18      TRUE
## 6448 2022-12-09 20:51:15      TRUE
## 6449 2022-12-09 20:51:14      TRUE
## 6450 2022-12-09 20:51:13      TRUE
## 6451 2022-12-09 20:51:13      TRUE
## 6452 2022-12-09 20:51:12      TRUE
## 6453 2022-12-09 20:51:05      TRUE
## 6454 2022-12-09 20:51:04      TRUE
## 6455 2022-12-09 20:51:04      TRUE
## 6456 2022-12-09 20:51:03      TRUE
## 6457 2022-12-09 20:51:00      TRUE
## 6458 2022-12-09 20:50:58      TRUE
## 6459 2022-12-09 20:50:58      TRUE
## 6460 2022-12-09 20:50:55      TRUE
## 6461 2022-12-09 20:50:53      TRUE
## 6462 2022-12-09 20:50:49      TRUE
## 6463 2022-12-09 20:50:48      TRUE
## 6464 2022-12-09 20:50:46      TRUE
## 6465 2022-12-09 20:50:43      TRUE
## 6466 2022-12-09 20:50:41      TRUE
## 6467 2022-12-09 20:50:40      TRUE
## 6468 2022-12-09 20:50:31      TRUE
## 6469 2022-12-09 20:50:30      TRUE
## 6470 2022-12-09 20:50:28      TRUE
## 6471 2022-12-09 20:50:27      TRUE
## 6472 2022-12-09 20:50:27      TRUE
## 6473 2022-12-09 20:50:26      TRUE
## 6474 2022-12-09 20:50:19      TRUE
## 6475 2022-12-09 20:50:19      TRUE
## 6476 2022-12-09 20:50:19      TRUE
## 6477 2022-12-09 20:50:19      TRUE
## 6478 2022-12-09 20:50:14      TRUE
## 6479 2022-12-09 20:50:14      TRUE
## 6480 2022-12-09 20:50:13      TRUE
## 6481 2022-12-09 20:50:12      TRUE
## 6482 2022-12-09 20:50:11      TRUE
## 6483 2022-12-09 20:50:11      TRUE
## 6484 2022-12-09 20:50:10      TRUE
## 6485 2022-12-09 20:50:10      TRUE
## 6486 2022-12-09 20:50:08      TRUE
## 6487 2022-12-09 20:50:06      TRUE
## 6488 2022-12-09 20:50:05      TRUE
## 6489 2022-12-09 20:50:05      TRUE
## 6490 2022-12-09 20:50:05      TRUE
## 6491 2022-12-09 20:50:04      TRUE
## 6492 2022-12-09 20:50:03      TRUE
## 6493 2022-12-09 20:50:01      TRUE
## 6494 2022-12-09 20:49:54      TRUE
## 6495 2022-12-09 20:49:50      TRUE
## 6496 2022-12-09 20:49:50      TRUE
## 6497 2022-12-09 20:49:50      TRUE
## 6498 2022-12-09 20:49:46      TRUE
## 6499 2022-12-09 20:49:46      TRUE
## 6500 2022-12-09 20:49:45      TRUE
## 6501 2022-12-09 20:49:43      TRUE
## 6502 2022-12-09 20:49:38      TRUE
## 6503 2022-12-09 20:49:38      TRUE
## 6504 2022-12-09 20:49:37      TRUE
## 6505 2022-12-09 20:49:35      TRUE
## 6506 2022-12-09 20:49:35      TRUE
## 6507 2022-12-09 20:49:26      TRUE
## 6508 2022-12-09 20:49:24      TRUE
## 6509 2022-12-09 20:49:21      TRUE
## 6510 2022-12-09 20:49:20      TRUE
## 6511 2022-12-09 20:49:20      TRUE
## 6512 2022-12-09 20:49:16      TRUE
## 6513 2022-12-09 20:49:15      TRUE
## 6514 2022-12-09 20:49:11      TRUE
## 6515 2022-12-09 20:49:10      TRUE
## 6516 2022-12-09 20:49:10      TRUE
## 6517 2022-12-09 20:49:06      TRUE
## 6518 2022-12-09 20:49:04      TRUE
## 6519 2022-12-09 20:49:04      TRUE
## 6520 2022-12-09 20:49:02      TRUE
## 6521 2022-12-09 20:49:00      TRUE
## 6522 2022-12-09 20:49:00      TRUE
## 6523 2022-12-09 20:48:59      TRUE
## 6524 2022-12-09 20:48:58      TRUE
## 6525 2022-12-09 20:48:57      TRUE
## 6526 2022-12-09 20:48:55      TRUE
## 6527 2022-12-09 20:48:55      TRUE
## 6528 2022-12-09 20:48:53      TRUE
## 6529 2022-12-09 20:48:52      TRUE
## 6530 2022-12-09 20:48:52      TRUE
## 6531 2022-12-09 20:48:51      TRUE
## 6532 2022-12-09 20:48:50      TRUE
## 6533 2022-12-09 20:48:47      TRUE
## 6534 2022-12-09 20:48:45      TRUE
## 6535 2022-12-09 20:48:37      TRUE
## 6536 2022-12-09 20:48:34      TRUE
## 6537 2022-12-09 20:48:27      TRUE
## 6538 2022-12-09 20:48:26      TRUE
## 6539 2022-12-09 20:48:25      TRUE
## 6540 2022-12-09 20:48:22      TRUE
## 6541 2022-12-09 20:48:20      TRUE
## 6542 2022-12-09 20:48:20      TRUE
## 6543 2022-12-09 20:48:19      TRUE
## 6544 2022-12-09 20:48:19      TRUE
## 6545 2022-12-09 20:48:19      TRUE
## 6546 2022-12-09 20:48:14      TRUE
## 6547 2022-12-09 20:48:12      TRUE
## 6548 2022-12-09 20:48:11      TRUE
## 6549 2022-12-09 20:48:09      TRUE
## 6550 2022-12-09 20:48:06      TRUE
## 6551 2022-12-09 20:48:05      TRUE
## 6552 2022-12-09 20:48:05      TRUE
## 6553 2022-12-09 20:47:59      TRUE
## 6554 2022-12-09 20:47:58      TRUE
## 6555 2022-12-09 20:47:58      TRUE
## 6556 2022-12-09 20:47:55      TRUE
## 6557 2022-12-09 20:47:52      TRUE
## 6558 2022-12-09 20:47:50      TRUE
## 6559 2022-12-09 20:47:50      TRUE
## 6560 2022-12-09 20:47:50      TRUE
## 6561 2022-12-09 20:47:48      TRUE
## 6562 2022-12-09 20:47:43      TRUE
## 6563 2022-12-09 20:47:43      TRUE
## 6564 2022-12-09 20:47:42      TRUE
## 6565 2022-12-09 20:47:39      TRUE
## 6566 2022-12-09 20:47:38      TRUE
## 6567 2022-12-09 20:47:37      TRUE
## 6568 2022-12-09 20:47:36      TRUE
## 6569 2022-12-09 20:47:33      TRUE
## 6570 2022-12-09 20:47:33      TRUE
## 6571 2022-12-09 20:47:31      TRUE
## 6572 2022-12-09 20:47:27      TRUE
## 6573 2022-12-09 20:47:25      TRUE
## 6574 2022-12-09 20:47:19      TRUE
## 6575 2022-12-09 20:47:19      TRUE
## 6576 2022-12-09 20:47:15      TRUE
## 6577 2022-12-09 20:47:07      TRUE
## 6578 2022-12-09 20:47:07      TRUE
## 6579 2022-12-09 20:47:06      TRUE
## 6580 2022-12-09 20:47:06      TRUE
## 6581 2022-12-09 20:47:04      TRUE
## 6582 2022-12-09 20:47:04      TRUE
## 6583 2022-12-09 20:46:59      TRUE
## 6584 2022-12-09 20:46:56      TRUE
## 6585 2022-12-09 20:46:55      TRUE
## 6586 2022-12-09 20:46:53      TRUE
## 6587 2022-12-09 20:46:53      TRUE
## 6588 2022-12-09 20:46:52      TRUE
## 6589 2022-12-09 20:46:51      TRUE
## 6590 2022-12-09 20:46:50      TRUE
## 6591 2022-12-09 20:46:49      TRUE
## 6592 2022-12-09 20:46:48      TRUE
## 6593 2022-12-09 20:46:48      TRUE
## 6594 2022-12-09 20:46:43      TRUE
## 6595 2022-12-09 20:46:43      TRUE
## 6596 2022-12-09 20:46:42      TRUE
## 6597 2022-12-09 20:46:41      TRUE
## 6598 2022-12-09 20:46:38      TRUE
## 6599 2022-12-09 20:46:38      TRUE
## 6600 2022-12-09 20:46:35      TRUE
## 6601 2022-12-09 20:46:34      TRUE
## 6602 2022-12-09 20:46:31      TRUE
## 6603 2022-12-09 20:46:30      TRUE
## 6604 2022-12-09 20:46:28      TRUE
## 6605 2022-12-09 20:46:26      TRUE
## 6606 2022-12-09 20:46:25      TRUE
## 6607 2022-12-09 20:46:24      TRUE
## 6608 2022-12-09 20:46:24      TRUE
## 6609 2022-12-09 20:46:19      TRUE
## 6610 2022-12-09 20:46:14      TRUE
## 6611 2022-12-09 20:46:14      TRUE
## 6612 2022-12-09 20:46:11      TRUE
## 6613 2022-12-09 20:46:11      TRUE
## 6614 2022-12-09 20:46:10      TRUE
## 6615 2022-12-09 20:46:10      TRUE
## 6616 2022-12-09 20:46:08      TRUE
## 6617 2022-12-09 20:46:03      TRUE
## 6618 2022-12-09 20:46:02      TRUE
## 6619 2022-12-09 20:45:58      TRUE
## 6620 2022-12-09 20:45:55      TRUE
## 6621 2022-12-09 20:45:52      TRUE
## 6622 2022-12-09 20:45:50      TRUE
## 6623 2022-12-09 20:45:50      TRUE
## 6624 2022-12-09 20:45:45      TRUE
## 6625 2022-12-09 20:45:41      TRUE
## 6626 2022-12-09 20:45:40      TRUE
## 6627 2022-12-09 20:45:39      TRUE
## 6628 2022-12-09 20:45:39      TRUE
## 6629 2022-12-09 20:45:39      TRUE
## 6630 2022-12-09 20:45:38      TRUE
## 6631 2022-12-09 20:45:38      TRUE
## 6632 2022-12-09 20:45:36      TRUE
## 6633 2022-12-09 20:45:31      TRUE
## 6634 2022-12-09 20:45:30      TRUE
## 6635 2022-12-09 20:45:30      TRUE
## 6636 2022-12-09 20:45:29      TRUE
## 6637 2022-12-09 20:45:29      TRUE
## 6638 2022-12-09 20:45:27      TRUE
## 6639 2022-12-09 20:45:26      TRUE
## 6640 2022-12-09 20:45:21      TRUE
## 6641 2022-12-09 20:45:21      TRUE
## 6642 2022-12-09 20:45:15      TRUE
## 6643 2022-12-09 20:45:11      TRUE
## 6644 2022-12-09 20:45:10      TRUE
## 6645 2022-12-09 20:45:09      TRUE
## 6646 2022-12-09 20:45:08      TRUE
## 6647 2022-12-09 20:45:05      TRUE
## 6648 2022-12-09 20:45:05      TRUE
## 6649 2022-12-09 20:45:04      TRUE
## 6650 2022-12-09 20:45:03      TRUE
## 6651 2022-12-09 20:45:02      TRUE
## 6652 2022-12-09 20:45:02      TRUE
## 6653 2022-12-09 20:45:02      TRUE
## 6654 2022-12-09 20:45:01      TRUE
## 6655 2022-12-09 20:45:01      TRUE
## 6656 2022-12-09 20:45:00      TRUE
## 6657 2022-12-09 20:44:59      TRUE
## 6658 2022-12-09 20:44:56      TRUE
## 6659 2022-12-09 20:44:55      TRUE
## 6660 2022-12-09 20:44:55      TRUE
## 6661 2022-12-09 20:44:46      TRUE
## 6662 2022-12-09 20:44:45      TRUE
## 6663 2022-12-09 20:44:43      TRUE
## 6664 2022-12-09 20:44:43      TRUE
## 6665 2022-12-09 20:44:42      TRUE
## 6666 2022-12-09 20:44:39      TRUE
## 6667 2022-12-09 20:44:39      TRUE
## 6668 2022-12-09 20:44:37      TRUE
## 6669 2022-12-09 20:44:35      TRUE
## 6670 2022-12-09 20:44:34      TRUE
## 6671 2022-12-09 20:44:33      TRUE
## 6672 2022-12-09 20:44:33      TRUE
## 6673 2022-12-09 20:44:32      TRUE
## 6674 2022-12-09 20:44:30      TRUE
## 6675 2022-12-09 20:44:30      TRUE
## 6676 2022-12-09 20:44:28      TRUE
## 6677 2022-12-09 20:44:20      TRUE
## 6678 2022-12-09 20:44:20      TRUE
## 6679 2022-12-09 20:44:19      TRUE
## 6680 2022-12-09 20:44:19      TRUE
## 6681 2022-12-09 20:44:18      TRUE
## 6682 2022-12-09 20:44:18      TRUE
## 6683 2022-12-09 20:44:17      TRUE
## 6684 2022-12-09 20:44:15      TRUE
## 6685 2022-12-09 20:44:10      TRUE
## 6686 2022-12-09 20:44:10      TRUE
## 6687 2022-12-09 20:44:10      TRUE
## 6688 2022-12-09 20:44:04      TRUE
## 6689 2022-12-09 20:44:01      TRUE
## 6690 2022-12-09 20:43:55      TRUE
## 6691 2022-12-09 20:43:55      TRUE
## 6692 2022-12-09 20:43:55      TRUE
## 6693 2022-12-09 20:43:52      TRUE
## 6694 2022-12-09 20:43:52      TRUE
## 6695 2022-12-09 20:43:50      TRUE
## 6696 2022-12-09 20:43:50      TRUE
## 6697 2022-12-09 20:43:48      TRUE
## 6698 2022-12-09 20:43:46      TRUE
## 6699 2022-12-09 20:43:44      TRUE
## 6700 2022-12-09 20:43:38      TRUE
## 6701 2022-12-09 20:43:38      TRUE
## 6702 2022-12-09 20:43:37      TRUE
## 6703 2022-12-09 20:43:34      TRUE
## 6704 2022-12-09 20:43:32      TRUE
## 6705 2022-12-09 20:43:32      TRUE
## 6706 2022-12-09 20:43:27      TRUE
## 6707 2022-12-09 20:43:25      TRUE
## 6708 2022-12-09 20:43:23      TRUE
## 6709 2022-12-09 20:43:22      TRUE
## 6710 2022-12-09 20:43:22      TRUE
## 6711 2022-12-09 20:43:19      TRUE
## 6712 2022-12-09 20:43:18      TRUE
## 6713 2022-12-09 20:43:18      TRUE
## 6714 2022-12-09 20:43:16      TRUE
## 6715 2022-12-09 20:43:11      TRUE
## 6716 2022-12-09 20:43:05      TRUE
## 6717 2022-12-09 20:43:04      TRUE
## 6718 2022-12-09 20:43:03      TRUE
## 6719 2022-12-09 20:43:03      TRUE
## 6720 2022-12-09 20:43:01      TRUE
## 6721 2022-12-09 20:42:58      TRUE
## 6722 2022-12-09 20:42:58      TRUE
## 6723 2022-12-09 20:42:58      TRUE
## 6724 2022-12-09 20:42:58      TRUE
## 6725 2022-12-09 20:42:57      TRUE
## 6726 2022-12-09 20:42:51      TRUE
## 6727 2022-12-09 20:42:51      TRUE
## 6728 2022-12-09 20:42:50      TRUE
## 6729 2022-12-09 20:42:46      TRUE
## 6730 2022-12-09 20:42:41      TRUE
## 6731 2022-12-09 20:42:41      TRUE
## 6732 2022-12-09 20:42:38      TRUE
## 6733 2022-12-09 20:42:37      TRUE
## 6734 2022-12-09 20:42:36      TRUE
## 6735 2022-12-09 20:42:32      TRUE
## 6736 2022-12-09 20:42:31      TRUE
## 6737 2022-12-09 20:42:29      TRUE
## 6738 2022-12-09 20:42:28      TRUE
## 6739 2022-12-09 20:42:28      TRUE
## 6740 2022-12-09 20:42:28      TRUE
## 6741 2022-12-09 20:42:24      TRUE
## 6742 2022-12-09 20:42:22      TRUE
## 6743 2022-12-09 20:42:22      TRUE
## 6744 2022-12-09 20:42:21      TRUE
## 6745 2022-12-09 20:42:21      TRUE
## 6746 2022-12-09 20:42:15      TRUE
## 6747 2022-12-09 20:42:15      TRUE
## 6748 2022-12-09 20:42:15      TRUE
## 6749 2022-12-09 20:42:12      TRUE
## 6750 2022-12-09 20:42:11      TRUE
## 6751 2022-12-09 20:42:09      TRUE
## 6752 2022-12-09 20:42:08      TRUE
## 6753 2022-12-09 20:41:55      TRUE
## 6754 2022-12-09 20:41:54      TRUE
## 6755 2022-12-09 20:41:50      TRUE
## 6756 2022-12-09 20:41:49      TRUE
## 6757 2022-12-09 20:41:46      TRUE
## 6758 2022-12-09 20:41:46      TRUE
## 6759 2022-12-09 20:41:44      TRUE
## 6760 2022-12-09 20:41:43      TRUE
## 6761 2022-12-09 20:41:42      TRUE
## 6762 2022-12-09 20:41:41      TRUE
## 6763 2022-12-09 20:41:41      TRUE
## 6764 2022-12-09 20:41:40      TRUE
## 6765 2022-12-09 20:41:39      TRUE
## 6766 2022-12-09 20:41:36      TRUE
## 6767 2022-12-09 20:41:35      TRUE
## 6768 2022-12-09 20:41:34      TRUE
## 6769 2022-12-09 20:41:33      TRUE
## 6770 2022-12-09 20:41:33      TRUE
## 6771 2022-12-09 20:41:30      TRUE
## 6772 2022-12-09 20:41:25      TRUE
## 6773 2022-12-09 20:41:24      TRUE
## 6774 2022-12-09 20:41:22      TRUE
## 6775 2022-12-09 20:41:20      TRUE
## 6776 2022-12-09 20:41:15      TRUE
## 6777 2022-12-09 20:41:11      TRUE
## 6778 2022-12-09 20:41:06      TRUE
## 6779 2022-12-09 20:41:05      TRUE
## 6780 2022-12-09 20:41:05      TRUE
## 6781 2022-12-09 20:41:03      TRUE
## 6782 2022-12-09 20:41:03      TRUE
## 6783 2022-12-09 20:40:58      TRUE
## 6784 2022-12-09 20:40:58      TRUE
## 6785 2022-12-09 20:40:54      TRUE
## 6786 2022-12-09 20:40:49      TRUE
## 6787 2022-12-09 20:40:46      TRUE
## 6788 2022-12-09 20:40:42      TRUE
## 6789 2022-12-09 20:40:41      TRUE
## 6790 2022-12-09 20:40:37      TRUE
## 6791 2022-12-09 20:40:36      TRUE
## 6792 2022-12-09 20:40:35      TRUE
## 6793 2022-12-09 20:40:35      TRUE
## 6794 2022-12-09 20:40:32      TRUE
## 6795 2022-12-09 20:40:32      TRUE
## 6796 2022-12-09 20:40:31      TRUE
## 6797 2022-12-09 20:40:31      TRUE
## 6798 2022-12-09 20:40:29      TRUE
## 6799 2022-12-09 20:40:26      TRUE
## 6800 2022-12-09 20:40:23      TRUE
## 6801 2022-12-09 20:40:22      TRUE
## 6802 2022-12-09 20:40:22      TRUE
## 6803 2022-12-09 20:40:21      TRUE
## 6804 2022-12-09 20:40:19      TRUE
## 6805 2022-12-09 20:40:19      TRUE
## 6806 2022-12-09 20:40:19      TRUE
## 6807 2022-12-09 20:40:17      TRUE
## 6808 2022-12-09 20:40:17      TRUE
## 6809 2022-12-09 20:40:17      TRUE
## 6810 2022-12-09 20:40:16      TRUE
## 6811 2022-12-09 20:40:15      TRUE
## 6812 2022-12-09 20:40:14      TRUE
## 6813 2022-12-09 20:40:14      TRUE
## 6814 2022-12-09 20:40:12      TRUE
## 6815 2022-12-09 20:40:12      TRUE
## 6816 2022-12-09 20:40:12      TRUE
## 6817 2022-12-09 20:40:10      TRUE
## 6818 2022-12-09 20:40:07      TRUE
## 6819 2022-12-09 20:40:06      TRUE
## 6820 2022-12-09 20:40:05      TRUE
## 6821 2022-12-09 20:40:04      TRUE
## 6822 2022-12-09 20:40:03      TRUE
## 6823 2022-12-09 20:40:03      TRUE
## 6824 2022-12-09 20:40:00      TRUE
## 6825 2022-12-09 20:39:58      TRUE
## 6826 2022-12-09 20:39:52      TRUE
## 6827 2022-12-09 20:39:49      TRUE
## 6828 2022-12-09 20:39:49      TRUE
## 6829 2022-12-09 20:39:47      TRUE
## 6830 2022-12-09 20:39:47      TRUE
## 6831 2022-12-09 20:39:46      TRUE
## 6832 2022-12-09 20:39:45      TRUE
## 6833 2022-12-09 20:39:43      TRUE
## 6834 2022-12-09 20:39:41      TRUE
## 6835 2022-12-09 20:39:38      TRUE
## 6836 2022-12-09 20:39:38      TRUE
## 6837 2022-12-09 20:39:36      TRUE
## 6838 2022-12-09 20:39:36      TRUE
## 6839 2022-12-09 20:39:35      TRUE
## 6840 2022-12-09 20:39:34      TRUE
## 6841 2022-12-09 20:39:33      TRUE
## 6842 2022-12-09 20:39:28      TRUE
## 6843 2022-12-09 20:39:26      TRUE
## 6844 2022-12-09 20:39:24      TRUE
## 6845 2022-12-09 20:39:20      TRUE
## 6846 2022-12-09 20:39:20      TRUE
## 6847 2022-12-09 20:39:15      TRUE
## 6848 2022-12-09 20:39:11      TRUE
## 6849 2022-12-09 20:39:07      TRUE
## 6850 2022-12-09 20:39:07      TRUE
## 6851 2022-12-09 20:39:06      TRUE
## 6852 2022-12-09 20:39:05      TRUE
## 6853 2022-12-09 20:39:02      TRUE
## 6854 2022-12-09 20:39:00      TRUE
## 6855 2022-12-09 20:38:59      TRUE
## 6856 2022-12-09 20:38:58      TRUE
## 6857 2022-12-09 20:38:54      TRUE
## 6858 2022-12-09 20:38:53      TRUE
## 6859 2022-12-09 20:38:51      TRUE
## 6860 2022-12-09 20:38:51      TRUE
## 6861 2022-12-09 20:38:50      TRUE
## 6862 2022-12-09 20:38:46      TRUE
## 6863 2022-12-09 20:38:45      TRUE
## 6864 2022-12-09 20:38:43      TRUE
## 6865 2022-12-09 20:38:41      TRUE
## 6866 2022-12-09 20:38:40      TRUE
## 6867 2022-12-09 20:38:40      TRUE
## 6868 2022-12-09 20:38:38      TRUE
## 6869 2022-12-09 20:38:37      TRUE
## 6870 2022-12-09 20:38:36      TRUE
## 6871 2022-12-09 20:38:33      TRUE
## 6872 2022-12-09 20:38:30      TRUE
## 6873 2022-12-09 20:38:28      TRUE
## 6874 2022-12-09 20:38:20      TRUE
## 6875 2022-12-09 20:38:19      TRUE
## 6876 2022-12-09 20:38:18      TRUE
## 6877 2022-12-09 20:38:14      TRUE
## 6878 2022-12-09 20:38:09      TRUE
## 6879 2022-12-09 20:38:00      TRUE
## 6880 2022-12-09 20:37:58      TRUE
## 6881 2022-12-09 20:37:58      TRUE
## 6882 2022-12-09 20:37:55      TRUE
## 6883 2022-12-09 20:37:55      TRUE
## 6884 2022-12-09 20:37:55      TRUE
## 6885 2022-12-09 20:37:54      TRUE
## 6886 2022-12-09 20:37:54      TRUE
## 6887 2022-12-09 20:37:50      TRUE
## 6888 2022-12-09 20:37:49      TRUE
## 6889 2022-12-09 20:37:48      TRUE
## 6890 2022-12-09 20:37:48      TRUE
## 6891 2022-12-09 20:37:47      TRUE
## 6892 2022-12-09 20:37:42      TRUE
## 6893 2022-12-09 20:37:41      TRUE
## 6894 2022-12-09 20:37:40      TRUE
## 6895 2022-12-09 20:37:40      TRUE
## 6896 2022-12-09 20:37:38      TRUE
## 6897 2022-12-09 20:37:36      TRUE
## 6898 2022-12-09 20:37:31      TRUE
## 6899 2022-12-09 20:37:28      TRUE
## 6900 2022-12-09 20:37:25      TRUE
## 6901 2022-12-09 20:37:25      TRUE
## 6902 2022-12-09 20:37:20      TRUE
## 6903 2022-12-09 20:37:19      TRUE
## 6904 2022-12-09 20:37:17      TRUE
## 6905 2022-12-09 20:37:16      TRUE
## 6906 2022-12-09 20:37:13      TRUE
## 6907 2022-12-09 20:37:13      TRUE
## 6908 2022-12-09 20:37:12      TRUE
## 6909 2022-12-09 20:37:11      TRUE
## 6910 2022-12-09 20:37:10      TRUE
## 6911 2022-12-09 20:37:08      TRUE
## 6912 2022-12-09 20:37:07      TRUE
## 6913 2022-12-09 20:37:07      TRUE
## 6914 2022-12-09 20:37:06      TRUE
## 6915 2022-12-09 20:37:05      TRUE
## 6916 2022-12-09 20:37:03      TRUE
## 6917 2022-12-09 20:37:02      TRUE
## 6918 2022-12-09 20:37:02      TRUE
## 6919 2022-12-09 20:37:01      TRUE
## 6920 2022-12-09 20:37:01      TRUE
## 6921 2022-12-09 20:36:59      TRUE
## 6922 2022-12-09 20:36:59      TRUE
## 6923 2022-12-09 20:36:56      TRUE
## 6924 2022-12-09 20:36:54      TRUE
## 6925 2022-12-09 20:36:50      TRUE
## 6926 2022-12-09 20:36:49      TRUE
## 6927 2022-12-09 20:36:48      TRUE
## 6928 2022-12-09 20:36:48      TRUE
## 6929 2022-12-09 20:36:47      TRUE
## 6930 2022-12-09 20:36:46      TRUE
## 6931 2022-12-09 20:36:44      TRUE
## 6932 2022-12-09 20:36:44      TRUE
## 6933 2022-12-09 20:36:43      TRUE
## 6934 2022-12-09 20:36:42      TRUE
## 6935 2022-12-09 20:36:42      TRUE
## 6936 2022-12-09 20:36:38      TRUE
## 6937 2022-12-09 20:36:34      TRUE
## 6938 2022-12-09 20:36:31      TRUE
## 6939 2022-12-09 20:36:30      TRUE
## 6940 2022-12-09 20:36:27      TRUE
## 6941 2022-12-09 20:36:25      TRUE
## 6942 2022-12-09 20:36:24      TRUE
## 6943 2022-12-09 20:36:23      TRUE
## 6944 2022-12-09 20:36:23      TRUE
## 6945 2022-12-09 20:36:21      TRUE
## 6946 2022-12-09 20:36:17      TRUE
## 6947 2022-12-09 20:36:15      TRUE
## 6948 2022-12-09 20:36:11      TRUE
## 6949 2022-12-09 20:36:10      TRUE
## 6950 2022-12-09 20:36:09      TRUE
## 6951 2022-12-09 20:36:08      TRUE
## 6952 2022-12-09 20:36:07      TRUE
## 6953 2022-12-09 20:36:06      TRUE
## 6954 2022-12-09 20:36:06      TRUE
## 6955 2022-12-09 20:36:05      TRUE
## 6956 2022-12-09 20:36:03      TRUE
## 6957 2022-12-09 20:36:01      TRUE
## 6958 2022-12-09 20:35:58      TRUE
## 6959 2022-12-09 20:35:54      TRUE
## 6960 2022-12-09 20:35:53      TRUE
## 6961 2022-12-09 20:35:52      TRUE
## 6962 2022-12-09 20:35:50      TRUE
## 6963 2022-12-09 20:35:47      TRUE
## 6964 2022-12-09 20:35:46      TRUE
## 6965 2022-12-09 20:35:45      TRUE
## 6966 2022-12-09 20:35:44      TRUE
## 6967 2022-12-09 20:35:37      TRUE
## 6968 2022-12-09 20:35:35      TRUE
## 6969 2022-12-09 20:35:35      TRUE
## 6970 2022-12-09 20:35:34      TRUE
## 6971 2022-12-09 20:35:30      TRUE
## 6972 2022-12-09 20:35:30      TRUE
## 6973 2022-12-09 20:35:27      TRUE
## 6974 2022-12-09 20:35:27      TRUE
## 6975 2022-12-09 20:35:24      TRUE
## 6976 2022-12-09 20:35:20      TRUE
## 6977 2022-12-09 20:35:17      TRUE
## 6978 2022-12-09 20:35:16      TRUE
## 6979 2022-12-09 20:35:15      TRUE
## 6980 2022-12-09 20:35:12      TRUE
## 6981 2022-12-09 20:35:08      TRUE
## 6982 2022-12-09 20:35:08      TRUE
## 6983 2022-12-09 20:35:06      TRUE
## 6984 2022-12-09 20:35:05      TRUE
## 6985 2022-12-09 20:35:01      TRUE
## 6986 2022-12-09 20:35:00      TRUE
## 6987 2022-12-09 20:34:59      TRUE
## 6988 2022-12-09 20:34:59      TRUE
## 6989 2022-12-09 20:34:56      TRUE
## 6990 2022-12-09 20:34:56      TRUE
## 6991 2022-12-09 20:34:53      TRUE
## 6992 2022-12-09 20:34:52      TRUE
## 6993 2022-12-09 20:34:52      TRUE
## 6994 2022-12-09 20:34:52      TRUE
## 6995 2022-12-09 20:34:47      TRUE
## 6996 2022-12-09 20:34:46      TRUE
## 6997 2022-12-09 20:34:45      TRUE
## 6998 2022-12-09 20:34:43      TRUE
## 6999 2022-12-09 20:34:43      TRUE
## 7000 2022-12-09 20:34:42      TRUE
## 7001 2022-12-09 20:34:41      TRUE
## 7002 2022-12-09 20:34:32      TRUE
## 7003 2022-12-09 20:34:31      TRUE
## 7004 2022-12-09 20:34:31      TRUE
## 7005 2022-12-09 20:34:30      TRUE
## 7006 2022-12-09 20:34:28      TRUE
## 7007 2022-12-09 20:34:22      TRUE
## 7008 2022-12-09 20:34:22      TRUE
## 7009 2022-12-09 20:34:20      TRUE
## 7010 2022-12-09 20:34:20      TRUE
## 7011 2022-12-09 20:34:14      TRUE
## 7012 2022-12-09 20:34:13      TRUE
## 7013 2022-12-09 20:34:07      TRUE
## 7014 2022-12-09 20:34:04      TRUE
## 7015 2022-12-09 20:34:04      TRUE
## 7016 2022-12-09 20:34:02      TRUE
## 7017 2022-12-09 20:34:01      TRUE
## 7018 2022-12-09 20:34:00      TRUE
## 7019 2022-12-09 20:34:00      TRUE
## 7020 2022-12-09 20:34:00      TRUE
## 7021 2022-12-09 20:33:59      TRUE
## 7022 2022-12-09 20:33:58      TRUE
## 7023 2022-12-09 20:33:58      TRUE
## 7024 2022-12-09 20:33:55      TRUE
## 7025 2022-12-09 20:33:50      TRUE
## 7026 2022-12-09 20:33:48      TRUE
## 7027 2022-12-09 20:33:46      TRUE
## 7028 2022-12-09 20:33:44      TRUE
## 7029 2022-12-09 20:33:41      TRUE
## 7030 2022-12-09 20:33:41      TRUE
## 7031 2022-12-09 20:33:37      TRUE
## 7032 2022-12-09 20:33:36      TRUE
## 7033 2022-12-09 20:33:35      TRUE
## 7034 2022-12-09 20:33:35      TRUE
## 7035 2022-12-09 20:33:31      TRUE
## 7036 2022-12-09 20:33:28      TRUE
## 7037 2022-12-09 20:33:27      TRUE
## 7038 2022-12-09 20:33:27      TRUE
## 7039 2022-12-09 20:33:27      TRUE
## 7040 2022-12-09 20:33:22      TRUE
## 7041 2022-12-09 20:33:22      TRUE
## 7042 2022-12-09 20:33:20      TRUE
## 7043 2022-12-09 20:33:20      TRUE
## 7044 2022-12-09 20:33:19      TRUE
## 7045 2022-12-09 20:33:12      TRUE
## 7046 2022-12-09 20:33:11      TRUE
## 7047 2022-12-09 20:33:11      TRUE
## 7048 2022-12-09 20:33:11      TRUE
## 7049 2022-12-09 20:33:11      TRUE
## 7050 2022-12-09 20:33:09      TRUE
## 7051 2022-12-09 20:33:06      TRUE
## 7052 2022-12-09 20:33:05      TRUE
## 7053 2022-12-09 20:33:04      TRUE
## 7054 2022-12-09 20:33:01      TRUE
## 7055 2022-12-09 20:32:58      TRUE
## 7056 2022-12-09 20:32:57      TRUE
## 7057 2022-12-09 20:32:55      TRUE
## 7058 2022-12-09 20:32:54      TRUE
## 7059 2022-12-09 20:32:53      TRUE
## 7060 2022-12-09 20:32:51      TRUE
## 7061 2022-12-09 20:32:46      TRUE
## 7062 2022-12-09 20:32:46      TRUE
## 7063 2022-12-09 20:32:44      TRUE
## 7064 2022-12-09 20:32:43      TRUE
## 7065 2022-12-09 20:32:41      TRUE
## 7066 2022-12-09 20:32:37      TRUE
## 7067 2022-12-09 20:32:37      TRUE
## 7068 2022-12-09 20:32:31      TRUE
## 7069 2022-12-09 20:32:30      TRUE
## 7070 2022-12-09 20:32:25      TRUE
## 7071 2022-12-09 20:32:24      TRUE
## 7072 2022-12-09 20:32:24      TRUE
## 7073 2022-12-09 20:32:24      TRUE
## 7074 2022-12-09 20:32:23      TRUE
## 7075 2022-12-09 20:32:21      TRUE
## 7076 2022-12-09 20:32:19      TRUE
## 7077 2022-12-09 20:32:19      TRUE
## 7078 2022-12-09 20:32:18      TRUE
## 7079 2022-12-09 20:32:11      TRUE
## 7080 2022-12-09 20:32:11      TRUE
## 7081 2022-12-09 20:32:10      TRUE
## 7082 2022-12-09 20:32:06      TRUE
## 7083 2022-12-09 20:32:06      TRUE
## 7084 2022-12-09 20:32:06      TRUE
## 7085 2022-12-09 20:32:05      TRUE
## 7086 2022-12-09 20:32:04      TRUE
## 7087 2022-12-09 20:32:04      TRUE
## 7088 2022-12-09 20:32:02      TRUE
## 7089 2022-12-09 20:32:00      TRUE
## 7090 2022-12-09 20:32:00      TRUE
## 7091 2022-12-09 20:32:00      TRUE
## 7092 2022-12-09 20:32:00      TRUE
## 7093 2022-12-09 20:31:59      TRUE
## 7094 2022-12-09 20:31:59      TRUE
## 7095 2022-12-09 20:31:56      TRUE
## 7096 2022-12-09 20:31:55      TRUE
## 7097 2022-12-09 20:31:53      TRUE
## 7098 2022-12-09 20:31:53      TRUE
## 7099 2022-12-09 20:31:52      TRUE
## 7100 2022-12-09 20:31:51      TRUE
## 7101 2022-12-09 20:31:49      TRUE
## 7102 2022-12-09 20:31:45      TRUE
## 7103 2022-12-09 20:31:45      TRUE
## 7104 2022-12-09 20:31:42      TRUE
## 7105 2022-12-09 20:31:42      TRUE
## 7106 2022-12-09 20:31:39      TRUE
## 7107 2022-12-09 20:31:38      TRUE
## 7108 2022-12-09 20:31:37      TRUE
## 7109 2022-12-09 20:31:37      TRUE
## 7110 2022-12-09 20:31:37      TRUE
## 7111 2022-12-09 20:31:35      TRUE
## 7112 2022-12-09 20:31:35      TRUE
## 7113 2022-12-09 20:31:35      TRUE
## 7114 2022-12-09 20:31:34      TRUE
## 7115 2022-12-09 20:31:34      TRUE
## 7116 2022-12-09 20:31:34      TRUE
## 7117 2022-12-09 20:31:33      TRUE
## 7118 2022-12-09 20:31:30      TRUE
## 7119 2022-12-09 20:31:30      TRUE
## 7120 2022-12-09 20:31:30      TRUE
## 7121 2022-12-09 20:31:25      TRUE
## 7122 2022-12-09 20:31:23      TRUE
## 7123 2022-12-09 20:31:23      TRUE
## 7124 2022-12-09 20:31:21      TRUE
## 7125 2022-12-09 20:31:16      TRUE
## 7126 2022-12-09 20:31:15      TRUE
## 7127 2022-12-09 20:31:11      TRUE
## 7128 2022-12-09 20:31:07      TRUE
## 7129 2022-12-09 20:31:07      TRUE
## 7130 2022-12-09 20:31:01      TRUE
## 7131 2022-12-09 20:31:01      TRUE
## 7132 2022-12-09 20:31:01      TRUE
## 7133 2022-12-09 20:30:53      TRUE
## 7134 2022-12-09 20:30:52      TRUE
## 7135 2022-12-09 20:30:49      TRUE
## 7136 2022-12-09 20:30:48      TRUE
## 7137 2022-12-09 20:30:43      TRUE
## 7138 2022-12-09 20:30:43      TRUE
## 7139 2022-12-09 20:30:34      TRUE
## 7140 2022-12-09 20:30:34      TRUE
## 7141 2022-12-09 20:30:33      TRUE
## 7142 2022-12-09 20:30:29      TRUE
## 7143 2022-12-09 20:30:29      TRUE
## 7144 2022-12-09 20:30:26      TRUE
## 7145 2022-12-09 20:30:25      TRUE
## 7146 2022-12-09 20:30:23      TRUE
## 7147 2022-12-09 20:30:18      TRUE
## 7148 2022-12-09 20:30:11      TRUE
## 7149 2022-12-09 20:30:06      TRUE
## 7150 2022-12-09 20:30:06      TRUE
## 7151 2022-12-09 20:30:02      TRUE
## 7152 2022-12-09 20:30:00      TRUE
## 7153 2022-12-09 20:29:57      TRUE
## 7154 2022-12-09 20:29:53      TRUE
## 7155 2022-12-09 20:29:49      TRUE
## 7156 2022-12-09 20:29:48      TRUE
## 7157 2022-12-09 20:29:47      TRUE
## 7158 2022-12-09 20:29:47      TRUE
## 7159 2022-12-09 20:29:46      TRUE
## 7160 2022-12-09 20:29:43      TRUE
## 7161 2022-12-09 20:29:43      TRUE
## 7162 2022-12-09 20:29:39      TRUE
## 7163 2022-12-09 20:29:37      TRUE
## 7164 2022-12-09 20:29:36      TRUE
## 7165 2022-12-09 20:29:36      TRUE
## 7166 2022-12-09 20:29:34      TRUE
## 7167 2022-12-09 20:29:34      TRUE
## 7168 2022-12-09 20:29:32      TRUE
## 7169 2022-12-09 20:29:32      TRUE
## 7170 2022-12-09 20:29:30      TRUE
## 7171 2022-12-09 20:29:29      TRUE
## 7172 2022-12-09 20:29:28      TRUE
## 7173 2022-12-09 20:29:26      TRUE
## 7174 2022-12-09 20:29:25      TRUE
## 7175 2022-12-09 20:29:24      TRUE
## 7176 2022-12-09 20:29:24      TRUE
## 7177 2022-12-09 20:29:23      TRUE
## 7178 2022-12-09 20:29:19      TRUE
## 7179 2022-12-09 20:29:18      TRUE
## 7180 2022-12-09 20:29:15      TRUE
## 7181 2022-12-09 20:29:15      TRUE
## 7182 2022-12-09 20:29:10      TRUE
## 7183 2022-12-09 20:29:08      TRUE
## 7184 2022-12-09 20:29:04      TRUE
## 7185 2022-12-09 20:29:02      TRUE
## 7186 2022-12-09 20:28:58      TRUE
## 7187 2022-12-09 20:28:54      TRUE
## 7188 2022-12-09 20:28:54      TRUE
## 7189 2022-12-09 20:28:53      TRUE
## 7190 2022-12-09 20:28:52      TRUE
## 7191 2022-12-09 20:28:51      TRUE
## 7192 2022-12-09 20:28:51      TRUE
## 7193 2022-12-09 20:28:47      TRUE
## 7194 2022-12-09 20:28:43      TRUE
## 7195 2022-12-09 20:28:42      TRUE
## 7196 2022-12-09 20:28:40      TRUE
## 7197 2022-12-09 20:28:39      TRUE
## 7198 2022-12-09 20:28:33      TRUE
## 7199 2022-12-09 20:28:32      TRUE
## 7200 2022-12-09 20:28:31      TRUE
## 7201 2022-12-09 20:28:30      TRUE
## 7202 2022-12-09 20:28:25      TRUE
## 7203 2022-12-09 20:28:25      TRUE
## 7204 2022-12-09 20:28:24      TRUE
## 7205 2022-12-09 20:28:21      TRUE
## 7206 2022-12-09 20:28:17      TRUE
## 7207 2022-12-09 20:28:17      TRUE
## 7208 2022-12-09 20:28:17      TRUE
## 7209 2022-12-09 20:28:13      TRUE
## 7210 2022-12-09 20:28:12      TRUE
## 7211 2022-12-09 20:28:12      TRUE
## 7212 2022-12-09 20:28:11      TRUE
## 7213 2022-12-09 20:28:11      TRUE
## 7214 2022-12-09 20:28:10      TRUE
## 7215 2022-12-09 20:28:09      TRUE
## 7216 2022-12-09 20:28:09      TRUE
## 7217 2022-12-09 20:28:05      TRUE
## 7218 2022-12-09 20:28:00      TRUE
## 7219 2022-12-09 20:27:58      TRUE
## 7220 2022-12-09 20:27:53      TRUE
## 7221 2022-12-09 20:27:53      TRUE
## 7222 2022-12-09 20:27:50      TRUE
## 7223 2022-12-09 20:27:47      TRUE
## 7224 2022-12-09 20:27:47      TRUE
## 7225 2022-12-09 20:27:47      TRUE
## 7226 2022-12-09 20:27:46      TRUE
## 7227 2022-12-09 20:27:46      TRUE
## 7228 2022-12-09 20:27:46      TRUE
## 7229 2022-12-09 20:27:45      TRUE
## 7230 2022-12-09 20:27:44      TRUE
## 7231 2022-12-09 20:27:44      TRUE
## 7232 2022-12-09 20:27:44      TRUE
## 7233 2022-12-09 20:27:42      TRUE
## 7234 2022-12-09 20:27:42      TRUE
## 7235 2022-12-09 20:27:40      TRUE
## 7236 2022-12-09 20:27:40      TRUE
## 7237 2022-12-09 20:27:39      TRUE
## 7238 2022-12-09 20:27:39      TRUE
## 7239 2022-12-09 20:27:38      TRUE
## 7240 2022-12-09 20:27:38      TRUE
## 7241 2022-12-09 20:27:38      TRUE
## 7242 2022-12-09 20:27:36      TRUE
## 7243 2022-12-09 20:27:34      TRUE
## 7244 2022-12-09 20:27:26      TRUE
## 7245 2022-12-09 20:27:21      TRUE
## 7246 2022-12-09 20:27:21      TRUE
## 7247 2022-12-09 20:27:20      TRUE
## 7248 2022-12-09 20:27:20      TRUE
## 7249 2022-12-09 20:27:20      TRUE
## 7250 2022-12-09 20:27:18      TRUE
## 7251 2022-12-09 20:27:15      TRUE
## 7252 2022-12-09 20:27:13      TRUE
## 7253 2022-12-09 20:27:07      TRUE
## 7254 2022-12-09 20:27:07      TRUE
## 7255 2022-12-09 20:27:05      TRUE
## 7256 2022-12-09 20:27:05      TRUE
## 7257 2022-12-09 20:27:05      TRUE
## 7258 2022-12-09 20:27:01      TRUE
## 7259 2022-12-09 20:27:01      TRUE
## 7260 2022-12-09 20:26:49      TRUE
## 7261 2022-12-09 20:26:44      TRUE
## 7262 2022-12-09 20:26:40      TRUE
## 7263 2022-12-09 20:26:36      TRUE
## 7264 2022-12-09 20:26:36      TRUE
## 7265 2022-12-09 20:26:34      TRUE
## 7266 2022-12-09 20:26:33      TRUE
## 7267 2022-12-09 20:26:27      TRUE
## 7268 2022-12-09 20:26:24      TRUE
## 7269 2022-12-09 20:26:21      TRUE
## 7270 2022-12-09 20:26:20      TRUE
## 7271 2022-12-09 20:26:19      TRUE
## 7272 2022-12-09 20:26:18      TRUE
## 7273 2022-12-09 20:26:17      TRUE
## 7274 2022-12-09 20:26:17      TRUE
## 7275 2022-12-09 20:26:12      TRUE
## 7276 2022-12-09 20:26:10      TRUE
## 7277 2022-12-09 20:26:10      TRUE
## 7278 2022-12-09 20:26:09      TRUE
## 7279 2022-12-09 20:26:07      TRUE
## 7280 2022-12-09 20:26:01      TRUE
## 7281 2022-12-09 20:25:57      TRUE
## 7282 2022-12-09 20:25:57      TRUE
## 7283 2022-12-09 20:25:57      TRUE
## 7284 2022-12-09 20:25:55      TRUE
## 7285 2022-12-09 20:25:41      TRUE
## 7286 2022-12-09 20:25:40      TRUE
## 7287 2022-12-09 20:25:33      TRUE
## 7288 2022-12-09 20:25:33      TRUE
## 7289 2022-12-09 20:25:33      TRUE
## 7290 2022-12-09 20:25:33      TRUE
## 7291 2022-12-09 20:25:29      TRUE
## 7292 2022-12-09 20:25:28      TRUE
## 7293 2022-12-09 20:25:28      TRUE
## 7294 2022-12-09 20:25:27      TRUE
## 7295 2022-12-09 20:25:25      TRUE
## 7296 2022-12-09 20:25:24      TRUE
## 7297 2022-12-09 20:25:24      TRUE
## 7298 2022-12-09 20:25:24      TRUE
## 7299 2022-12-09 20:25:23      TRUE
## 7300 2022-12-09 20:25:21      TRUE
## 7301 2022-12-09 20:25:17      TRUE
## 7302 2022-12-09 20:25:17      TRUE
## 7303 2022-12-09 20:25:12      TRUE
## 7304 2022-12-09 20:25:11      TRUE
## 7305 2022-12-09 20:25:04      TRUE
## 7306 2022-12-09 20:25:04      TRUE
## 7307 2022-12-09 20:25:04      TRUE
## 7308 2022-12-09 20:25:01      TRUE
## 7309 2022-12-09 20:24:59      TRUE
## 7310 2022-12-09 20:24:57      TRUE
## 7311 2022-12-09 20:24:56      TRUE
## 7312 2022-12-09 20:24:55      TRUE
## 7313 2022-12-09 20:24:54      TRUE
## 7314 2022-12-09 20:24:54      TRUE
## 7315 2022-12-09 20:24:48      TRUE
## 7316 2022-12-09 20:24:44      TRUE
## 7317 2022-12-09 20:24:43      TRUE
## 7318 2022-12-09 20:24:43      TRUE
## 7319 2022-12-09 20:24:40      TRUE
## 7320 2022-12-09 20:24:38      TRUE
## 7321 2022-12-09 20:24:38      TRUE
## 7322 2022-12-09 20:24:35      TRUE
## 7323 2022-12-09 20:24:31      TRUE
## 7324 2022-12-09 20:24:30      TRUE
## 7325 2022-12-09 20:24:30      TRUE
## 7326 2022-12-09 20:24:29      TRUE
## 7327 2022-12-09 20:24:29      TRUE
## 7328 2022-12-09 20:24:27      TRUE
## 7329 2022-12-09 20:24:27      TRUE
## 7330 2022-12-09 20:24:26      TRUE
## 7331 2022-12-09 20:24:24      TRUE
## 7332 2022-12-09 20:24:23      TRUE
## 7333 2022-12-09 20:24:21      TRUE
## 7334 2022-12-09 20:24:16      TRUE
## 7335 2022-12-09 20:24:15      TRUE
## 7336 2022-12-09 20:24:15      TRUE
## 7337 2022-12-09 20:24:14      TRUE
## 7338 2022-12-09 20:24:13      TRUE
## 7339 2022-12-09 20:24:11      TRUE
## 7340 2022-12-09 20:24:09      TRUE
## 7341 2022-12-09 20:24:08      TRUE
## 7342 2022-12-09 20:24:07      TRUE
## 7343 2022-12-09 20:24:03      TRUE
## 7344 2022-12-09 20:24:03      TRUE
## 7345 2022-12-09 20:24:02      TRUE
## 7346 2022-12-09 20:24:01      TRUE
## 7347 2022-12-09 20:24:00      TRUE
## 7348 2022-12-09 20:23:59      TRUE
## 7349 2022-12-09 20:23:58      TRUE
## 7350 2022-12-09 20:23:57      TRUE
## 7351 2022-12-09 20:23:53      TRUE
## 7352 2022-12-09 20:23:53      TRUE
## 7353 2022-12-09 20:23:48      TRUE
## 7354 2022-12-09 20:23:48      TRUE
## 7355 2022-12-09 20:23:46      TRUE
## 7356 2022-12-09 20:23:43      TRUE
## 7357 2022-12-09 20:23:43      TRUE
## 7358 2022-12-09 20:23:41      TRUE
## 7359 2022-12-09 20:23:40      TRUE
## 7360 2022-12-09 20:23:39      TRUE
## 7361 2022-12-09 20:23:37      TRUE
## 7362 2022-12-09 20:23:36      TRUE
## 7363 2022-12-09 20:23:33      TRUE
## 7364 2022-12-09 20:23:30      TRUE
## 7365 2022-12-09 20:23:28      TRUE
## 7366 2022-12-09 20:23:28      TRUE
## 7367 2022-12-09 20:23:19      TRUE
## 7368 2022-12-09 20:23:18      TRUE
## 7369 2022-12-09 20:23:17      TRUE
## 7370 2022-12-09 20:23:09      TRUE
## 7371 2022-12-09 20:23:08      TRUE
## 7372 2022-12-09 20:23:08      TRUE
## 7373 2022-12-09 20:23:06      TRUE
## 7374 2022-12-09 20:23:05      TRUE
## 7375 2022-12-09 20:23:04      TRUE
## 7376 2022-12-09 20:23:02      TRUE
## 7377 2022-12-09 20:22:59      TRUE
## 7378 2022-12-09 20:22:59      TRUE
## 7379 2022-12-09 20:22:59      TRUE
## 7380 2022-12-09 20:22:56      TRUE
## 7381 2022-12-09 20:22:56      TRUE
## 7382 2022-12-09 20:22:54      TRUE
## 7383 2022-12-09 20:22:53      TRUE
## 7384 2022-12-09 20:22:52      TRUE
## 7385 2022-12-09 20:22:52      TRUE
## 7386 2022-12-09 20:22:49      TRUE
## 7387 2022-12-09 20:22:48      TRUE
## 7388 2022-12-09 20:22:48      TRUE
## 7389 2022-12-09 20:22:46      TRUE
## 7390 2022-12-09 20:22:45      TRUE
## 7391 2022-12-09 20:22:41      TRUE
## 7392 2022-12-09 20:22:41      TRUE
## 7393 2022-12-09 20:22:32      TRUE
## 7394 2022-12-09 20:22:30      TRUE
## 7395 2022-12-09 20:22:30      TRUE
## 7396 2022-12-09 20:22:27      TRUE
## 7397 2022-12-09 20:22:27      TRUE
## 7398 2022-12-09 20:22:27      TRUE
## 7399 2022-12-09 20:22:25      TRUE
## 7400 2022-12-09 20:22:22      TRUE
## 7401 2022-12-09 20:22:22      TRUE
## 7402 2022-12-09 20:22:17      TRUE
## 7403 2022-12-09 20:22:16      TRUE
## 7404 2022-12-09 20:22:15      TRUE
## 7405 2022-12-09 20:22:15      TRUE
## 7406 2022-12-09 20:22:08      TRUE
## 7407 2022-12-09 20:22:05      TRUE
## 7408 2022-12-09 20:22:04      TRUE
## 7409 2022-12-09 20:22:03      TRUE
## 7410 2022-12-09 20:22:01      TRUE
## 7411 2022-12-09 20:21:59      TRUE
## 7412 2022-12-09 20:21:58      TRUE
## 7413 2022-12-09 20:21:56      TRUE
## 7414 2022-12-09 20:21:56      TRUE
## 7415 2022-12-09 20:21:55      TRUE
## 7416 2022-12-09 20:21:54      TRUE
## 7417 2022-12-09 20:21:52      TRUE
## 7418 2022-12-09 20:21:49      TRUE
## 7419 2022-12-09 20:21:49      TRUE
## 7420 2022-12-09 20:21:48      TRUE
## 7421 2022-12-09 20:21:48      TRUE
## 7422 2022-12-09 20:21:47      TRUE
## 7423 2022-12-09 20:21:44      TRUE
## 7424 2022-12-09 20:21:44      TRUE
## 7425 2022-12-09 20:21:43      TRUE
## 7426 2022-12-09 20:21:41      TRUE
## 7427 2022-12-09 20:21:40      TRUE
## 7428 2022-12-09 20:21:40      TRUE
## 7429 2022-12-09 20:21:39      TRUE
## 7430 2022-12-09 20:21:38      TRUE
## 7431 2022-12-09 20:21:37      TRUE
## 7432 2022-12-09 20:21:34      TRUE
## 7433 2022-12-09 20:21:33      TRUE
## 7434 2022-12-09 20:21:32      TRUE
## 7435 2022-12-09 20:21:30      TRUE
## 7436 2022-12-09 20:21:25      TRUE
## 7437 2022-12-09 20:21:23      TRUE
## 7438 2022-12-09 20:21:23      TRUE
## 7439 2022-12-09 20:21:20      TRUE
## 7440 2022-12-09 20:21:18      TRUE
## 7441 2022-12-09 20:21:17      TRUE
## 7442 2022-12-09 20:21:14      TRUE
## 7443 2022-12-09 20:21:13      TRUE
## 7444 2022-12-09 20:21:12      TRUE
## 7445 2022-12-09 20:21:05      TRUE
## 7446 2022-12-09 20:21:05      TRUE
## 7447 2022-12-09 20:21:02      TRUE
## 7448 2022-12-09 20:20:56      TRUE
## 7449 2022-12-09 20:20:56      TRUE
## 7450 2022-12-09 20:20:53      TRUE
## 7451 2022-12-09 20:20:53      TRUE
## 7452 2022-12-09 20:20:53      TRUE
## 7453 2022-12-09 20:20:52      TRUE
## 7454 2022-12-09 20:20:52      TRUE
## 7455 2022-12-09 20:20:51      TRUE
## 7456 2022-12-09 20:20:50      TRUE
## 7457 2022-12-09 20:20:48      TRUE
## 7458 2022-12-09 20:20:47      TRUE
## 7459 2022-12-09 20:20:47      TRUE
## 7460 2022-12-09 20:20:47      TRUE
## 7461 2022-12-09 20:20:46      TRUE
## 7462 2022-12-09 20:20:46      TRUE
## 7463 2022-12-09 20:20:42      TRUE
## 7464 2022-12-09 20:20:42      TRUE
## 7465 2022-12-09 20:20:40      TRUE
## 7466 2022-12-09 20:20:39      TRUE
## 7467 2022-12-09 20:20:37      TRUE
## 7468 2022-12-09 20:20:35      TRUE
## 7469 2022-12-09 20:20:34      TRUE
## 7470 2022-12-09 20:20:30      TRUE
## 7471 2022-12-09 20:20:30      TRUE
## 7472 2022-12-09 20:20:30      TRUE
## 7473 2022-12-09 20:20:28      TRUE
## 7474 2022-12-09 20:20:27      TRUE
## 7475 2022-12-09 20:20:25      TRUE
## 7476 2022-12-09 20:20:23      TRUE
## 7477 2022-12-09 20:20:22      TRUE
## 7478 2022-12-09 20:20:16      TRUE
## 7479 2022-12-09 20:20:16      TRUE
## 7480 2022-12-09 20:20:10      TRUE
## 7481 2022-12-09 20:20:09      TRUE
## 7482 2022-12-09 20:20:07      TRUE
## 7483 2022-12-09 20:20:03      TRUE
## 7484 2022-12-09 20:20:02      TRUE
## 7485 2022-12-09 20:20:00      TRUE
## 7486 2022-12-09 20:20:00      TRUE
## 7487 2022-12-09 20:19:58      TRUE
## 7488 2022-12-09 20:19:58      TRUE
## 7489 2022-12-09 20:19:57      TRUE
## 7490 2022-12-09 20:19:56      TRUE
## 7491 2022-12-09 20:19:56      TRUE
## 7492 2022-12-09 20:19:55      TRUE
## 7493 2022-12-09 20:19:48      TRUE
## 7494 2022-12-09 20:19:47      TRUE
## 7495 2022-12-09 20:19:44      TRUE
## 7496 2022-12-09 20:19:44      TRUE
## 7497 2022-12-09 20:19:43      TRUE
## 7498 2022-12-09 20:19:43      TRUE
## 7499 2022-12-09 20:19:40      TRUE
## 7500 2022-12-09 20:19:39      TRUE
## 7501 2022-12-09 20:19:37      TRUE
## 7502 2022-12-09 20:19:35      TRUE
## 7503 2022-12-09 20:19:34      TRUE
## 7504 2022-12-09 20:19:33      TRUE
## 7505 2022-12-09 20:19:31      TRUE
## 7506 2022-12-09 20:19:31      TRUE
## 7507 2022-12-09 20:19:30      TRUE
## 7508 2022-12-09 20:19:29      TRUE
## 7509 2022-12-09 20:19:28      TRUE
## 7510 2022-12-09 20:19:27      TRUE
## 7511 2022-12-09 20:19:25      TRUE
## 7512 2022-12-09 20:19:25      TRUE
## 7513 2022-12-09 20:19:23      TRUE
## 7514 2022-12-09 20:19:22      TRUE
## 7515 2022-12-09 20:19:22      TRUE
## 7516 2022-12-09 20:19:21      TRUE
## 7517 2022-12-09 20:19:21      TRUE
## 7518 2022-12-09 20:19:20      TRUE
## 7519 2022-12-09 20:19:17      TRUE
## 7520 2022-12-09 20:19:15      TRUE
## 7521 2022-12-09 20:19:15      TRUE
## 7522 2022-12-09 20:19:12      TRUE
## 7523 2022-12-09 20:19:08      TRUE
## 7524 2022-12-09 20:19:07      TRUE
## 7525 2022-12-09 20:19:06      TRUE
## 7526 2022-12-09 20:19:06      TRUE
## 7527 2022-12-09 20:19:03      TRUE
## 7528 2022-12-09 20:19:02      TRUE
## 7529 2022-12-09 20:19:01      TRUE
## 7530 2022-12-09 20:19:00      TRUE
## 7531 2022-12-09 20:18:58      TRUE
## 7532 2022-12-09 20:18:58      TRUE
## 7533 2022-12-09 20:18:56      TRUE
## 7534 2022-12-09 20:18:53      TRUE
## 7535 2022-12-09 20:18:52      TRUE
## 7536 2022-12-09 20:18:51      TRUE
## 7537 2022-12-09 20:18:50      TRUE
## 7538 2022-12-09 20:18:50      TRUE
## 7539 2022-12-09 20:18:49      TRUE
## 7540 2022-12-09 20:18:49      TRUE
## 7541 2022-12-09 20:18:48      TRUE
## 7542 2022-12-09 20:18:46      TRUE
## 7543 2022-12-09 20:18:44      TRUE
## 7544 2022-12-09 20:18:43      TRUE
## 7545 2022-12-09 20:18:36      TRUE
## 7546 2022-12-09 20:18:36      TRUE
## 7547 2022-12-09 20:18:35      TRUE
## 7548 2022-12-09 20:18:35      TRUE
## 7549 2022-12-09 20:18:22      TRUE
## 7550 2022-12-09 20:18:22      TRUE
## 7551 2022-12-09 20:18:21      TRUE
## 7552 2022-12-09 20:18:19      TRUE
## 7553 2022-12-09 20:18:19      TRUE
## 7554 2022-12-09 20:18:18      TRUE
## 7555 2022-12-09 20:18:12      TRUE
## 7556 2022-12-09 20:18:07      TRUE
## 7557 2022-12-09 20:18:06      TRUE
## 7558 2022-12-09 20:18:06      TRUE
## 7559 2022-12-09 20:18:06      TRUE
## 7560 2022-12-09 20:18:05      TRUE
## 7561 2022-12-09 20:18:02      TRUE
## 7562 2022-12-09 20:18:01      TRUE
## 7563 2022-12-09 20:18:01      TRUE
## 7564 2022-12-09 20:18:00      TRUE
## 7565 2022-12-09 20:17:58      TRUE
## 7566 2022-12-09 20:17:58      TRUE
## 7567 2022-12-09 20:17:50      TRUE
## 7568 2022-12-09 20:17:50      TRUE
## 7569 2022-12-09 20:17:48      TRUE
## 7570 2022-12-09 20:17:45      TRUE
## 7571 2022-12-09 20:17:45      TRUE
## 7572 2022-12-09 20:17:39      TRUE
## 7573 2022-12-09 20:17:38      TRUE
## 7574 2022-12-09 20:17:37      TRUE
## 7575 2022-12-09 20:17:34      TRUE
## 7576 2022-12-09 20:17:34      TRUE
## 7577 2022-12-09 20:17:30      TRUE
## 7578 2022-12-09 20:17:29      TRUE
## 7579 2022-12-09 20:17:28      TRUE
## 7580 2022-12-09 20:17:26      TRUE
## 7581 2022-12-09 20:17:22      TRUE
## 7582 2022-12-09 20:17:21      TRUE
## 7583 2022-12-09 20:17:21      TRUE
## 7584 2022-12-09 20:17:20      TRUE
## 7585 2022-12-09 20:17:16      TRUE
## 7586 2022-12-09 20:17:16      TRUE
## 7587 2022-12-09 20:17:13      TRUE
## 7588 2022-12-09 20:17:11      TRUE
## 7589 2022-12-09 20:17:10      TRUE
## 7590 2022-12-09 20:17:09      TRUE
## 7591 2022-12-09 20:16:53      TRUE
## 7592 2022-12-09 20:16:51      TRUE
## 7593 2022-12-09 20:16:48      TRUE
## 7594 2022-12-09 20:16:46      TRUE
## 7595 2022-12-09 20:16:46      TRUE
## 7596 2022-12-09 20:16:45      TRUE
## 7597 2022-12-09 20:16:42      TRUE
## 7598 2022-12-09 20:16:40      TRUE
## 7599 2022-12-09 20:16:40      TRUE
## 7600 2022-12-09 20:16:39      TRUE
## 7601 2022-12-09 20:16:37      TRUE
## 7602 2022-12-09 20:16:37      TRUE
## 7603 2022-12-09 20:16:37      TRUE
## 7604 2022-12-09 20:16:31      TRUE
## 7605 2022-12-09 20:16:31      TRUE
## 7606 2022-12-09 20:16:26      TRUE
## 7607 2022-12-09 20:16:24      TRUE
## 7608 2022-12-09 20:16:20      TRUE
## 7609 2022-12-09 20:16:20      TRUE
## 7610 2022-12-09 20:16:16      TRUE
## 7611 2022-12-09 20:16:15      TRUE
## 7612 2022-12-09 20:16:15      TRUE
## 7613 2022-12-09 20:16:13      TRUE
## 7614 2022-12-09 20:16:12      TRUE
## 7615 2022-12-09 20:16:12      TRUE
## 7616 2022-12-09 20:16:07      TRUE
## 7617 2022-12-09 20:16:03      TRUE
## 7618 2022-12-09 20:16:02      TRUE
## 7619 2022-12-09 20:16:00      TRUE
## 7620 2022-12-09 20:15:59      TRUE
## 7621 2022-12-09 20:15:58      TRUE
## 7622 2022-12-09 20:15:56      TRUE
## 7623 2022-12-09 20:15:55      TRUE
## 7624 2022-12-09 20:15:49      TRUE
## 7625 2022-12-09 20:15:48      TRUE
## 7626 2022-12-09 20:15:47      TRUE
## 7627 2022-12-09 20:15:47      TRUE
## 7628 2022-12-09 20:15:47      TRUE
## 7629 2022-12-09 20:15:46      TRUE
## 7630 2022-12-09 20:15:46      TRUE
## 7631 2022-12-09 20:15:45      TRUE
## 7632 2022-12-09 20:15:43      TRUE
## 7633 2022-12-09 20:15:43      TRUE
## 7634 2022-12-09 20:15:40      TRUE
## 7635 2022-12-09 20:15:40      TRUE
## 7636 2022-12-09 20:15:38      TRUE
## 7637 2022-12-09 20:15:37      TRUE
## 7638 2022-12-09 20:15:36      TRUE
## 7639 2022-12-09 20:15:35      TRUE
## 7640 2022-12-09 20:15:30      TRUE
## 7641 2022-12-09 20:15:29      TRUE
## 7642 2022-12-09 20:15:27      TRUE
## 7643 2022-12-09 20:15:27      TRUE
## 7644 2022-12-09 20:15:26      TRUE
## 7645 2022-12-09 20:15:24      TRUE
## 7646 2022-12-09 20:15:23      TRUE
## 7647 2022-12-09 20:15:22      TRUE
## 7648 2022-12-09 20:15:19      TRUE
## 7649 2022-12-09 20:15:18      TRUE
## 7650 2022-12-09 20:15:16      TRUE
## 7651 2022-12-09 20:15:15      TRUE
## 7652 2022-12-09 20:15:12      TRUE
## 7653 2022-12-09 20:15:09      TRUE
## 7654 2022-12-09 20:15:09      TRUE
## 7655 2022-12-09 20:15:07      TRUE
## 7656 2022-12-09 20:15:04      TRUE
## 7657 2022-12-09 20:15:02      TRUE
## 7658 2022-12-09 20:14:55      TRUE
## 7659 2022-12-09 20:14:54      TRUE
## 7660 2022-12-09 20:14:51      TRUE
## 7661 2022-12-09 20:14:50      TRUE
## 7662 2022-12-09 20:14:49      TRUE
## 7663 2022-12-09 20:14:49      TRUE
## 7664 2022-12-09 20:14:49      TRUE
## 7665 2022-12-09 20:14:47      TRUE
## 7666 2022-12-09 20:14:45      TRUE
## 7667 2022-12-09 20:14:42      TRUE
## 7668 2022-12-09 20:14:42      TRUE
## 7669 2022-12-09 20:14:42      TRUE
## 7670 2022-12-09 20:14:41      TRUE
## 7671 2022-12-09 20:14:41      TRUE
## 7672 2022-12-09 20:14:40      TRUE
## 7673 2022-12-09 20:14:40      TRUE
## 7674 2022-12-09 20:14:39      TRUE
## 7675 2022-12-09 20:14:36      TRUE
## 7676 2022-12-09 20:14:32      TRUE
## 7677 2022-12-09 20:14:32      TRUE
## 7678 2022-12-09 20:14:31      TRUE
## 7679 2022-12-09 20:14:27      TRUE
## 7680 2022-12-09 20:14:26      TRUE
## 7681 2022-12-09 20:14:20      TRUE
## 7682 2022-12-09 20:14:20      TRUE
## 7683 2022-12-09 20:14:19      TRUE
## 7684 2022-12-09 20:14:17      TRUE
## 7685 2022-12-09 20:14:15      TRUE
## 7686 2022-12-09 20:14:12      TRUE
## 7687 2022-12-09 20:14:07      TRUE
## 7688 2022-12-09 20:14:06      TRUE
## 7689 2022-12-09 20:14:06      TRUE
## 7690 2022-12-09 20:14:05      TRUE
## 7691 2022-12-09 20:14:04      TRUE
## 7692 2022-12-09 20:14:02      TRUE
## 7693 2022-12-09 20:13:56      TRUE
## 7694 2022-12-09 20:13:51      TRUE
## 7695 2022-12-09 20:13:48      TRUE
## 7696 2022-12-09 20:13:48      TRUE
## 7697 2022-12-09 20:13:47      TRUE
## 7698 2022-12-09 20:13:46      TRUE
## 7699 2022-12-09 20:13:43      TRUE
## 7700 2022-12-09 20:13:37      TRUE
## 7701 2022-12-09 20:13:31      TRUE
## 7702 2022-12-09 20:13:30      TRUE
## 7703 2022-12-09 20:13:29      TRUE
## 7704 2022-12-09 20:13:26      TRUE
## 7705 2022-12-09 20:13:26      TRUE
## 7706 2022-12-09 20:13:26      TRUE
## 7707 2022-12-09 20:13:25      TRUE
## 7708 2022-12-09 20:13:24      TRUE
## 7709 2022-12-09 20:13:21      TRUE
## 7710 2022-12-09 20:13:19      TRUE
## 7711 2022-12-09 20:13:19      TRUE
## 7712 2022-12-09 20:13:17      TRUE
## 7713 2022-12-09 20:13:07      TRUE
## 7714 2022-12-09 20:13:05      TRUE
## 7715 2022-12-09 20:13:04      TRUE
## 7716 2022-12-09 20:13:01      TRUE
## 7717 2022-12-09 20:12:59      TRUE
## 7718 2022-12-09 20:12:57      TRUE
## 7719 2022-12-09 20:12:54      TRUE
## 7720 2022-12-09 20:12:52      TRUE
## 7721 2022-12-09 20:12:48      TRUE
## 7722 2022-12-09 20:12:47      TRUE
## 7723 2022-12-09 20:12:47      TRUE
## 7724 2022-12-09 20:12:31      TRUE
## 7725 2022-12-09 20:12:30      TRUE
## 7726 2022-12-09 20:12:28      TRUE
## 7727 2022-12-09 20:12:28      TRUE
## 7728 2022-12-09 20:12:28      TRUE
## 7729 2022-12-09 20:12:28      TRUE
## 7730 2022-12-09 20:12:24      TRUE
## 7731 2022-12-09 20:12:23      TRUE
## 7732 2022-12-09 20:12:22      TRUE
## 7733 2022-12-09 20:12:21      TRUE
## 7734 2022-12-09 20:12:19      TRUE
## 7735 2022-12-09 20:12:19      TRUE
## 7736 2022-12-09 20:12:18      TRUE
## 7737 2022-12-09 20:12:18      TRUE
## 7738 2022-12-09 20:12:16      TRUE
## 7739 2022-12-09 20:12:16      TRUE
## 7740 2022-12-09 20:12:16      TRUE
## 7741 2022-12-09 20:12:14      TRUE
## 7742 2022-12-09 20:12:12      TRUE
## 7743 2022-12-09 20:12:10      TRUE
## 7744 2022-12-09 20:12:08      TRUE
## 7745 2022-12-09 20:12:02      TRUE
## 7746 2022-12-09 20:12:02      TRUE
## 7747 2022-12-09 20:12:01      TRUE
## 7748 2022-12-09 20:12:00      TRUE
## 7749 2022-12-09 20:11:58      TRUE
## 7750 2022-12-09 20:11:55      TRUE
## 7751 2022-12-09 20:11:55      TRUE
## 7752 2022-12-09 20:11:53      TRUE
## 7753 2022-12-09 20:11:53      TRUE
## 7754 2022-12-09 20:11:51      TRUE
## 7755 2022-12-09 20:11:47      TRUE
## 7756 2022-12-09 20:11:46      TRUE
## 7757 2022-12-09 20:11:46      TRUE
## 7758 2022-12-09 20:11:43      TRUE
## 7759 2022-12-09 20:11:41      TRUE
## 7760 2022-12-09 20:11:36      TRUE
## 7761 2022-12-09 20:11:34      TRUE
## 7762 2022-12-09 20:11:34      TRUE
## 7763 2022-12-09 20:11:34      TRUE
## 7764 2022-12-09 20:11:32      TRUE
## 7765 2022-12-09 20:11:25      TRUE
## 7766 2022-12-09 20:11:24      TRUE
## 7767 2022-12-09 20:11:23      TRUE
## 7768 2022-12-09 20:11:21      TRUE
## 7769 2022-12-09 20:11:21      TRUE
## 7770 2022-12-09 20:11:20      TRUE
## 7771 2022-12-09 20:11:20      TRUE
## 7772 2022-12-09 20:11:19      TRUE
## 7773 2022-12-09 20:11:17      TRUE
## 7774 2022-12-09 20:11:14      TRUE
## 7775 2022-12-09 20:11:12      TRUE
## 7776 2022-12-09 20:11:11      TRUE
## 7777 2022-12-09 20:11:11      TRUE
## 7778 2022-12-09 20:11:10      TRUE
## 7779 2022-12-09 20:11:09      TRUE
## 7780 2022-12-09 20:11:08      TRUE
## 7781 2022-12-09 20:11:06      TRUE
## 7782 2022-12-09 20:11:06      TRUE
## 7783 2022-12-09 20:11:06      TRUE
## 7784 2022-12-09 20:11:05      TRUE
## 7785 2022-12-09 20:11:03      TRUE
## 7786 2022-12-09 20:11:00      TRUE
## 7787 2022-12-09 20:10:59      TRUE
## 7788 2022-12-09 20:10:57      TRUE
## 7789 2022-12-09 20:10:56      TRUE
## 7790 2022-12-09 20:10:54      TRUE
## 7791 2022-12-09 20:10:54      TRUE
## 7792 2022-12-09 20:10:54      TRUE
## 7793 2022-12-09 20:10:53      TRUE
## 7794 2022-12-09 20:10:52      TRUE
## 7795 2022-12-09 20:10:51      TRUE
## 7796 2022-12-09 20:10:50      TRUE
## 7797 2022-12-09 20:10:50      TRUE
## 7798 2022-12-09 20:10:47      TRUE
## 7799 2022-12-09 20:10:46      TRUE
## 7800 2022-12-09 20:10:46      TRUE
## 7801 2022-12-09 20:10:46      TRUE
## 7802 2022-12-09 20:10:46      TRUE
## 7803 2022-12-09 20:10:42      TRUE
## 7804 2022-12-09 20:10:39      TRUE
## 7805 2022-12-09 20:10:36      TRUE
## 7806 2022-12-09 20:10:33      TRUE
## 7807 2022-12-09 20:10:29      TRUE
## 7808 2022-12-09 20:10:29      TRUE
## 7809 2022-12-09 20:10:27      TRUE
## 7810 2022-12-09 20:10:26      TRUE
## 7811 2022-12-09 20:10:25      TRUE
## 7812 2022-12-09 20:10:23      TRUE
## 7813 2022-12-09 20:10:21      TRUE
## 7814 2022-12-09 20:10:20      TRUE
## 7815 2022-12-09 20:10:20      TRUE
## 7816 2022-12-09 20:10:19      TRUE
## 7817 2022-12-09 20:10:18      TRUE
## 7818 2022-12-09 20:10:16      TRUE
## 7819 2022-12-09 20:10:15      TRUE
## 7820 2022-12-09 20:10:14      TRUE
## 7821 2022-12-09 20:10:12      TRUE
## 7822 2022-12-09 20:10:10      TRUE
## 7823 2022-12-09 20:10:06      TRUE
## 7824 2022-12-09 20:10:01      TRUE
## 7825 2022-12-09 20:10:01      TRUE
## 7826 2022-12-09 20:10:01      TRUE
## 7827 2022-12-09 20:09:59      TRUE
## 7828 2022-12-09 20:09:56      TRUE
## 7829 2022-12-09 20:09:55      TRUE
## 7830 2022-12-09 20:09:52      TRUE
## 7831 2022-12-09 20:09:47      TRUE
## 7832 2022-12-09 20:09:46      TRUE
## 7833 2022-12-09 20:09:43      TRUE
## 7834 2022-12-09 20:09:41      TRUE
## 7835 2022-12-09 20:09:38      TRUE
## 7836 2022-12-09 20:09:36      TRUE
## 7837 2022-12-09 20:09:35      TRUE
## 7838 2022-12-09 20:09:34      TRUE
## 7839 2022-12-09 20:09:33      TRUE
## 7840 2022-12-09 20:09:33      TRUE
## 7841 2022-12-09 20:09:33      TRUE
## 7842 2022-12-09 20:09:32      TRUE
## 7843 2022-12-09 20:09:31      TRUE
## 7844 2022-12-09 20:09:27      TRUE
## 7845 2022-12-09 20:09:27      TRUE
## 7846 2022-12-09 20:09:27      TRUE
## 7847 2022-12-09 20:09:25      TRUE
## 7848 2022-12-09 20:09:23      TRUE
## 7849 2022-12-09 20:09:23      TRUE
## 7850 2022-12-09 20:09:22      TRUE
## 7851 2022-12-09 20:09:21      TRUE
## 7852 2022-12-09 20:09:20      TRUE
## 7853 2022-12-09 20:09:17      TRUE
## 7854 2022-12-09 20:09:17      TRUE
## 7855 2022-12-09 20:09:09      TRUE
## 7856 2022-12-09 20:09:08      TRUE
## 7857 2022-12-09 20:09:04      TRUE
## 7858 2022-12-09 20:09:01      TRUE
## 7859 2022-12-09 20:09:00      TRUE
## 7860 2022-12-09 20:08:59      TRUE
## 7861 2022-12-09 20:08:58      TRUE
## 7862 2022-12-09 20:08:57      TRUE
## 7863 2022-12-09 20:08:57      TRUE
## 7864 2022-12-09 20:08:56      TRUE
## 7865 2022-12-09 20:08:54      TRUE
## 7866 2022-12-09 20:08:52      TRUE
## 7867 2022-12-09 20:08:51      TRUE
## 7868 2022-12-09 20:08:50      TRUE
## 7869 2022-12-09 20:08:50      TRUE
## 7870 2022-12-09 20:08:48      TRUE
## 7871 2022-12-09 20:08:45      TRUE
## 7872 2022-12-09 20:08:44      TRUE
## 7873 2022-12-09 20:08:43      TRUE
## 7874 2022-12-09 20:08:39      TRUE
## 7875 2022-12-09 20:08:39      TRUE
## 7876 2022-12-09 20:08:37      TRUE
## 7877 2022-12-09 20:08:37      TRUE
## 7878 2022-12-09 20:08:36      TRUE
## 7879 2022-12-09 20:08:36      TRUE
## 7880 2022-12-09 20:08:34      TRUE
## 7881 2022-12-09 20:08:29      TRUE
## 7882 2022-12-09 20:08:29      TRUE
## 7883 2022-12-09 20:08:29      TRUE
## 7884 2022-12-09 20:08:28      TRUE
## 7885 2022-12-09 20:08:24      TRUE
## 7886 2022-12-09 20:08:19      TRUE
## 7887 2022-12-09 20:08:16      TRUE
## 7888 2022-12-09 20:08:12      TRUE
## 7889 2022-12-09 20:08:10      TRUE
## 7890 2022-12-09 20:08:09      TRUE
## 7891 2022-12-09 20:08:07      TRUE
## 7892 2022-12-09 20:08:06      TRUE
## 7893 2022-12-09 20:08:02      TRUE
## 7894 2022-12-09 20:07:58      TRUE
## 7895 2022-12-09 20:07:55      TRUE
## 7896 2022-12-09 20:07:55      TRUE
## 7897 2022-12-09 20:07:54      TRUE
## 7898 2022-12-09 20:07:53      TRUE
## 7899 2022-12-09 20:07:53      TRUE
## 7900 2022-12-09 20:07:48      TRUE
## 7901 2022-12-09 20:07:41      TRUE
## 7902 2022-12-09 20:07:39      TRUE
## 7903 2022-12-09 20:07:39      TRUE
## 7904 2022-12-09 20:07:36      TRUE
## 7905 2022-12-09 20:07:36      TRUE
## 7906 2022-12-09 20:07:33      TRUE
## 7907 2022-12-09 20:07:30      TRUE
## 7908 2022-12-09 20:07:28      TRUE
## 7909 2022-12-09 20:07:28      TRUE
## 7910 2022-12-09 20:07:27      TRUE
## 7911 2022-12-09 20:07:22      TRUE
## 7912 2022-12-09 20:07:22      TRUE
## 7913 2022-12-09 20:07:21      TRUE
## 7914 2022-12-09 20:07:20      TRUE
## 7915 2022-12-09 20:07:19      TRUE
## 7916 2022-12-09 20:07:18      TRUE
## 7917 2022-12-09 20:07:16      TRUE
## 7918 2022-12-09 20:07:15      TRUE
## 7919 2022-12-09 20:07:14      TRUE
## 7920 2022-12-09 20:07:14      TRUE
## 7921 2022-12-09 20:07:07      TRUE
## 7922 2022-12-09 20:07:04      TRUE
## 7923 2022-12-09 20:07:02      TRUE
## 7924 2022-12-09 20:07:02      TRUE
## 7925 2022-12-09 20:07:02      TRUE
## 7926 2022-12-09 20:07:00      TRUE
## 7927 2022-12-09 20:07:00      TRUE
## 7928 2022-12-09 20:06:59      TRUE
## 7929 2022-12-09 20:06:59      TRUE
## 7930 2022-12-09 20:06:58      TRUE
## 7931 2022-12-09 20:06:57      TRUE
## 7932 2022-12-09 20:06:57      TRUE
## 7933 2022-12-09 20:06:56      TRUE
## 7934 2022-12-09 20:06:56      TRUE
## 7935 2022-12-09 20:06:53      TRUE
## 7936 2022-12-09 20:06:52      TRUE
## 7937 2022-12-09 20:06:52      TRUE
## 7938 2022-12-09 20:06:48      TRUE
## 7939 2022-12-09 20:06:46      TRUE
## 7940 2022-12-09 20:06:43      TRUE
## 7941 2022-12-09 20:06:43      TRUE
## 7942 2022-12-09 20:06:36      TRUE
## 7943 2022-12-09 20:06:36      TRUE
## 7944 2022-12-09 20:06:35      TRUE
## 7945 2022-12-09 20:06:34      TRUE
## 7946 2022-12-09 20:06:29      TRUE
## 7947 2022-12-09 20:06:29      TRUE
## 7948 2022-12-09 20:06:29      TRUE
## 7949 2022-12-09 20:06:24      TRUE
## 7950 2022-12-09 20:06:22      TRUE
## 7951 2022-12-09 20:06:19      TRUE
## 7952 2022-12-09 20:06:14      TRUE
## 7953 2022-12-09 20:06:11      TRUE
## 7954 2022-12-09 20:06:10      TRUE
## 7955 2022-12-09 20:06:10      TRUE
## 7956 2022-12-09 20:06:08      TRUE
## 7957 2022-12-09 20:06:07      TRUE
## 7958 2022-12-09 20:06:07      TRUE
## 7959 2022-12-09 20:06:06      TRUE
## 7960 2022-12-09 20:06:04      TRUE
## 7961 2022-12-09 20:06:04      TRUE
## 7962 2022-12-09 20:06:00      TRUE
## 7963 2022-12-09 20:05:55      TRUE
## 7964 2022-12-09 20:05:51      TRUE
## 7965 2022-12-09 20:05:47      TRUE
## 7966 2022-12-09 20:05:42      TRUE
## 7967 2022-12-09 20:05:41      TRUE
## 7968 2022-12-09 20:05:41      TRUE
## 7969 2022-12-09 20:05:41      TRUE
## 7970 2022-12-09 20:05:40      TRUE
## 7971 2022-12-09 20:05:40      TRUE
## 7972 2022-12-09 20:05:37      TRUE
## 7973 2022-12-09 20:05:36      TRUE
## 7974 2022-12-09 20:05:33      TRUE
## 7975 2022-12-09 20:05:30      TRUE
## 7976 2022-12-09 20:05:30      TRUE
## 7977 2022-12-09 20:05:29      TRUE
## 7978 2022-12-09 20:05:28      TRUE
## 7979 2022-12-09 20:05:28      TRUE
## 7980 2022-12-09 20:05:28      TRUE
## 7981 2022-12-09 20:05:26      TRUE
## 7982 2022-12-09 20:05:26      TRUE
## 7983 2022-12-09 20:05:25      TRUE
## 7984 2022-12-09 20:05:25      TRUE
## 7985 2022-12-09 20:05:24      TRUE
## 7986 2022-12-09 20:05:22      TRUE
## 7987 2022-12-09 20:05:21      TRUE
## 7988 2022-12-09 20:05:21      TRUE
## 7989 2022-12-09 20:05:20      TRUE
## 7990 2022-12-09 20:05:20      TRUE
## 7991 2022-12-09 20:05:12      TRUE
## 7992 2022-12-09 20:05:10      TRUE
## 7993 2022-12-09 20:05:10      TRUE
## 7994 2022-12-09 20:05:08      TRUE
## 7995 2022-12-09 20:05:07      TRUE
## 7996 2022-12-09 20:05:06      TRUE
## 7997 2022-12-09 20:05:04      TRUE
## 7998 2022-12-09 20:05:03      TRUE
## 7999 2022-12-09 20:05:03      TRUE
## 8000 2022-12-09 20:05:02      TRUE
## 8001 2022-12-09 20:05:02      TRUE
## 8002 2022-12-09 20:05:02      TRUE
## 8003 2022-12-09 20:04:58      TRUE
## 8004 2022-12-09 20:04:56      TRUE
## 8005 2022-12-09 20:04:54      TRUE
## 8006 2022-12-09 20:04:52      TRUE
## 8007 2022-12-09 20:04:50      TRUE
## 8008 2022-12-09 20:04:50      TRUE
## 8009 2022-12-09 20:04:50      TRUE
## 8010 2022-12-09 20:04:49      TRUE
## 8011 2022-12-09 20:04:48      TRUE
## 8012 2022-12-09 20:04:46      TRUE
## 8013 2022-12-09 20:04:46      TRUE
## 8014 2022-12-09 20:04:45      TRUE
## 8015 2022-12-09 20:04:41      TRUE
## 8016 2022-12-09 20:04:41      TRUE
## 8017 2022-12-09 20:04:40      TRUE
## 8018 2022-12-09 20:04:39      TRUE
## 8019 2022-12-09 20:04:36      TRUE
## 8020 2022-12-09 20:04:35      TRUE
## 8021 2022-12-09 20:04:35      TRUE
## 8022 2022-12-09 20:04:33      TRUE
## 8023 2022-12-09 20:04:32      TRUE
## 8024 2022-12-09 20:04:27      TRUE
## 8025 2022-12-09 20:04:24      TRUE
## 8026 2022-12-09 20:04:23      TRUE
## 8027 2022-12-09 20:04:22      TRUE
## 8028 2022-12-09 20:04:21      TRUE
## 8029 2022-12-09 20:04:21      TRUE
## 8030 2022-12-09 20:04:21      TRUE
## 8031 2022-12-09 20:04:13      TRUE
## 8032 2022-12-09 20:04:13      TRUE
## 8033 2022-12-09 20:04:08      TRUE
## 8034 2022-12-09 20:04:06      TRUE
## 8035 2022-12-09 20:04:05      TRUE
## 8036 2022-12-09 20:04:04      TRUE
## 8037 2022-12-09 20:04:02      TRUE
## 8038 2022-12-09 20:04:01      TRUE
## 8039 2022-12-09 20:04:00      TRUE
## 8040 2022-12-09 20:03:56      TRUE
## 8041 2022-12-09 20:03:55      TRUE
## 8042 2022-12-09 20:03:55      TRUE
## 8043 2022-12-09 20:03:54      TRUE
## 8044 2022-12-09 20:03:53      TRUE
## 8045 2022-12-09 20:03:50      TRUE
## 8046 2022-12-09 20:03:48      TRUE
## 8047 2022-12-09 20:03:47      TRUE
## 8048 2022-12-09 20:03:47      TRUE
## 8049 2022-12-09 20:03:46      TRUE
## 8050 2022-12-09 20:03:41      TRUE
## 8051 2022-12-09 20:03:38      TRUE
## 8052 2022-12-09 20:03:36      TRUE
## 8053 2022-12-09 20:03:36      TRUE
## 8054 2022-12-09 20:03:34      TRUE
## 8055 2022-12-09 20:03:31      TRUE
## 8056 2022-12-09 20:03:31      TRUE
## 8057 2022-12-09 20:03:29      TRUE
## 8058 2022-12-09 20:03:29      TRUE
## 8059 2022-12-09 20:03:28      TRUE
## 8060 2022-12-09 20:03:27      TRUE
## 8061 2022-12-09 20:03:27      TRUE
## 8062 2022-12-09 20:03:26      TRUE
## 8063 2022-12-09 20:03:25      TRUE
## 8064 2022-12-09 20:03:25      TRUE
## 8065 2022-12-09 20:03:24      TRUE
## 8066 2022-12-09 20:03:22      TRUE
## 8067 2022-12-09 20:03:18      TRUE
## 8068 2022-12-09 20:03:18      TRUE
## 8069 2022-12-09 20:03:16      TRUE
## 8070 2022-12-09 20:03:16      TRUE
## 8071 2022-12-09 20:03:13      TRUE
## 8072 2022-12-09 20:03:13      TRUE
## 8073 2022-12-09 20:03:10      TRUE
## 8074 2022-12-09 20:03:08      TRUE
## 8075 2022-12-09 20:03:07      TRUE
## 8076 2022-12-09 20:03:06      TRUE
## 8077 2022-12-09 20:03:06      TRUE
## 8078 2022-12-09 20:03:05      TRUE
## 8079 2022-12-09 20:03:05      TRUE
## 8080 2022-12-09 20:03:05      TRUE
## 8081 2022-12-09 20:03:03      TRUE
## 8082 2022-12-09 20:02:57      TRUE
## 8083 2022-12-09 20:02:57      TRUE
## 8084 2022-12-09 20:02:57      TRUE
## 8085 2022-12-09 20:02:56      TRUE
## 8086 2022-12-09 20:02:54      TRUE
## 8087 2022-12-09 20:02:54      TRUE
## 8088 2022-12-09 20:02:54      TRUE
## 8089 2022-12-09 20:02:53      TRUE
## 8090 2022-12-09 20:02:51      TRUE
## 8091 2022-12-09 20:02:50      TRUE
## 8092 2022-12-09 20:02:49      TRUE
## 8093 2022-12-09 20:02:49      TRUE
## 8094 2022-12-09 20:02:49      TRUE
## 8095 2022-12-09 20:02:46      TRUE
## 8096 2022-12-09 20:02:44      TRUE
## 8097 2022-12-09 20:02:42      TRUE
## 8098 2022-12-09 20:02:41      TRUE
## 8099 2022-12-09 20:02:41      TRUE
## 8100 2022-12-09 20:02:40      TRUE
## 8101 2022-12-09 20:02:32      TRUE
## 8102 2022-12-09 20:02:30      TRUE
## 8103 2022-12-09 20:02:24      TRUE
## 8104 2022-12-09 20:02:22      TRUE
## 8105 2022-12-09 20:02:22      TRUE
## 8106 2022-12-09 20:02:22      TRUE
## 8107 2022-12-09 20:02:21      TRUE
## 8108 2022-12-09 20:02:20      TRUE
## 8109 2022-12-09 20:02:19      TRUE
## 8110 2022-12-09 20:02:18      TRUE
## 8111 2022-12-09 20:02:18      TRUE
## 8112 2022-12-09 20:02:17      TRUE
## 8113 2022-12-09 20:02:16      TRUE
## 8114 2022-12-09 20:02:14      TRUE
## 8115 2022-12-09 20:02:14      TRUE
## 8116 2022-12-09 20:02:13      TRUE
## 8117 2022-12-09 20:02:10      TRUE
## 8118 2022-12-09 20:02:10      TRUE
## 8119 2022-12-09 20:02:09      TRUE
## 8120 2022-12-09 20:02:08      TRUE
## 8121 2022-12-09 20:02:08      TRUE
## 8122 2022-12-09 20:02:07      TRUE
## 8123 2022-12-09 20:02:06      TRUE
## 8124 2022-12-09 20:02:01      TRUE
## 8125 2022-12-09 20:01:53      TRUE
## 8126 2022-12-09 20:01:52      TRUE
## 8127 2022-12-09 20:01:51      TRUE
## 8128 2022-12-09 20:01:51      TRUE
## 8129 2022-12-09 20:01:49      TRUE
## 8130 2022-12-09 20:01:48      TRUE
## 8131 2022-12-09 20:01:47      TRUE
## 8132 2022-12-09 20:01:44      TRUE
## 8133 2022-12-09 20:01:43      TRUE
## 8134 2022-12-09 20:01:40      TRUE
## 8135 2022-12-09 20:01:34      TRUE
## 8136 2022-12-09 20:01:32      TRUE
## 8137 2022-12-09 20:01:32      TRUE
## 8138 2022-12-09 20:01:31      TRUE
## 8139 2022-12-09 20:01:30      TRUE
## 8140 2022-12-09 20:01:29      TRUE
## 8141 2022-12-09 20:01:29      TRUE
## 8142 2022-12-09 20:01:29      TRUE
## 8143 2022-12-09 20:01:26      TRUE
## 8144 2022-12-09 20:01:26      TRUE
## 8145 2022-12-09 20:01:25      TRUE
## 8146 2022-12-09 20:01:25      TRUE
## 8147 2022-12-09 20:01:22      TRUE
## 8148 2022-12-09 20:01:21      TRUE
## 8149 2022-12-09 20:01:21      TRUE
## 8150 2022-12-09 20:01:21      TRUE
## 8151 2022-12-09 20:01:21      TRUE
## 8152 2022-12-09 20:01:21      TRUE
## 8153 2022-12-09 20:01:20      TRUE
## 8154 2022-12-09 20:01:18      TRUE
## 8155 2022-12-09 20:01:18      TRUE
## 8156 2022-12-09 20:01:18      TRUE
## 8157 2022-12-09 20:01:17      TRUE
## 8158 2022-12-09 20:01:16      TRUE
## 8159 2022-12-09 20:01:15      TRUE
## 8160 2022-12-09 20:01:14      TRUE
## 8161 2022-12-09 20:01:14      TRUE
## 8162 2022-12-09 20:01:14      TRUE
## 8163 2022-12-09 20:01:13      TRUE
## 8164 2022-12-09 20:01:10      TRUE
## 8165 2022-12-09 20:01:09      TRUE
## 8166 2022-12-09 20:01:08      TRUE
## 8167 2022-12-09 20:01:08      TRUE
## 8168 2022-12-09 20:01:07      TRUE
## 8169 2022-12-09 20:01:07      TRUE
## 8170 2022-12-09 20:01:06      TRUE
## 8171 2022-12-09 20:01:03      TRUE
## 8172 2022-12-09 20:01:03      TRUE
## 8173 2022-12-09 20:01:02      TRUE
## 8174 2022-12-09 20:01:01      TRUE
## 8175 2022-12-09 20:00:59      TRUE
## 8176 2022-12-09 20:00:59      TRUE
## 8177 2022-12-09 20:00:58      TRUE
## 8178 2022-12-09 20:00:58      TRUE
## 8179 2022-12-09 20:00:55      TRUE
## 8180 2022-12-09 20:00:55      TRUE
## 8181 2022-12-09 20:00:54      TRUE
## 8182 2022-12-09 20:00:53      TRUE
## 8183 2022-12-09 20:00:52      TRUE
## 8184 2022-12-09 20:00:52      TRUE
## 8185 2022-12-09 20:00:51      TRUE
## 8186 2022-12-09 20:00:50      TRUE
## 8187 2022-12-09 20:00:46      TRUE
## 8188 2022-12-09 20:00:43      TRUE
## 8189 2022-12-09 20:00:43      TRUE
## 8190 2022-12-09 20:00:42      TRUE
## 8191 2022-12-09 20:00:41      TRUE
## 8192 2022-12-09 20:00:41      TRUE
## 8193 2022-12-09 20:00:41      TRUE
## 8194 2022-12-09 20:00:39      TRUE
## 8195 2022-12-09 20:00:39      TRUE
## 8196 2022-12-09 20:00:38      TRUE
## 8197 2022-12-09 20:00:38      TRUE
## 8198 2022-12-09 20:00:38      TRUE
## 8199 2022-12-09 20:00:38      TRUE
## 8200 2022-12-09 20:00:37      TRUE
## 8201 2022-12-09 20:00:35      TRUE
## 8202 2022-12-09 20:00:35      TRUE
## 8203 2022-12-09 20:00:35      TRUE
## 8204 2022-12-09 20:00:33      TRUE
## 8205 2022-12-09 20:00:32      TRUE
## 8206 2022-12-09 20:00:30      TRUE
## 8207 2022-12-09 20:00:29      TRUE
## 8208 2022-12-09 20:00:28      TRUE
## 8209 2022-12-09 20:00:28      TRUE
## 8210 2022-12-09 20:00:27      TRUE
## 8211 2022-12-09 20:00:27      TRUE
## 8212 2022-12-09 20:00:24      TRUE
## 8213 2022-12-09 20:00:24      TRUE
## 8214 2022-12-09 20:00:22      TRUE
## 8215 2022-12-09 20:00:20      TRUE
## 8216 2022-12-09 20:00:18      TRUE
## 8217 2022-12-09 20:00:15      TRUE
## 8218 2022-12-09 20:00:14      TRUE
## 8219 2022-12-09 20:00:14      TRUE
## 8220 2022-12-09 20:00:11      TRUE
## 8221 2022-12-09 20:00:08      TRUE
## 8222 2022-12-09 20:00:06      TRUE
## 8223 2022-12-09 20:00:05      TRUE
## 8224 2022-12-09 20:00:01      TRUE
## 8225 2022-12-09 19:59:57      TRUE
## 8226 2022-12-09 19:59:57      TRUE
## 8227 2022-12-09 19:59:57      TRUE
## 8228 2022-12-09 19:59:54      TRUE

Grouping the data created in Retweet

retwt %>%  
  group_by(1) %>%  
  summarise(max = max(created), min = min(created))
## # A tibble: 1 × 3
##     `1` max                 min                
##   <dbl> <dttm>              <dttm>             
## 1     1 2022-12-09 23:59:59 2022-12-09 19:59:54

Getting min and max

retwt1 <- retwt %>%  mutate(Created_At_Round = created %>% round
                         (units = 'hours') %>%as.POSIXct())


min_retwts <- retwt %>% pull(created) %>% min()
min_retwts
## [1] "2022-12-09 19:59:54 UTC"
max_retwts <- retwt %>% pull(created) %>% max()
max_retwts
## [1] "2022-12-09 23:59:59 UTC"

Plotting Retweets Using plotly() package and ggplot()

retwtPlot <- ggplot(retwt1, aes(x = Created_At_Round)) +
  geom_histogram(aes(fill = ..count..)) +
  theme(legend.position = "left") +
  xlab("Time") + ylab("Number of tweets") + 
  scale_fill_gradient()

retwtPlot %>% ggplotly()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.